Enum TransactionType
Represents different types of transactions in Point of Sales Module.
Name | Description | Acceptable Value |
---|---|---|
Adjustment | Any adjustment in price in original sale transaction gets recorded as adjustment transaction. |
10 |
Collections | Record patient remaining balance as collection and send to collection agency. |
13 |
MerchandiseDrop | In the event patient failed to pickup their eye wear and patient failed to pay remaining balance on their invoice, this transaction is performed to write off the remaining balance of the order from the system. |
7 |
Miscellaneous | Miscellaneous Payment transaction from the Transactions tab in POS. |
11 |
OldSystemBalance | Payment on an old system balance or when original invoice is not in the system. |
8 |
OutOfStoreRefund | Record the transaction as out of store refund in the event original order is not in the system. |
15 |
OutOfStoreReturn | Record the transaction as out of store return in the event original order is not in the system. |
14 |
PatientPayment | Record the transaction as a patient payment. |
16 |
Payment | Payment transaction by patient. |
2 |
Refund | Refund transaction to patient. |
4 |
RefundCustomerCredit | Refund customer credit. |
12 |
ReinstateDrop | In the event when Patient comes to pick up the eye wear after Merchandise drop transaction occured, office clerk can perform reinstate transaction. |
9 |
Remake | Remake of the order. |
5 |
Return | Return transaction. |
3 |
Sale | Sale transaction. |
1 |
Void | Voiding the previous transaction. e.g.(sale) |
6 |