update report excel

This commit is contained in:
Aung Myo
2017-12-07 14:05:39 +06:30
parent f80971506a
commit 1645f75fa3
3 changed files with 38 additions and 31 deletions

View File

@@ -41,7 +41,8 @@ authorize_resource :class => false
def show
from, to = get_date_range_from_params
puts from
puts to
@sale_data = Sale.get_by_shift_sale(from,to,Sale::SALE_STATUS_COMPLETED)
date_arr = Array.new