Add NATS account-balance SoT and statement review for customers, CS, and sales
Some checks are pending
offline / test (push) Waiting to run

Internal billing now uses verae.billing.* request-reply and pubs. zappier-account-balance tracks prepaid, credits, usage, and payments. Portal, admin, CS, and sales all review the same statement. Independent Forgejo repos stay split via push-module-repos.
This commit is contained in:
George Lambert 2026-09-11 15:35:37 -04:00
parent a1a5b957fd
commit ac38676645
135 changed files with 3078 additions and 130 deletions

View file

@ -50,6 +50,7 @@ create verae-fleet "Service catalog, replica floors, monitor, restart, pause"
create overview "High-level system overview, NATS cluster, uptime, docs index"
create verae-nats-process "Template JetStream worker for a new verae.* address"
create verae-ops "Install, Docker, Proxmox, VMs, dedicated hardware, service linking"
create zappier-account-balance "NATS account balance source of truth"
create zappier-customer-service "Customer-service prepaid credit adjustments"
create zappier-sales-pricing "Sales per-customer pricing"
create zappier-accounting-export "QuickBooks IIF and accounting CSV export"
@ -69,6 +70,7 @@ push_dir "$ROOT/packages/verae-fleet" verae-fleet
push_dir "$ROOT/packages/overview" overview
push_dir "$ROOT/packages/verae-nats-process" verae-nats-process
push_dir "$ROOT/packages/verae-ops" verae-ops
push_dir "$ROOT/packages/zappier-account-balance" zappier-account-balance
push_dir "$ROOT/packages/zappier-customer-service" zappier-customer-service
push_dir "$ROOT/packages/zappier-sales-pricing" zappier-sales-pricing
push_dir "$ROOT/packages/zappier-accounting-export" zappier-accounting-export