mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
feat(remission-list-item, ui-dialog): enhance quantity dialog with original value display Add support for displaying original remission quantity in the quantity change dialog. This provides better context for users when modifying remission quantities by showing both the current input and the original calculated value. Changes: - Add subMessage and subMessageValue inputs to NumberInputComponent and dialog interfaces - Update RemissionListItemActionsComponent to pass original quantity context to dialog - Modify RemissionListItemComponent to track quantity differences and pass stockToRemit value - Add selectedQuantityDiffersFromStockToRemit computed property for UI state management - Update component templates to display contextual information in quantity dialogs Ref: #5204