diff --git a/.idea/data_source_mapping.xml b/.idea/data_source_mapping.xml
deleted file mode 100644
index 531f7a7..0000000
--- a/.idea/data_source_mapping.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 42ee722..3661a97 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,28 +4,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
-
-
-
+
@@ -50,17 +32,21 @@
+
+
+
+
@@ -237,37 +223,42 @@
- {
+ "keyToString": {
+ "RunOnceActivity.MCP Project settings loaded": "true",
+ "RunOnceActivity.ShowReadmeOnStart": "true",
+ "RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
+ "RunOnceActivity.git.unshallow": "true",
+ "RunOnceActivity.typescript.service.memoryLimit.init": "true",
+ "git-widget-placeholder": "fix/325-corrections-diverses",
+ "last_opened_file_path": "//wsl.localhost/Ubuntu-24.04/home/kevin/Stage/Ferme/frontend/pages/shipment",
+ "node.js.detected.package.eslint": "true",
+ "node.js.detected.package.tslint": "true",
+ "node.js.selected.package.eslint": "(autodetect)",
+ "node.js.selected.package.tslint": "(autodetect)",
+ "nodejs_package_manager_path": "npm",
+ "settings.editor.selected.configurable": "preferences.pluginManager",
+ "ts.external.directory.path": "/opt/phpstorm/plugins/javascript-plugin/jsLanguageServicesImpl/external",
+ "vue.rearranger.settings.migration": "true"
},
- "keyToStringList": {
- "DatabaseDriversLRU": [
- "postgresql"
+ "keyToStringList": {
+ "DatabaseDriversLRU": [
+ "postgresql"
],
- "com.intellij.ide.scratch.ScratchImplUtil$2/New Scratch File": [
- "TEXT"
+ "com.intellij.ide.scratch.ScratchImplUtil$2/New Scratch File": [
+ "TEXT"
],
- "vue.recent.templates": [
- "Vue Composition API Component"
+ "vue.recent.templates": [
+ "Vue Composition API Component"
]
}
-}]]>
+}
+
+
+
+
+
@@ -313,54 +304,10 @@
-
-
-
- 1768237763998
-
-
-
- 1768237763998
-
-
-
- 1768316052474
-
-
-
- 1768316052474
-
-
-
- 1768316835575
-
-
-
- 1768316835575
-
-
-
- 1768316965511
-
-
-
- 1768316965511
-
-
-
- 1768317786187
-
-
-
- 1768317786187
-
-
-
- 1768318875533
-
-
-
- 1768318875533
+
+
+
+
@@ -706,7 +653,55 @@
1770217875423
-
+
+
+ 1770736570645
+
+
+
+ 1770736570645
+
+
+
+ 1770880791564
+
+
+
+ 1770880791565
+
+
+
+ 1770881437439
+
+
+
+ 1770881437439
+
+
+
+ 1770883114609
+
+
+
+ 1770883114609
+
+
+
+ 1770884154297
+
+
+
+ 1770884154297
+
+
+
+ 1770969471135
+
+
+
+ 1770969471135
+
+
@@ -756,12 +751,6 @@
-
-
-
-
-
-
@@ -781,7 +770,13 @@
-
+
+
+
+
+
+
+
@@ -791,10 +786,19 @@
6
+
+ file://$PROJECT_DIR$/src/Entity/Shipment.php
+ 6
+
+
- file://$PROJECT_DIR$/frontend/services/shipment.ts
-
-
+ file://$PROJECT_DIR$/frontend/services/dto/shipment-data.ts
+
+
+
+ file://$PROJECT_DIR$/frontend/layouts/default.vue
+ 72
+
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dc8b257..55246f3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -45,6 +45,7 @@ Ajouter dans le fichier .env du frontend
* [#276] Lister les expéditions terminées
* [#324] Creation page admin listing clients
* [#326] Admin modification creation client
+* [#325] Correction diverses
### Changed