Example #1
0
 public DataSet GetInvoiceByTrackingID(int trackingID)
 {
     thebigfour.BLL.Bllinvoice bizLayerPrograms;
     bizLayerPrograms = new thebigfour.BLL.Bllinvoice();
     return(bizLayerPrograms.GetInvoiceByTrackingID(trackingID));
 }
Example #2
0
 public int insertInvoice(DateTime InvoiceDate, decimal InvoiceAmt, string InvoiceStatus, int PoID, int trackingID, DateTime endDate)
 {
     thebigfour.BLL.Bllinvoice bizLayerPrograms;
     bizLayerPrograms = new thebigfour.BLL.Bllinvoice();
     return(bizLayerPrograms.insertInvoice(InvoiceDate, InvoiceAmt, InvoiceStatus, PoID, trackingID, endDate));
 }
Example #3
0
 public DataSet GetAllInvoice()
 {
     thebigfour.BLL.Bllinvoice bizLayerPrograms;
     bizLayerPrograms = new thebigfour.BLL.Bllinvoice();
     return(bizLayerPrograms.GetAllInvoice());
 }
Example #4
0
 public DataSet UpdateInvoicePayment(int InvoiceID, string ccNo, string ccv, string expDate, string status, DateTime paymentDate, string paymentMadeBy)
 {
     thebigfour.BLL.Bllinvoice bizLayerPrograms;
     bizLayerPrograms = new thebigfour.BLL.Bllinvoice();
     return(bizLayerPrograms.UpdateInvoicePayment(InvoiceID, ccNo, ccv, expDate, status, paymentDate, paymentMadeBy));
 }
Example #5
0
 //invoice
 public DataSet GetInvoiceByID(int id)
 {
     thebigfour.BLL.Bllinvoice bizLayerPrograms;
     bizLayerPrograms = new thebigfour.BLL.Bllinvoice();
     return(bizLayerPrograms.GetInvoiceByID(id));
 }