DASHBOARDS CustomWare.Net Kiev, December 2012. Footer Title 2 Concept, ideas and goals Technical solution and feature overview Internal usage Banks requirements.

Slides:



Advertisements
Similar presentations
Introduci ng :. .NET Presentation Overview: Summary of.NET Benefits Software Architecture.NET Screens Overview The purpose of this presentation is to.
Advertisements

DIGIDOC A web based tool to Manage Documents. System Overview DigiDoc is a web-based customizable, integrated solution for Business Process Management.
© 2010 Orchid Technical Consultancy (P) Ltd. Problems facing businesses today Non-availability of information on time –Delayed or improper decision making.
Dashboards Slide by ana’s presentation. Tired of these challenges? No centralized view of executive information from multiple functional areas and systems;
Run with PC speaker on for narrative Welcome to the Narrated Guided Tour of Cizer.Net Reporting for Microsoft SQL Server Reporting Services
Handy Sales Specially designed Sales Force Automation for your Business Growth.
SharePoint 2010 Business Intelligence Module 11: Performance Point.
SalesPad SalesPad delivers an all-in-one order entry, inventory and sales management solution integrate seamlessly with Dynamics GP SalesPad simplifies.
Chapter 18 - Data sources and datasets 1 Outline How to create a data source How to use a data source How to use Query Builder to build a simple query.
Polymorph Technologies Pte Ltd “ The Leader in Information Technology” ACCPOL (Point-of-Sales)
OLAP Cubes and Pivot Tables Leveraging the Power of a Microsoft EPM Solution EPM Customization Series Part 1 February 21 st, 2007 Brendan Giles, PMP, MCP.
Milestone 5 presentation Harlan Broughton Stephen Link.
Access 2007 Product Review. With its improved interface and interactive design capabilities that do not require deep database knowledge, Microsoft Office.
Nu Project Management Office A web based tool to Manage Projects.
User training – Getting started with Mifos X
An MSDN Subscription acts as a lifeline for software developers, testers, architects, IT professionals, database engineers, and others. It provides priority.
Building PerformancePoint 2007 solutions Monitoring & Analytics Stephen Van de Walker Handy Program Manager, Microsoft PerformancePoint Nick Barclay Senior.
Oracle Developer Tools for Visual Studio.NET Christian Shay Principal Product Manager Oracle Corporation Prerequisites for presentation:
Oracle Developer Tools for Visual Studio.NET Curtis Rempe.
Introduction to Database using Microsoft Access 2013 Part 1 November 4, 2014.
Bringing BI to SharePoint. DSP (Decision Support Panel)  DSP Portal Edition provides an easy-to-use framework that links information stored in data warehouses.
PO320: Reporting with the EPM Solution Keshav Puttaswamy Program Manager Lead Project Business Unit Microsoft Corporation.
NiagaraAX Framework Version 3.8 Feature Overview
Developing Reporting Solutions with SQL Server
Overview of Data Access MacDonald Ch. 15 MIS 324 Professor Sandvig.
Tutorial 121 Creating a New Web Forms Page You will find that creating Web Forms is similar to creating traditional Windows applications in Visual Basic.
What is it? Infotronics Enterprise Solution SQL based application
Windows Small Business Server 2003 Setting up and Connecting David Overton Partner Technical Specialist.
How to Sell Manufacturing Foundation Presenter. Agenda What is Microsoft Navision Manufacturing Foundation? Naming Positioning Why We Enhanced Our Manufacturing.
PowerBuilder Online Courses - by Prasad Bodepudi
Esri Roads and Highways: An Introduction to Roadway Reporter
Are you getting the benefits from ASP.NET and AJAX? Introduction to the CTC ASP.NET Webforms Generator.
Microsoft Dynamics NAV 2009 and Architecture Overview Name Title Microsoft Corporation.
Yokogawa Global MES Solution Centre (GMSC)
Integrated Monitoring Dashboard SEAP/BTIS/DB&I/Mar Integrated Monitoring Dashboard An Innovative Monitoring Approach Proposal by BTIS/DB&I.
1 Chapter 20 – Data sources and datasets Outline How to create a data source How to use a data source How to use Query Builder to build a simple query.
Building Dashboards SharePoint and Business Intelligence.
Storage dashboard Status report A.Baranovski 12/10/07.
Automated tests CustomWare.Net. Goals Quality Finding problems before delivering Stability Upgrade projects Downgrade Refactoring Deacreasing of manual.
Library Online Resource Analysis (LORA) System Introduction Electronic information resources and databases have become an essential part of library collections.
7 Customize your home page Navigation list used for approvals 8.
Excel Services Displays all or parts of interactive Excel worksheets in the browser –Excel “publish” feature with optional parameters defined in worksheet.
Spaso Lazarević Microsoft MVP Nova banka ad Banja Luka Building business application using Visual Studio 2013 LightSwitch.
ConTZole Tomáš Kubeš, 2010 atlas-tz-monitoring.cern.ch An Interactive ATLAS Tier-0 Monitoring.
Take Your Data Analysis and Reporting to the Next Level by Combining SAS Office Analytics, SAS Visual Analytics, and SAS Studio David Bailey Tim Beese.
Chapter 17 The Need for HTML 5.
Integrating Data Lesson 6.
Polymorph Technologies Pte Ltd “ The Leader in Information Technology”
Product Overview.
Configuration and Monitoring
R&D Discovering the Future
iVend – Reports & Dashboard
Instant Excel Dashboard - Power of Dashboard Reporting with Excel
PLM, Document and Workflow Management
What's New in OLAP Clients
Extensible Platform Microsoft Dynamics 365
IVend Retail 6.5 Dashboard Designer.
CIS16 Application Development – Programming with Visual Basic
Analytics Plus Product Overview 1.
Enterprise Program Management Office
TITLE OF PRESENTATION PRESENTER.
Visual Studio 2005 Tools For Office: Creating A Multi-tier Application
Microfinance Institutions
Analytics Plus Product Overview.
Dot Net Application PROF. S. LAKSHMANAN, DEPT. OF B. VOC. (SD & SA),
SBA Lender Portal Overview
Excel Dashboard - Power of Dashboard Reporting with Excel
Visual Studio 2008.
Windows Forms in Visual Studio 2005: An in-depth look at key features
Presentation transcript:

DASHBOARDS CustomWare.Net Kiev, December 2012

Footer Title 2 Concept, ideas and goals Technical solution and feature overview Internal usage Banks requirements Further plans

Footer CONCEPT CustomWare.Net 3

Goals to achieve Provide highlighted visual information in current status of business operations in easy, adjustable and customizable format Support decision making process Improve flexibility and friendliness of the user interface 4 Footer

The Idea 5 Efficiency and usability Flexibility Graphical presentation Information from different sources

Footer TECHNICAL DESCRIPTION CustomWare.Net 6

Footer 7 Windows Presentation Foundation (WPF) WPF Controls Getting data for controls Tools for making XAML Implementation dashboards in CW.NET Use data for dashboards from other QUIPU systems

Footer 8 View data in Grid Build of charts (series) Opportunities.NET 4 and later

Windows Presentation Foundation

WPF Controls Controls are able for using in dashboards: Grids Charts

Grids. Simple mode

Grids. Card Mode

Grids. Detail Mode

Charts. 2D

Charts. 3D

Getting data for controls Two ways for getting data: Dynamic queries Stored Procedures (SPs)

Why SPs are better? Query SP

Tools for making XAML Microsoft tools (Visual Studio) Quipu tools (Dashboard Maker)

Visual Studio(WPF designer)

Advantages and disadvantages + WPF form create by “drag and drop” + Auto generation XAML code -Necessity of rebuilding and restarting application -Necessity of buying licenses for users from bank

Dashboard Maker

Advantages and disadvantages + Easy editor for tables in CW.NET + Running local SP’s with getting result + Editing XAML in syntax-lighting editor + Building dashboards dynamic without restart application - WYSIWYG doesn’t exist (XAML writes manually)

Implementation dashboards in CW.NET DB Model How it works What it looks like

DB Model

How it works

What it looks like

Use data for dashboards from other QUIPU systems

Viewing data in Grid Sorting Grouping Summary

Grid. Sorting (Multi)

Grid. Grouping

Grid. Summary

Building of charts (series) Chart control is able for show a few datasets as series

New opportunities -Net Framework 4.5 -New controls for data visualization

New types of chart

New opportunities for display data Tree View

New opportunities for display data Grid with filter

New opportunities for display data Master-detail with linked tables

Calendar control

Schedule control

Footer INTERNAL USAGE CustomWare.Net 40

SQL Server monitoring Based on SQL server internal monitoring tool (embedded in CW.net service) “Health visualization” of SQL Server current activities ‒Wait types ‒Session waits ‒SQL Alert points

Monitoring Dashboards

Footer BANKS REQUIREMENTS CustomWare.Net 43

Collaboration Information below is presented as it is Considering CW.NET as OLTP system, there is no way to fulfill all the requirements from cw.net DB

PCB UKR Retail part 45 Footer Branch Manager Actual cash balance Matured deposits for today Branch deposit portfolio plan\actual Not finished BP Retail Manager Branch deposit portfolio plan\actual CA portfolio plan\actual Client Adviser New contracts plan\actual New contracts CA\branch

PCB UKR Loan part 46 Footer Branch Manager Disbursements plan\actual Loan applications in work BCA\Corporate Loan applications in work Disbursements plan\actual Loan in arrears Back officer Planned disbursement for today Credit specialist\Lawyer Clients’ debts and balances

PCB GEO Loan part 47 Footer Only Branch Manager Dynamics of new loan applications Dynamics of interest income from credit products (IW ?) Cash on hand Business Adviser/Business Coordinator/Branch Manager Loan portfolio (IW ?) Current payments Loans in arrears Sold non-credit products Disbursed loans

Footer FURTHER PLANS CustomWare.Net 48

Further plans Middle term Development Support of operational business planning Complex widgets including several controls Smart resize of the widgets Collaboration inside Quipu applications – CRM,IW Implementation PCB UKR – Retail part is ready(except plans), Loan part in February PCB GEO – First version is planned for February Long term Development Migration to FW 4.5 Including more complicated diagrams and charts of external providers Support of tablets and mobile devices

THANK YOU!