This trail logs all legal changes to this contract.
| Invoice # | Amount | Due Date | Status | Submitted On | Action |
|---|---|---|---|---|---|
| {{ $invoice->invoice_number }} | {{ $invoice->currency }} {{ number_format($invoice->amount, 2) }} | {{ $invoice->due_date->format('M d, Y') }} | {{ ucfirst(str_replace('_', ' ', $invoice->status)) }} | {{ $invoice->created_at->format('M d, Y') }} | View |
| No invoices submitted yet. | |||||
No versions recorded. A v1.0 draft should have been created automatically (VC-2).
| Version | Status | Notes | Created By | Date | Action |
|---|---|---|---|---|---|
| {{ $v->version_label }} | {{ ucfirst($v->status) }} | {{ $v->notes ?? '—' }} | {{ $v->creator->name ?? '—' }} | {{ $v->created_at->format('M d, Y') }} | @if(!$v->is_frozen && !$contract->is_frozen) @else {{ $v->is_frozen ? 'Frozen' : '—' }} @endif |
Assign a formal registration reference to this contract for official record-keeping.
Record the department that received the executed contract.