Releases: Segelzwerg/Rechnung
Releases · Segelzwerg/Rechnung
v0.3.1
What's Changed
- LICENSE: change to GPL3 by @Segelzwerg in #218
DOC
- ADD: comment about different versions by @Segelzwerg in #260
Dependencies
- UPDATE: deps by @Segelzwerg in #259
Fixes
- FIX: missing migration by @Segelzwerg in #270
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Feature
- Implement epc qr code generation for payment info by @iTitus in #230
- 157-feature-finalize-invoice by @Segelzwerg in #231
- ADD: delivery date by @Segelzwerg in #248
- ADD: unit by @Segelzwerg in #249
- 121-feature-track-payment-of-invoices by @Segelzwerg in #243
- 28-feature-internationalization by @Segelzwerg in #221
Improvements
- ADD: delete invoice button in form view by @Segelzwerg in #250
- 236-improve-bank-account-model-form-and-validation by @Segelzwerg in #252
- 222-pdf-show-amount-of-tax-on-invoice by @Segelzwerg in #246
Fixes
- FIX: gettext in docker by @Segelzwerg in #241
Doc
- ADD: iTitus to authors by @Segelzwerg in #228
- ADD: read the docs conf by @Segelzwerg in #227
- ADD: django ci badge by @Segelzwerg in #235
- ADD: contributions by @Segelzwerg in #238
- ADD: unnecessary details by @Segelzwerg in #247
- DOC: link to readthedoc by @Segelzwerg in #254
- WIP: installation guide by @Segelzwerg in #253
Internal
- Disable irrelevant pylint disable instructions by @iTitus in #233
- Bump codecov/codecov-action from 5.0.7 to 5.1.1 by @dependabot in #256
- Bump django from 5.1.3 to 5.1.4 by @dependabot in #257
- Bump hypothesis from 6.122.1 to 6.122.3 by @dependabot in #264
- Bump coverage from 7.6.8 to 7.6.9 by @dependabot in #263
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
Update
- Update postgres to 17 by @iTitus in #173
- 8-feature-message-in-base-template by @Segelzwerg in #172
- Use native date picker for invoice form by @iTitus in #176
- Add number and date to invoice pdf by @iTitus in #171
- Allow editing of invoice items by @iTitus in #178
- Increase precision of taxes and quantity by @iTitus in #186
- 153-feature-currency by @Segelzwerg in #193
- due date by @Segelzwerg in #202
- UPDATE: use text choice for currencies by @Segelzwerg in #213
Fixes
- 188 bug update button wrong url by @iTitus in #191
- Fix #189 by always setting the post-target on all forms by @iTitus in #194
- FIX: format by @Segelzwerg in #196
- FIX: due date constraint by @Segelzwerg in #220
Internal
- Refactor PDF generation by @iTitus in #169
- ADD: funding by @Segelzwerg in #212
Documentation
- DOC: remove empty table line by @Segelzwerg in #181
Full Changelog: v0.1.3...v0.2.0
v0.1.3
v0.1.2
What's Changed
- Fix Pylint by @iTitus in #113
- FIX: invoice item form for get by @Segelzwerg in #137
- UPDATE: overhaul address handling by @Segelzwerg in #120
- FIX: composition of bank account in test by @Segelzwerg in #145
- FIX: not allowed character in tests by @Segelzwerg in #143
- REMOVE: remaining address & bank account standalones by @Segelzwerg in #141
- UPDATE: redirect to update view by @Segelzwerg in #140
- UPDATE: disable line item button for create view by @Segelzwerg in #138
- UPDATE: company name is optional by @Segelzwerg in #148
- FIX: address characters by @Segelzwerg in #149
- update deps by @iTitus in #154
- 86-bug-total-is-displayed-with-four-decimal-places by @Segelzwerg in #155
- 60-bug-invoice-is-not-pre-populated by @Segelzwerg in #163
- FIX: dynamic y placement by @Segelzwerg in #165
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- FIX: tag in docker compose by @Segelzwerg in #106
- Split address postcode into separate field by @iTitus in #109
- UPDATE: use postgres instead of unsupported engine by @Segelzwerg in #110
- Add missing templates, views and add "add"-buttons by @iTitus in #111
New Contributors
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Setup by @Segelzwerg in #1
- FEATURE: vendor by @Segelzwerg in #5
- ADD: customer by @Segelzwerg in #15
- Bump codecov/codecov-action from 4.6.0 to 5.0.2 by @dependabot in #22
- WIP: invoice model by @Segelzwerg in #23
- ADD: missing migrations by @Segelzwerg in #34
- 10-feature-base-template by @Segelzwerg in #32
- FIX: views by @Segelzwerg in #36
- UPDATE: show address in table view by @Segelzwerg in #44
- 25-feature-invoice-list-view by @Segelzwerg in #48
- ADD: empty start page by @Segelzwerg in #49
- ADD: invoice item model by @Segelzwerg in #54
- Bump codecov/codecov-action from 5.0.2 to 5.0.5 by @dependabot in #58
- 57-ui-show-edit-line-items-in-invoice-details-view by @Segelzwerg in #62
- UPDATE: remove default value for date in invoice by @Segelzwerg in #63
- FIX: email length by @Segelzwerg in #65
- FIX: missing invoice item implementations by @Segelzwerg in #66
- 4-feature-invoice-to-pdf by @Segelzwerg in #53
- 75-feature-invoice-net-total-total by @Segelzwerg in #76
- UPDATE: allow only two digit decimals in price by @Segelzwerg in #77
- Bump codecov/codecov-action from 5.0.5 to 5.0.7 by @dependabot in #79
- UPDATE: use decimals for price & tax by @Segelzwerg in #82
- FIX: total sum and limit price to +-1MIO and integer range by @Segelzwerg in #89
- 78-feature-display-totals-on-invoice by @Segelzwerg in #88
- FIX: fields vendor update view by @Segelzwerg in #90
- ADD: tax id field by @Segelzwerg in #84
- ADD: missing migration by @Segelzwerg in #92
- FIX: merge migrations by @Segelzwerg in #94
- 67-feature-bank-profile-for-vendors by @Segelzwerg in #99
- FIX: success urls in several views by @Segelzwerg in #101
- 98-bug-vendor-update-success-url-missing by @Segelzwerg in #102
- ADD: production settings by @Segelzwerg in #104
New Contributors
- @Segelzwerg made their first contribution in #1
- @dependabot made their first contribution in #22
Full Changelog: https://github.com/Segelzwerg/Rechnung/commits/v0.1.0