Posts

Showing posts with the label Custom cheque report invoke

Cheque report changes our custom design, ACH , NACHA classes, And file name changes with DateTime

// Cheque Controller   [ExtensionOf(Classstr(ChequeController))] Final class CMCChequeController1_Extension {     protected str determineReportMenuOutput(ChequeFormType _chequeFormType, BankChequeLayout _bankChequeLayout)     {         SrsCatalogItemName chequeReport = next determineReportMenuOutput( _chequeFormType, _bankChequeLayout);         if (chequeReport && _chequeFormType == ChequeFormType::USStyle)         {             chequeReport = ssrsReportStr(CMCCheque_US, Report);         }         return chequeReport;     } } // Cheque DP [ExtensionOf(Classstr(ChequeDP))] final class CMCChequeDP_Extension {     protected void populateChequeTmp()     {         next populateChequeTmp();         chequeTmp.DateStr    = date2str(tmpChequePrintout.Maturi...