Ejemplo n.º 1
0
        public List <YearEntity> GetYearRange()
        {
            IPandSHistoryBL   purInvoice = new PandSHistoryBL();
            List <YearEntity> yearrange  = purInvoice.GetYearRange();

            return(yearrange);
        }
Ejemplo n.º 2
0
        public string GetDateFormat()
        {
            IPandSHistoryBL purInvoice = new PandSHistoryBL();
            var             result     = purInvoice.GetDateFormat();

            return(result);
        }
Ejemplo n.º 3
0
        public string GetLastSelectionData(int ScreenId)
        {
            IPandSHistoryBL purInvoice = new PandSHistoryBL();
            var             result     = purInvoice.GetLastSelectionData(ScreenId);

            return(result);
        }
Ejemplo n.º 4
0
        public bool SaveSearchJson(string jsonSearch, int ScreenId, string ScreenName)
        {
            IPandSHistoryBL purInvoice = new PandSHistoryBL();
            var             result     = purInvoice.SaveSearchJson(jsonSearch, ScreenId, ScreenName);

            return(result);
        }
Ejemplo n.º 5
0
        public List <PandSHistoryEntity> GetAllSalesInvoice()
        {
            IPandSHistoryBL           purInvoice  = new PandSHistoryBL();
            List <PandSHistoryEntity> Invoicelist = purInvoice.GetAllSalesInvoice();

            return(Invoicelist);
        }
Ejemplo n.º 6
0
        public List <PandSHistoryEntity> GetAllSalesInvoiceJson(string jsondata, bool?ExcincTax)
        {
            IPandSHistoryBL           purInvoice    = new PandSHistoryBL();
            List <PandSHistoryEntity> quotationlist = purInvoice.GetAllSalesInvoiceJson(jsondata, ExcincTax);

            return(quotationlist);
        }
Ejemplo n.º 7
0
        public OptionsEntity GetOptionSettings()
        {
            IPandSHistoryBL purInvoice = new PandSHistoryBL();

            return(purInvoice.GetOptionSettings());
        }
Ejemplo n.º 8
0
        public TaxModel GetDefaultTaxes()
        {
            IPandSHistoryBL purInvoice = new PandSHistoryBL();

            return(purInvoice.GetDefaultTaxes());
        }