Skip to content

Releases: imacat/mia-accounting

1.6.0

04 Jun 00:37
Compare
Choose a tag to compare
  • Updated Python version to 3.12.
  • Revised the calculation of "today" to use the client's timezone instead of the server's timezone.
  • Updated the Bootstrap, FontAwesome, and Tempus-Dominus versions in the test site.

1.5.11

16 Dec 13:55
Compare
Choose a tag to compare

Bug fix.

  • Refined to enable the selection of the 3351-001 Accumulated Profit or Loss account.

1.5.10

28 Nov 00:33
Compare
Choose a tag to compare

Bug fix.

  • Fixed the form validator to enable the selection of Accumulated Profit or Loss accounts other than 3351-001.

1.5.9

28 Nov 00:15
Compare
Choose a tag to compare

Bug fix.

  • Fixed an icon in the detail of the cash receipt journal entry.

1.5.8

23 Oct 23:33
Compare
Choose a tag to compare

Bug fix.

  • Fixed an icon in the detail of the cash receipt journal entry.

Released at Jaipur, India on vacation.

1.5.7

29 Jul 05:26
Compare
Choose a tag to compare

Revised account title capitalization to capitalize account titles upon initialization of base accounts, rather than when displaying the accounts. This prevents the system from incorrectly capitalizing titles of user-added accounts.

For existing installation, run the "accounting-titleize" console command to capitalize the existing account titles that were already initialized.

Other fixes:

  • Added missing documentation to the global variables, class properties, and object properties.
  • Various minor fixes.

1.5.6

23 May 01:37
Compare
Choose a tag to compare

Bug fixes.

  • Fixed the return URI of the creation forms to decode the next URI.
  • Fixed the unmatched offset list to use the encoded next URI.

1.5.5

23 May 01:36
Compare
Choose a tag to compare

Security fixes.

  • Revised the next URI utilities to encode and decode the next URI preventing tampering with the next URI.
  • Added the integrity value of the CDN stylesheet links.
  • Various fixes.

1.5.4

17 May 16:15
Compare
Choose a tag to compare

Security fixes.

  • Added safeguard to the next URI utilities, to prevent Cross-Site Scripting (XSS) attacks.
  • Applied the safe next URI utilities to the test site.
  • Added the SameSite and Secure flags to the session cookie of the test site.

1.5.3

30 Apr 07:14
Compare
Choose a tag to compare
  • Fixed the error of the net balance in the unmatched offset list.
  • Revised the original line item editor not to override the existing amount when the existing amount is less or equal to the net balance.