Erik Huelsmann
Erik Huelsmann
Actually, https://github.com/ledgersmb/LedgerSMB/wiki/Chart-of-Accounts-Framework-Database-Design provides a very nice solution using inherited tables which can be used to enforce accno uniqueness.
Although it seems that the uniqueness condition can't be solved due to the use of inherited tables (which don't guarantee unique indices across tables)
The solution here is to put all hierarchy nodes in one table, including their control codes, but to use a separate table for the gl account characteristics and view to...
the latest comment moves this away from wontfix into something we can actually fix...
Can you please move the document to `docs/` and add a reference to the general README in the repository root? Thanks!
@ylavoie another option is to replace it with a notice that the content needs updating and where the original content can be found... (No idea if this is one of...
Since the fix for #2321 has been released for 1.7, 1.8 and 1.9, the 'exact reversal' goal of this PR has been resolved. This PR was mostly initiated to address...
I don't have access to a Safari browser; definitely in need of help here.
@aungzwin10 you could research (or ask Apple) why the authentication data is lost ; when you're being handed a work-around (by Apple or elsewhere), please test and PR. I have...
The required template can be loaded using the `ledgersmb-admin template load` command.