This commit is contained in:
NyanLinHtut
2019-10-04 18:07:17 +06:30
parent 971b1da98c
commit b88fded9a9
2 changed files with 63 additions and 8 deletions

View File

@@ -8,6 +8,9 @@ class Reports::DailysaleController < BaseReportController
@from = from
@to = to
@payment_methods = PaymentMethodSetting.where("is_active='1'").pluck("payment_method")
count = @payment_methods.count
puts 'count+++++++++++++'
puts @payment_methods
# get printer info
@print_settings = PrintSetting.get_precision_delimiter()