edit invoice

This commit is contained in:
Nweni
2017-06-23 17:37:08 +06:30
parent 7dcc8547d6
commit 81c50f220a
8 changed files with 150 additions and 10 deletions

View File

@@ -76,7 +76,7 @@ Rails.application.routes.draw do
resources :customers #add customer type
end
post 'moving' => "movetable#moving"
get "/table/:table_id/sale/:sale_id/edit" => "sale_edit#edit"
get 'table/:dining_id/movetable' => "movetable#move_dining"
get 'table/:dining_id/moveroom' => "moveroom#move_dining"
get 'sale/:sale_id' => 'sales#show'