mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
feat(oms-data-acess), feat(return-review): implement return review functionality
Add new ReturnReview library with core components and service structure: - Create ReturnReviewService and ReturnReviewStore for task management - Extract PrintReceipts functionality into dedicated service - Implement review page components with task listing and completion - Add support for receipt item tasks data model - Update error handling with consistent error types - Add comprehensive JSDoc documentation throughout The implementation provides the foundation for the return review workflow, including task listing and completion functionality. Ref: #4942
This commit is contained in:
@@ -4,7 +4,3 @@ import { ProcessService } from './process.service';
|
||||
export function injectActivatedProcessId() {
|
||||
return inject(ProcessService).activatedProcessId;
|
||||
}
|
||||
|
||||
export function injectActivatedProcess() {
|
||||
return inject(ProcessService).activatedProcess;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user