Skip to content

[master] Trail Balance by Period doesn't show the balance for some of the G/L Accounts in the PDF version#8942

Draft
neeleshsinghal wants to merge 1 commit into
microsoft:mainfrom
neeleshsinghal:bugs/Bug-640991-Trail-Balance-by-Period-doesn't-show-the-balance
Draft

[master] Trail Balance by Period doesn't show the balance for some of the G/L Accounts in the PDF version#8942
neeleshsinghal wants to merge 1 commit into
microsoft:mainfrom
neeleshsinghal:bugs/Bug-640991-Trail-Balance-by-Period-doesn't-show-the-balance

Conversation

@neeleshsinghal

@neeleshsinghal neeleshsinghal commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Workitem: Bug 640991: [master] [All-E]Trail Balance by Period doesn't show the balance for some of the G/L Accounts in the PDF version

Fixes AB#640991

Issue: In report 38 "Trial Balance by Period", G/L Account amounts with ~10+ digits render as blank cells in the PDF for negative values (e.g., -1,234,567,890.00) while positive values display.

Cause: The 13 ColumnValuesAsText_N_ value textboxes in TrialBalancebyPeriod.rdlc were missing the explicit true setting, so the cell could not grow vertically when the extra minus-sign character pushed the right-aligned text past the 48.44pt column width, causing the PDF renderer to drop the value.

Solution: Added true to each of the 13 ColumnValuesAsText_N_ textboxes in TrialBalancebyPeriod.rdlc, matching the pattern already used in TrialBalance.rdlc.

@github-actions github-actions Bot added From Fork Pull request is coming from a fork Linked Issue is linked to a Azure Boards work item labels Jun 30, 2026
@github-actions github-actions Bot added this to the Version 29.0 milestone Jun 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

From Fork Pull request is coming from a fork Linked Issue is linked to a Azure Boards work item

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant