SequenceNumberTypeWebEnum Enumeration |
Sequence number types
Namespace:
Tse.EasyBook.Server.DataContracts.ValueTypes
Assembly:
Tse.EasyBook.Server.DataContractsModelCommon (in Tse.EasyBook.Server.DataContractsModelCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum SequenceNumberTypeWebEnum
Members
| Member name | Value | Description |
---|
| Order | 1 | |
| Invoice | 2 | |
| Requisition | 3 | |
| Payment | 4 | |
| Payout | 5 | |
| Outlay | 6 | |
| Transfer | 7 |
Transfer from another account. For example a transfer from SOSBOS account during import.
|
| Finance | 8 |
Finance. Used for manual entries in the daybook. Note: The number is not generated from this type. Merely used as an entry type in the daybook
|
| DaybookSet | 9 |
Unique id for a set of financial transaction belonging the same daybook approval
|
| PaymentReceipt | 10 |
Unique id to identify a payment receipt number
|
| CounterEntry | 11 |
Unique id to identify a counter entry
|
| KeyDeliveryCommission | 12 |
Key delivery commission
|
| TaskNumber | 13 |
Requisition task number
|
| ExternalVoucher | 14 |
External imported voucher
|
| Statement | 15 |
Annual Statement or Termination Statement
|
See Also