class AbstractJournalEntryLine extends AbstractGlEntry

Traits

Constants

CUSTOM_ALLOCATION_ID

Methods

array
getCustomFields()

Get custom fields

setCustomFields(array $customFields)

Set custom fields

string
getDocumentNumber()

No description

setDocumentNumber(string $documentNumber)

No description

string
getAllocationId()

No description

setAllocationId(string $allocationId)

No description

string
getMemo()

No description

setMemo(string $memo)

No description

string
getDepartmentId()

No description

setDepartmentId(string $departmentId)

No description

string
getLocationId()

No description

setLocationId(string $locationId)

No description

string
getProjectId()

No description

setProjectId(string $projectId)

No description

string
getCustomerId()

No description

setCustomerId(string $customerId)

No description

string
getVendorId()

No description

setVendorId(string $vendorId)

No description

string
getEmployeeId()

No description

setEmployeeId(string $employeeId)

No description

string
getItemId()

No description

setItemId(string $itemId)

No description

string
getClassId()

No description

setClassId(string $classId)

No description

string
getContractId()

No description

setContractId(string $contractId)

No description

string
getWarehouseId()

No description

setWarehouseId(string $warehouseId)

No description

setCustomAllocationSplits(CustomAllocationSplit[] $customAllocationSplits)

No description

writeXml(XMLWriter $xml)

No description

string
getGlAccountNumber()

No description

setGlAccountNumber(string $glAccountNumber)

No description

float|string
getTransactionAmount()

No description

setTransactionAmount(float|string $transactionAmount)

No description

string
getTransactionCurrency()

No description

setTransactionCurrency(string $transactionCurrency)

No description

getExchangeRateDate()

No description

setExchangeRateDate(DateType $exchangeRateDate)

No description

float
getExchangeRateValue()

No description

setExchangeRateValue(float $exchangeRateValue)

No description

string
getExchangeRateType()

No description

setExchangeRateType(string $exchangeRateType)

No description

Details

in CustomFieldsTrait at line line 33
array getCustomFields()

Get custom fields

Return Value

array

in CustomFieldsTrait at line line 43
setCustomFields(array $customFields)

Set custom fields

Parameters

array $customFields

in AbstractGlEntry at line line 76
string getDocumentNumber()

Return Value

string

in AbstractGlEntry at line line 84
setDocumentNumber(string $documentNumber)

Parameters

string $documentNumber

in AbstractGlEntry at line line 92
string getAllocationId()

Return Value

string

in AbstractGlEntry at line line 100
setAllocationId(string $allocationId)

Parameters

string $allocationId

in AbstractGlEntry at line line 108
string getMemo()

Return Value

string

in AbstractGlEntry at line line 116
setMemo(string $memo)

Parameters

string $memo

in AbstractGlEntry at line line 124
string getDepartmentId()

Return Value

string

in AbstractGlEntry at line line 132
setDepartmentId(string $departmentId)

Parameters

string $departmentId

in AbstractGlEntry at line line 140
string getLocationId()

Return Value

string

in AbstractGlEntry at line line 148
setLocationId(string $locationId)

Parameters

string $locationId

in AbstractGlEntry at line line 156
string getProjectId()

Return Value

string

in AbstractGlEntry at line line 164
setProjectId(string $projectId)

Parameters

string $projectId

in AbstractGlEntry at line line 172
string getCustomerId()

Return Value

string

in AbstractGlEntry at line line 180
setCustomerId(string $customerId)

Parameters

string $customerId

in AbstractGlEntry at line line 188
string getVendorId()

Return Value

string

in AbstractGlEntry at line line 196
setVendorId(string $vendorId)

Parameters

string $vendorId

in AbstractGlEntry at line line 204
string getEmployeeId()

Return Value

string

in AbstractGlEntry at line line 212
setEmployeeId(string $employeeId)

Parameters

string $employeeId

in AbstractGlEntry at line line 220
string getItemId()

Return Value

string

in AbstractGlEntry at line line 228
setItemId(string $itemId)

Parameters

string $itemId

in AbstractGlEntry at line line 236
string getClassId()

Return Value

string

in AbstractGlEntry at line line 244
setClassId(string $classId)

Parameters

string $classId

in AbstractGlEntry at line line 252
string getContractId()

Return Value

string

in AbstractGlEntry at line line 260
setContractId(string $contractId)

Parameters

string $contractId

in AbstractGlEntry at line line 268
string getWarehouseId()

Return Value

string

in AbstractGlEntry at line line 276
setWarehouseId(string $warehouseId)

Parameters

string $warehouseId

in AbstractGlEntry at line line 284
CustomAllocationSplit[] getCustomAllocationSplits()

Return Value

CustomAllocationSplit[]

in AbstractGlEntry at line line 292
setCustomAllocationSplits(CustomAllocationSplit[] $customAllocationSplits)

Parameters

CustomAllocationSplit[] $customAllocationSplits

in AbstractGlEntry at line line 297
abstract writeXml(XMLWriter $xml)

Parameters

XMLWriter $xml

at line line 46
string getGlAccountNumber()

Return Value

string

at line line 54
setGlAccountNumber(string $glAccountNumber)

Parameters

string $glAccountNumber

at line line 62
float|string getTransactionAmount()

Return Value

float|string

at line line 70
setTransactionAmount(float|string $transactionAmount)

Parameters

float|string $transactionAmount

at line line 78
string getTransactionCurrency()

Return Value

string

at line line 86
setTransactionCurrency(string $transactionCurrency)

Parameters

string $transactionCurrency

at line line 94
DateType getExchangeRateDate()

Return Value

DateType

at line line 102
setExchangeRateDate(DateType $exchangeRateDate)

Parameters

DateType $exchangeRateDate

at line line 110
float getExchangeRateValue()

Return Value

float

at line line 118
setExchangeRateValue(float $exchangeRateValue)

Parameters

float $exchangeRateValue

at line line 126
string getExchangeRateType()

Return Value

string

at line line 134
setExchangeRateType(string $exchangeRateType)

Parameters

string $exchangeRateType