SudoSOS Back-end API / invoicing
invoicing ​
This is the module page of invoicing.
ts
const invoice = await this.manager.findOne(Invoice, {
where: { id: invoiceId }, relations: ['transfer', 'transfer.from',
'invoiceStatus', 'invoiceStatus.changedBy']
});Enumerations ​
| Enumeration | Description |
|---|---|
| InvoiceState | - |
Classes ​
| Class | Description |
|---|---|
| Invoice | - |
| InvoiceController | The Invoice controller. |
| InvoicePdf | - |
| InvoiceService | - |
| InvoiceStatus | - |
| InvoiceUser | - |
Interfaces ​
Functions ​
| Function | Description |
|---|---|
| parseInvoiceFilterParameters | - |