2024 04 18
Ledger for Laravel 1.11.1 and 1.11.2 releases
Ledger 1.11.1 fixes a bug where an API request containing invalid JSON would return a server
error due to a PHP error. Now this will return an invalid request error.
1.11.2 fixes a bug where the version was still being reported as 1.11.0.
See the CHANGELOG for full details.
Find us on Mastodon for update notifications and conversation
at @abivia@fosstodon.org
Other links: Code on Github,
2023 08 08
Abivia Money 1.1.0 release
Abivia Money supports BCMath with rounding for currency calculations. Version 1.2.0 updates: Money::comp() now treats a missing argument as a zero value. Added Money::quantum($scale) which returns a Money object containing the smallest unit for that scale (so quantum(2) returns 0.01). __get() now formally returns a mixed type (thanks @JaberWiki). https://github.com/abivia/money
2023 07 02
Ledger for Laravel 1.11.0 release
Ledger 1.11.0 offers a new batch query that supports several API operations in a single request, along with a number of other improvements. This release also fixes a few bugs. See the CHANGELOG for full details. Find us on Mastodon for update notifications and conversation at @abivia@fosstodon.org Other links: Code on Github, Ledger Docs.
2023 06 27
Ledger for Laravel Update 2023-06
Ledger 1.11 will feature batched transactions, allowing several API calls in a single request. A new configuration option will also allow the API to return some debugging information to assist with development.
More2022 12 15
Ledger for Laravel 1.10.0 release
Ledger 1.10.0 adds significant capability by implementing query requests for most Ledger resources and improving existing queries. This release also fixes a few bugs. See the CHANGELOG for full details. Find us on Mastodon for update notifications and conversation at @abivia@fosstodon.org Other links: Code on Github, Ledger Docs.
2022 11 27
Ledger for Laravel 1.9.0 release
Ledger 1.9.0 fixes two issues, one major:
Sub-journal identifiers were not being recorded in the journal entry table.
Erroneous responses when attempting to add elements (currencies, domains, etc.)
before a ledger was created.
See the CHANGELOG for full details.
Find us on Mastodon for update notifications and conversation
at @abivia@fosstodon.org
Other links: Code on Github,
2022 11 26
Ledger for Laravel 1.8.3 release
Ledger 1.8.3 Fixes one bug in two places: It was possible to give a domain or an account the same name in the same language. Attempts to do this now result in an error. Find us on Mastodon for update notifications and conversation at @abivia@fosstodon.org Other links: Code on Github, Ledger Docs.
2022 11 21
Ledger for Laravel 1.8.2 release
Ledger 1.8.2 Fixes two bugs: Description arguments were not being handled properly in Entry messages. A Trial Balance report on a Journal with no entries resulted in an error. In addition, we've moved the conversation and update notifications to Mastodon. You can find us at @abivia@fosstodon.org Other links: Code on Github, Ledger Docs.
2022 10 25
Ledger for Laravel 1.8.1 release
Ledger 1.8.1 Addresses a bug with a missing page size in Ledger rules, and another where no rules were provided at Ledger creation. Code on Github, Ledger Docs.
2022 10 24
Ledger for Laravel 1.8.0 release
Ledger 1.8.0 brings several significant improvements to Reports and lots of minor improvements: The trial balance report now returns the domain with the name localized. A new ability to add or limit reports via config (thanks @ivanmazep!) Number formatting: added the decimal, negative, and thousands options to the trial balance report API requests now decode the JSON directly, avoiding middleware. Implementation of report options on API requests....
More