Slideshow VBUSI

1 / 20
About This Presentation
Title:

Slideshow VBUSI

Description:

A Bit of Background. AV Windows result of more than 3 years of work ... Layouts. account. business software. Accounting for Developers. Audit Trail. Data Structure ... – PowerPoint PPT presentation

Number of Views:44
Avg rating:3.0/5.0

less

Transcript and Presenter's Notes

Title: Slideshow VBUSI


1
AccountView for Windows
Business network software
accountview
November 1998
2
Schedule
  • Accounting for Developers
  • Enterprise Modeler
  • Linking through COM
  • SDK/Business API
  • Using the Integrated Test Facility
  • Loose Ends

3
A Bit of Background
  • AV Windows result of more than 3 years of work
  • Built on experience gained with 4,500 DOS
    installations in 20 countries
  • More than 100 Add-ins built
  • Huge custom projects delivered by VARs
  • 8 Developers
  • 2 Documentation Engineers
  • 26 Total Staff

4
Accounting for Developers
  • Basic User Interface
  • Debitoren exercise
  • Posting transactions
  • Handeling corrections
  • Posting payments
  • Analysing data
  • VAT Report
  • Invoicing
  • Layouts

5
Accounting for Developers
  • Audit Trail
  • Data Structure
  • Data-Integrity
  • Self-Diagnosis
  • Error Log

6
Enterprise Adventure Travel
  • Adding fields to an existing entity
  • Adding a new entity
  • Adding user menu options

7
3-Tier Client server
business software
8
AV Object Model
Business Example
Object Hierarchy
Application
AccountView
Administration
TravelWorld
Business
Invoicing
Dataset
Sales Order
Recordset
Sales Order Header
Recordset
Sales Order Lines
9
VB Code Example
  • Microsoft Excel 97
  • Sub Main()
  • Set oExcel CreateObject("Excel.Application")
  • oExcel.WorkBooks.Add ("c\documents\sales98.xls")
  • oExcel.WorkBooks(Sales March").Activate
  • End Sub
  • Visual AccountView
  • Sub Main()
  • Set oAV CreateObject("AVWin.Application")
  • ltesting oAV.Login("demo", "demo")
  • Set oAdm oAV.open_admin("TRV_Work")
  • Set oGL1 oAdm.create_object("gl1")
  • End Sub

10
COM Examples
  • Code samples
  • AutoManager

11
Integration Scenario
Primary process Vertical market application
AccountView Professional
Financial Transactions
Rules
Setup/ Trans
Rules
Setup/ Trans
New Setup Data
Processed Transactions
12
Integration Issues
  • Synchronising setup data
  • Do it yourself
  • Use AV tools
  • Timing
  • Startup/hourly/monthly
  • Integration Entry Points
  • Daily Journals
  • Sales/Purchases/Projects

13
COM Details
  • Requesting ADO recordsets
  • Error handling
  • AccountView Script Server
  • Using the COM interface from FoxPro

14
COM Scalability
Internet Information Server 4.0
AccountViewCOM Server
AccountViewCOM Server
FinancialAccounting
HTML / ASP
AccountViewCOM Server
WWW
Cust
Cust
Cust
Cust
Cust
Cust
Cust
15
SDK
Integrated Test Facility
SDK
Business Views
SDK
SDK
Business toolkit
16
AV Business Application Interface
Calculatesubtotals
Calculatediscounts
Order Pipeline
CalculateVAT
Calculateorder totals
17
AV BAPI
  • Tracing API Events
  • A look at the API Registry
  • API types
  • Common API methods
  • ADDon.VCX
  • Template code classes
  • Using the API to validate user input

18
SDK Details
  • Modifying existing reports
  • Distributing your work
  • Adding menus in code

19
Integrated Test Facility
  • Testing Overview
  • Testing Types
  • Regression, Stress, Boundary, Network
  • Sample Tests

20
Questions?
accountview
Write a Comment
User Comments (0)