Wire zappier-edge into the live stack and add billing department APIs
Some checks are pending
offline / test (push) Waiting to run
Some checks are pending
offline / test (push) Waiting to run
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.
This commit is contained in:
parent
65bfa544b2
commit
a1a5b957fd
44 changed files with 822 additions and 18 deletions
|
|
@ -50,6 +50,9 @@ 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-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"
|
||||
|
||||
push_dir "$ROOT/packages/zappier" zappier-edge
|
||||
push_dir "$ROOT/packages/verae-zapier-middleware" verae-middleware
|
||||
|
|
@ -66,5 +69,8 @@ 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-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
|
||||
|
||||
echo ALL_MODULE_REPOS_PUSHED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue