Skip to content

InvoicesList

reference
1 min readUpdated

Kind: Class

Source: Frontend/src/app/models/invoices/invoices.model.ts (line 3)

Part of: Frontend

Properties

PropertyType
InvoiceIDnumber
InquiryNumbernumber
InvoiceNumberstring
CompanyBranchIDnumber
AccountIDnumber
AccountNamestring
DeliveryTermIDnumber
CreationUserIDnumber
DeliveredOrderIDnumber
PaymentMethodIDnumber
PaymentMethodNamestring
ModificationUserIDnumber
ClientOrderNumberstring
CreationDateDate
CurrencyCodestring
DateDate
DeductionAmountnumber
DeliveryTermNamestring
DueAmountnumber
FreightNumbernumber
FreightTypestring
InquiryJobNostring
InvoiceAddressstring
InvoiceItemsany[]
ModificationDateDate
Notestring
ObjectStatenumber
PaidAmountnumber
PaymentDueDateDate
ShipmentDateDate
InvoiceStatusIDnumber
InvoiceStatusNamestring
TotalAmountnumber
Typenumber
VendorOrderNumberstring

Used by

2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (2)

  • InvoicesListComponentFrontend/src/app/components/invoices/invoices-list/invoices-list.component.ts:1
  • InvoicesServiceFrontend/src/app/services/invoices/invoices.service.ts:1

Was this page helpful?

Download as PDF