(→AR_IV) |
(→AR_IV) |
||
Line 55: | Line 55: | ||
| POSTDATE||Date||style="text-align: center;" |0||Same As DocDate||In YYYYMMDD format (for XML Only) | | POSTDATE||Date||style="text-align: center;" |0||Same As DocDate||In YYYYMMDD format (for XML Only) | ||
|- | |- | ||
| AREA||String||style="text-align: center;" |10||----||Follow Maintain Customer Information | | AREA||String||style="text-align: center;" |10||style="text-align: center;" |----||Follow Maintain Customer Information | ||
|- | |- | ||
| AGENT||String||style="text-align: center;" |10||----||Follow Maintain Customer Information | | AGENT||String||style="text-align: center;" |10||style="text-align: center;" |----||Follow Maintain Customer Information | ||
|- | |- | ||
| PROJECT||String||style="text-align: center;" |20||----|| | | PROJECT||String||style="text-align: center;" |20||style="text-align: center;" |----|| | ||
|- | |- | ||
| TERMS||String||style="text-align: center;" |10||||Follow Maintain Customer Information | | TERMS||String||style="text-align: center;" |10||||Follow Maintain Customer Information | ||
|- | |- | ||
| CURRENCYRATE||FMTBcd||style="text-align: center;" |6||1|| | | CURRENCYRATE||FMTBcd||style="text-align: center;" |6||style="text-align: center;" |1|| | ||
|- | |- | ||
| DESCRIPTION||String||style="text-align: center;" |150||Sales||Description to be shown at Customer/Supplier Statement | | DESCRIPTION||String||style="text-align: center;" |150||style="text-align: center;" |Sales||Description to be shown at Customer/Supplier Statement | ||
|- | |- | ||
| CANCELLED||String||style="text-align: center;" |1||F|| | | CANCELLED||String||style="text-align: center;" |1||style="text-align: center;" |F|| | ||
* T - True | * T - True | ||
* F - False" | * F - False" | ||
Line 77: | Line 77: | ||
| DOCNO||String||style="text-align: center;" |20||||Invoice Number | | DOCNO||String||style="text-align: center;" |20||||Invoice Number | ||
|- | |- | ||
| PROJECT||String||style="text-align: center;" |20||----|| | | PROJECT||String||style="text-align: center;" |20||style="text-align: center;" |----|| | ||
|- | |- | ||
| ACCOUNT||String||style="text-align: center;" |10||||GL Account to be Debit/Credit | | ACCOUNT||String||style="text-align: center;" |10||||GL Account to be Debit/Credit | ||
Line 85: | Line 85: | ||
| TAX||String||style="text-align: center;" |10|||| | | TAX||String||style="text-align: center;" |10|||| | ||
|- | |- | ||
| TAXAMT||FMTBcd||style="text-align: center;" |2||0|| | | TAXAMT||FMTBcd||style="text-align: center;" |2||style="text-align: center;" |0|| | ||
|- | |- | ||
| AMOUNT||FMTBcd||style="text-align: center;" |2||||Qty * Unit Price | | AMOUNT||FMTBcd||style="text-align: center;" |2||||Qty * Unit Price | ||
|- | |- | ||
| TAXINCLUSIVE||Integer||style="text-align: center;" |0||0|| | | TAXINCLUSIVE||Integer||style="text-align: center;" |0||style="text-align: center;" |0|| | ||
* 1 - True | * 1 - True | ||
* 0 - False" | * 0 - False" |
Revision as of 02:02, 9 January 2016
Introduction
Is External Shareware Program which able to import master file & transactions to SQLAccounting in Text or CSV format.
Pros
- Easy to generate.
- About 80% of modules is covered.
- Support GST
- FREE import for Master file.
Cons
- Only can do New/Insert action.
- Maintain Stock Item not covered.
- Is Batch update.
- Not support Unicode.
- Same DocNo for Different Supplier not cover
- There is a cost for End User and Dealer. Only Free if each file record less then 100.
- ----------------------------------------------------------------------------------------------------------------------------------------------------
- ----------------------------------------------------------------------------------------------------------------------------------------------------
Guideline & Example
SQLAcc-TextImport-Guide.pdf
SQLAcc-TextImport-Example
Below is the most commonly use tables
AR_IV
AR_IV | ||||
---|---|---|---|---|
Field Name | Field Type | Field Size | Default Value | Remarks |
Master | Fixed/Hardcode | |||
DOCNO | String | 20 | Invoice Number | |
DOCNOEX | String | 20 | Additional Document Number | |
CODE | String | 10 | Customer Code | |
DOCDATE | Date | 0 | In YYYYMMDD format (for XML Only) | |
POSTDATE | Date | 0 | Same As DocDate | In YYYYMMDD format (for XML Only) |
AREA | String | 10 | ---- | Follow Maintain Customer Information |
AGENT | String | 10 | ---- | Follow Maintain Customer Information |
PROJECT | String | 20 | ---- | |
TERMS | String | 10 | Follow Maintain Customer Information | |
CURRENCYRATE | FMTBcd | 6 | 1 | |
DESCRIPTION | String | 150 | Sales | Description to be shown at Customer/Supplier Statement |
CANCELLED | String | 1 | F |
|
DOCAMT | FMTBcd | 2 | Document Amount | |
DETAIL | Fixed/Hardcode | |||
DOCNO | String | 20 | Invoice Number | |
PROJECT | String | 20 | ---- | |
ACCOUNT | String | 10 | GL Account to be Debit/Credit | |
DESCRIPTION | String | 80 | Product Description | |
TAX | String | 10 | ||
TAXAMT | FMTBcd | 2 | 0 | |
AMOUNT | FMTBcd | 2 | Qty * Unit Price | |
TAXINCLUSIVE | Integer | 0 | 0 |
|
Special Character
User Input | Text Output |
---|---|
SalesOrder | SalesOrder |
Sales Order 5' 12" | "Sales Order 5' 12""" |
SalesOrder6'13" | "SalesOrder6'13""" |
SalesOrder6" x 13" | "SalesOrder6"" x 13""" |
Sales Order | "Sales Order" |
01. One module One file (i.e. Sales Invoice have Sales Invoice text file and Sales Debit Note have Sale Debit Note file).
02. Make sure NO empty line on the last line of the files.
Import Program
- Version (4.3.0.9) - 10 Sep 2015
- http://www.estream.com.my/downloadfile/Fairy/SQLAccTxtImp-setup.exe
History New/Updates/Changes
--Build 9--
- Upgrade to Version 4.3.
- Add Application Version at Statusbar.
- Extended trial limit to 100 records.
- Remove limit for Master File Import.
--Build 8--
- Fix Unable Compare Long Address in Register Form.
--Build 7--
- Fix Unable import SL_CS if SQL Acc Tax is Inclusive.
- Enable support Nonrefundable.
Useful tools
Installation
- Install sqlaccounting
- Create Sample Data / Login to the Database wanted to import
- Login (username & password is Admin)
- Install the Import Program (Username & Password is sqlutility)
- Run the Import Program
Steps
- Set the Range to Import (Useful if the list too long & only available for Registred version)
- Click Get File button to select the Txt or csv file
- Click Verify To Check any duplicate or Valid Maintenance Code (eg Area, Agent, etc)
- Click the Dropdown List (see below pic) to see all the error
- Click Post To A/c to Post (Only Tick with Status show ok will post)
This is example error on the drop down status