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 project and ledger.
Syntax
server public static ProjPost newCreateProjCostAndLedger_IN(
Common _buffer,
LedgerVoucher _ledgerVoucher,
LedgerJournalType _ledgerJournalType,
[TaxAmount _taxAmountInCostPrice,
TaxAmountCur _loiAmount])
Run On
Server
Parameters
- _buffer
Type: Common Table
The buffer.
- _ledgerVoucher
Type: LedgerVoucher Class
The ledger voucher.
- _ledgerJournalType
Type: LedgerJournalType Enumeration
The ledger journal type.
- _taxAmountInCostPrice
Type: TaxAmount Extended Data Type
The in cost price tax amount.
- _loiAmount
Type: TaxAmountCur Extended Data Type
The loi amount.
Return Value
Type: ProjPost Class
The instance of the ProjPost class.