Commit Graph

14 Commits

Author SHA1 Message Date
0e76506c22 consolidate sales summary ledger entry creation into upsert-sales-summary tx
Move journal entry calculation and creation from the reconcile-ledger
background job into the upsert-sales-summary tx function. Now any save
of a sales summary (job recalculation, admin edit wizard, or manual
touch) automatically creates the journal entry if balanced with all
accounts mapped, or retracts it if conditions no longer hold. Eliminates
the need for a separate upsert-sales-summary-ledger call and the
reconcile ledger pass for sales summaries.
2026-05-15 23:22:38 -07:00
baf8cfff97 feat: complete automatic sales summary calculations and ledger posting 2026-05-15 23:22:38 -07:00
a8c7c7eb8e cleans up grids 2024-11-18 19:41:54 -08:00
e3b17e50e2 Sales nearly ready 2024-04-30 22:38:21 -07:00
f6dba46835 home stretch 2024-04-29 23:05:33 -07:00
f25ddc2ee4 Sales summaries in slightly more detail 2024-04-29 22:44:09 -07:00
58217158e3 Adds unknown processor to payments 2024-04-18 12:37:11 -07:00
7b15b35eff calls out client on summaries. 2024-04-18 10:54:54 -07:00
fe6d24c030 merged 2024-04-04 21:19:40 -07:00
3957286624 Adds gift cards to sales summaries 2024-04-01 16:06:34 -07:00
2d943fa421 fixes sales summaries distinction on ssr-invoices. 2024-04-01 10:55:49 -07:00
4c52dbc4d6 minor tweaks 2024-03-31 22:06:18 -07:00
ded5371e77 Makes simple sales summaries 2024-03-31 21:47:40 -07:00
d1a660c5c1 Adds rudimentary version of summarizing sales 2024-03-31 00:22:53 -07:00