mise en place des budgets
This commit is contained in:
@@ -439,6 +439,37 @@ app_timer_delete:
|
||||
defaults: { _controller: App\Controller\TimerController:delete }
|
||||
|
||||
|
||||
#== Year =====================================================================================================
|
||||
app_year:
|
||||
path: /admin/year
|
||||
defaults: { _controller: App\Controller\YearController:list }
|
||||
|
||||
app_year_submit:
|
||||
path: /admin/year/submit
|
||||
defaults: { _controller: App\Controller\YearController:submit }
|
||||
|
||||
app_year_update:
|
||||
path: /admin/year/update/{id}
|
||||
defaults: { _controller: App\Controller\YearController:update }
|
||||
|
||||
app_year_delete:
|
||||
path: /admin/year/delete/{id}
|
||||
defaults: { _controller: App\Controller\YearController:delete }
|
||||
|
||||
#== Budget =====================================================================================================
|
||||
app_budget_last:
|
||||
path: /master/budget
|
||||
defaults: { _controller: App\Controller\BudgetController:list }
|
||||
|
||||
app_budget:
|
||||
path: /master/budget/{id}
|
||||
defaults: { _controller: App\Controller\BudgetController:list }
|
||||
|
||||
app_budget_update:
|
||||
path: /master/budget/update/{type}/{id}/{year}
|
||||
defaults: { _controller: App\Controller\BudgetController:update }
|
||||
|
||||
|
||||
#== Customer ======================================================================================================
|
||||
app_customer_home:
|
||||
path: /customer
|
||||
|
Reference in New Issue
Block a user