sideshow/CHANGELOG.md

133 lines
3.2 KiB
Markdown
Raw Permalink Normal View History

2025-12-15 17:05:39 -06:00
## v0.8.0 (2025-12-15)
### Feat
- drop timezone, assume UTC for all datetime values in DB
### Fix
- define `get_row_parent()` for OrderView
- fix 'duplicate-code' for pylint
- consolidate some duplicated code
- bump minimum version for wuttaweb dependency
- fix 'abstract-method' for pylint
- fix 'arguments-differ' for pylint
- fix 'attribute-defined-outside-init' for pylint
- fix 'broad-exception-caught' for pylint
- fix 'consider-using-dict-comprehension' for pylint
- fix 'consider-using-f-string' for pylint
- fix 'consider-using-set-comprehension' for pylint
- fix 'empty-docstring' for pylint
- fix 'implicit-str-concat' for pylint
- fix 'inconsistent-return-statements' for pylint
- fix 'invalid-name' for pylint
- fix 'missing-class-docstring' and 'missing-function-docstring' for pylint
- fix 'no-else-return' for pylint
- fix 'no-member' for pylint
- fix 'no-self-argument' for pylint
- fix 'redefined-outer-name' for pylint
- fix 'singleton-comparison' for pylint
- fix 'too-few-public-methods' for pylint
- fix 'too-many-branches' for pylint
- fix 'too-many-lines' for pylint
- fix 'too-many-locals' for pylint
- fix 'too-many-arguments' for pylint
- fix 'too-many-public-methods' for pylint
- fix 'unnecessary-lambda-assignment' for pylint
- fix 'unused-argument' for pylint
- fix 'unused-import' for pylint
- fix 'unused-variable' for pylint
- fix 'wildcard-import' and 'unused-wildcard-import' for pylint
- format all code with black
2025-07-06 13:05:02 -05:00
## v0.7.1 (2025-07-06)
### Fix
- cap sqlalchemy version to 1.x
2025-07-06 12:59:15 -05:00
## v0.7.0 (2025-07-06)
### Feat
- add basic support to "resolve" a pending product
### Fix
- allow config injection for sake of tests
- bump version requirement for wuttaweb
2025-02-20 09:33:44 -06:00
## v0.6.0 (2025-02-20)
### Feat
- allow re-order past product for new orders
- add per-department default item discount
- add config option to show/hide Store ID; default value
- add basic model, views for Stores
### Fix
- fix customer rendering in OrderItem grids; add sort/filter
- track vendor name/SKU per OrderItem
- require store for new orders, if so configured
- move Pricing config to separate section, for orders/configure
2025-01-26 17:52:16 -06:00
## v0.5.0 (2025-01-26)
### Feat
- add pkg extras for postgres, mysql; update install doc
- allow basic support for item discounts
### Fix
- add setup hook to auto-create Order Admin role
- bugfix for view order item page template
2025-01-23 17:17:18 -06:00
## v0.4.0 (2025-01-23)
### Feat
- add initial workflow master views, UI features
- add tools to change order item status; add notes
- add initial support for order item events
### Fix
- customize "view order item" page w/ panels
- add loading overlay for expensive calls in orders/create
- hide local customer when not applicable, for order view
2025-01-13 13:33:24 -06:00
## v0.3.0 (2025-01-13)
### Feat
- move lookup logic to handler; improve support for external lookup
### Fix
- expose new order batch handler choice in orders/configure
- add "Other" menu, for e.g. integration system links
- bugfix when new order with no pending customer
2025-01-09 12:55:04 -06:00
## v0.2.0 (2025-01-09)
### Feat
- add basic support for local customer, product lookups
### Fix
- expose config for new order w/ pending product
2025-01-06 17:37:40 -06:00
## v0.1.0 (2025-01-06)
### Feat
- add basic "create order" feature, docs, tests
### Fix
- add static libcache files for vue2 + buefy