add receipt no report and bug fixing

This commit is contained in:
Yan
2017-06-12 12:04:12 +06:30
parent b6bba9ecd4
commit ca2dc181d6
5 changed files with 29 additions and 16 deletions

View File

@@ -0,0 +1,9 @@
class Reports::ReceiptNoController < BaseReportController
def index
@hi = "hi"
end
def show
end
end