more controller for cashier/waiter view
This commit is contained in:
7
app/controllers/origami/customers_controller.rb
Normal file
7
app/controllers/origami/customers_controller.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class Origami::CustomersController < BaseOrigamiController
|
||||
#Form to add customer -
|
||||
def index
|
||||
end
|
||||
def create
|
||||
end
|
||||
end
|
||||
6
app/controllers/origami/discounts_controller.rb
Normal file
6
app/controllers/origami/discounts_controller.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class Origami::DiscountsController < BaseOrigamiController
|
||||
def index
|
||||
end
|
||||
def create
|
||||
end
|
||||
end
|
||||
6
app/controllers/origami/payments_controller.rb
Normal file
6
app/controllers/origami/payments_controller.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class Origami::PaymentsController < BaseOrigamiController
|
||||
def index
|
||||
end
|
||||
def create
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user