feat(payments): add customer ledgers and allocations (#744)

This commit is contained in:
Darko Gjorgjijoski
2026-08-05 03:28:35 +02:00
committed by GitHub
parent 8ae82ae91e
commit f322c2b74d
74 changed files with 5693 additions and 693 deletions
@@ -93,6 +93,7 @@ class InvoicesController extends Controller
return new InvoiceResource($invoice->load([
'creditNotes:id,related_invoice_id,invoice_number,total',
'creditNotes.items:id,invoice_id,source_invoice_item_id,quantity',
'allocations.payment',
]));
}