Posts

Showing posts with the label Payment export

Payment export file plan text file , download file X++

 class CMCVendPaymentExportService {     str fileContent;     LedgerJournalTrans journalTrans;     LedgerJournalTable journalTable;     SpecTrans          specTrans;     GeneralJournalAccountEntry accEntry;     VendInvoiceJour  vendInvoiceJour;     CMCRSTARVendorInterfaceParameters   parameters;     real             transAmt;     int batchNo,batchSeqNo;     str 3 agencyCode,transCode;     str 8 batchDate;     str 1 batchType;     str 3 batchNoStr;     str 5 batchSeqNoStr;     str 8 oprId;     str 2 fiscalYearStr;     TransDate effectiveDate;     VendTrans vendTrans;     public void processOperation( LedgerJournalFormTable ledgerJournalFormTable)     {         int fileCreatedTime = timenow(); ...