feat(expeditions): persist stockitem_id in ExpeditionDetails (traceability base) #4

Merged
leandro merged 1 commits from feature/leandro/3-persist-stockitemid-expeditiondetail into master 2026-03-03 02:56:16 +00:00

1 Commits

Author SHA1 Message Date
394c864dfa ffeat(expeditions): persist stockitem_id in ExpeditionDetails (traceability base)
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 6m37s
- Added stockitem_id column to PhLSM_ExpeditionDetails
- Added FK to PhLSM_StockItem
- Added indexes (StockItem and Expedition_StockItem)
- Updated scaffold models
- Updated UI merge to preserve StockItemId
- CreateFullExpeditionAsync now persists stockitem_id
- Base step to enable logistic states and double-trace prevention

Closes #3
2026-03-02 19:44:49 -03:00