mirror of
https://github.com/renee-png/acmcc.git
synced 2026-06-21 01:40:01 +00:00
a65c135122
Buildium often records vendor payments as direct checks (Dr Expense/Cr Bank) with no bill. For import-mode companies post_bill_gl no-ops, so a bill is a record only. New fn accounting.autocreate_nobill_vendor_bills() creates a paid record-only bill for each such buildium_gl payment (vendor resolved by payee, idempotent by external_id); buildium-gl-sync calls it per import-mode company after each pull. No GL impact, no double-count. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>