shift close and payment journal

This commit is contained in:
Min Zeya Phyo
2017-06-28 10:34:42 +06:30
parent c1646b812e
commit ee651763b7
36 changed files with 308 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
class Origami::CashMgmtController < ApplicationController
def index
end
def new
end
def create
end
end