IO-1096 Added order by to Parts Order

This commit is contained in:
Patrick Fic
2021-06-02 08:49:10 -07:00
parent 28326f2628
commit 9ff9baa78c
29 changed files with 461 additions and 47 deletions

View File

@@ -1114,11 +1114,12 @@ tables:
- role: user
permission:
columns:
- phone_num
- created_at
- updated_at
- archived
- bodyshopid
- created_at
- id
- phone_num
- updated_at
filter:
bodyshop:
associations:
@@ -1133,11 +1134,12 @@ tables:
- role: user
permission:
columns:
- phone_num
- created_at
- updated_at
- archived
- bodyshopid
- created_at
- id
- phone_num
- updated_at
filter:
bodyshop:
associations:
@@ -3622,6 +3624,7 @@ tables:
- jobid
- order_date
- order_number
- orderedby
- return
- returnfrombill
- status
@@ -3638,6 +3641,7 @@ tables:
- jobid
- order_date
- order_number
- orderedby
- return
- returnfrombill
- status
@@ -3664,6 +3668,7 @@ tables:
- jobid
- order_date
- order_number
- orderedby
- returnfrombill
- status
- updated_at