Reconciliation parsers don't support all supported database names #5822
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Due to the inclusion of the database name in the function name of the database parser (see https://github.com/ledgersmb/LedgerSMB/blob/master/lib/LedgerSMB/Reconciliation/CSV.pm#L73), company names can't include any symbols which aren't supported in Perl symbols (e.g. !@).
We need a better design to hook parser code to accounts.
Beta Was this translation helpful? Give feedback.
All reactions