mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 21:08:12 +00:00
Merge branch 'dev' into freight/nati-2
This commit is contained in:
@@ -1260,6 +1260,16 @@ export const CONFIG_SETTINGS_PERMISSIONS: FreightPermissionSeed[] = [
|
||||
"edr_freight_app:settings:stamp:manage",
|
||||
"Manage the company stamp",
|
||||
),
|
||||
perm(
|
||||
"b4b00004-0001-4000-8000-000000000001",
|
||||
"edr_freight_app:settings:logo:view",
|
||||
"View the company logo",
|
||||
),
|
||||
perm(
|
||||
"b4b00004-0001-4000-8000-000000000002",
|
||||
"edr_freight_app:settings:logo:manage",
|
||||
"Manage the company logo",
|
||||
),
|
||||
// The per-officer approval teeter (ማህተም) — an individual's own stamp +
|
||||
// signature, not the company seal. It used to ride on settings:stamp:*, which
|
||||
// now gates the ONE company stamp; this key was split out when the two were
|
||||
@@ -1985,6 +1995,12 @@ export const FREIGHT_PERMS = {
|
||||
view: "edr_freight_app:settings:stamp:view",
|
||||
manage: "edr_freight_app:settings:stamp:manage",
|
||||
},
|
||||
// The ONE company logo, applied to every generated document (invoices,
|
||||
// receipts, contracts, warehouse papers, train-scheduling manifests).
|
||||
logo: {
|
||||
view: "edr_freight_app:settings:logo:view",
|
||||
manage: "edr_freight_app:settings:logo:manage",
|
||||
},
|
||||
// The per-officer approval teeter (ማህተም) + signature — genuinely per-person,
|
||||
// and NOT the company seal above. Retired: `invoiceStamp`, which used to
|
||||
// gate the company stamp before the two were untangled.
|
||||
|
||||
Reference in New Issue
Block a user