Add NATS account-balance SoT and statement review for customers, CS, and sales
Some checks are pending
offline / test (push) Waiting to run
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:
parent
a1a5b957fd
commit
ac38676645
135 changed files with 3078 additions and 130 deletions
|
|
@ -71,6 +71,7 @@ SECTIONS = [
|
|||
("packages/zappier/docs/CUSTOMER-PORTAL.md", "Signup, 2FA, API keys, reloads"),
|
||||
("packages/zappier/docs/ACCOUNTING.md", "Invoices, PO billing, reports"),
|
||||
("packages/zappier/docs/DEVELOPER.md", "Developer reference"),
|
||||
("packages/zappier-account-balance/README.md", "Account balance (NATS SoT)"),
|
||||
("packages/zappier-customer-service/README.md", "Customer-service credits API"),
|
||||
("packages/zappier-sales-pricing/README.md", "Sales per-customer pricing API"),
|
||||
("packages/zappier-accounting-export/README.md", "QuickBooks / accounting export"),
|
||||
|
|
@ -326,6 +327,7 @@ def main() -> None:
|
|||
"verae-nats-process",
|
||||
"docs-master",
|
||||
"verae-ops",
|
||||
"zappier-account-balance",
|
||||
"zappier-customer-service",
|
||||
"zappier-sales-pricing",
|
||||
"zappier-accounting-export",
|
||||
|
|
@ -487,6 +489,7 @@ def main() -> None:
|
|||
("overview", "High-level system overview"),
|
||||
("verae-nats-process", "Template for a new NATS address"),
|
||||
("verae-ops", "Install, Docker, Proxmox, VMs, dedicated hardware"),
|
||||
("zappier-account-balance", "NATS account balances"),
|
||||
("zappier-customer-service", "CS credits"),
|
||||
("zappier-sales-pricing", "Sales per-customer pricing"),
|
||||
("zappier-accounting-export", "QuickBooks export"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue