master-zapier-plan-draft/packages/zappier-sales-pricing
George Lambert d299d245e8
Some checks are pending
offline / test (push) Waiting to run
Add internal staff IAM: named users, roles, and management permissions.
verae-staff-iam (:3028) is the people directory — owner, billing-admin,
cs, sales, accounting, operator, viewer — with scrypt passwords, sessions,
and an audit log. Admin console login uses it when STAFF_IAM_URL is set
and hides tabs the account cannot use. CS/sales/accounting/staff/fleet
check permissions such as cs.credit and fleet.operate. Shared staff key
remains only as a fallback when IAM is unset.
2026-09-11 18:36:12 -04:00
..
public Close the UI-review follow-ups: names typeahead, fleet form, overflow flip. 2026-09-11 18:18:37 -04:00
src Add internal staff IAM: named users, roles, and management permissions. 2026-09-11 18:36:12 -04:00
test Add NATS account-balance SoT and statement review for customers, CS, and sales 2026-09-11 15:35:37 -04:00
package-lock.json Add NATS account-balance SoT and statement review for customers, CS, and sales 2026-09-11 15:35:37 -04:00
package.json Add NATS account-balance SoT and statement review for customers, CS, and sales 2026-09-11 15:35:37 -04:00
README.md Add NATS account-balance SoT and statement review for customers, CS, and sales 2026-09-11 15:35:37 -04:00

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"}'