Skip to content
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

Fix encoding of the column data, including col_id #7745

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

ehuelsmann
Copy link
Member

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 #7739.

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 ehuelsmann enabled auto-merge December 1, 2023 20:17
@ehuelsmann ehuelsmann disabled auto-merge December 1, 2023 22:10
@ehuelsmann ehuelsmann merged commit 3d537ab into ledgersmb:1.11 Dec 1, 2023
16 checks passed
@ehuelsmann ehuelsmann deleted the fix/1.11/escaped-column-ids branch December 1, 2023 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant