mirror of
https://github.com/renee-png/acmcc.git
synced 2026-06-21 09:50:01 +00:00
756ebce121
Buildium bill imports left expense_account_id null on all bills because the importer only read firstLine.GLAccountId, but the bill-line payload exposes the GL id under GLAccount.Id (nested). chart_of_accounts.account_number already stores the Buildium GL Id, so resolve the line's GL id from either shape before mapping it. Re-syncing backfills existing bills via the update path. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>