From 33563addbec46b7e316d6a38b287bb0a1bf2df2e Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 5 Feb 2026 09:08:30 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 80 +++++++++---------- .../reception/reception-bovine-received.vue | 52 +++++++++++- .../components/reception/reception-form.vue | 23 +++++- .../reception/reception-product-received.vue | 1 + frontend/services/dto/reception-data.ts | 2 + migrations/Version20260205070819.php | 31 +++++++ src/Entity/Reception.php | 19 +++++ src/Entity/ReceptionBovine.php | 8 +- 8 files changed, 164 insertions(+), 52 deletions(-) create mode 100644 migrations/Version20260205070819.php diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c6457e4..9f881f5 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -8,11 +8,9 @@ + - - - - + @@ -226,36 +224,36 @@