update cash in and out for quick service

This commit is contained in:
Aung Myo
2018-05-16 18:01:47 +06:30
parent 29434f2df9
commit ca360c75d6
8 changed files with 76 additions and 17 deletions

View File

@@ -62,7 +62,13 @@ class Origami::PendingOrderController < BaseOrigamiController
@table_id = nil
@dining = nil
end
end
def cash_ins
render "origami/cash_ins/new"
end
def cash_outs
render "origami/cash_outs/new"
end
end