Hey I am trying to use this module and having an issue with importing transactions. The issue I am having has to do with my COA numbers I have created. my account numbers are formatted like this: 5-00-000-01-01. The import module won't recognize that kind of COA number, but if I put in a 4 digit COA number everything imports properly.
Can someone tell me how to make it work so my COA numbers will work properly? Thanks.
Also, here is what I get when I run the trail run on my cvs file:
Skipped header. (line 1 in import file 'CSV_484074944.csv')
--------------------------------------------------------------------------------------------Line 2 ------------------------------------------------------------------------------------------
Error: Account code 5-00-000-01-01 does not exist
--------------------------------------------------------------------------------------------Line 3 ------------------------------------------------------------------------------------------
Added to table 'bank_trans': 15, 11/11/2016, JL25, 5700, 0, 0, -411.88 (line 3 in import file 'CSV_484074944.csv')
Added to table 'gl_trans' Debit: 15, 11/11/2016, 5700, 0, 0, 411.88, General Retail (line 3 in import file 'CSV_484074944.csv')
Added to table 'supp_trans' Debit: Supplier paid -411.88 (line 3 in import file 'CSV_484074944.csv')
Added to table 'gl_trans' Credit bank account: 15, 11/11/2016, 1060, 0, 0, -411.88, General Retail (line 3 in import file 'CSV_484074944.csv')
--------------------------------------------------------------------------------------------Line 4 ------------------------------------------------------------------------------------------
Added to table 'bank_trans': 16, 11/12/2016, JL26, 5100, 0, 0, -272.45 (line 4 in import file 'CSV_484074944.csv')
Added to table 'gl_trans' Debit: 16, 11/12/2016, 5100, 0, 0, 272.45, Fuel/Auto (line 4 in import file 'CSV_484074944.csv')
Added to table 'supp_trans' Debit: Supplier paid -272.45 (line 4 in import file 'CSV_484074944.csv')
Added to table 'gl_trans' Credit bank account: 16, 11/12/2016, 1060, 0, 0, -272.45, Fuel/Auto (line 4 in import file 'CSV_484074944.csv')
--------------------------------------------------------------------------------------------Line 5 ------------------------------------------------------------------------------------------
Added to table 'bank_trans': 17, 11/13/2016, JL27, 5100, 0, 0, -12.26 (line 5 in import file 'CSV_484074944.csv')
Added to table 'gl_trans' Debit: 17, 11/13/2016, 5100, 0, 0, 12.26, Fuel/Auto (line 5 in import file 'CSV_484074944.csv')
Added to table 'supp_trans' Debit: Supplier paid -12.26 (line 5 in import file 'CSV_484074944.csv')
Added to table 'gl_trans' Credit bank account: 17, 11/13/2016, 1060, 0, 0, -12.26, Fuel/Auto (line 5 in import file 'CSV_484074944.csv')
--------------------------------------------------------------------------------------------Line 6 ------------------------------------------------------------------------------------------
Added to table 'bank_trans': 18, 11/14/2016, JL28, 5100, 0, 0, -357.98 (line 6 in import file 'CSV_484074944.csv')
Added to table 'gl_trans' Debit: 18, 11/14/2016, 5100, 0, 0, 357.98, Fuel/Auto (line 6 in import file 'CSV_484074944.csv')
Added to table 'supp_trans' Debit: Supplier paid -357.98 (line 6 in import file 'CSV_484074944.csv')
Added to table 'gl_trans' Credit bank account: 18, 11/14/2016, 1060, 0, 0, -357.98, Fuel/Auto (line 6 in import file 'CSV_484074944.csv')
--------------------------------------------------------------------------------------------Line 7 ------------------------------------------------------------------------------------------
Added to table 'bank_trans': 19, 11/15/2016, JL29, 5700, 0, 0, -1000 (line 7 in import file 'CSV_484074944.csv')
Added to table 'gl_trans' Debit: 19, 11/15/2016, 5700, 0, 0, 1000, Transportation (line 7 in import file 'CSV_484074944.csv')
Added to table 'supp_trans' Debit: Supplier paid -1000 (line 7 in import file 'CSV_484074944.csv')
Added to table 'gl_trans' Credit bank account: 19, 11/15/2016, 1060, 0, 0, -1000, Transportation (line 7 in import file 'CSV_484074944.csv')
--------------------------------------------------------------------------------------------Line 8 ------------------------------------------------------------------------------------------
Added to table 'bank_trans': 20, 11/16/2016, JL30, 5100, 0, 0, -14 (line 8 in import file 'CSV_484074944.csv')
Added to table 'gl_trans' Debit: 20, 11/16/2016, 5100, 0, 0, 14, Loading/Unloading (line 8 in import file 'CSV_484074944.csv')
Added to table 'supp_trans' Debit: Supplier paid -14 (line 8 in import file 'CSV_484074944.csv')
Added to table 'gl_trans' Credit bank account: 20, 11/16/2016, 1060, 0, 0, -14, Loading/Unloading (line 8 in import file 'CSV_484074944.csv')
--------------------------------------------------------------------------------------------Line 9 ------------------------------------------------------------------------------------------
Added to table 'bank_trans': 21, 11/17/2016, JL31, 5700, 0, 0, -50 (line 9 in import file 'CSV_484074944.csv')
Added to table 'gl_trans' Debit: 21, 11/17/2016, 5700, 0, 0, 50, General Retail (line 9 in import file 'CSV_484074944.csv')
Added to table 'supp_trans' Debit: Supplier paid -50 (line 9 in import file 'CSV_484074944.csv')
Added to table 'gl_trans' Credit bank account: 21, 11/17/2016, 1060, 0, 0, -50, General Retail (line 9 in import file 'CSV_484074944.csv')
--------------------------------------------------------------------------------------------Line 10 ------------------------------------------------------------------------------------------
Added to table 'bank_trans': 22, 11/18/2016, JL32, 5020, 0, 0, -89.06 (line 10 in import file 'CSV_484074944.csv')
Added to table 'gl_trans' Debit: 22, 11/18/2016, 5020, 0, 0, 89.06, Reefer Fuel (line 10 in import file 'CSV_484074944.csv')
Added to table 'supp_trans' Debit: Supplier paid -89.06 (line 10 in import file 'CSV_484074944.csv')
Added to table 'gl_trans' Credit bank account: 22, 11/18/2016, 1060, 0, 0, -89.06, Reefer Fuel (line 10 in import file 'CSV_484074944.csv')
--------------------------------------------------------------------------------------------Line 11 ------------------------------------------------------------------------------------------
Added to table 'bank_trans': 23, 11/19/2016, JL33, 5100, 0, 0, -491.68 (line 11 in import file 'CSV_484074944.csv')
Added to table 'gl_trans' Debit: 23, 11/19/2016, 5100, 0, 0, 491.68, Fuel/Auto (line 11 in import file 'CSV_484074944.csv')
Added to table 'supp_trans' Debit: Supplier paid -491.68 (line 11 in import file 'CSV_484074944.csv')
Added to table 'gl_trans' Credit bank account: 23, 11/19/2016, 1060, 0, 0, -491.68, Fuel/Auto (line 11 in import file 'CSV_484074944.csv')
1 error(s) detected. Correct before importing.
When you Look at what it pulls up below all that, it shows the correct account number and account name. I know FA doesn't like account numbers bigger than like 8 digits and I had to already make other modifications to the core to make my longer account numbers work in the program.