We have three types of integrations that we use to define what type of installation is needed.
Historical Read Only(H) ~ You need to read POS database information and are okay with tickets and clock entries from yesterday and later from the POS.
Current Day Read Only(RO) ~ You need to read POS database information but also need current day tickets and clock entries from the POS.
Full Read / Write(R/W) ~ You need to read POS database information, current day ticket and clock entries AND you want to inject shifts, orders or payments into the POS.
| Information | H | RO | R/W |
| Menu Data | X | X | X |
| Employee Data | X | X | X |
| Other Available POS data | X | X | X |
| Read Tickets | H | X | X |
| Read Clock Entries | H | X | X |
| Open Tickets | X | ||
| Order Items | X | ||
| Apply Payments | X | ||
| Create Shifts | X |