1
0
Fork 0
mirror of https://github.com/s-frick/effigenix.git synced 2026-03-28 11:59:35 +01:00

feat(inventory): Inventur anlegen und Zählpositionen befüllen (US-6.1)

InventoryCount-Aggregate mit CountItem-Entities, Auto-Populate aus
Stock-Daten, vollständige DDD-Schichten inkl. Edge-Case-Tests und
Jazzer-Fuzz-Test. 1909 Tests grün.
This commit is contained in:
Sebastian Frick 2026-02-26 11:59:39 +01:00
parent 600d0f9f06
commit c047ca93de
31 changed files with 2745 additions and 0 deletions

View file

@ -39,4 +39,7 @@
<include file="db/changelog/changes/032-add-batch-id-to-production-orders.xml"/>
<include file="db/changelog/changes/033-add-cancelled-reason-to-production-orders.xml"/>
<include file="db/changelog/changes/034-create-inventory-counts-schema.xml"/>
<include file="db/changelog/changes/035-seed-inventory-count-permissions.xml"/>
</databaseChangeLog>