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