Releases: andresamayadiaz/FrontAccountingSimpleAPI
Releases · andresamayadiaz/FrontAccountingSimpleAPI
v2.4-1.7
v2.4-1.6
Changes since v2.4-1.5
22 June 2018
- Add full CRUD for Journal entry, update, and delete (void).
21 June 2018
- Add full CRUD for Bank Accounts under bankaccounts endpoint.
- Fix formatting of code under src/ and test/ to conform to PSR-2
20 June 2018
- Add full CRUD for GLAccounts under glaccounts endpoint.
- Add CRUD for Dimensions under dimensions endpoint.
- Add static api generator and sample documentation.
v2.4-1.5
Update to incorporate fixes from the Front Accounting community. This update is compatible with Front Accounting version 2.4.4 which breaks previous releases of the SimpleAPI.
- Core VARLIB_PATH and VARLOG_PATH inclusions added see this commit.
- TaxType: Added getById (Apmuthu 24 Nov 2017).
- Sales: Fix #32 Sales transactions Total not returned.
- Stock Adjust: Added unit test.
- Stock Adjust: Return now encoded as json msg.
- Stock Adjust: Missing argument $info fixed (Apmuthu 23 Apr 2018).
- Stock Adjust: add_stock_adjustment parameters fixed for FA 2.4 changes in API (Apmuthu, justapeddler 19 Apr 2018).
- Translated Spanish comments to English (Apmuthu 18 Nov 2017).