This commit is contained in:
NyanLinHtut
2019-12-20 15:48:38 +06:30
parent 26edf23b46
commit 10c1ba12af
15 changed files with 709 additions and 100 deletions

View File

@@ -34,6 +34,8 @@ class BaseReportController < ActionController::Base
if params[:from].present? && params[:to].present?
from = Time.parse(params[:from])
to = Time.parse(params[:to])
puts "from - to<<<<<<<<<<<<<<<<<<<<"
puts "#{from},#{to}"
else
case period.to_i
when PERIOD["today"]