feat: operational resource procurement facility
Implement RESOURCE-WP-0005: entity register, V0.1 terms parameters, entity association on inventory and planning records, transfer-price and credit-state arithmetic, monthly settlement, and entity views on the portfolio report. Live close emits nothing until delivered cost is known. Handoffs are FIN-WP-0006 and RAILIANCE-WP-0017.
This commit is contained in:
parent
325a505980
commit
f8d1c542d5
37 changed files with 1316 additions and 28 deletions
15
data/terms/procurement-v0.1.json
Normal file
15
data/terms/procurement-v0.1.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"schema_version": "0.1",
|
||||
"terms_version": "0.1",
|
||||
"currency": "EUR",
|
||||
"markup_rate": "0.20",
|
||||
"railiance_self_markup_rate": "0.00",
|
||||
"settlement_period": "calendar_month",
|
||||
"payment_term_days": 10,
|
||||
"interest_rate_per_year": "0.05",
|
||||
"interest_convention": "simple_monthly",
|
||||
"default_credit_limit_eur": "1000.00",
|
||||
"restricted_monthly_consumption_eur": "50.00",
|
||||
"procuring_entity_id": "entity:railiance",
|
||||
"labor_rate_eur_per_hour": "60.00"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue