From 72a3a98bfaea747a2f96cdb3f57fde5343448c28 Mon Sep 17 00:00:00 2001 From: tristan Date: Wed, 22 Apr 2026 17:57:42 +0200 Subject: [PATCH] =?UTF-8?q?feat=20:=20=C3=A9tape=203/5=20-=20page=20/inven?= =?UTF-8?q?tory=20(lecture=20seule)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - UiDataTable server-side sur /api/bovines - 6 colonnes : N° National, N° Travail, Sex, Né le, Race, Entrée le - Filtres texte + select sex (Mâle/Femelle) + deux date pickers single input - Filtre implicite exists[exitedAt]=false pour n'afficher que les bovins actifs Co-Authored-By: Claude Opus 4.7 (1M context) --- frontend/pages/inventory.vue | 134 +++++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 frontend/pages/inventory.vue diff --git a/frontend/pages/inventory.vue b/frontend/pages/inventory.vue new file mode 100644 index 0000000..0cc696b --- /dev/null +++ b/frontend/pages/inventory.vue @@ -0,0 +1,134 @@ + + +