Kitchen/Bar Display using Task Printer - separate displays for Food and Drink

#Task Types

Create 2 Task Types: 1 for Food, and 1 for Drink, for example:

FoodDisplayTask
BeverageDisplayTask

Add Custom Fields to each of the Task Types, for the following (optional):

Customer
Table
Color
Id

The Customer field can be used to store the Customer Entity (optional).
The Table field can be used to store the Table Entity (optional).

The Color field is a special field that is used to change the background color of the Task Card.

The Id field is a special field that will be used to reference the Task using a unique Identifier that we will assign, so that we can submit updates to the Task.

:bulb: If you do not want to see these Custom Fields appear on the Task Card, then do not define them here. Leave the Custom Field list empty, and we can still make assignments to these variables.