Kind: Class
Source: Frontend/src/app/models/invoices/invoices.model.ts (line 116)
Part of: Frontend
Properties
| Property | Type |
|---|---|
InvoiceItems | InvoiceItems[] |
InvoiceID | number |
InvoiceNumber | string |
CompanyBranchID | number |
AccountID | number |
ClientId | number |
AccountName | string |
AccountFullName | string |
ClientName | string |
BranchName | string |
SalesJobId | number |
SalesRepId | number |
SalesRepName | string |
JobNo | string |
DeliveredOrderID | number |
Type | number |
Date | Date |
PaymentDueDate | Date |
InvoiceAddress | string |
VendorOrderNumber | string |
ClientOrderNumber | string |
PaymentMethodID | number |
PaymentMethodName | string |
DeliveryTermID | number |
DeliveryTermName | string |
ShipmentDate | Date |
FreightType | number |
FreightNumber | string |
InvoiceStatusID | number |
PrincipalInvoiceStatusId | number |
PriceSubjectToCommissionPercent | number |
AccountContractPaymentMilestoneId | number |
PrincipalInvoiceStatus | number |
PaymentMilestoneTypeId | number |
InstallentPercent | number |
PaymentMilestoneId | number |
InvoiceStatusName | string |
Note | string |
TotalAmount | number |
PaidAmount | number |
AverageCommission | number |
DueAmount | number |
AllocatedAmount | number |
PaymentID | number |
PaymentNumber | string |
PaymentInvoiceID | number |
PaymentCurrencyRate | number |
DeductionAmount | number |
CurrencyCode | string |
CurrencySymbol | string |
Used by
1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (1)
CurrencyRate—Frontend/src/app/components/payments/payment-details/payment-details.component.ts:1
Was this page helpful?