Releases: IntVent/eboekhouden-php
Releases · IntVent/eboekhouden-php
v2.1.0
v2.0.0
- Removed toArray() in the client response
v1.0.4
Changes
- Added missing fields on the Relation model and enabled it to allow interaction with 'Ledenadministratie'.
- Allow working with the 10 optional custom fields on the Relation model. I made sure the changes are backwards compatible.
Thanks for the PR @robmeijerink - https://github.com/robmeijerink
v1.0.3
- Includes new GetSaldi feature
- Updated PHP CS Fixer
v1.0.2
Changes
- Support for PHP 8.x
- Destructor for the client to close the SOAP connection
v1.0.1
Merge pull request #2 from tofra/AddMutation Added method addMutation to add mutations to e-boekhouden
v1.0.0
initial release
- autoLogin
- getAdministrations
- getCostPlacements
- getArticles
- getRelations
- getOutstandingPosts
- getLedgers
- getSaldo
- getInvoices
- getMutations
- addInvoice
- addLedger
- updateLedger
- addRelation
- updateRelation
- addMutation
v0.1.3
Code is string on relation not an id
v0.1.2
Bugfix get the property not itself.
v0.1.1
return [] when there are no relations