Topic: Import Transactions for Bank Statements
I have installed and activated the "Import Transactions" module. I would like to use this module to import bank statements. To test the import, I modified the provided sample:
modules/import_transactions/templates/bank_en_GB.csv
By updating the date and adjusting to the standard US COE.
reference,date,memo,payment,receipt,accountcode,taxtype,dim1ref,dim2ref,person_type_id (supplier=3 customer=2),person_id,Branch_id
1,01/01/22,labour,100.5,,5410,0,,,,,
2,02/01/22,cash on account,,300,1065,0,,,2,1,1
QWE2,03/01/22,payment for rent,200.5,,5760,1,,,,,
4,04/01/22,purchased stock,,700,1540,0,,,,,
6,05/01/22,paid supplier,400,,2100,0,,,3,1,
However, the import does not work. There is no menu for Bank statement import. There is only "General Journal Processing", "Deposit Processing", "Payment Processing", "Sales Order Processing" and "Direct Invoice Processing". When I use "General Journal Processing", I get a quick view of the "green process bar" but then nothing has happened afterwards.
Does anybody have experience in importing CSVs with Bank Statements? How to best do that?