feat: add Peppol e-invoicing and stock lot valuation

Add Peppol BIS Billing 3.0 (UBL) invoice sending via a configurable access point, including admin-configurable settings, per-invoice send history, and documentation/README updates.

Also introduce stock lots/allocations (valuation layers) with supporting inventory route/report/UI updates and hardened startup migration handling.
This commit is contained in:
Dries Peeters
2026-01-03 07:00:30 +01:00
parent 1ea87c81e5
commit 753b98d272
32 changed files with 2431 additions and 88 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ from setuptools import setup, find_packages
setup(
name='timetracker',
version='4.8.12',
version='4.9.0',
packages=find_packages(),
include_package_data=True,
install_requires=[