Topic: bank import module
i have created a module to import/process bank statements.
the module is in alpha stage, do not use in production!
the module has two parts:
- a bank file statement parser
- the interface to import/process bank transactions
The Parser
- based on MT940 format
- able to import CSV files as well
- developed in ROmania - the files are specific to Romanian banks (one with MT940 format, one with CSV format)
The interface
- match bank transactions to FA transactions
Next steps
- develop some documentation
- ability to identify transactions and propose an action
- ability to auto-identify customers, suppliers, quick entries etc.
Any feedback is welcomed!
on github