makes all sales orders use new grid helper
This commit is contained in:
@@ -20,7 +20,16 @@
|
||||
["/rows/" [#"\d+" :after]] {:get :transaction-insight-rows}
|
||||
["/explain/" [#"\d+" :transaction-id]] {:get :transaction-insight-explain}}}
|
||||
"pos" {"/sales" {"" {:get :pos-sales}
|
||||
"/table" {:get :pos-sales-table}}}
|
||||
"/table" {:get :pos-sales-table}}
|
||||
"/expected-deposit" {"" {:get :pos-expected-deposits}
|
||||
"/table" {:get :pos-expected-deposit-table}}
|
||||
"/tenders" {"" {:get :pos-tenders}
|
||||
"/table" {:get :pos-tender-table}}
|
||||
"/refunds" {"" {:get :pos-refunds}
|
||||
"/table" {:get :pos-refund-table}}
|
||||
"/cash-drawer-shifts" {"" {:get :pos-cash-drawer-shifts}
|
||||
"/table" {:get :pos-cash-drawer-shift-table}}}
|
||||
|
||||
"company" {"" :company
|
||||
"/dropdown" :company-dropdown-search-results
|
||||
"/active" {:put :active-client}
|
||||
|
||||
Reference in New Issue
Block a user