6 | QSR Terminology Mapping
This article covers a brief description of all the terminology used by QSR and how it can be mapped to Bepoz database.
This article covers a brief description of all the terminology used by QSR and how it can be mapped to Bepoz database.
PrerequisiteN/A
Field Mapping
Check Mapping
QSR Name |
Data Type |
QSR Description |
Bepoz Field Mapping |
Bepoz Notes |
SiteUID | String | A globally unique identifier for a site that will be provided by QSR | KDSLink.exe config field |
|
CheckNumber | Integer | The Check Number | TransactionID or TableID |
|
Courses | Collection of Course | An array pf course information. See data fields of course table |
|
|
LastUpdateTime | String | When the check was last changed in ISO 8601 format and UTC Time zone | Transactions.DateUpdated |
Course Mapping
QSR Name |
Data Type |
QSR Description |
Bepoz Field Mapping |
Bepoz Notes |
CourseName | String | The course name | ||
CourseNumber | Integer | The course number | 0 |
|
CustomerName | String | The customer name |
Account Name Table.Name |
|
DestinationID | Number | The destination ID of the course | StoreID |
|
GuestCount | Integer | The guest count of the course | ||
Items | Collection of Item |
An array of items included in the course See Data Field of Item Table |
||
PaymentStates | Collection of CoursePaymentState | An array of payment states. See Data Field of CoursePaymentyState Table | ||
Server | Complex | Includes the server ID and name. See Data Fields of Server table. |
Operator.FirstName | |
TableName | String | The table name | ||
TableSection | String | The table number | ||
Terminal | Integer | The terminal of the course | Workstation.WorkstationID | |
IsTraining | Boolean | Indicates whether course is training | See notes | When an order is sent in training mode, mark this flag true |
IsVoid | Boolean | Indicates if the course is void | See notes |
Server Mapping
QSR Mapping |
Data Type |
QSR Description |
Bepoz Field Mapping |
Bepoz Notes |
ID | Integer | The server ID number | Operator.OperatorID | |
Name | String | The server name | Operator.FirstName |
Item Mapping
QSR Name |
Data Type |
QSR Description |
Bepoz Field Mapping |
Bepoz Notes |
ItemNumber | Integer | The item number in the course | ||
ParentItemNumber | Integer | The ItemNumber of an item's parent. Will be 0 (zero) if the item does not have a parent. See ItemNumber in this table | See notes |
|
ItemType | String | The type of item. ItemType options are "FoodItem", "ComboItem", "PieceDetail", "MixedItem", "SideItem", "Condiment", "PizzaSection", "PrepModifier", "Allergen". If ItemType string is empty or invalid, default ItemType "FoodItem" will be used. | See notes |
|
ItemID | Integer | The item's ID number (also known as the PLU). | Product.ProductID + SizeNum -1 |
|
Seat | Integer | The seat number associated with the item | Translines.SeatNum |
|
Quantity | Integer | The quantity of the item | Translines.UnitQtySold |
|
UnitPrice | Integer | The unit price of the item | Translines.NettEach |
|
IdealCookTimes | Array[Integer] | The ideal cook time of the item, in seconds. Up to four cook times can be defined in the array | Product.PrepTime |
|
CookTimeModifierType | String |
|
||
CookTimeModifierValue | Integer | Only applicable when ItemType is PrepModifier and CookTimeModifierType is Value or Percentage. The amount of time, in seconds, that should be substituted as the cook time of the PrepModifier's parent item | ||
IsFreeItem | Boolean | Indicates whether item is free | See notes |
|
Description | String | The item description | Product.Name |
|
DestinationID | Integer | The destination ID of the item | See Notes |
|
IsVoid | Boolean | Indicates if Item is void | See Notes |