Line 107: | Line 107: | ||
* As at 15 Jun 2016 - CSV Format - Coming Soon... | * As at 15 Jun 2016 - CSV Format - Coming Soon... | ||
{| class="wikitable" style="margin: 1em auto 1em auto;" | |||
! scope="col" style="width: 450px;" | For Sales Invoice | |||
! scope="col" style="width: 450px;" | For Sales Credit Note | |||
|- style="vertical-align: top;" | |||
| | |||
:{| class="wikitable" | |||
|- | |||
! FnN Field !! Field Position !! Field Size !! SQL Accounting Field | |||
|- | |||
| Item_ID || style="text-align: center;" | 19 || style="text-align: center;" | 10 || Itemcode or <br> Maintain Item Code Note | |||
|- | |||
| Unit or <br> SubUnits || style="text-align: center;" | 79 or <br>89 || style="text-align: center;" | 10 || Qty | |||
|- | |||
| Unit_Price || style="text-align: center;" | 99 || style="text-align: center;" | 10 || UnitPrice | |||
|- | |||
| Discount || style="text-align: center;" | 109 || style="text-align: center;" | 10 || Disc | |||
|- | |||
| Tax_Code || style="text-align: center;" | 144 || style="text-align: center;" | 5 || Tax | |||
|- | |||
| SubTotal_Tax_Amount || style="text-align: center;" | 149 || style="text-align: center;" | 10 || TaxAmt | |||
|- | |||
| SubTotal_Net_Amount || style="text-align: center;" | 189 || style="text-align: center;" | 10 || Amount | |||
|} | |||
|| | |||
:{| class="wikitable" | |||
|- | |||
! FnN Field !! Field Position !! Field Size !! SQL Accounting Field | |||
|- | |||
| Item_ID || style="text-align: center;" | 14 || style="text-align: center;" | 10 || Itemcode or <br> Maintain Item Code Note | |||
|- | |||
| Unit or <br> SubUnits || style="text-align: center;" | 74 or <br>84 || style="text-align: center;" | 10 || Qty | |||
|- | |||
| Unit_Price || style="text-align: center;" | 94 || style="text-align: center;" | 10 || UnitPrice | |||
|- | |||
| Discount || style="text-align: center;" | 104 || style="text-align: center;" | 10 || Disc | |||
|- | |||
| Tax_Code || style="text-align: center;" | 139 || style="text-align: center;" | 5 || Tax | |||
|- | |||
| SubTotal_Tax_Amount || style="text-align: center;" | 149 || style="text-align: center;" | 10 || TaxAmt | |||
|- | |||
| SubTotal_Net_Amount || style="text-align: center;" | 259 || style="text-align: center;" | 10 || Amount | |||
|} | |||
|} | |||
==Setting== | ==Setting== |
Revision as of 03:18, 13 August 2016
Introduction
Is External Shareware Program which to import F&N Text file to
- Sales Invoice
- Sales Credit Note
Limitation
- TaxCode with DS will not import.
F & N Specification
Import Program
- Version (2.1.0.9) - 26 Jun 2015
- http://www.estream.com.my/downloadfile/Fairy/SQLAccFNImp-setup.exe
- MD5 : B33D2565876D2E61DA90D682DA50B1E2
History New/Updates/Changes
--Build 9--
- Fix unable to import docamt is 0 even is no DS Code.
- Fix Status no dropdown list.
- Fix Detail not Verify.
--Build 8--
- Fix Get File Error when record is without tax code.
--Build 7--
- Fix CN Get File Error.
Todo
- OutletID=Maintain Customer Code
Field Mapping - Header
- As at 17 Jun 2015 - Fixed-Length Format
FnN Field | Field Position | Field Size | SQL Accounting Field |
---|---|---|---|
Invoice_Date | 1 | 10 | DocDate |
Invoice_ID | 11 | 10 | DocNo |
Gross Amount | 41 | 10 | DocAmt |
Outlet_ID | 71 | 10 | Maintain Customer Remark |
- As at 15 Jun 2016 - CSV Format - Coming Soon...
FnN Field | Field Position | Field Size | SQL Accounting Field |
---|---|---|---|
Invoice_Date | 1/0 | 10 | DocDate |
Invoice_ID | 11/1 | 15 | DocNo |
Gross Amount | 46/4 | 10 | DocAmt |
Outlet_ID | 186/8 | 10 | Maintain Customer Remark |
Field Mapping - Detail
- As at 17 Jun 2015 - Fixed-Length Format
For Sales Invoice | For Sales Credit Note | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
- As at 15 Jun 2016 - CSV Format - Coming Soon...
For Sales Invoice | For Sales Credit Note | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Setting
In SQL Accounting
Make sure this option is Tick under Tools | Options | Customer
- One Cent Different Rounding (Local Currency Fields) for all AR/SL Documents (Recommended)
In F&N Import
This can be see under Tools | Options
Options | Description |
---|---|
UOMList | List of UOM available in F&N |
DocNoAsDocNo |
|
FNCodeAsItemCode |
|
FNUOMAsUOM |
|
- F&N Outlet ID should be enter in SQL Accounting | Maintain Customer | Remark Field
Steps
Below steps is example to import Sales Invoice
1. Click Sales | Invoice...
2. Click Get File button & system will prompt 2 dialog like below
3. Select the F&N Invoice Text Header File
4. Select the F&N Invoice Text Detail File
5. Click Verify button to check the data with SQL Accounting Data
6. Click Post To A/c button if confirm all is ok to post to SQL Accounting
- ----------------------------------------------------------------------------------------------------------------------------------------------------
- ----------------------------------------------------------------------------------------------------------------------------------------------------
FAQ
May refer to FAQ
See also
- Others Customisation