Skip to content

Releases: Kwpolska/django-expenses

v0.6.0

16 Jan 17:31
v0.6.0
5f9c9a6
Compare
Choose a tag to compare
  • Various user experience and appearance improvements

v0.5.0

18 Feb 21:25
v0.5.0
09b09a6
Compare
Choose a tag to compare
  • A comprehensive reporting framework with the following reports available:

    • Month/Category breakdown
    • Vendor statistics
    • Daily spending
    • Product price history
  • menu template type

  • Better autocomplete with custom widget

  • Many more minor bugfixes

v0.4.2

09 Feb 19:29
v0.4.2
ac3141c
Compare
Choose a tag to compare
  • Improve performance by caching bill descriptions
  • Support templates with custom description selected from list

v0.4.1

08 Feb 22:15
v0.4.1
fd03559
Compare
Choose a tag to compare
  • Improve bill editor usability on mobile
  • Support for plural forms in templates
  • Fix a counting glitch in bill editor
  • Ensure locale-independent numbers in bill editor
  • Add messages (snackbars) to deletes and repeats

v0.4.0

08 Feb 22:15
v0.4.0
637b84e
Compare
Choose a tag to compare
  • Add Synchronization API
  • Record all deletions in the database (for sync API)
  • Optimize search pagination

v0.3.1

08 Feb 22:15
v0.3.1
8ec2705
Compare
Choose a tag to compare
  • Searching for all purchases (both expenses and bills)
  • Display date in searches and sort properly

v0.3.0

28 Oct 22:23
v0.3.0
b04d4e1
Compare
Choose a tag to compare
  • Searching and filtering data
  • Stop using admin site
  • Templates with custom descriptions and backdating
  • Pass config and locale to JS

v0.2.2

28 Oct 12:33
v0.2.2
d8a86a3
Compare
Choose a tag to compare
  • Add Polish translation
  • Support repeating expenses
  • Fix money rounding in some places
  • Minor behavior and visual fixes

v0.2.1

15 Oct 21:46
v0.2.1
Compare
Choose a tag to compare
  • Initial implementation of expense templates

v0.2.0

02 Oct 21:43
v0.2.0
1a66443
Compare
Choose a tag to compare
  • Support adding items in bulk category editor
  • Various bill editor UX improvements
  • Nuke BillItemTemplates to improve usability
  • Implement custom autocomplete thing based on <dataset> (yay for HTML5)
  • Autocomplete for bill items based on history (with same vendor)