update merge with admibbsb-materi for multiple set item and report

This commit is contained in:
Aung Myo
2018-04-04 17:55:27 +06:30
11 changed files with 169 additions and 52 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)