Subversion Repositories SmartDukaan

Rev

Rev 32643 | Rev 32912 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32643 Rev 32686
Line 28... Line 28...
28
        var startDate = getDatesFromPicker('input[name="invoice-duration"]').startDate;
28
        var startDate = getDatesFromPicker('input[name="invoice-duration"]').startDate;
29
        var endDate = getDatesFromPicker('input[name="invoice-duration"]').endDate
29
        var endDate = getDatesFromPicker('input[name="invoice-duration"]').endDate
30
 
30
 
31
        var vendorId = $('#vendorId').val();
31
        var vendorId = $('#vendorId').val();
32
 
32
 
33
        doGetAjaxRequestHandler(context + "/getWarehouseInvoicesByVendor?vendorId=" + vendorId + "&startDate=" + startDate + "&endDate=" + endDate, function (response) {
33
       // doGetAjaxRequestHandler(context + "/getWarehouseInvoicesByVendor?vendorId=" + vendorId + "&startDate=" + startDate + "&endDate=" + endDate, function (response) {
34
            $('.invoicesviewcontainer').html(response);
34
           // $('.invoicesviewcontainer').html(response);
-
 
35
            doGetAjaxRequestHandler(context + "/getWarehouseInvoicesBydateWise?dateWiseInvoices="  + "&startDate=" + startDate + "&endDate=" + endDate, function (response) {
-
 
36
                        $('.invoicesviewcontainer').html(response);
35
 
37
 
36
        });
38
        });
37
 
39
 
38
 
40
 
39
    });
41
    });