These thresholds determine which approval chain is automatically assigned when a new procurement is submitted. Values are in the organisation's base currency.
Tier 1 — Department Head
Procurements below the low threshold require only Department Head sign-off.
Tier 2 — Finance Committee
Procurements between low and high thresholds require Finance Committee approval.
Tier 3 — Board of Directors
Procurements above the high threshold require full Board approval. No input needed — this is the automatic fallback for all procurements exceeding the high threshold.
Current Chain Logic:
Value < {{ number_format($tenant->settings['approval_threshold_low'] ?? 50000000, 0) }}
→ Department Head only
{{ number_format($tenant->settings['approval_threshold_low'] ?? 50000000, 0) }} – {{ number_format($tenant->settings['approval_threshold_high'] ?? 200000000, 0) }}
→ Department Head + Finance Committee
Value > {{ number_format($tenant->settings['approval_threshold_high'] ?? 200000000, 0) }}
→ Department Head + Finance Committee + Board