InvoiceManager
extends InvoiceManagerAbstraction
in package
Table of Contents
- fetchPayedInvoicesSummary() : array<string|int, mixed>|null
- Summarize all the invoices payed by the customer
- updateExternalSource() : Invoice
Methods
fetchPayedInvoicesSummary()
Summarize all the invoices payed by the customer
public
fetchPayedInvoicesSummary(Project $project[, int $months = 12 ]) : array<string|int, mixed>|null
Parameters
- $project : Project
- $months : int = 12
Return values
array<string|int, mixed>|null —updateExternalSource()
public
updateExternalSource(Invoice $invoice) : Invoice
Parameters
- $invoice : Invoice