메소드 | 설명 | |
---|---|---|
Add ( CreateLedgerItemCollection ledgerItemsToAdd ) : EmptyDineroResult |
Adds the ledger items to the organization's ledger.
|
|
AddAsync ( CreateLedgerItemCollection ledgerItemsToAdd ) : Task |
Adds the ledger items to the organization's ledger.
|
|
GetNextVoucherNumberForLedger ( ) : Task |
Gets the organization's next voucher number to be used for the ledger.
|
|
GetNextVoucherNumberForLedgerAsync ( ) : Task |
Gets the organization's next voucher number to be used for the ledger.
|
메소드 | 설명 | |
---|---|---|
DineroLedgers ( Dinero dinero ) : System.Collections.Generic |
public Add ( CreateLedgerItemCollection ledgerItemsToAdd ) : EmptyDineroResult | ||
ledgerItemsToAdd | CreateLedgerItemCollection | A collection of the ledger items to add. |
리턴 | EmptyDineroResult |
public AddAsync ( CreateLedgerItemCollection ledgerItemsToAdd ) : Task |
||
ledgerItemsToAdd | CreateLedgerItemCollection | A collection of the ledger items to add. |
리턴 | Task |
public GetNextVoucherNumberForLedgerAsync ( ) : Task |
||
리턴 | Task |