Skip to content

InvoiceItems

reference
1 min readUpdated

Kind: Class

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

Part of: Frontend

Properties

PropertyType
AmountSubjectToCommissionnumber
CategoryIDnumber
CategoryNamestring
Commissionnumber
CreationDateDate
CreationUserIDnumber
Discountnumber
InvoiceIDnumber
InvoiceItemIDnumber
ItemNamestring
ItemTotalPricenumber
ModificationDateDate
ModificationUserIDnumber
NetTotalPricenumber
PrincipalAdvancedPaymentsnumber
ObjectStatenumber
Qtynumber
Taxnumber
UnitIDstring
UnitNamestring
UnitPricenumber
CurrencyCodestring
CurrencySymbolstring
_InstallentPercentnumber
ModifiedUnitPricenumber
ModifiedItemTotalPricenumber
ModifiedCommissionnumber

Used by

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

Imported by (4)

  • InvoiceDetailsComponentFrontend/src/app/components/invoices/invoice-details/invoice-details.component.ts:1
  • AccountDetailsComponentFrontend/src/app/components/market/account-details/account-details.component.ts:1
  • NewJobComponentFrontend/src/app/components/sales/new-job/new-job.component.ts:1
  • PaymentsListFrontend/src/app/models/payments/payments.ts:2

Was this page helpful?

Download as PDF