mirror of
https://github.com/s-frick/effigenix.git
synced 2026-03-28 12:09:35 +01:00
feat(inventory): Bestandsposition anlegen (#4)
Stock-Aggregate mit MinimumLevel, MinimumShelfLife und StockDraft. Quantity/UnitOfMeasure nach shared.common verschoben für BC-übergreifende Nutzung. REST-Endpoint POST /api/inventory/stocks mit Duplikat-Prüfung, Validierung und Liquibase-Migration.
This commit is contained in:
parent
7079f12475
commit
5219c93dd1
43 changed files with 1340 additions and 18 deletions
|
|
@ -17,5 +17,6 @@
|
|||
<include file="db/changelog/changes/010-create-recipe-schema.xml"/>
|
||||
<include file="db/changelog/changes/011-create-recipe-ingredients-table.xml"/>
|
||||
<include file="db/changelog/changes/012-create-recipe-production-steps-table.xml"/>
|
||||
<include file="db/changelog/changes/013-create-stock-schema.xml"/>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue