Database – Cash Drawer Transaction Reasons (source_company_labeling_cash_drawer_tx_reasons_entity)
Description
This table holds information about the different labels saved as reasons for cash drawer transactions. These labels are edited in the Source Company Tenant-Level Settings.
Table Values
Column | Data Type | Column Info | Value Notes |
id | int(11) | The ID of the cash drawer reason label | |
name | varchar(50) | The reason used to label transactions | |
created | timestamp | When the reason was created | |
active | tinyint(4) | Whether the reason is active | 1 - active, 2 - inactive |
deleted | tinyint(4) | Whether the reason has been deleted. | 1 - deleted, 2 - not deleted |