From 719937d218c7ae0df4d29681ed67feab4dbd901c Mon Sep 17 00:00:00 2001 From: tristan Date: Thu, 5 Feb 2026 10:27:04 +0100 Subject: [PATCH] =?UTF-8?q?feat=20:=20Ajout=20de=20la=20s=C3=A9lection=20d?= =?UTF-8?q?es=20bovins=20=C3=A9tape=203=20d'une=20r=C3=A9ception=20(WIP)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/dataSources.xml | 4 +- .idea/workspace.xml | 8 +++- .../reception/reception-bovine-received.vue | 44 +++++------------- .../components/reception/reception-form.vue | 10 +++-- .../reception/reception-product-received.vue | 2 - frontend/components/ui/UiNumberInput.vue | 9 +++- frontend/services/reception.ts | 5 ++- src/Entity/Reception.php | 3 ++ src/Repository/.gitignore | 0 src/Repository/BovineTypeRepository.php | 45 ------------------- src/Repository/ReceptionBovineRepository.php | 45 ------------------- 11 files changed, 41 insertions(+), 134 deletions(-) delete mode 100644 src/Repository/.gitignore delete mode 100644 src/Repository/BovineTypeRepository.php delete mode 100644 src/Repository/ReceptionBovineRepository.php diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml index 15f93b9..cf80409 100644 --- a/.idea/dataSources.xml +++ b/.idea/dataSources.xml @@ -5,7 +5,7 @@ postgresql true org.postgresql.Driver - jdbc:postgresql://localhost:5432/ferme + jdbc:postgresql://localhost:5433/ferme $ProjectFileDir$ @@ -16,4 +16,4 @@ $ProjectFileDir$ - \ No newline at end of file + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9f881f5..285737a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,14 +5,18 @@ + - + + - + + +