intacct / intacct-sdk-php

Official repository of the Sage Intacct SDK for PHP
https://developer.intacct.com/tools/sdk-php/
Apache License 2.0
25 stars 33 forks source link

Fix a variety of bugs #169

Closed bch36 closed 2 years ago

bch36 commented 3 years ago

A journal entry amount of "0" would always results in a transaction type of "Debit". Add the ability to indicate which journal entry is Debit and which is Credit when journaling an amount of "0".

Allow unsetting the email address in a vendor. Currently, once it's set, you can never unset it.

Add the "start" attribute to the XML when paging using GetList.

bch36 commented 3 years ago

This is a small package of bug fixes and feature additions allowed by the documentation but not yet supported by the SDK.

dylan-holt-sage commented 2 years ago

Thanks for the PR, everything looks good! Going to merge into a verification branch from my side and I'll push to upcoming 4.0.0 branch.