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
*

View File

@@ -49,7 +49,7 @@ $(document).ready(function(){
control_button(order_status);
var customer_id=$(this).find(".customer-id").text();
show_customer_details(customer_id);
//show_customer_details(customer_id);
$("#re-print").val(unique_id);