shift close and payment journal
This commit is contained in:
10
app/controllers/origami/cash_mgmt_controller.rb
Normal file
10
app/controllers/origami/cash_mgmt_controller.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
class Origami::CashMgmtController < ApplicationController
|
||||
def index
|
||||
end
|
||||
|
||||
def new
|
||||
end
|
||||
|
||||
def create
|
||||
end
|
||||
end
|
||||
13
app/controllers/origami/shifts_controller.rb
Normal file
13
app/controllers/origami/shifts_controller.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
class Origami::ShiftsController < ApplicationController
|
||||
def index
|
||||
end
|
||||
|
||||
def show
|
||||
end
|
||||
|
||||
def new
|
||||
end
|
||||
|
||||
def edit
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user