Esempio n. 1
0
 internal static string DeleteCashDeposit(int receiptId, string deleteReason)
 {
     return(CashInOutReceiptHelper.DeleteCashDeposit(receiptId, deleteReason) ? "true" : "false");
 }
Esempio n. 2
0
 internal static string DeleteAgentOutReceipt(int receiptId, int agnid, string deleteReason)
 {
     return(CashInOutReceiptHelper.CashOutReceipt_Delete(receiptId, 0, agnid, deleteReason) ? "true" : "false");
 }
Esempio n. 3
0
 internal static string DeleteCashOutReceipt(int receiptId, int invID, string deleteReason)
 {
     return(CashInOutReceiptHelper.CashOutReceipt_Delete(receiptId, invID, 0, deleteReason) ? "true" : "false");
 }