No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
==Documentation== | ==Documentation== | ||
* http://www.estream.com.my/document/SQLLink/SQLSDK.zip | * http://www.estream.com.my/document/SQLLink/SQLSDK.zip | ||
==Linking Flow== | |||
* http://www.estream.com.my/document/SQLLink/LinkFlow.pdf | |||
==Steps== | ==Steps== | ||
Line 45: | Line 48: | ||
# Login SQL Accounting | # Login SQL Accounting | ||
# Run CHM File | # Run CHM File | ||
==Example External Program== | ==Example External Program== | ||
* http://www.estream.com.my/document/SQLLink/Accountinglink-VBDotNet.zip (Using VB.Net) | * http://www.estream.com.my/document/SQLLink/Accountinglink-VBDotNet.zip (Using VB.Net) | ||
* http://www.estream.com.my/document/SQLLink/Customer_RO-VBScipt.zip (Using VB Script) | * http://www.estream.com.my/document/SQLLink/Customer_RO-VBScipt.zip (Using VB Script) |
Revision as of 03:51, 10 January 2015
Introduction
This is the "Bridge" linking between External Program with SQL Accounting
Pros
- Can Live or Batch Update.
- Can do action such as New, Edit & Delete.
- About 95% of modules is covered.
- Can direct Retrieve/Get Information From Connected Database.
- Support GST.
- Free of Charge for End User.
Cons
- Must had SQL Accounting installed & running.
- Must self do checking else error prompt will unable to “capture”.
Documentation
Linking Flow
Steps
- Install sqlaccounting
- Create Sample Data
- Login (username & password is Admin)
- Double click the SQLSDK.chm file
- Click Application Object | Business Objects
- Click the word "here"
- Click Yes
- In the list Look for (example)
- - AR_IV -> Customer Invoice
- - AR_CN -> Customer Credit Note
- - AP_PI -> Supplier Invoice
- - SL_ID -> Sales Invoice
- - ST_AJ -> Stock Adjustment
Problem with CHM File
A. Problem with opening CHM Help files?
- Right click the chm file & select Properties
- At General tab Click Unblock button.
- Click Apply | Ok.
B. Still can't open CHM file?
- Login SQL Accounting
- Click Tools | Options
- Click Register & follow wizard
- Exit SQL Accounting
- Login SQL Accounting
- Run CHM File
Example External Program
- http://www.estream.com.my/document/SQLLink/Accountinglink-VBDotNet.zip (Using VB.Net)
- http://www.estream.com.my/document/SQLLink/Customer_RO-VBScipt.zip (Using VB Script)