ActsOrderByColumns
The valid fields by which acts can be ordered.
enum ActsOrderByColumns {
ID
NUMBER
CLIENT
PERSON
ISSUER
TYPE
STATUS
EFFECTIVE_AT
EXECUTION_START_AT
EXECUTION_END_AT
WARRANTY_START_AT
WARRANTY_END_AT
LOCATION
CURRENCY
DISCOUNT
SUBTOTAL
SUBTOTAL_EXCLUDING_TAX
TAX
TOTAL
NOTES
CREATED_AT
UPDATED_AT
DELETED_AT
}
Values
ActsOrderByColumns.ID
Act's unique identifier.
ActsOrderByColumns.NUMBER
The act's number.
ActsOrderByColumns.CLIENT
The act's client.
ActsOrderByColumns.PERSON
The act's person.
ActsOrderByColumns.ISSUER
The act's issuer.
ActsOrderByColumns.TYPE
The act's type.
ActsOrderByColumns.STATUS
The act's status.
ActsOrderByColumns.EFFECTIVE_AT
Effective date of the act.
ActsOrderByColumns.EXECUTION_START_AT
Execution start date and time.
ActsOrderByColumns.EXECUTION_END_AT
Execution end date and time.
ActsOrderByColumns.WARRANTY_START_AT
Warranty start date.
ActsOrderByColumns.WARRANTY_END_AT
Warranty end date.
ActsOrderByColumns.LOCATION
Location of the act.
ActsOrderByColumns.CURRENCY
Currency of the act.
ActsOrderByColumns.DISCOUNT
Discount of the act.
ActsOrderByColumns.SUBTOTAL
Subtotal of the act.
ActsOrderByColumns.SUBTOTAL_EXCLUDING_TAX
Subtotal of the act excluding tax.
ActsOrderByColumns.TAX
Tax of the act.
ActsOrderByColumns.TOTAL
Total of the act.
ActsOrderByColumns.NOTES
The act's notes.
ActsOrderByColumns.CREATED_AT
The date and time when the act was created.
ActsOrderByColumns.UPDATED_AT
The date and time when the act was last updated.
ActsOrderByColumns.DELETED_AT
The date and time when the act was deleted.
Member Of
ContactActsOrderByOrderByClause input ● ContractActsOrderByOrderByClause input ● LetterActsOrderByOrderByClause input ● MeterActsOrderByOrderByClause input ● ProjectActsOrderByOrderByClause input ● PropertyActsOrderByOrderByClause input ● QueryActsOrderByOrderByClause input ● QuoteActsOrderByOrderByClause input ● TaskActsOrderByOrderByClause input