예제 #1
0
        public string GetDateFormat()
        {
            ICustomerHistoryBL purInvoice = new CustomerHistoryBL();
            var result = purInvoice.GetDateFormat();

            return(result);
        }
예제 #2
0
        public string GetLastSelectionData(int ScreenId)
        {
            ICustomerHistoryBL purInvoice = new CustomerHistoryBL();
            var result = purInvoice.GetLastSelectionData(ScreenId);

            return(result);
        }
예제 #3
0
        public bool SaveSearchJson(string jsonSearch, int ScreenId, string ScreenName)
        {
            ICustomerHistoryBL purInvoice = new CustomerHistoryBL();
            var result = purInvoice.SaveSearchJson(jsonSearch, ScreenId, ScreenName);

            return(result);
        }
예제 #4
0
        public List <YearEntity> GetYearRange()
        {
            ICustomerHistoryBL purInvoice = new CustomerHistoryBL();
            List <YearEntity>  yearrange  = purInvoice.GetYearRange();

            return(yearrange);
        }
예제 #5
0
        public List <CustomerHistoryEntity> GetAllSalesInvoice()
        {
            ICustomerHistoryBL           purInvoice  = new CustomerHistoryBL();
            List <CustomerHistoryEntity> Invoicelist = purInvoice.GetAllSalesInvoice();

            return(Invoicelist);
        }
예제 #6
0
        public List <CustomerHistoryEntity> GetAllSalesInvoiceJson(string jsondata, bool?ExcincTax)
        {
            ICustomerHistoryBL           purInvoice    = new CustomerHistoryBL();
            List <CustomerHistoryEntity> quotationlist = purInvoice.GetAllSalesInvoiceJson(jsondata, ExcincTax);

            return(quotationlist);
        }
예제 #7
0
        public OptionsEntity GetOptionSettings()
        {
            ICustomerHistoryBL purInvoice = new CustomerHistoryBL();

            return(purInvoice.GetOptionSettings());
        }
예제 #8
0
        public TaxModel GetDefaultTaxes()
        {
            ICustomerHistoryBL purInvoice = new CustomerHistoryBL();

            return(purInvoice.GetDefaultTaxes());
        }