master-zapier-plan-draft/packages/zappier-accounting-export
George Lambert a1a5b957fd
Some checks are pending
offline / test (push) Waiting to run
Wire zappier-edge into the live stack and add billing department APIs
Fleet now spawns the real zappier and middleware processes. Metered
timestamp/receipt/hash calls proxy to middleware when ZAPPIER_UPSTREAM
is set. CS credits, sales per-customer pricing, and QuickBooks export
are separate repos plugged into zappier-edge admin.
2026-09-11 15:15:55 -04:00
..
src Wire zappier-edge into the live stack and add billing department APIs 2026-09-11 15:15:55 -04:00
test Wire zappier-edge into the live stack and add billing department APIs 2026-09-11 15:15:55 -04:00
package.json Wire zappier-edge into the live stack and add billing department APIs 2026-09-11 15:15:55 -04:00
README.md Wire zappier-edge into the live stack and add billing department APIs 2026-09-11 15:15:55 -04:00

zappier-accounting-export

Accounting-department export of invoices, billing, and payment history to QuickBooks IIF and generic CSV (also usable in other ledgers).

Forgejo: https://git.georgelambert.org/marchon/zappier-accounting-export
Catalog: https://zapier.georgelambert.org/packages/zappier-accounting-export/README.pdf

Reads issued/paid invoices from zappier-edge (ZAPPIER_ADMIN_URL).

PORT=3013 node src/server.js
curl 'http://127.0.0.1:3013/export/quickbooks.iif?period=2026-07' -o zappier.iif
curl 'http://127.0.0.1:3013/export/accounting.csv?period=2026-07' -o zappier.csv

Import the IIF in QuickBooks Desktop: File → Utilities → Import → IIF. The CSV is a flat invoice register for other systems.

History is the invoice list on zappier-edge (draft / issued / paid) plus CS credit ledger and portal prepaid reloads.