update receipt and oqs font
This commit is contained in:
@@ -96,19 +96,6 @@ Rails.application.routes.draw do
|
||||
|
||||
post "/:id/request_bills" => "request_bills#print",:as => "request_bill" ,:defaults => { :format => 'json' }
|
||||
get '/:sale_id/reprint' => 'payments#reprint' ,:defaults => { :format => 'json' }
|
||||
|
||||
#---------Shift ---------------#
|
||||
resources :shifts, only: [:index, :show, :new, :create, :edit, :update]
|
||||
#shift - index (open/close shift landing page)
|
||||
#shift - show (sales summary display)
|
||||
#shift - new (open shift)
|
||||
#shift - edit (close shift)
|
||||
|
||||
resources :cash_mgmt, only: [:new, :create]
|
||||
#payment - accepting or expending money from cashier - [Cash Journal]
|
||||
#payment - Incoming payments - [accept all payment types (cash, other payments (except rebate))
|
||||
#payment - Outing payments - Cash only [ *Misc expeness tracking]
|
||||
|
||||
#--------- Payment ------------#
|
||||
get 'sale/:sale_id/payment' => 'payments#show'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user