-
-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calling General Ledger->Chart of Accounts in PDF format fails to render the Credits and Debits #7739
Labels
type:bug
Bug that will be worked on as resources permit
Comments
This problem also occurs in Reports->Trial Balance. for the :End Balance column |
ehuelsmann
added a commit
to ehuelsmann/LedgerSMB
that referenced
this issue
Dec 1, 2023
Due to the fact that all column data was encoded for output-format-safety, the CoA and Trial Balance reports didn't show some columns in PDF format (with LaTeX intermediate representation). The column *keys* in the ROW data do *not* get encoded, whereas the column keys (stored in the column data as values) *do* get encoded. Due to this mismatch, the column name 'credit_balance' differed between the row data and the column data (the latter containing the encoded value 'credit\_balance'). Fixes ledgersmb#7739.
ehuelsmann
added a commit
to ehuelsmann/LedgerSMB
that referenced
this issue
Dec 1, 2023
Due to the fact that all column data was encoded for output-format-safety, the CoA and Trial Balance reports didn't show some columns in PDF format (with LaTeX intermediate representation). The column *keys* in the ROW data do *not* get encoded, whereas the column keys (stored in the column data as values) *do* get encoded. Due to this mismatch, the column name 'credit_balance' differed between the row data and the column data (the latter containing the encoded value 'credit\_balance'). Fixes ledgersmb#7739.
ehuelsmann
added a commit
to ehuelsmann/LedgerSMB
that referenced
this issue
Dec 1, 2023
Due to the fact that all column data was encoded for output-format-safety, the CoA and Trial Balance reports didn't show some columns in PDF format (with LaTeX intermediate representation). The column *keys* in the ROW data do *not* get encoded, whereas the column keys (stored in the column data as values) *do* get encoded. Due to this mismatch, the column name 'credit_balance' differed between the row data and the column data (the latter containing the encoded value 'credit\_balance'). Fixes ledgersmb#7739.
ehuelsmann
added a commit
to ehuelsmann/LedgerSMB
that referenced
this issue
Dec 1, 2023
Due to the fact that all column data was encoded for output-format-safety, the CoA and Trial Balance reports didn't show some columns in PDF format (with LaTeX intermediate representation). The column *keys* in the ROW data do *not* get encoded, whereas the column keys (stored in the column data as values) *do* get encoded. Due to this mismatch, the column name 'credit_balance' differed between the row data and the column data (the latter containing the encoded value 'credit\_balance'). Fixes ledgersmb#7739.
This was referenced Dec 1, 2023
ehuelsmann
added a commit
to ehuelsmann/LedgerSMB
that referenced
this issue
Dec 2, 2023
Due to the fact that all column data was encoded for output-format-safety, the CoA and Trial Balance reports didn't show some columns in PDF format (with LaTeX intermediate representation). The column *keys* in the ROW data do *not* get encoded, whereas the column keys (stored in the column data as values) *do* get encoded. Due to this mismatch, the column name 'credit_balance' differed between the row data and the column data (the latter containing the encoded value 'credit\_balance'). Fixes ledgersmb#7739.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
1.10.25
What browsers are you seeing the problem on?
This problem isn't browser related
What happened?
Calling General Ledger->Chart of Accounts in PDF format fails to render the Credits and Debits. Calling for CSV format presents the values as shown on the relevant screen.
What should have happened?
The "number" columns should have rendered.
The text was updated successfully, but these errors were encountered: