update sale item report

This commit is contained in:
Aung Myo
2018-04-04 14:09:35 +06:30
parent 17562f6fcf
commit 8c9b0f756d
4 changed files with 25 additions and 11 deletions

View File

@@ -325,7 +325,8 @@
var str = '';
var param_shift = '<%= params[:shift_name]%>';
url = '<%= reports_get_shift_by_date_path %>';
url = '<%= reports_get_shift_by_sale_item_path %>';
console.log(url)
$.get(url, {period :period, period_type :period_type, from :from, to :to, report_type :shift_item} , function(data){
console.log(data)