|
Some checks are pending
offline / test (push) Waiting to run
Match CS/sales/accounting/access-staff to the portal indigo system with dollar amounts, skip links, and empty states. Fleet replica actions move into overflow menus, roles become chips, Docs become cards, and the header copy reflects the 0.0.0.0 bind. Simulator uses the same shell (orange only for faults). Portal API keys are masked; admin customers edit in a drawer. Catalog uses system-ui. New UI-Docs repo holds screenshots, usage notes, and UI-REVIEW.pdf. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| test | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
zappier-sales-pricing
Sales-department API for per-customer pricing (tier + multiplierOverride). zappier-edge remains the rate-card store.
Forgejo: https://git.georgelambert.org/marchon/zappier-sales-pricing
Catalog: https://zapier.georgelambert.org/packages/zappier-sales-pricing/README.pdf
Internal reviews use NATS verae.billing.statement.get (account-balance).
Staff UI: http://127.0.0.1:3012/ — review credits, balances, usage, payments.
PORT=3012 NATS_URL=nats://127.0.0.1:4222 node src/server.js
curl http://127.0.0.1:3012/review/cust_2
curl http://127.0.0.1:3012/quotes/cust_2
curl -X PUT http://127.0.0.1:3012/customers/cust_2/pricing \
-H 'content-type: application/json' \
-d '{"multiplierOverride":0.4,"tierId":"business"}'