Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates new ledger post proforma.
Syntax
server public static LedgerVoucher newLedgerPostProforma_CN(
DetailSummary _detailSummary,
SysModule _sysModule,
NumberSequenceCode _voucherSeriesCode,
[TransactionLogType _transactionLogType,
TransTxt _transactionLogTxt])
Run On
Server
Parameters
- _detailSummary
Type: DetailSummary Enumeration
The detail summary.
- _sysModule
Type: SysModule Enumeration
The sys module.
- _voucherSeriesCode
Type: NumberSequenceCode Extended Data Type
The voucher series code.
- _transactionLogType
Type: TransactionLogType Enumeration
The transaction log type.
- _transactionLogTxt
Type: TransTxt Extended Data Type
The transaction log txt.
Return Value
Type: LedgerVoucher Class
The instance of the LedgerVoucher class.