@extends('layouts.admin') @section('title', 'Billing Rule Settings') @section('content')
Pending compliance and coding review. Changing a threshold or band width never edits an effective row — it always creates a new dated version, leaving history untouched.
Active since {{ $activeVersion->effective_start->format('M j, Y') }} · amber band {{ $activeVersion->approaching_threshold_minutes }} min
@endif| Name | Effective | Amber band | Codes | Status |
|---|---|---|---|---|
| {{ $ruleSet->name }} | {{ $ruleSet->effective_start->format('M j, Y') }} → {{ $ruleSet->effective_end?->format('M j, Y') ?? 'current' }} | {{ $ruleSet->approaching_threshold_minutes }} min |
@foreach ($ruleSet->codes as $code)
{{ $code->code }}
@endforeach
|
@if ($isActive) Active @else Historical @endif |
No billing rule sets yet
Create the first versioned rule set to start computing billing periods.
New version