mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
feat(remission): add remission processed hint component and update schemas - Introduced RemissionProcessedHintComponent to display hints based on remission processing status. - Updated fetch-remission-return-receipts schema to include parameters for completed returns. - Refactored remission return receipt service to handle completed and incomplete returns separately. - Adjusted remission list component to utilize the new hint component and updated data fetching logic. Refs: #5240 #5136