Skip to content

InvoicesStatus

reference
1 min readUpdated

Kind: Enum

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

Part of: Frontend

Values

  • Draft
  • AwatingApproval
  • Approved
  • Due
  • Overdue
  • Paid
  • OverDue30Dayes
  • OverDue60Dayes
  • OverDue90Dayes
  • OverDue180Dayes
  • OverDue360Dayes
  • ConsederAsPaid
  • PartialyPaid
  • ReadyForApproval
  • RejectedApproval
  • ConsederAsDue
  • Upcoming
  • AwaitingPrincipalPayoff

Used by

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

Imported by (6)

  • InvoiceDetailsComponentFrontend/src/app/components/invoices/invoice-details/invoice-details.component.ts:1
  • InvoicesListComponentFrontend/src/app/components/invoices/invoices-list/invoices-list.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
  • PaymentMilestoneComponentFrontend/src/app/components/sales/new-job/payment-milestone/payment-milestone.component.ts:1
  • InvoicesServiceFrontend/src/app/services/invoices/invoices.service.ts:1

Was this page helpful?

Download as PDF