Example #1
0
 public Acc_Voucher GetAllAcc_Voucher(string voucherNo)
 {
     return(Acc_Voucher.GetAllAcc_Voucher(voucherNo));
 }
Example #2
0
 public CustomList <Acc_Voucher> GetAllAcc_Voucher(Int32 VoucherTypeKey)
 {
     return(Acc_Voucher.GetAllAcc_Voucher(VoucherTypeKey));
 }
Example #3
0
 public CustomList <Acc_Voucher> GetAllAcc_Voucher()
 {
     return(Acc_Voucher.GetAllAcc_Voucher());
 }
 public CustomList <Acc_Voucher> GetAllAcc_Voucher(Int32 CostCenterID, Int32 BranchOrUnit, Int32 bankBranch, String fromDate, String toDate)
 {
     return(Acc_Voucher.GetAllAcc_Voucher(CostCenterID, BranchOrUnit, bankBranch, fromDate, toDate));
 }