feat(frontend): update allocation UI and services
Enhance allocation management interface: - Allocations page: modal-based editing, variance display - Updated services: allocationService with bulk ops, projectMonthPlanService - Project and team member pages: reconciliation status indicators - Navigation config: add planning and reports links Part of enhanced-allocation change.
This commit is contained in:
@@ -35,6 +35,8 @@ export interface UpdateProjectRequest {
|
||||
code?: string;
|
||||
title?: string;
|
||||
type_id?: number;
|
||||
status_id?: number;
|
||||
approved_estimate?: number | null;
|
||||
}
|
||||
|
||||
export const projectService = {
|
||||
|
||||
Reference in New Issue
Block a user