Skip to content

Releases: ekmungai/eloquent-ifrs

Laravel 11 Compatibility

26 Mar 13:44
1a368b6
Compare
Choose a tag to compare
  • Laravel 11 compatibility
  • Setup testing workflows
  • Add support for multiple line items for the same account in compount Journal Entries

Add Attachments to Transactions

19 Feb 18:27
Compare
Choose a tag to compare
  • Add Attachments to Transactions

Laravel 10 Compatibility

18 Apr 19:25
Compare
Choose a tag to compare
  • Add Laravel 10 Compatibility

Laravel 9 Compatibility

12 Apr 18:44
Compare
Choose a tag to compare
  • Add Laravel 9 Compatibility
  • Minimum PHP 8.0 requirement
  • Add compount VAT support

Fix getCompoundEntries function

31 Aug 17:37
Compare
Choose a tag to compare
  • Remove isPosted check from getCompoundEntries function

Sessionless and Compound Journals

29 Aug 14:12
2920980
Compare
Choose a tag to compare
  • Add sessionless support
  • Add Compound Journal Entry Support
  • Add basic multiple VAT application support
  • Add custom ledger hash option

Multicurrency Support

22 Jun 06:25
Compare
Choose a tag to compare
  • Add automated forex difference accounting at transaction clearing
  • Add automated foreign balance translation at a closing rate at reporting period closing

Lumen migrations work-arounds

28 Apr 19:14
Compare
Choose a tag to compare
  • Adapt migrations to accomodate Lumen installations
  • Adapt Readme with instructions for Lumen installations

Laravel 8 Compatible Release

20 Apr 18:13
Compare
Choose a tag to compare
  • Laravel 8 Compatibility
  • Minimum PHP 7.3 requirement

Period Start Transaction date bug fix

05 Apr 13:24
Compare
Choose a tag to compare
  • Prevent transaction dates at the beginning of the first day of the reporting period
  • Include credited attribute to getTransaction method