@@ -22,6 +22,7 @@ public function headings(): array
2222 trans ('cruds.control.fields.attributes ' ),
2323 trans ('cruds.control.fields.model ' ),
2424 trans ('cruds.control.fields.indicator ' ),
25+ trans ('cruds.control.fields.plan_date ' ),
2526 trans ('cruds.control.fields.realisation_date ' ),
2627 trans ('cruds.control.fields.observations ' ),
2728 trans ('cruds.control.fields.score ' ),
@@ -58,13 +59,14 @@ public function columnWidths(): array
5859 'E ' => 50 , // Attibuts
5960 'F ' => 50 , // Modele
6061 'G ' => 50 , // Indicateur
61- 'H ' => 15 , // Date
62- 'I ' => 50 , // Observation
63- 'J ' => 15 , // Score
64- 'K ' => 15 , // Note
65- 'L ' => 50 , // Responsibles
66- 'M ' => 15 , // Status
67- 'N ' => 50 , // Plan d'action
62+ 'H ' => 15 , // Plan date
63+ 'I ' => 15 , // Realisation date
64+ 'J ' => 50 , // Observation
65+ 'K ' => 15 , // Score
66+ 'L ' => 15 , // Note
67+ 'M ' => 50 , // Responsibles
68+ 'N ' => 15 , // Status
69+ 'O ' => 50 , // Plan d'action
6870 ];
6971 }
7072
@@ -82,6 +84,7 @@ public function map($control): array
8284 $ control ->input ,
8385 $ control ->model ,
8486 $ control ->indicator ,
87+ $ control ->plan_date ,
8588 $ control ->realisation_date ,
8689 $ control ->observations ,
8790 $ control ->score ,
0 commit comments