sale item report and rebate balance

This commit is contained in:
Aung Myo
2017-06-19 11:54:34 +06:30
parent faa6beb243
commit 675d83c80f
16 changed files with 391 additions and 137 deletions

View File

@@ -25,6 +25,13 @@ $(document).on("focus", "[data-behaviour~='datepicker']", function(e){
$('.dropdown-toggle').dropdown();
});
function export_to(path)
{
var form_params = $("#frm_report").serialize();
alert(form_params);
window.location = path+"?"+ form_params;
}
/*
* ToDo Move to here from pages
*