Exemplo n.º 1
0
        public List <DiscountDetailsReportDataModels> GetDataForDiscountDetail(BaseReportDataModel model)
        {
            this.Configuration.AutoDetectChangesEnabled = false;
            var data = getDataForDiscountDetail.Invoke(this, model);

            this.Configuration.AutoDetectChangesEnabled = true;
            return(data);
        }
Exemplo n.º 2
0
        public List <DiscountAndMiscReportDataModels> GetReceiptDiscountAndMisc(BaseReportDataModel model)
        {
            this.Configuration.AutoDetectChangesEnabled = false;
            var data = getReceiptDiscountAndMisc.Invoke(this, model);

            this.Configuration.AutoDetectChangesEnabled = true;
            return(data);
        }
Exemplo n.º 3
0
        public List <ItemizedSalesAnalysisReportDataModels> GetListMisc(BaseReportDataModel model)
        {
            this.Configuration.AutoDetectChangesEnabled = false;
            var data = getListMisc.Invoke(this, model);

            this.Configuration.AutoDetectChangesEnabled = true;
            return(data);
        }
Exemplo n.º 4
0
        public List <RefundDataReportDTO> GetListRefundWithoutDetailsByReceiptId(BaseReportDataModel model)
        {
            this.Configuration.AutoDetectChangesEnabled = false;
            var data = getListRefundWithoutDetailsByReceiptId.Invoke(this, model);

            this.Configuration.AutoDetectChangesEnabled = true;
            return(data);
        }
Exemplo n.º 5
0
        public List <DailyReceiptReportDataModels> GetDataForDailyReceiptReport(BaseReportDataModel model)
        {
            this.Configuration.AutoDetectChangesEnabled = false;
            var data = getDataForDailyReceiptReport.Invoke(this, model);

            this.Configuration.AutoDetectChangesEnabled = true;
            return(data);
        }
Exemplo n.º 6
0
        public List <CategoryTmpChartResponseDataModels> GetCategoryChartDataReport(BaseReportDataModel model)
        {
            this.Configuration.AutoDetectChangesEnabled = false;
            var data = getCategoryChartDataReport.Invoke(this, model);

            this.Configuration.AutoDetectChangesEnabled = true;
            return(data);
        }
Exemplo n.º 7
0
        public List <TopSellingChartTmpDataModels> GetTopSellingChartReport(BaseReportDataModel model)
        {
            this.Configuration.AutoDetectChangesEnabled = false;
            var data = getTopSellingChartReport.Invoke(this, model);

            this.Configuration.AutoDetectChangesEnabled = true;
            return(data);
        }
Exemplo n.º 8
0
        public List <NoSaleDataModels> GetNoSaleDatas(BaseReportDataModel model)
        {
            this.Configuration.AutoDetectChangesEnabled = false;
            var data = getNoSaleDatas.Invoke(this, model);

            this.Configuration.AutoDetectChangesEnabled = true;
            return(data);
        }
Exemplo n.º 9
0
        public List <DailySalesReportInsertDataModels> GetDataReceipt_WithCreditNote(BaseReportDataModel model)
        {
            this.Configuration.AutoDetectChangesEnabled = false;
            var data = getDataReceipt_WithCreditNote.Invoke(this, model);

            this.Configuration.AutoDetectChangesEnabled = true;
            return(data);
        }
Exemplo n.º 10
0
        public DailyItemizedSalesReportDetailPushDataResultModels GetDataForDailyItemizedSale(BaseReportDataModel model)
        {
            this.Configuration.AutoDetectChangesEnabled = false;
            var data = getDataForDailyItemizedSale.Invoke(this, model);

            this.Configuration.AutoDetectChangesEnabled = true;
            return(data);
        }
Exemplo n.º 11
0
        public List <DiscountSummaryReportDataModels> GetDataTotalSalesForDiscountSummary(BaseReportDataModel model)
        {
            this.Configuration.AutoDetectChangesEnabled = false;
            var data = getDataTotalSalesForDiscountSummary.Invoke(this, model);

            this.Configuration.AutoDetectChangesEnabled = true;
            return(data);
        }