Skip to content

Releases: hivesolutions/budy

0.10.3

28 Apr 10:27
6725271

Choose a tag to compare

Changed

  • Bump dependencies

0.10.2

27 Apr 13:24
c07d205

Choose a tag to compare

Changed

  • Documented the BUDY_HEADLESS_URL and BUDY_HEADLESS_KEY configuration variables under a new Headless section in README.md
  • Bumped base versions of dependencies

0.10.1

24 Apr 14:43
b80c000

Choose a tag to compare

Changed

  • Inventory and order reports now render a - placeholder for unset gender, size and other optional fields instead of the literal None
  • Added @page margins to the report print stylesheet so PDF output keeps proper padding around content and page number footer

0.10.0

24 Apr 07:44
3af6cad

Choose a tag to compare

Added

  • Inventory HTML report for selected orders at /api/orders/inventory, available from the admin via the "Inventory Report" context link
  • Per-order HTML report at /api/orders/<id>/report, available from the admin via the "Report" link and cross-linked from the inventory report rows
  • Inventory PDF export at /api/orders/inventory.pdf that renders the inventory report via the Headless service and streams the resulting PDF inline; admin-only and reachable via the new "Inventory PDF" context link. Requires BASE_URL, BUDY_HEADLESS_URL and BUDY_HEADLESS_KEY configuration
  • Reusable report/base.html.tpl template with a typographic, mailog-inspired look and a dedicated report.css stylesheet
  • A4 portrait print stylesheet for the inventory report, with a per-row tick box column, repeating table header and Page X of Y numbering
  • scripts/load_inventory_demo.py utility for populating a local Budy instance with sample products and orders to exercise the inventory report
  • Packaging of the static/css, templates/report assets via setup.py
  • Support for Python 3.13 and 3.14 in CI

Changed

  • Upgraded actions/checkout from v4 to v6 in CI workflows
  • Updated black check and setup.py test conditions to Python 3.14
  • Replaced setup.py sdist bdist_wheel with python -m build in deploy workflow
  • Replaced twine wheel dependency with twine build in deploy workflow