Added open food/freetext commands

This commit is contained in:
2022-01-08 19:25:01 +10:00
parent f656c5ab40
commit 56d42f1339
7 changed files with 61 additions and 5 deletions

View File

@@ -59,6 +59,7 @@ let getOrderScreenData (id: int) =
order_screen_pages = Entity.getAllInVenue<order_screen_page_group>
sales_categories = Entity.getAllInVenue<sales_category>
print_groups = Entity.getAllInVenue<print_group>
custom_item = Entity.getAllByColumn<item> "item_code" "OPEN000" |> first
|}
|> ajaxSuccess
|> json