intacct-sdk-php
intacct-sdk-php copied to clipboard
Official repository of the Sage Intacct SDK for PHP
I'm updating a order entry line and if I try an update the price, the XML is creating null elements for itemid and quantity as these are allowing null. The...
When creating, updating, and deleting results using the following classes, the `Result` object within the `OnlineResponse` object returns an **empty array**: * `/src/Intacct/Functions/OrderEntry/OrderEntryTransactionCreate` * `/src/Intacct/Functions/OrderEntry/OrderEntryTransactionUpdate` * `/src/Intacct/Functions/OrderEntry/OrderEntryTransactionDelete` More specifically, `OnlineResponse::$results[0]->data`...
Setting the item description does not work for a sales invoice. I am currently using setItemDescription and none of the descriptions are set.
There are quite a few that are clogging up logs around the uuid and xmlwriter packages. How do I just turn off the logging for those types of messages?
When creating AR Adjustments in Intacct for UK companies, the tax details need to be included or the API call will fail. The SDK however, does not contain any tax...
try { $query = new ReadByQuery(); $query->setObjectName('GLACCOUNTBALANCE'); $where = new EqualToString(); $where->setField('PERIOD'); $where->setValue('Month Ended February 2023'); $query->setQuery($where); $query->setPageSize(1000); $query->setFields(['*']); $response = $client->execute($query); $result = $response->getResult(); $getData = $result->getData(); echo "Page...
We occasionally receive SSL handshake errors from CURL and I'm not sure if it is an intermittent issue with the version or ciphers being selected on our side or the...
Would it be possible to get the requirement for psr/log updated to a more recent version?
Hi, Im trying to create a po from a pr. This pr has Custom exchange rate Type ("Custom") so i set the setExchangeRateValue with the value in float but i...
Hi I had just setup this SDK in my system and I start create Inventory and Inventory Transaction Create but when I use to function setLines then it will show...