LedgerSMB
LedgerSMB copied to clipboard
Make Chart of Accounts display and import idempotent
Version
1.12.9
What browsers are you seeing the problem on?
This problem isn't browser related
What happened?
There are three different formats for Charts of Accounts. The original version imported during database setup is XML, but the Import chart menu option requires CSV.
However, if you display the Chart of Accounts and choose to output it to a CSV, that's different from the format needed for import.
What should have happened?
I would expect the output CSV to at least be able to be imported into another LSMB instance with no COA. This would require reordering the columns (and I think adding just charttype)
Preferably, it should be able to be imported into the same instance without error (i.e., simply discard any identical COA rows).