Sage Intacct SDK for PHP
JournalEntryLineCreate Class Reference
Inheritance diagram for JournalEntryLineCreate:
AbstractJournalEntryLine AbstractGlEntry

Public Member Functions

 writeXml (XMLWriter &$xml)
 
- Public Member Functions inherited from AbstractJournalEntryLine
 getGlAccountNumber ()
 
 setGlAccountNumber ($glAccountNumber)
 
 getTransactionAmount ()
 
 setTransactionAmount ($transactionAmount)
 
 getTransactionCurrency ()
 
 setTransactionCurrency ($transactionCurrency)
 
 getExchangeRateDate ()
 
 setExchangeRateDate ($exchangeRateDate)
 
 getExchangeRateValue ()
 
 setExchangeRateValue ($exchangeRateValue)
 
 getExchangeRateType ()
 
 setExchangeRateType ($exchangeRateType)
 
 getTransactionType ()
 
 setTransactionType ($transactionType)
 
- Public Member Functions inherited from AbstractGlEntry
 getDocumentNumber ()
 
 setDocumentNumber ($documentNumber)
 
 getAllocationId ()
 
 setAllocationId ($allocationId)
 
 getMemo ()
 
 setMemo ($memo)
 
 getDepartmentId ()
 
 setDepartmentId ($departmentId)
 
 getLocationId ()
 
 setLocationId ($locationId)
 
 getProjectId ()
 
 setProjectId ($projectId)
 
 getTaskId ()
 
 setTaskId ($taskId)
 
 getCustomerId ()
 
 setCustomerId ($customerId)
 
 getVendorId ()
 
 setVendorId ($vendorId)
 
 getEmployeeId ()
 
 setEmployeeId ($employeeId)
 
 getItemId ()
 
 setItemId ($itemId)
 
 getClassId ()
 
 setClassId ($classId)
 
 getContractId ()
 
 setContractId ($contractId)
 
 getWarehouseId ()
 
 setWarehouseId ($warehouseId)
 
 getCustomAllocationSplits ()
 
 setCustomAllocationSplits ($customAllocationSplits)
 
 writeXml (XMLWriter &$xml)
 

Additional Inherited Members

- Data Fields inherited from AbstractJournalEntryLine
const TR_TYPE_CREDIT = -1
 
const TR_TYPE_DEBIT = 1
 
- Data Fields inherited from AbstractGlEntry
const CUSTOM_ALLOCATION_ID = 'Custom'
 
- Protected Attributes inherited from AbstractJournalEntryLine
 $glAccountNumber
 
 $transactionAmount
 
 $transactionCurrency
 
 $exchangeRateDate
 
 $exchangeRateValue
 
 $exchangeRateType
 
 $transactionType
 
- Protected Attributes inherited from AbstractGlEntry
 $documentNumber
 
 $allocationId
 
 $memo
 
 $departmentId
 
 $locationId
 
 $projectId
 
 $taskId
 
 $customerId
 
 $vendorId
 
 $employeeId
 
 $itemId
 
 $classId
 
 $contractId
 
 $warehouseId
 
 $customAllocationSplits = []
 

Detailed Description

Create a new journal entry line record

Member Function Documentation

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the GLENTRY block XML

Parameters
XMLWriter$xml

Reimplemented from AbstractGlEntry.