Migration now orders pages correctly, adds demo floorplan. Some small fixes on order screen.

This commit is contained in:
2022-07-02 23:28:42 +10:00
parent 627843f3a3
commit aa37b24293
4 changed files with 137 additions and 27 deletions

View File

@@ -62,7 +62,7 @@ let loadOrderScreenView (ctx: HttpContext) (tableNumber: int) =
let metaTags = [|"viewport", "user-scalable = no, initial-scale=0.8,maximum-scale=0.8 ,shrink-to-fit=yes"|] |> addDefaultMetaTags
let printGroupButtons =
Entity.GetAllInVenue<sales_category>
Entity.GetAllInVenue<print_group>
|> Array.map View.printGroupButton
let orderScreenPageGroupButtons =