Skip to content

Commit 0cfe0ad

Browse files
authored
Merge pull request #442 from dbarzin/dev
Dev
2 parents f683a7a + d599213 commit 0cfe0ad

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

app/Exports/ControlsExport.php

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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,

app/Exports/MeasuresExport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function styles(Worksheet $sheet)
4040
'wrapText' => true,
4141
'vertical' => 'top',
4242
],
43-
² ],
43+
],
4444
];
4545
}
4646

11.3 KB
Binary file not shown.

storage/app/repository/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
|--------------------------------------|--------------------------------------------------------------------------------|
55
| DORA.en.xlsx | Digital Operational Resilience Act |
66
| HDS.fr.xlsx | Hébergeur de Données de Santé (https://esante.gouv.fr/services/hebergeurs-de-donnees-de-sante/les-referentiels-de-la-procedure-| HDS-V2.fr.xlsx | Hébergeur de Données de Santé (https://esante.gouv.fr/services/hebergeurs-de-donnees-de-sante/les-referentiels-de-la-procedure-de-certification) |
7+
| ISO22301-2019.fr.xlsx | ISO/IEC 22301, 2019, in French |
78
| ISO27001-2013.fr.xlsx | ISO/IEC 27001, 2013, in French |
89
| ISO27001-2022.en.xlsx | [ISO/IEC 27001, 2022, in English](https://www.iso.org/standard/27001) |
910
| ISO27001-2022.fr.xlsx | [ISO/IEC 27001, 2022, in French](https://www.iso.org/fr/standard/27001) |

0 commit comments

Comments
 (0)