sale receipt generation and bill api

This commit is contained in:
Min Zeya Phyo
2017-04-17 13:09:54 +06:30
parent 3e9a2a0ce7
commit 6a84a34a9f
15 changed files with 177 additions and 71 deletions

View File

@@ -31,7 +31,7 @@ Rails.application.routes.draw do
end
#User request move table or bills
post "bill/:booking_id" => "bill#create"
post "move" => "move#update"
post "move" => "move#create"
#Order Controller
resources :orders, only: [:create, :show, :update] do