fix: Exported PO must include line item optional description #23

Merged
shad0w merged 1 commit from claude/issue-8 into master 2026-06-18 22:32:28 +00:00
Owner

Automated fix by Claude Code for #8.

Closes #8

Review, merge, then create a release tag (vX.Y.Z) to deploy.

Automated fix by Claude Code for #8. Closes #8 Review, merge, then create a release tag (vX.Y.Z) to deploy.
shad0w added 1 commit 2026-06-18 22:13:59 +00:00
The POLineItem model has both a required `name` and an optional `description`
field. The export was only rendering `name` (with description as a fallback),
dropping the optional description entirely when a name was present.

- PDF: renders description in smaller italic text below the item name
- XLSX: appends description on a new line within the cell (wrapText enabled)
- Row height in XLSX now accounts for the extra line when description exists

Fixes #8

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
shad0w merged commit 69901ba079 into master 2026-06-18 22:32:28 +00:00
Sign in to join this conversation.
No description provided.