Compare commits
22 Commits
v0.0.44
...
feat/266-c
| Author | SHA1 | Date | |
|---|---|---|---|
| 32fe51caaa | |||
| c229d0ab62 | |||
| 74de31721c | |||
|
|
0d258ae9c6 | ||
| 7dd615ea34 | |||
| 850e412840 | |||
|
|
6eee0745a7 | ||
| 845f94db8c | |||
| dc69673a05 | |||
|
|
86c0e74074 | ||
| be29daf4d1 | |||
| 316a20c43a | |||
|
|
08e7c1508c | ||
| 358da6a8ad | |||
| d16a81630c | |||
|
|
67428186f6 | ||
| 09d108a1d5 | |||
| d8c0a8b8e3 | |||
|
|
f58dc36a0d | ||
| 15c0f414af | |||
|
|
9ed0ba702e | ||
| 93edd0a563 |
@@ -46,7 +46,9 @@ Ajouter dans le fichier .env du frontend
|
|||||||
* [#324] Creation page admin listing clients
|
* [#324] Creation page admin listing clients
|
||||||
* [#326] Admin modification creation client
|
* [#326] Admin modification creation client
|
||||||
* [#325] Correction diverses
|
* [#325] Correction diverses
|
||||||
|
* fix layout admin
|
||||||
|
* Creation page admin listing bovins
|
||||||
|
* Creation page admin ajout/modification bovins
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ api_platform:
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
defaults:
|
defaults:
|
||||||
stateless: true
|
stateless: true
|
||||||
|
pagination_client_items_per_page: true
|
||||||
|
pagination_maximum_items_per_page: 100
|
||||||
cache_headers:
|
cache_headers:
|
||||||
vary: ['Content-Type', 'Authorization', 'Origin']
|
vary: ['Content-Type', 'Authorization', 'Origin']
|
||||||
formats:
|
formats:
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
// This file is auto-generated and is for apps only. Bundles SHOULD NOT rely on its content.
|
// This file is auto-generated and is for apps only. Bundles SHOULD NOT rely on its content.
|
||||||
|
|
||||||
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
|
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
|
||||||
@@ -1472,7 +1470,7 @@ use Symfony\Component\Config\Loader\ParamConfigurator as Param;
|
|||||||
* mercure?: bool|array{
|
* mercure?: bool|array{
|
||||||
* enabled?: bool|Param, // Default: false
|
* enabled?: bool|Param, // Default: false
|
||||||
* hub_url?: scalar|Param|null, // The URL sent in the Link HTTP header. If not set, will default to the URL for MercureBundle's default hub. // Default: null
|
* hub_url?: scalar|Param|null, // The URL sent in the Link HTTP header. If not set, will default to the URL for MercureBundle's default hub. // Default: null
|
||||||
* include_type?: bool|Param, // Always include @var in updates (including delete ones). // Default: false
|
* include_type?: bool|Param, // Always include @type in updates (including delete ones). // Default: false
|
||||||
* },
|
* },
|
||||||
* messenger?: bool|array{
|
* messenger?: bool|array{
|
||||||
* enabled?: bool|Param, // Default: false
|
* enabled?: bool|Param, // Default: false
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
parameters:
|
parameters:
|
||||||
app.version: '0.0.44'
|
app.version: '0.0.51'
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<NuxtLink :to="link">
|
<NuxtLink :to="link">
|
||||||
<div class="w-[324px] h-[228px] border border-black rounded-md p-6 flex flex-col justify-between">
|
<div class="w-[300px] h-[216px] border border-black rounded-lg p-6 flex flex-col justify-between gap-4">
|
||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
<div class="rounded-full w-[80px] h-[80px] bg-neutral-400 flex justify-center items-center">
|
<div class="rounded-full w-[80px] h-[80px] bg-[#D9D9D9] flex justify-center items-center">
|
||||||
<Icon :name="iconName" style="color: black" size="44" />
|
<Icon :name="iconName" style="color: black" size="44" />
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
@@ -12,12 +12,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="uppercase font-bold">
|
<div class="uppercase font-bold">
|
||||||
<p class="text-3xl"> {{ label }} </p>
|
<p class="text-3xl text-primary-500">
|
||||||
|
<slot name="label">{{ label }}</slot>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
|
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
@@ -27,4 +27,3 @@ const props = defineProps<{
|
|||||||
label: string
|
label: string
|
||||||
}>()
|
}>()
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<div
|
<div
|
||||||
v-if="receptionStore.current?.receptionType?.code === RECEPTION_TYPE_CODES.BOVINS"
|
v-if="receptionStore.current?.receptionType?.code === RECEPTION_TYPE_CODES.BOVINS"
|
||||||
class="flex flex-col items-center gap-16">
|
class="flex flex-col items-center gap-16">
|
||||||
<h1 class="text-4xl uppercase font-bold">Sélection des marchandises réceptionnnées</h1>
|
<h1 class="text-4xl uppercase font-bold text-primary-500">Sélection des races réceptionnées</h1>
|
||||||
<div
|
<div
|
||||||
class="flex flex-row gap-8 items-center">
|
class="flex flex-row gap-8 items-center">
|
||||||
<div
|
<div
|
||||||
@@ -10,6 +10,7 @@
|
|||||||
:key="type.id"
|
:key="type.id"
|
||||||
class="mt-8 flex flex-row mb-2 gap-6">
|
class="mt-8 flex flex-row mb-2 gap-6">
|
||||||
<UiNumberInput
|
<UiNumberInput
|
||||||
|
:id="type.id"
|
||||||
:label="type.label"
|
:label="type.label"
|
||||||
:code="type.code"
|
:code="type.code"
|
||||||
v-model="bovineQuantities[String(type.id)]"
|
v-model="bovineQuantities[String(type.id)]"
|
||||||
@@ -77,14 +78,14 @@ onMounted(async () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
() => receptionId.value,
|
[() => receptionId.value, () => bovineType.value],
|
||||||
async (id) => {
|
async ([id, types]) => {
|
||||||
if (!id || !receptionIri.value) {
|
if (!id || !receptionIri.value || types.length === 0) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
const selectionMap: Record<string, number | null> = {}
|
const selectionMap: Record<string, number | null> = {}
|
||||||
for (const type of bovineType.value) {
|
for (const type of types) {
|
||||||
selectionMap[String(type.id)] = 0
|
selectionMap[String(type.id)] = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<form @submit.prevent="validate">
|
<form @submit.prevent="validate">
|
||||||
<div class="grid grid-cols-2 items-start gap-y-8 gap-x-40 mb-16">
|
<div class="grid grid-cols-2 items-start gap-y-8 gap-x-40 mb-16">
|
||||||
<h1 class="font-bold text-5xl uppercase col-start-1 row-start-1">Réception</h1>
|
<h1 class="font-bold text-5xl uppercase col-start-1 row-start-1 text-primary-500">Réception</h1>
|
||||||
<!-- Nom de l'utilisateur -->
|
<!-- Nom de l'utilisateur -->
|
||||||
<UiSelect
|
<UiSelect
|
||||||
id="reception-user"
|
id="reception-user"
|
||||||
@@ -81,20 +81,8 @@
|
|||||||
select-class="h-[34px]"
|
select-class="h-[34px]"
|
||||||
wrapper-class="col-start-2 row-start-3"
|
wrapper-class="col-start-2 row-start-3"
|
||||||
/>
|
/>
|
||||||
<!-- Chauffeur (LIOT) -->
|
|
||||||
<UiSelect
|
|
||||||
id="reception-driver"
|
|
||||||
v-model="form.driverId"
|
|
||||||
label="Nom du chauffeur si LIOT"
|
|
||||||
:options="filteredDrivers.map((driver) => ({
|
|
||||||
value: String(driver.id),
|
|
||||||
label: driver.name
|
|
||||||
}))"
|
|
||||||
:loading="isLoadingDrivers"
|
|
||||||
wrapper-class="col-start-2 row-start-4"
|
|
||||||
/>
|
|
||||||
<!-- Plaque d'immatriculation -->
|
<!-- Plaque d'immatriculation -->
|
||||||
<div v-if="!isLiotCarrier" class="col-start-2 row-start-5">
|
<div v-if="!isLiotCarrier" class="col-start-2 row-start-4">
|
||||||
<UiLicensePlateInput
|
<UiLicensePlateInput
|
||||||
v-model="form.licensePlate"
|
v-model="form.licensePlate"
|
||||||
v-model:allowAny="allowAnyLicensePlate"
|
v-model:allowAny="allowAnyLicensePlate"
|
||||||
@@ -112,15 +100,28 @@
|
|||||||
}))"
|
}))"
|
||||||
:loading="isLoadingVehicles"
|
:loading="isLoadingVehicles"
|
||||||
:disabled="isLoadingVehicles || filteredVehicles.length === 0"
|
:disabled="isLoadingVehicles || filteredVehicles.length === 0"
|
||||||
|
wrapper-class="col-start-2 row-start-4 h-[64px]"
|
||||||
|
/>
|
||||||
|
<!-- Chauffeur (LIOT) -->
|
||||||
|
<UiSelect
|
||||||
|
id="reception-driver"
|
||||||
|
v-model="form.driverId"
|
||||||
|
label="Nom du chauffeur si LIOT"
|
||||||
|
:options="filteredDrivers.map((driver) => ({
|
||||||
|
value: String(driver.id),
|
||||||
|
label: driver.name
|
||||||
|
}))"
|
||||||
|
:loading="isLoadingDrivers"
|
||||||
|
v-if="isLiotCarrier"
|
||||||
wrapper-class="col-start-2 row-start-5"
|
wrapper-class="col-start-2 row-start-5"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<button
|
<UiButton
|
||||||
type="submit"
|
type="submit"
|
||||||
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px] justify-self-end"
|
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px] justify-self-end"
|
||||||
>Valider
|
>Valider
|
||||||
</button>
|
</UiButton>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<div
|
<div
|
||||||
v-if="receptionStore.current?.receptionType?.code === RECEPTION_TYPE_CODES.MERCHANDISES"
|
v-if="receptionStore.current?.receptionType?.code === RECEPTION_TYPE_CODES.MERCHANDISES"
|
||||||
class="flex flex-col gap-16 items-center w-full">
|
class="flex flex-col gap-16 items-center w-full">
|
||||||
<h1 class="text-4xl uppercase font-bold">Sélection des marchandises réceptionnnées</h1>
|
<h1 class="text-4xl uppercase font-bold text-primary-500">Sélection des marchandises réceptionnnées</h1>
|
||||||
<UiSelect
|
<UiSelect
|
||||||
id="merchandise-type"
|
id="merchandise-type"
|
||||||
v-model="selectedMerchandiseTypeId"
|
v-model="selectedMerchandiseTypeId"
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
v-if="selectedMerchandiseTypeId && !isGranule"
|
v-if="selectedMerchandiseTypeId && !isGranule"
|
||||||
class="flex gap-4 w-[550px] justify-evenly"
|
class="flex gap-4 w-[550px] justify-between"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
v-for="building in buildings"
|
v-for="building in buildings"
|
||||||
@@ -47,17 +47,17 @@
|
|||||||
>
|
>
|
||||||
<div class="grid grid-cols-1 gap-10 md:grid-cols-4">
|
<div class="grid grid-cols-1 gap-10 md:grid-cols-4">
|
||||||
<div v-for="type in pelletTypes" :key="type.id" class="flex flex-col gap-4">
|
<div v-for="type in pelletTypes" :key="type.id" class="flex flex-col gap-4">
|
||||||
<p class="font-bold uppercase">{{ type.label }}</p>
|
<p class="font-bold uppercase text-primary-500">{{ type.label }}</p>
|
||||||
<div
|
<div
|
||||||
v-for="building in buildings"
|
v-for="building in buildings"
|
||||||
:key="building.id"
|
:key="building.id"
|
||||||
class="flex items-center gap-2 text-lg"
|
class="flex items-center gap-2 text-lg pl-[2px]"
|
||||||
>
|
>
|
||||||
<UiCheckbox
|
<UiCheckbox
|
||||||
v-model="selectedPelletBuildingIds[String(type.id)]"
|
v-model="selectedPelletBuildingIds[String(type.id)]"
|
||||||
:value="String(building.id)"
|
:value="String(building.id)"
|
||||||
:label="building.label"
|
:label="building.label"
|
||||||
label-class="text-lg"
|
label-class="text-xl"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<div class="flex flex-col items-center w-[660px]">
|
<div class="flex flex-col items-center w-[660px]">
|
||||||
<h1 class="font-bold text-5xl uppercase">{{ title }}</h1>
|
<h1 class="font-bold text-5xl uppercase text-primary-500">{{ title }}</h1>
|
||||||
<!--@TODO Voir comment faire pour savoir si le pont-bascule et bien connecté + ajouter un icon comme sur la maquette-->
|
<!--@TODO Voir comment faire pour savoir si le pont-bascule et bien connecté + ajouter un icon comme sur la maquette-->
|
||||||
<p class="text-primary-500 uppercase text-2xl mt-2">Pont-bascule connecté</p>
|
<p class="text-primary-500 uppercase text-2xl text-primary-500 mt-2">Pont-bascule connecté</p>
|
||||||
<div
|
<div
|
||||||
v-if="showLoadingBox"
|
v-if="showLoadingBox"
|
||||||
class="w-full flex flex-col items-center justify-center border border-black h-[90px] mt-12 mb-[86px]">
|
class="w-full flex flex-col items-center justify-center border border-black h-[90px] mt-12 mb-[86px]">
|
||||||
@@ -11,27 +11,27 @@
|
|||||||
</div>
|
</div>
|
||||||
<div v-else-if="displayWeight !== null" class="w-full">
|
<div v-else-if="displayWeight !== null" class="w-full">
|
||||||
<div
|
<div
|
||||||
class="w-full flex flex-col items-center justify-center border border-black h-[90px] mt-12 mb-[25px] text-4xl">
|
class="w-full flex flex-col items-center justify-center border border-black h-[90px] mt-12 mb-[25px] text-4xl text-primary-500">
|
||||||
{{ displayWeight }} kg
|
{{ displayWeight }} kg
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex justify-center mt-[54px]">
|
<div class="flex justify-center mt-[54px]">
|
||||||
<button
|
<UiButton
|
||||||
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px]"
|
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px]"
|
||||||
@click="fetchWeight"
|
@click="fetchWeight"
|
||||||
>{{ displayWeight !== null ? 'refaire une pesee' : 'peser' }}</button>
|
>{{ displayWeight !== null ? 'refaire une pesée' : 'peser' }}</UiButton>
|
||||||
<button
|
<UiButton
|
||||||
v-if="displayWeight !== null && !showGenerateReceipt"
|
v-if="displayWeight !== null && !showGenerateReceipt"
|
||||||
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px] ml-4"
|
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px] ml-4"
|
||||||
@click="saveWeight"
|
@click="saveWeight"
|
||||||
>Valider</button>
|
>Valider la pesée</UiButton>
|
||||||
<button
|
<UiButton
|
||||||
v-if="showGenerateReceipt"
|
v-if="showGenerateReceipt"
|
||||||
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px] ml-4"
|
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px] ml-4"
|
||||||
@click="printReceipt"
|
@click="printReceipt"
|
||||||
>Générer le bon</button>
|
>Générer le bon</UiButton>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -27,12 +27,12 @@
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<button
|
<UiButton
|
||||||
type="submit"
|
type="submit"
|
||||||
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px]"
|
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px]"
|
||||||
:disabled="!auth.isAdmin"
|
:disabled="!auth.isAdmin"
|
||||||
>Valider
|
>Valider
|
||||||
</button>
|
</UiButton>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</template>
|
</template>
|
||||||
@@ -83,14 +83,14 @@ onMounted(async () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
() => receptionId,
|
[() => receptionId, () => bovineType.value],
|
||||||
async (id) => {
|
async ([id, types]) => {
|
||||||
if (!id || !receptionIri.value) {
|
if (!id || !receptionIri.value || types.length === 0) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
const selectionMap: Record<string, number | null> = {}
|
const selectionMap: Record<string, number | null> = {}
|
||||||
for (const type of bovineType.value) {
|
for (const type of types) {
|
||||||
selectionMap[String(type.id)] = 0
|
selectionMap[String(type.id)] = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -105,7 +105,7 @@ watch(
|
|||||||
}
|
}
|
||||||
Object.assign(bovineQuantities, selectionMap)
|
Object.assign(bovineQuantities, selectionMap)
|
||||||
|
|
||||||
const existingOther = await reception.bovineDetail
|
const existingOther = reception.bovineDetail
|
||||||
const parsedOther =
|
const parsedOther =
|
||||||
typeof existingOther === 'string' && existingOther.trim() !== ''
|
typeof existingOther === 'string' && existingOther.trim() !== ''
|
||||||
? Number(existingOther)
|
? Number(existingOther)
|
||||||
|
|||||||
@@ -67,13 +67,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<button
|
<UiButton
|
||||||
v-if="auth.isAdmin"
|
v-if="auth.isAdmin"
|
||||||
type="submit"
|
type="submit"
|
||||||
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px]"
|
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px]"
|
||||||
:disabled="!auth.isAdmin"
|
:disabled="!auth.isAdmin"
|
||||||
>Valider
|
>Valider
|
||||||
</button>
|
</UiButton>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<form @submit.prevent="validate">
|
<form @submit.prevent="validate">
|
||||||
<div class="grid grid-cols-2 gap-x-40 gap-y-8 mb-8">
|
<div class="grid grid-cols-2 gap-x-40 gap-y-8 mb-8">
|
||||||
<UiTextInput
|
<UiNumberInput
|
||||||
label="Dsd"
|
label="Dsd"
|
||||||
class="col-start-2"
|
class="col-start-2"
|
||||||
|
labelClass="font-bold uppercase"
|
||||||
v-model="sharedWeightMeta.dsd"
|
v-model="sharedWeightMeta.dsd"
|
||||||
:disabled="!auth.isAdmin"
|
:disabled="!auth.isAdmin"
|
||||||
/>
|
/>
|
||||||
@@ -19,21 +20,24 @@
|
|||||||
:key="weight.type"
|
:key="weight.type"
|
||||||
:label="getWeightLabel(weight.type)"
|
:label="getWeightLabel(weight.type)"
|
||||||
labelClass="font-bold uppercase text-xl"
|
labelClass="font-bold uppercase text-xl"
|
||||||
|
inputClass="w-24"
|
||||||
v-model="weight.weight"
|
v-model="weight.weight"
|
||||||
:wrapper-class="weight.type === 'tare' ? 'col-start-1 row-start-1' : 'col-start-2 row-start-1'"
|
:wrapper-class="weight.type === 'tare' ? 'col-start-1 row-start-1' : 'col-start-2 row-start-1'"
|
||||||
:disabled="!auth.isAdmin"
|
:disabled="!auth.isAdmin"
|
||||||
|
:min="0"
|
||||||
|
:max="48000"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<button
|
<UiButton
|
||||||
v-if="auth.isAdmin"
|
v-if="auth.isAdmin"
|
||||||
type="submit"
|
type="submit"
|
||||||
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px]"
|
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px]"
|
||||||
|
|
||||||
>
|
>
|
||||||
Valider
|
Valider
|
||||||
</button>
|
</UiButton>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<form @submit.prevent="validate">
|
<form @submit.prevent="validate">
|
||||||
<div class="grid grid-cols-2 items-start gap-y-8 gap-x-40 mb-16">
|
<div class="grid grid-cols-2 items-start gap-y-8 gap-x-40 mb-16">
|
||||||
<h1 class="font-bold text-5xl uppercase col-start-1 row-start-1">Expédition</h1>
|
<h1 class="font-bold text-5xl uppercase col-start-1 row-start-1 text-primary-500">Expédition</h1>
|
||||||
<!-- Nom de l'utilisateur -->
|
<!-- Nom de l'utilisateur -->
|
||||||
<UiSelect
|
<UiSelect
|
||||||
id="shipment-user"
|
id="shipment-user"
|
||||||
@@ -22,24 +22,27 @@
|
|||||||
wrapper-class="col-start-1 row-start-3"
|
wrapper-class="col-start-1 row-start-3"
|
||||||
/>
|
/>
|
||||||
<!-- Type d'expédition -->
|
<!-- Type d'expédition -->
|
||||||
<div class="col-start-1 row-start-4">
|
<div class="col-start-1 row-start-4 h-[64px]">
|
||||||
<label class="font-bold uppercase text-xl mb-2">
|
<div class="flex items-end gap-8 justify-between">
|
||||||
Type d'expédition
|
<UiRadioGroup
|
||||||
</label>
|
id="shipment-type"
|
||||||
<div class="grid grid-cols-2 gap-x-8">
|
name="shipment-type"
|
||||||
<div
|
label="Type d'expédition bovine"
|
||||||
v-for="type in bovineShipment"
|
v-model="selectedShipmentTypeId"
|
||||||
:key="type.id"
|
:options="bovineShipment.map((type) => ({
|
||||||
class="mt-2 flex flex-row gap-6"
|
value: String(type.id),
|
||||||
>
|
label: type.label
|
||||||
<UiNumberInput
|
}))"
|
||||||
:label="type.label"
|
/>
|
||||||
v-model="bovineQuantities[String(type.id)]"
|
<UiNumberInput
|
||||||
:placeholder="0"
|
id="shipment-type-quantity"
|
||||||
:min="0"
|
label="Quantité"
|
||||||
:max="10"
|
v-model="shipmentQuantity"
|
||||||
/>
|
:placeholder="0"
|
||||||
</div>
|
:min="0"
|
||||||
|
:max="1200"
|
||||||
|
:disabled="!selectedShipmentTypeId"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Client -->
|
<!-- Client -->
|
||||||
@@ -49,7 +52,7 @@
|
|||||||
label="Client"
|
label="Client"
|
||||||
:options="customers.map((customer) => ({
|
:options="customers.map((customer) => ({
|
||||||
value: String(customer.id),
|
value: String(customer.id),
|
||||||
label: customer.label
|
label: customer.name || `Client #${customer.id}`
|
||||||
}))"
|
}))"
|
||||||
:loading="isLoadingCustomers"
|
:loading="isLoadingCustomers"
|
||||||
wrapper-class="col-start-1 row-start-5"
|
wrapper-class="col-start-1 row-start-5"
|
||||||
@@ -86,20 +89,8 @@
|
|||||||
}))"
|
}))"
|
||||||
wrapper-class="col-start-2 row-start-3"
|
wrapper-class="col-start-2 row-start-3"
|
||||||
/>
|
/>
|
||||||
<!-- Chauffeur (LIOT) -->
|
|
||||||
<UiSelect
|
|
||||||
id="shipment-driver"
|
|
||||||
v-model="form.driverId"
|
|
||||||
label="Nom du chauffeur si LIOT"
|
|
||||||
:options="filteredDrivers.map((driver) => ({
|
|
||||||
value: String(driver.id),
|
|
||||||
label: driver.name
|
|
||||||
}))"
|
|
||||||
:loading="isLoadingDrivers"
|
|
||||||
wrapper-class="col-start-2 row-start-4"
|
|
||||||
/>
|
|
||||||
<!-- Plaque d'immatriculation (hors LIOT) -->
|
<!-- Plaque d'immatriculation (hors LIOT) -->
|
||||||
<div v-if="!isLiotCarrier" class="col-start-2 row-start-5">
|
<div v-if="!isLiotCarrier" class="col-start-2 row-start-4">
|
||||||
<UiLicensePlateInput
|
<UiLicensePlateInput
|
||||||
v-model="form.licencePlate"
|
v-model="form.licencePlate"
|
||||||
v-model:allowAny="allowAnyLicensePlate"
|
v-model:allowAny="allowAnyLicensePlate"
|
||||||
@@ -117,15 +108,28 @@
|
|||||||
}))"
|
}))"
|
||||||
:loading="isLoadingVehicles"
|
:loading="isLoadingVehicles"
|
||||||
:disabled="isLoadingVehicles || filteredVehicles.length === 0"
|
:disabled="isLoadingVehicles || filteredVehicles.length === 0"
|
||||||
|
wrapper-class="col-start-2 row-start-4"
|
||||||
|
/>
|
||||||
|
<!-- Chauffeur (LIOT) -->
|
||||||
|
<UiSelect
|
||||||
|
id="shipment-driver"
|
||||||
|
v-model="form.driverId"
|
||||||
|
label="Nom du chauffeur si LIOT"
|
||||||
|
:options="filteredDrivers.map((driver) => ({
|
||||||
|
value: String(driver.id),
|
||||||
|
label: driver.name
|
||||||
|
}))"
|
||||||
|
:loading="isLoadingDrivers"
|
||||||
wrapper-class="col-start-2 row-start-5"
|
wrapper-class="col-start-2 row-start-5"
|
||||||
|
v-if="isLiotCarrier"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<button
|
<UiButton
|
||||||
type="submit"
|
type="submit"
|
||||||
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px] justify-self-end"
|
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px] justify-self-end"
|
||||||
>Valider
|
>Valider
|
||||||
</button>
|
</UiButton>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</template>
|
</template>
|
||||||
@@ -177,8 +181,9 @@ const isLoadingDrivers = ref(false)
|
|||||||
const authStore = useAuthStore()
|
const authStore = useAuthStore()
|
||||||
const shipmentStore = useShipmentStore()
|
const shipmentStore = useShipmentStore()
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
const bovineQuantities = ref<Record<string, number | null>>({})
|
|
||||||
const bovineShipment = ref<ShipmentTypeData[]>([])
|
const bovineShipment = ref<ShipmentTypeData[]>([])
|
||||||
|
const selectedShipmentTypeId = ref('')
|
||||||
|
const shipmentQuantity = ref<number | null>(0)
|
||||||
// Transporteur sélectionné dans le formulaire
|
// Transporteur sélectionné dans le formulaire
|
||||||
const selectedCarrier = computed(() =>
|
const selectedCarrier = computed(() =>
|
||||||
carriers.value.find((carrier) => String(carrier.id) === form.carrierId) ?? null
|
carriers.value.find((carrier) => String(carrier.id) === form.carrierId) ?? null
|
||||||
@@ -328,15 +333,21 @@ watch(
|
|||||||
form.driverId = shipment?.driver?.id ? String(shipment.driver.id) : ''
|
form.driverId = shipment?.driver?.id ? String(shipment.driver.id) : ''
|
||||||
form.vehicleId = shipment?.vehicle?.id ? String(shipment.vehicle.id) : ''
|
form.vehicleId = shipment?.vehicle?.id ? String(shipment.vehicle.id) : ''
|
||||||
if (!shipment || !shipment.bovinShipments) {
|
if (!shipment || !shipment.bovinShipments) {
|
||||||
bovineQuantities.value = {}
|
selectedShipmentTypeId.value = ''
|
||||||
|
shipmentQuantity.value = 0
|
||||||
} else {
|
} else {
|
||||||
const next: Record<string, number | null> = {}
|
const selectedEntry = shipment.bovinShipments.find((entry) => {
|
||||||
for (const entry of shipment.bovinShipments) {
|
|
||||||
const typeId = entry.shipmentType?.id
|
const typeId = entry.shipmentType?.id
|
||||||
if (!typeId) continue
|
return Boolean(typeId) && Number(entry.nbBovinSend ?? 0) > 0
|
||||||
next[String(typeId)] = entry.nbBovinSend ?? null
|
}) ?? shipment.bovinShipments.find((entry) => Boolean(entry.shipmentType?.id))
|
||||||
|
|
||||||
|
if (!selectedEntry?.shipmentType?.id) {
|
||||||
|
selectedShipmentTypeId.value = ''
|
||||||
|
shipmentQuantity.value = 0
|
||||||
|
} else {
|
||||||
|
selectedShipmentTypeId.value = String(selectedEntry.shipmentType.id)
|
||||||
|
shipmentQuantity.value = selectedEntry.nbBovinSend ?? 0
|
||||||
}
|
}
|
||||||
bovineQuantities.value = next
|
|
||||||
}
|
}
|
||||||
isHydrating.value = false
|
isHydrating.value = false
|
||||||
},
|
},
|
||||||
@@ -464,16 +475,22 @@ watch(
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
const buildDesiredBovinShipments = () => {
|
const buildDesiredBovinShipments = () => {
|
||||||
return bovineShipment.value
|
const typeId = Number(selectedShipmentTypeId.value)
|
||||||
.map((type) => {
|
if (!Number.isFinite(typeId)) {
|
||||||
const raw = bovineQuantities.value[String(type.id)]
|
return []
|
||||||
const quantity = raw === null || raw === undefined ? 0 : Number(raw)
|
}
|
||||||
return {
|
const type = bovineShipment.value.find((entry) => entry.id === typeId)
|
||||||
type,
|
if (!type) {
|
||||||
quantity: Number.isFinite(quantity) ? Math.max(0, Math.trunc(quantity)) : 0
|
return []
|
||||||
}
|
}
|
||||||
})
|
const raw = shipmentQuantity.value
|
||||||
.filter((entry) => entry.quantity > 0)
|
const quantity = raw === null || raw === undefined ? 0 : Number(raw)
|
||||||
|
const normalizedQuantity = Number.isFinite(quantity) ? Math.max(0, Math.trunc(quantity)) : 0
|
||||||
|
if (normalizedQuantity <= 0) {
|
||||||
|
return []
|
||||||
|
}
|
||||||
|
|
||||||
|
return [{type, quantity: normalizedQuantity}]
|
||||||
}
|
}
|
||||||
const syncBovinShipments = async (
|
const syncBovinShipments = async (
|
||||||
shipmentId: number,
|
shipmentId: number,
|
||||||
|
|||||||
26
frontend/components/shipment/shipment-loading.vue
Normal file
26
frontend/components/shipment/shipment-loading.vue
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
<template>
|
||||||
|
<div class="flex flex-col items-center gap-[118px]">
|
||||||
|
<h1 class="font-bold text-5xl uppercase text-primary-500">Charment des bovins</h1>
|
||||||
|
<div
|
||||||
|
class="w-full flex flex-col items-center justify-center">
|
||||||
|
<UiLoadingDots />
|
||||||
|
</div>
|
||||||
|
<UiButton
|
||||||
|
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px] ml-4"
|
||||||
|
@click="goNext"
|
||||||
|
>Peser</UiButton>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts">
|
||||||
|
import {useShipmentStore} from "~/stores/shipment";
|
||||||
|
|
||||||
|
const shipmentStore = useShipmentStore()
|
||||||
|
|
||||||
|
const goNext = async () => {
|
||||||
|
const nextStep = shipmentStore.current.currentStep + 1
|
||||||
|
await shipmentStore.updateShipment(shipmentStore.current.id, {
|
||||||
|
currentStep: nextStep
|
||||||
|
})
|
||||||
|
}
|
||||||
|
</script>
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<div class="flex flex-col items-center w-[660px]">
|
<div class="flex flex-col items-center w-[660px]">
|
||||||
<h1 class="font-bold text-5xl uppercase">{{ title }}</h1>
|
<h1 class="font-bold text-5xl uppercase text-primary-500">{{ title }}</h1>
|
||||||
<!--@TODO Voir comment faire pour savoir si le pont-bascule et bien connecté + ajouter un icon comme sur la maquette-->
|
<!--@TODO Voir comment faire pour savoir si le pont-bascule et bien connecté + ajouter un icon comme sur la maquette-->
|
||||||
<p class="text-primary-500 uppercase text-2xl mt-2">Pont-bascule connecté</p>
|
<p class="text-primary-500 uppercase text-2xl mt-2">Pont-bascule connecté</p>
|
||||||
<div
|
<div
|
||||||
@@ -11,27 +11,27 @@
|
|||||||
</div>
|
</div>
|
||||||
<div v-else-if="displayWeight !== null" class="w-full">
|
<div v-else-if="displayWeight !== null" class="w-full">
|
||||||
<div
|
<div
|
||||||
class="w-full flex flex-col items-center justify-center border border-black h-[90px] mt-12 mb-[25px] text-4xl">
|
class="w-full flex flex-col items-center justify-center border border-primary-500 h-[90px] mt-12 mb-[25px] text-4xl text-primary-500">
|
||||||
{{ displayWeight }} kg
|
{{ displayWeight }} kg
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex justify-center mt-[54px]">
|
<div class="flex justify-center mt-[54px]">
|
||||||
<button
|
<UiButton
|
||||||
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px]"
|
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px]"
|
||||||
@click="fetchWeight"
|
@click="fetchWeight"
|
||||||
>{{ displayWeight !== null ? 'refaire une pesee' : 'peser' }}</button>
|
>{{ displayWeight !== null ? 'refaire une pesée' : 'peser' }}</UiButton>
|
||||||
<button
|
<UiButton
|
||||||
v-if="displayWeight !== null && !showGenerateReceipt"
|
v-if="displayWeight !== null && !showGenerateReceipt"
|
||||||
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px] ml-4"
|
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px] ml-4"
|
||||||
@click="saveWeight"
|
@click="saveWeight"
|
||||||
>Valider la pesée</button>
|
>Valider la pesée</UiButton>
|
||||||
<button
|
<UiButton
|
||||||
v-if="showGenerateReceipt"
|
v-if="showGenerateReceipt"
|
||||||
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px] ml-4"
|
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px] ml-4"
|
||||||
@click="printReceipt"
|
@click="printReceipt"
|
||||||
>Générer le bon</button>
|
>Générer le bon</UiButton>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
39
frontend/components/ui/UiButton.vue
Normal file
39
frontend/components/ui/UiButton.vue
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
<template>
|
||||||
|
<component
|
||||||
|
:is="'button'"
|
||||||
|
:type="type"
|
||||||
|
:disabled="isDisabled"
|
||||||
|
class="inline-flex items-center justify-center rounded-md"
|
||||||
|
:class="[
|
||||||
|
isDisabled ? 'cursor-not-allowed opacity-60' : 'cursor-pointer',
|
||||||
|
buttonClass
|
||||||
|
]"
|
||||||
|
v-bind="attrs"
|
||||||
|
>
|
||||||
|
<slot v-if="!loading" />
|
||||||
|
<UiLoadingDots v-else />
|
||||||
|
</component>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts">
|
||||||
|
import {computed, useAttrs} from 'vue'
|
||||||
|
|
||||||
|
defineOptions({inheritAttrs: false})
|
||||||
|
|
||||||
|
const props = withDefaults(
|
||||||
|
defineProps<{
|
||||||
|
type?: 'button' | 'submit' | 'reset'
|
||||||
|
disabled?: boolean
|
||||||
|
loading?: boolean
|
||||||
|
buttonClass?: string
|
||||||
|
}>(),
|
||||||
|
{
|
||||||
|
disabled: false,
|
||||||
|
loading: false,
|
||||||
|
buttonClass: ''
|
||||||
|
}
|
||||||
|
)
|
||||||
|
|
||||||
|
const attrs = useAttrs()
|
||||||
|
const isDisabled = computed(() => props.disabled || props.loading)
|
||||||
|
</script>
|
||||||
@@ -1,14 +1,14 @@
|
|||||||
<template>
|
<template>
|
||||||
<div :class="wrapperClass">
|
<div :class="wrapperClass">
|
||||||
<label
|
<label
|
||||||
class="flex items-center gap-2"
|
class="flex items-center gap-2 cursor-pointer text-primary-500"
|
||||||
:class="labelClass"
|
:class="labelClass"
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
:checked="checked"
|
:checked="checked"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
:class="inputClass"
|
:class="['cursor-pointer text-primary-500', inputClass]"
|
||||||
@change="onChange"
|
@change="onChange"
|
||||||
>
|
>
|
||||||
<span v-if="label">{{ label }}</span>
|
<span v-if="label">{{ label }}</span>
|
||||||
|
|||||||
436
frontend/components/ui/UiDataTable.vue
Normal file
436
frontend/components/ui/UiDataTable.vue
Normal file
@@ -0,0 +1,436 @@
|
|||||||
|
<template>
|
||||||
|
<div class="mt-6 mx-[6px]">
|
||||||
|
<table class="w-full border border-slate-300 table-fixed">
|
||||||
|
<thead class="bg-slate-100 capitalize tracking-wide">
|
||||||
|
<tr>
|
||||||
|
<th
|
||||||
|
v-for="column in normalizedColumns"
|
||||||
|
:key="column.key"
|
||||||
|
class="border border-slate-300 px-2 py-1"
|
||||||
|
>
|
||||||
|
<div class="flex flex-col gap-1">
|
||||||
|
<UiSelect
|
||||||
|
v-if="column.isSearchable && column.type === 'selectTypeReception'"
|
||||||
|
v-model="searchValues[column.key]"
|
||||||
|
:placeholder="column.label"
|
||||||
|
select-class="w-full !text-sm !py-1"
|
||||||
|
:options="[
|
||||||
|
{ value: '__all__', label: 'Tous' },
|
||||||
|
...receptionTypes.map((type) => ({
|
||||||
|
value: type.label,
|
||||||
|
label: type.label
|
||||||
|
}))
|
||||||
|
]"
|
||||||
|
/>
|
||||||
|
<UiSelect
|
||||||
|
v-else-if="column.isSearchable && column.type === 'selectTypeShipment'"
|
||||||
|
v-model="searchValues[column.key]"
|
||||||
|
:placeholder="column.label"
|
||||||
|
select-class="w-full !text-sm !py-1"
|
||||||
|
:options="[
|
||||||
|
{ value: '__all__', label: 'Tous' },
|
||||||
|
...shipmentTypes.map((type) => ({
|
||||||
|
value: type.label,
|
||||||
|
label: type.label
|
||||||
|
}))
|
||||||
|
]"
|
||||||
|
/>
|
||||||
|
<div v-else-if="column.isSearchable" class="relative">
|
||||||
|
<UiTextInput
|
||||||
|
v-model="searchValues[column.key]"
|
||||||
|
:placeholder="column.label"
|
||||||
|
input-class="min-w-full !text-sm !py-1 !pr-7"
|
||||||
|
/>
|
||||||
|
<Icon
|
||||||
|
name="gg:search"
|
||||||
|
class="pointer-events-none absolute right-2 top-1/2 -translate-y-1/2 text-slate-400"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<span v-else>{{ column.label }}</span>
|
||||||
|
</div>
|
||||||
|
</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr v-if="loading">
|
||||||
|
<td
|
||||||
|
class="border border-slate-300 px-2 py-2 whitespace-pre-line"
|
||||||
|
:colspan="normalizedColumns.length || 1"
|
||||||
|
>
|
||||||
|
Chargement...
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr v-else-if="displayedRows.length === 0">
|
||||||
|
<td
|
||||||
|
class="border border-slate-300 px-3 py-2 text-left text-slate-500"
|
||||||
|
:colspan="normalizedColumns.length || 1"
|
||||||
|
>
|
||||||
|
Aucune donnée
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<template v-else>
|
||||||
|
<tr
|
||||||
|
v-for="(row, rowIndex) in displayedRows"
|
||||||
|
class="hover:bg-primary-500 hover:bg-opacity-15"
|
||||||
|
:key="rowIndex"
|
||||||
|
:class="props.rowClickable ? 'cursor-pointer' : ''"
|
||||||
|
@click="props.rowClickable ? onRowClick(row) : null"
|
||||||
|
>
|
||||||
|
<td
|
||||||
|
v-for="column in normalizedColumns"
|
||||||
|
:key="column.key"
|
||||||
|
class="border border-slate-300 px-2 py-2 whitespace-pre-line "
|
||||||
|
>
|
||||||
|
{{ formatColumnValue(row, column) }}
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</template>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<div class="flex items-center justify-between mt-4">
|
||||||
|
<p class="text-slate-600">
|
||||||
|
{{ pageLabel }}
|
||||||
|
</p>
|
||||||
|
<div class="flex items-center gap-2">
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
class="rounded border border-slate-300 px-2 py-1 disabled:cursor-not-allowed disabled:opacity-50"
|
||||||
|
:disabled="currentPage <= 1 || loading"
|
||||||
|
@click="currentPage = currentPage - 1"
|
||||||
|
>
|
||||||
|
Précédent
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
v-for="(item, index) in paginationItems"
|
||||||
|
:key="`${item}-${index}`"
|
||||||
|
type="button"
|
||||||
|
class="min-w-9 rounded border px-2 py-1"
|
||||||
|
:class="item === currentPage
|
||||||
|
? 'border-primary-500 bg-primary-500 text-white'
|
||||||
|
: 'border-slate-300'"
|
||||||
|
:disabled="loading || item === '...'"
|
||||||
|
@click="typeof item === 'number' ? (currentPage = item) : null"
|
||||||
|
>
|
||||||
|
{{ item }}
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
class="rounded border border-slate-300 px-2 py-1 disabled:cursor-not-allowed disabled:opacity-50"
|
||||||
|
:disabled="currentPage >= totalPages || loading"
|
||||||
|
@click="currentPage = currentPage + 1"
|
||||||
|
>
|
||||||
|
Suivant
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts">
|
||||||
|
import {Row, ColumnConfig, AnyCollection, PaginationItem} from '~/services/dto/datatable-data'
|
||||||
|
import {useApi} from '~/composables/useApi'
|
||||||
|
import type {ReceptionTypeData} from '~/services/dto/reception-type-data'
|
||||||
|
import {getReceptionTypeList} from '~/services/reception-type'
|
||||||
|
import type {ShipmentTypeData} from "~/services/dto/shipment-data";
|
||||||
|
import {getShipmentTypeList} from "~/services/shipment-type";
|
||||||
|
|
||||||
|
const api = useApi()
|
||||||
|
const receptionTypes = ref<ReceptionTypeData[]>([])
|
||||||
|
const shipmentTypes = ref<ShipmentTypeData[]>([])
|
||||||
|
const loading = ref(false)
|
||||||
|
const currentPage = ref(1)
|
||||||
|
const rows = ref<Row[]>([])
|
||||||
|
const total = ref(0)
|
||||||
|
const searchValues = reactive<Record<string, string>>({})
|
||||||
|
const isNestedMode = computed(() => Boolean(props.responsePath))
|
||||||
|
const effectiveTotal = computed(() => total.value)
|
||||||
|
const emit = defineEmits<{
|
||||||
|
rowClick: [row: Row]
|
||||||
|
}>()
|
||||||
|
|
||||||
|
const props = withDefaults(defineProps<{
|
||||||
|
url?: string
|
||||||
|
responsePath?: string
|
||||||
|
columns?: ColumnConfig[]
|
||||||
|
query?: Record<string, unknown>
|
||||||
|
itemsPerPage?: number
|
||||||
|
rowClickable?: boolean
|
||||||
|
}>(), {
|
||||||
|
url: '',
|
||||||
|
responsePath: '',
|
||||||
|
columns: () => [],
|
||||||
|
query: () => ({}),
|
||||||
|
itemsPerPage: 10,
|
||||||
|
rowClickable: true
|
||||||
|
})
|
||||||
|
const displayedRows = computed<Row[]>(() => {
|
||||||
|
if (!isNestedMode.value) return rows.value
|
||||||
|
|
||||||
|
const startIndex = (currentPage.value - 1) * props.itemsPerPage
|
||||||
|
const endIndex = startIndex + props.itemsPerPage
|
||||||
|
return rows.value.slice(startIndex, endIndex)
|
||||||
|
})
|
||||||
|
onMounted(async () => {
|
||||||
|
receptionTypes.value = await getReceptionTypeList()
|
||||||
|
shipmentTypes.value = await getShipmentTypeList()
|
||||||
|
|
||||||
|
})
|
||||||
|
const normalizedColumns = computed(() => {
|
||||||
|
if (props.columns.length > 0) {
|
||||||
|
return props.columns.map((column) => ({
|
||||||
|
key: column.key,
|
||||||
|
label: column.label ?? column.key,
|
||||||
|
format: column.format,
|
||||||
|
isSearchable: column.isSearchable ?? false,
|
||||||
|
type: column.type
|
||||||
|
}))
|
||||||
|
}
|
||||||
|
|
||||||
|
if (displayedRows.value.length === 0) {
|
||||||
|
return []
|
||||||
|
}
|
||||||
|
|
||||||
|
return Object.keys(displayedRows.value[0])
|
||||||
|
.filter((key) => !key.startsWith('@'))
|
||||||
|
.map((key) => ({
|
||||||
|
key,
|
||||||
|
label: key
|
||||||
|
}))
|
||||||
|
})
|
||||||
|
|
||||||
|
const totalPages = computed(() => Math.max(1, Math.ceil(effectiveTotal.value / props.itemsPerPage)))
|
||||||
|
|
||||||
|
function getVisiblePages(page: number, lastPage: number): number[] {
|
||||||
|
const candidates = new Set([1, page - 1, page, page + 1, lastPage])
|
||||||
|
return Array.from(candidates)
|
||||||
|
.filter((p) => p >= 1 && p <= lastPage)
|
||||||
|
.sort((a, b) => a - b)
|
||||||
|
}
|
||||||
|
|
||||||
|
function insertEllipses(sortedPages: number[]): PaginationItem[] {
|
||||||
|
const items: PaginationItem[] = []
|
||||||
|
|
||||||
|
for (let i = 0; i < sortedPages.length; i++) {
|
||||||
|
const current = sortedPages[i]
|
||||||
|
const previous = sortedPages[i - 1]
|
||||||
|
if (previous != null && current - previous > 1) {
|
||||||
|
items.push('...')
|
||||||
|
}
|
||||||
|
items.push(current)
|
||||||
|
}
|
||||||
|
return items
|
||||||
|
}
|
||||||
|
|
||||||
|
const paginationItems = computed<PaginationItem[]>(() => {
|
||||||
|
const pages = getVisiblePages(currentPage.value, totalPages.value)
|
||||||
|
return insertEllipses(pages)
|
||||||
|
})
|
||||||
|
|
||||||
|
const pageLabel = computed(() => {
|
||||||
|
if (!effectiveTotal.value) return '0 résultat'
|
||||||
|
|
||||||
|
const start = (currentPage.value - 1) * props.itemsPerPage + 1
|
||||||
|
const end = Math.min(currentPage.value * props.itemsPerPage, effectiveTotal.value)
|
||||||
|
|
||||||
|
return `${start}-${end} sur ${effectiveTotal.value}`
|
||||||
|
})
|
||||||
|
|
||||||
|
watch(
|
||||||
|
() => [props.url, props.itemsPerPage, JSON.stringify(props.query ?? {}), props.responsePath],
|
||||||
|
async () => {
|
||||||
|
if (currentPage.value !== 1) {
|
||||||
|
currentPage.value = 1
|
||||||
|
if (!isNestedMode.value) return
|
||||||
|
}
|
||||||
|
await loadPage()
|
||||||
|
},
|
||||||
|
{immediate: true}
|
||||||
|
)
|
||||||
|
|
||||||
|
let timeout: ReturnType<typeof setTimeout>
|
||||||
|
|
||||||
|
watch(
|
||||||
|
() => ({...searchValues}),
|
||||||
|
() => {
|
||||||
|
clearTimeout(timeout)
|
||||||
|
timeout = setTimeout(() => {
|
||||||
|
currentPage.value = 1
|
||||||
|
if (!isNestedMode.value) loadPage()
|
||||||
|
}, 750)
|
||||||
|
},
|
||||||
|
{deep: true}
|
||||||
|
)
|
||||||
|
|
||||||
|
watch(
|
||||||
|
() => currentPage.value,
|
||||||
|
async () => {
|
||||||
|
if (isNestedMode.value) return
|
||||||
|
await loadPage()
|
||||||
|
}
|
||||||
|
)
|
||||||
|
|
||||||
|
watch(
|
||||||
|
() => [totalPages.value, currentPage.value],
|
||||||
|
() => {
|
||||||
|
if (currentPage.value > totalPages.value) {
|
||||||
|
currentPage.value = totalPages.value
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{immediate: true}
|
||||||
|
)
|
||||||
|
|
||||||
|
function buildDateInterval(value: string): { after: string; before: string } | null {
|
||||||
|
const trimmed = value.trim()
|
||||||
|
|
||||||
|
// YYYY
|
||||||
|
if (/^\d{4}$/.test(trimmed)) {
|
||||||
|
const year = Number(trimmed)
|
||||||
|
return {
|
||||||
|
after: `${year}-01-01`,
|
||||||
|
before: `${year + 1}-01-01`
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// YYYY-MM
|
||||||
|
if (/^\d{4}-\d{2}$/.test(trimmed)) {
|
||||||
|
const [year, month] = trimmed.split('-').map(Number)
|
||||||
|
|
||||||
|
const nextMonth = month === 12 ? 1 : month + 1
|
||||||
|
const nextYear = month === 12 ? year + 1 : year
|
||||||
|
|
||||||
|
return {
|
||||||
|
after: `${year}-${String(month).padStart(2, '0')}-01`,
|
||||||
|
before: `${nextYear}-${String(nextMonth).padStart(2, '0')}-01`
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// YYYY-MM-DD
|
||||||
|
if (/^\d{4}-\d{2}-\d{2}$/.test(trimmed)) {
|
||||||
|
const date = new Date(`${trimmed}T00:00:00`)
|
||||||
|
const nextDay = new Date(date)
|
||||||
|
nextDay.setDate(date.getDate() + 1)
|
||||||
|
|
||||||
|
const yyyy = nextDay.getFullYear()
|
||||||
|
const mm = String(nextDay.getMonth() + 1).padStart(2, '0')
|
||||||
|
const dd = String(nextDay.getDate()).padStart(2, '0')
|
||||||
|
|
||||||
|
return {
|
||||||
|
after: trimmed,
|
||||||
|
before: `${yyyy}-${mm}-${dd}`
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return null
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// Construit la requête, charge les données et normalise la réponse, puis met à jour rows et total
|
||||||
|
async function loadPage(): Promise<void> {
|
||||||
|
if (!props.url) {
|
||||||
|
rows.value = []
|
||||||
|
total.value = 0
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
loading.value = true
|
||||||
|
|
||||||
|
try {
|
||||||
|
if (isNestedMode.value) {
|
||||||
|
const response = await api.get<Row>(props.url, props.query, {
|
||||||
|
headers: {
|
||||||
|
Accept: 'application/ld+json'
|
||||||
|
}
|
||||||
|
})
|
||||||
|
const nestedRows = readPath(response, props.responsePath)
|
||||||
|
rows.value = Array.isArray(nestedRows) ? nestedRows as Row[] : []
|
||||||
|
total.value = rows.value.length
|
||||||
|
return
|
||||||
|
}
|
||||||
|
const searchQuery: Record<string, string> = {}
|
||||||
|
|
||||||
|
for (const column of normalizedColumns.value) {
|
||||||
|
if (!column.isSearchable) continue
|
||||||
|
|
||||||
|
const rawValue = searchValues[column.key] ?? ''
|
||||||
|
const raw = rawValue === '__all__' ? '' : rawValue.trim()
|
||||||
|
if (!raw) continue
|
||||||
|
|
||||||
|
const paramBase = column.key
|
||||||
|
|
||||||
|
if (column.type === 'date') {
|
||||||
|
const interval = buildDateInterval(raw)
|
||||||
|
|
||||||
|
if (interval) {
|
||||||
|
searchQuery[`${paramBase}[after]`] = interval.after
|
||||||
|
searchQuery[`${paramBase}[before]`] = interval.before
|
||||||
|
}
|
||||||
|
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
|
searchQuery[paramBase] = raw
|
||||||
|
}
|
||||||
|
|
||||||
|
const requestQuery: Record<string, unknown> = {
|
||||||
|
...props.query,
|
||||||
|
...searchQuery,
|
||||||
|
page: currentPage.value,
|
||||||
|
itemsPerPage: props.itemsPerPage,
|
||||||
|
}
|
||||||
|
|
||||||
|
const response = await api.get<AnyCollection<Row> | Row[]>(props.url, requestQuery, {
|
||||||
|
headers: {
|
||||||
|
Accept: 'application/ld+json'
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
if (Array.isArray(response)) {
|
||||||
|
rows.value = response
|
||||||
|
total.value = response.length
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
const mappedRows = response['hydra:member'] ?? response.member ?? response.items ?? []
|
||||||
|
rows.value = Array.isArray(mappedRows) ? mappedRows : []
|
||||||
|
total.value = Number(response['hydra:totalItems'] ?? response.totalItems ?? rows.value.length)
|
||||||
|
} finally {
|
||||||
|
loading.value = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function onRowClick(row: Row): void {
|
||||||
|
emit('rowClick', row)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Lit une valeur imbriquée dans une ligne à partir d'un chemin de type "objet.sousObjet.cle".
|
||||||
|
function readPath(source: Row, path: string): unknown {
|
||||||
|
return path.split('.').reduce<unknown>((acc, key) => (acc as Row | undefined)?.[key], source)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Formate une valeur brute pour l'affichage dans une cellule (vide, tableau, objet ou valeur simple).
|
||||||
|
function formatCell(value: unknown): string {
|
||||||
|
if (value == null || value === '') return '-'
|
||||||
|
|
||||||
|
if (Array.isArray(value)) return value.length ? value.map(formatCell).join(', ') : '-'
|
||||||
|
|
||||||
|
if (typeof value === 'object') {
|
||||||
|
const objectValue = value as Row
|
||||||
|
return String(objectValue.label ?? objectValue.name ?? objectValue.code ?? objectValue.id ?? '[object]')
|
||||||
|
}
|
||||||
|
return String(value)
|
||||||
|
}
|
||||||
|
|
||||||
|
function formatColumnValue(
|
||||||
|
row: Row,
|
||||||
|
column: { key: string; format?: (value: unknown, row: Row) => string }
|
||||||
|
): string {
|
||||||
|
const value = readPath(row, column.key)
|
||||||
|
if (column.format) {
|
||||||
|
return column.format(value, row)
|
||||||
|
}
|
||||||
|
|
||||||
|
return formatCell(value)
|
||||||
|
}
|
||||||
|
</script>
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
<label
|
<label
|
||||||
v-if="label"
|
v-if="label"
|
||||||
:for="id"
|
:for="id"
|
||||||
class="font-bold uppercase text-xl mb-2"
|
class="font-bold uppercase text-xl text-primary-500"
|
||||||
:class="labelClass"
|
:class="labelClass"
|
||||||
>
|
>
|
||||||
{{ label }}
|
{{ label }}
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
:value="modelValue ?? ''"
|
:value="modelValue ?? ''"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
v-bind="attrs"
|
v-bind="attrs"
|
||||||
class="border-b border-black justify-self-start text-xl pb-[6px] uppercase bg-transparent appearance-none h-[34px]"
|
class="border-b border-black justify-self-start text-xl text-primary-500 py-[6px] uppercase bg-transparent appearance-none h-[34px]"
|
||||||
:class="[
|
:class="[
|
||||||
isEmpty ? 'text-neutral-400' : 'text-black',
|
isEmpty ? 'text-neutral-400' : 'text-black',
|
||||||
disabled ? 'cursor-not-allowed' : 'cursor-pointer',
|
disabled ? 'cursor-not-allowed' : 'cursor-pointer',
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<label
|
<label
|
||||||
v-if="label"
|
v-if="label"
|
||||||
:for="id"
|
:for="id"
|
||||||
class="text-xl flex items-center"
|
class="text-xl flex items-center gap-2 text-primary-500"
|
||||||
:class="labelClass"
|
:class="labelClass"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
:step="step"
|
:step="step"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
v-bind="attrs"
|
v-bind="attrs"
|
||||||
class="border-b border-black text-xl bg-transparent w-16"
|
class="border-b border-black text-xl bg-transparent w-16 text-primary-500"
|
||||||
:class="[
|
:class="[
|
||||||
isEmpty ? 'text-neutral-400' : 'text-black',
|
isEmpty ? 'text-neutral-400' : 'text-black',
|
||||||
disabled ? 'cursor-not-allowed' : 'cursor-text',
|
disabled ? 'cursor-not-allowed' : 'cursor-text',
|
||||||
@@ -74,14 +74,41 @@ const emit = defineEmits<{
|
|||||||
const attrs = useAttrs()
|
const attrs = useAttrs()
|
||||||
const isEmpty = computed(() => props.modelValue === null || props.modelValue === undefined || props.modelValue === '')
|
const isEmpty = computed(() => props.modelValue === null || props.modelValue === undefined || props.modelValue === '')
|
||||||
|
|
||||||
|
const toNumberOrNull = (value: number | string | undefined) => {
|
||||||
|
if (value === undefined || value === '') {
|
||||||
|
return null
|
||||||
|
}
|
||||||
|
const parsed = Number(value)
|
||||||
|
return Number.isFinite(parsed) ? parsed : null
|
||||||
|
}
|
||||||
|
|
||||||
const onInput = (event: Event) => {
|
const onInput = (event: Event) => {
|
||||||
const target = event.target as HTMLInputElement
|
const target = event.target as HTMLInputElement
|
||||||
if (target.value === '') {
|
if (target.value === '') {
|
||||||
emit('update:modelValue', null)
|
emit('update:modelValue', null)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
const numeric = Math.max(0, Number(target.value))
|
const parsed = Number(target.value)
|
||||||
emit('update:modelValue', Number.isNaN(numeric) ? null : numeric)
|
if (!Number.isFinite(parsed)) {
|
||||||
|
emit('update:modelValue', null)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
const min = toNumberOrNull(props.min)
|
||||||
|
const max = toNumberOrNull(props.max)
|
||||||
|
|
||||||
|
let numeric = parsed
|
||||||
|
if (min !== null) {
|
||||||
|
numeric = Math.max(min, numeric)
|
||||||
|
} else {
|
||||||
|
numeric = Math.max(0, numeric)
|
||||||
|
}
|
||||||
|
if (max !== null) {
|
||||||
|
numeric = Math.min(max, numeric)
|
||||||
|
}
|
||||||
|
|
||||||
|
target.value = String(numeric)
|
||||||
|
emit('update:modelValue', numeric)
|
||||||
}
|
}
|
||||||
|
|
||||||
const onKeydown = (event: KeyboardEvent) => {
|
const onKeydown = (event: KeyboardEvent) => {
|
||||||
|
|||||||
93
frontend/components/ui/UiRadioGroup.vue
Normal file
93
frontend/components/ui/UiRadioGroup.vue
Normal file
@@ -0,0 +1,93 @@
|
|||||||
|
<template>
|
||||||
|
<div :class="['flex flex-col', wrapperClass]">
|
||||||
|
<label
|
||||||
|
v-if="label"
|
||||||
|
class="font-bold uppercase text-xl text-primary-500"
|
||||||
|
:class="labelClass"
|
||||||
|
>
|
||||||
|
{{ label }}
|
||||||
|
</label>
|
||||||
|
<div
|
||||||
|
role="radiogroup"
|
||||||
|
:aria-label="label || id || 'radio-group'"
|
||||||
|
:class="['flex items-center gap-6 mt-1', groupClass]"
|
||||||
|
>
|
||||||
|
<label
|
||||||
|
v-for="option in options"
|
||||||
|
:key="String(option.value)"
|
||||||
|
:for="`${id || 'radio'}-${option.value}`"
|
||||||
|
class="flex items-center gap-2 text-primary-500"
|
||||||
|
:class="itemClass"
|
||||||
|
>
|
||||||
|
<input
|
||||||
|
:id="`${id || 'radio'}-${option.value}`"
|
||||||
|
type="radio"
|
||||||
|
:name="name || id || 'radio-group'"
|
||||||
|
:value="String(option.value)"
|
||||||
|
:checked="String(modelValue ?? '') === String(option.value)"
|
||||||
|
:disabled="disabled"
|
||||||
|
v-bind="attrs"
|
||||||
|
class="h-4 w-4 border-slate-300 text-primary-500 focus:ring-primary-500"
|
||||||
|
:class="[
|
||||||
|
disabled ? 'cursor-not-allowed' : 'cursor-pointer',
|
||||||
|
inputClass
|
||||||
|
]"
|
||||||
|
@change="onChange"
|
||||||
|
>
|
||||||
|
<span class="text-xl" :class="optionLabelClass">
|
||||||
|
{{ option.label }}
|
||||||
|
</span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts">
|
||||||
|
import { useAttrs } from 'vue'
|
||||||
|
|
||||||
|
type RadioOption = {
|
||||||
|
value: string | number
|
||||||
|
label: string
|
||||||
|
}
|
||||||
|
|
||||||
|
defineOptions({ inheritAttrs: false })
|
||||||
|
|
||||||
|
const props = withDefaults(
|
||||||
|
defineProps<{
|
||||||
|
id?: string
|
||||||
|
name?: string
|
||||||
|
label?: string
|
||||||
|
modelValue: string | number | null | undefined
|
||||||
|
options: RadioOption[]
|
||||||
|
disabled?: boolean
|
||||||
|
wrapperClass?: string
|
||||||
|
labelClass?: string
|
||||||
|
groupClass?: string
|
||||||
|
itemClass?: string
|
||||||
|
inputClass?: string
|
||||||
|
optionLabelClass?: string
|
||||||
|
}>(),
|
||||||
|
{
|
||||||
|
name: '',
|
||||||
|
label: '',
|
||||||
|
disabled: false,
|
||||||
|
wrapperClass: '',
|
||||||
|
labelClass: '',
|
||||||
|
groupClass: '',
|
||||||
|
itemClass: '',
|
||||||
|
inputClass: '',
|
||||||
|
optionLabelClass: ''
|
||||||
|
}
|
||||||
|
)
|
||||||
|
|
||||||
|
const emit = defineEmits<{
|
||||||
|
(event: 'update:modelValue', value: string): void
|
||||||
|
}>()
|
||||||
|
|
||||||
|
const attrs = useAttrs()
|
||||||
|
|
||||||
|
const onChange = (event: Event) => {
|
||||||
|
const target = event.target as HTMLInputElement
|
||||||
|
emit('update:modelValue', target.value)
|
||||||
|
}
|
||||||
|
</script>
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
<label
|
<label
|
||||||
v-if="label"
|
v-if="label"
|
||||||
:for="id"
|
:for="id"
|
||||||
class="font-bold uppercase text-xl mb-2"
|
class="font-bold uppercase text-xl text-primary-500"
|
||||||
:class="labelClass"
|
:class="labelClass"
|
||||||
>
|
>
|
||||||
{{ label }}
|
{{ label }}
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
:value="modelValue ?? ''"
|
:value="modelValue ?? ''"
|
||||||
:disabled="disabled || loading"
|
:disabled="disabled || loading"
|
||||||
v-bind="attrs"
|
v-bind="attrs"
|
||||||
class="border-b border-black justify-self-start text-xl pb-[6px] bg-transparent"
|
class="border-b border-black justify-self-start text-xl text-primary-500 py-[6px] bg-transparent"
|
||||||
:class="[
|
:class="[
|
||||||
isEmpty ? 'text-neutral-400' : 'text-black',
|
isEmpty ? 'text-neutral-400' : 'text-black',
|
||||||
disabled || loading ? 'cursor-not-allowed' : 'cursor-pointer',
|
disabled || loading ? 'cursor-not-allowed' : 'cursor-pointer',
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<label
|
<label
|
||||||
v-if="label"
|
v-if="label"
|
||||||
:for="id"
|
:for="id"
|
||||||
class="font-bold uppercase text-xl mb-2"
|
class="font-bold uppercase text-xl text-primary-500"
|
||||||
:class="labelClass"
|
:class="labelClass"
|
||||||
>
|
>
|
||||||
{{ label }}
|
{{ label }}
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
:maxlength="maxlength"
|
:maxlength="maxlength"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
v-bind="attrs"
|
v-bind="attrs"
|
||||||
class="border-b border-black text-xl pb-[6px] bg-transparent"
|
class="border-b border-black text-xl py-[6px] bg-transparent text-primary-500"
|
||||||
:class="[
|
:class="[
|
||||||
isEmpty ? 'text-neutral-400' : 'text-black',
|
isEmpty ? 'text-neutral-400' : 'text-black',
|
||||||
disabled ? 'cursor-not-allowed' : 'cursor-text',
|
disabled ? 'cursor-not-allowed' : 'cursor-text',
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
<label :for="inputId" class="font-bold uppercase text-xl mb-2">{{ label }}</label>
|
<label :for="inputId" class="font-bold uppercase text-xl text-primary-500">{{ label }}</label>
|
||||||
<div class="flex items-end gap-8">
|
<div class="flex items-end gap-8">
|
||||||
<input
|
<input
|
||||||
:id="inputId"
|
:id="inputId"
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
type="text"
|
type="text"
|
||||||
:maxlength="maxLength"
|
:maxlength="maxLength"
|
||||||
:placeholder="placeholderText"
|
:placeholder="placeholderText"
|
||||||
class="border-b border-black flex-1 min-w-0 text-xl uppercase h-[30px]"
|
class="border-b border-black flex-1 min-w-0 text-xl text-primary-500 uppercase h-[36px] py-[6px]"
|
||||||
@input="handleInput"
|
@input="handleInput"
|
||||||
/>
|
/>
|
||||||
<UiCheckbox
|
<UiCheckbox
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<div
|
<div
|
||||||
v-for="(label, index) in labels"
|
v-for="(label, index) in labels"
|
||||||
:key="label"
|
:key="label"
|
||||||
class="absolute top-0 whitespace-nowrap"
|
class="absolute top-0 whitespace-nowrap text-primary-500"
|
||||||
:class="labelClass(index)"
|
:class="labelClass(index)"
|
||||||
:style="positionStyle(index)"
|
:style="positionStyle(index)"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
export enum StepLabel {
|
export enum StepLabel {
|
||||||
Reception = 'Réception',
|
Reception = 'Réception',
|
||||||
GrossWeighing = 'Pesée à plein',
|
GrossWeighing = 'Pesée à plein',
|
||||||
Selection = 'Sélection réceptionnées',
|
Selection = 'Sélection réception',
|
||||||
TareWeighing = 'Pesée à vide',
|
TareWeighing = 'Pesée à vide',
|
||||||
Shipment = 'Expédition',
|
Shipment = 'Expédition',
|
||||||
|
ShipmentLoading = 'Chargement',
|
||||||
}
|
}
|
||||||
|
|
||||||
export const RECEPTION_STEP_LABELS = [
|
export const RECEPTION_STEP_LABELS = [
|
||||||
@@ -16,5 +17,6 @@ export const RECEPTION_STEP_LABELS = [
|
|||||||
export const SHIPMENT_STEP_LABELS = [
|
export const SHIPMENT_STEP_LABELS = [
|
||||||
StepLabel.Shipment,
|
StepLabel.Shipment,
|
||||||
StepLabel.TareWeighing,
|
StepLabel.TareWeighing,
|
||||||
|
StepLabel.ShipmentLoading,
|
||||||
StepLabel.GrossWeighing,
|
StepLabel.GrossWeighing,
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,106 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div class="min-h-screen text-neutral-900 grid grid-rows-[85px,1fr]">
|
|
||||||
<!-- HEADER -->
|
|
||||||
<header class="bg-primary-500 z-50 h-[85px]">
|
|
||||||
<div class="h-full w-full px-6 grid grid-cols-[auto,1fr,auto] items-center gap-8">
|
|
||||||
<NuxtLink to="/" class="grid place-items-center">
|
|
||||||
<span class="grid place-items-center bg-white text-xl font-bold uppercase text-primary-500 p-4">
|
|
||||||
LOGO
|
|
||||||
</span>
|
|
||||||
</NuxtLink>
|
|
||||||
|
|
||||||
<nav class="text-2xl font-bold uppercase text-white"></nav>
|
|
||||||
|
|
||||||
<NuxtLink
|
|
||||||
to="/"
|
|
||||||
class="text-xl font-bold uppercase text-white transition hover:opacity-80 justify-self-end"
|
|
||||||
>
|
|
||||||
Quitter le panel admin
|
|
||||||
</NuxtLink>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<div class="grid grid-cols-[16rem,1fr] h-[calc(100vh-85px)] min-h-0">
|
|
||||||
<aside class="bg-primary-500 text-white min-h-0 flex flex-col justify-between">
|
|
||||||
<div class="flex flex-col gap-4 p-4 font-bold text-xl">
|
|
||||||
<!-- Liste des liens à ajouter ci-dessous -->
|
|
||||||
<NuxtLink
|
|
||||||
to="/admin/dashboard"
|
|
||||||
custom v-slot="{ href, navigate, isExactActive }">
|
|
||||||
<a :href="href"
|
|
||||||
@click="navigate"
|
|
||||||
:class="isExactActive ? 'opacity-100' : 'opacity-50'">
|
|
||||||
Tableau de bord
|
|
||||||
</a>
|
|
||||||
</NuxtLink>
|
|
||||||
<NuxtLink
|
|
||||||
to="/admin/supplier/supplier-list"
|
|
||||||
custom v-slot="{ href, navigate }">
|
|
||||||
<a :href="href"
|
|
||||||
@click="navigate"
|
|
||||||
:class="route.path.startsWith('/admin/supplier') ? 'opacity-100' : 'opacity-50'">
|
|
||||||
Fournisseur
|
|
||||||
</a>
|
|
||||||
</NuxtLink>
|
|
||||||
<NuxtLink
|
|
||||||
to="/admin/carrier/carrier-list"
|
|
||||||
custom v-slot="{ href, navigate }">
|
|
||||||
<a :href="href"
|
|
||||||
@click="navigate"
|
|
||||||
:class="route.path.startsWith('/admin/carrier') ? 'opacity-100' : 'opacity-50'">
|
|
||||||
Transporteur
|
|
||||||
</a>
|
|
||||||
</NuxtLink>
|
|
||||||
<NuxtLink to="/admin/user/list" custom v-slot="{ href, navigate }">
|
|
||||||
<a
|
|
||||||
:href="href"
|
|
||||||
@click="navigate"
|
|
||||||
:class="route.path.startsWith('/admin/user') ? 'opacity-100' : 'opacity-50'"
|
|
||||||
>
|
|
||||||
Utilisateurs
|
|
||||||
</a>
|
|
||||||
</NuxtLink>
|
|
||||||
<NuxtLink to="/admin/customer/customer-list">
|
|
||||||
Client
|
|
||||||
</NuxtLink>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="p-4">
|
|
||||||
|
|
||||||
<button
|
|
||||||
@click="handleLogout"
|
|
||||||
class="w-full bg-red-600 hover:bg-red-700 py-2 rounded font-bold"
|
|
||||||
>
|
|
||||||
Déconnexion
|
|
||||||
</button>
|
|
||||||
<p class="font-bold text-white text-center pt-2">
|
|
||||||
v{{ version }}
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</aside>
|
|
||||||
|
|
||||||
<main class="min-h-0 overflow-auto px-12 py-12 ">
|
|
||||||
<div class="w-full ">
|
|
||||||
<slot/>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
|
|
||||||
<script setup lang="ts">
|
|
||||||
import {useAuthStore} from '~/stores/auth'
|
|
||||||
|
|
||||||
const auth = useAuthStore()
|
|
||||||
const {version} = useAppVersion()
|
|
||||||
|
|
||||||
const route = useRoute()
|
|
||||||
const handleLogout = async () => {
|
|
||||||
try {
|
|
||||||
await auth.logout()
|
|
||||||
} finally {
|
|
||||||
await navigateTo('/login')
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
@@ -1,54 +1,165 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="min-h-screen text-neutral-900 grid grid-rows-[85px,1fr]">
|
<div class="min-h-screen text-neutral-900 flex flex-col">
|
||||||
<header class="w-full border-b border-neutral-200 bg-primary-500">
|
<!-- HEADER -->
|
||||||
<div class="flex w-full items-center justify-center px-6 py-4">
|
<header class="w-full bg-primary-500 py-5 px-6">
|
||||||
|
<div class="flex w-full items-center justify-between">
|
||||||
|
<!-- Burger (mobile) -->
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="inline-flex items-center justify-center text-3xl text-white md:hidden"
|
class="inline-flex items-center justify-center text-3xl text-white md:hidden"
|
||||||
aria-label="Ouvrir le menu"
|
aria-label="Ouvrir le menu"
|
||||||
@click="toggleMenu"
|
@click="toggleMenu"
|
||||||
>
|
>
|
||||||
<span aria-hidden="true" class="flex items-center"><Icon name="mdi:menu" size="44"/></span>
|
<span aria-hidden="true" class="flex items-center">
|
||||||
|
<Icon name="mdi:menu" size="44"/>
|
||||||
|
</span>
|
||||||
</button>
|
</button>
|
||||||
<nav class="ml-4 hidden items-center gap-8 text-2xl font-bold uppercase text-white md:flex">
|
|
||||||
<NuxtLink to="/" custom v-slot="{ href, navigate, isExactActive }">
|
<!-- Logo -->
|
||||||
|
<NuxtLink to="/" class="shrink-0">
|
||||||
|
<span class="flex items-center justify-center bg-white text-xl font-bold uppercase px-6 py-4">
|
||||||
|
LOGO
|
||||||
|
</span>
|
||||||
|
</NuxtLink>
|
||||||
|
|
||||||
|
<!-- NAV centré (desktop) -->
|
||||||
|
<nav
|
||||||
|
class="hidden md:flex flex-1 items-center justify-center gap-8 text-xl font-bold uppercase text-white"
|
||||||
|
>
|
||||||
|
<NuxtLink to="/" custom v-slot="{ href, navigate }">
|
||||||
<a
|
<a
|
||||||
:href="href"
|
:href="href"
|
||||||
@click="navigate"
|
@click="navigate"
|
||||||
:class="isExactActive ? 'opacity-100' : 'opacity-50'"
|
:class="route.path === '/'
|
||||||
|
? 'opacity-100'
|
||||||
|
: 'opacity-65 hover:opacity-100 transition'"
|
||||||
>
|
>
|
||||||
Accueil
|
Accueil
|
||||||
</a>
|
</a>
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
|
|
||||||
<NuxtLink
|
<NuxtLink
|
||||||
to="/admin/dashboard" custom v-slot="{ href, navigate, isExactActive }"
|
|
||||||
v-if="auth.isAdmin"
|
v-if="auth.isAdmin"
|
||||||
|
to="/admin/supplier/supplier-list"
|
||||||
|
custom
|
||||||
|
v-slot="{ href, navigate }"
|
||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
:href="href"
|
:href="href"
|
||||||
@click="navigate"
|
@click="navigate"
|
||||||
:class="isExactActive ? 'opacity-100' : 'opacity-50'"
|
:class="route.path.startsWith('/admin/supplier')
|
||||||
|
? 'opacity-100'
|
||||||
|
: 'opacity-65 hover:opacity-100 transition'"
|
||||||
>
|
>
|
||||||
Admin
|
Fournisseurs
|
||||||
|
</a>
|
||||||
|
</NuxtLink>
|
||||||
|
|
||||||
|
<NuxtLink
|
||||||
|
v-if="auth.isAdmin"
|
||||||
|
to="/admin/carrier/carrier-list"
|
||||||
|
custom
|
||||||
|
v-slot="{ href, navigate }"
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
:href="href"
|
||||||
|
@click="navigate"
|
||||||
|
:class="route.path.startsWith('/admin/carrier')
|
||||||
|
? 'opacity-100'
|
||||||
|
: 'opacity-65 hover:opacity-100 transition'"
|
||||||
|
>
|
||||||
|
Transporteurs
|
||||||
|
</a>
|
||||||
|
</NuxtLink>
|
||||||
|
|
||||||
|
<NuxtLink
|
||||||
|
v-if="auth.isAdmin"
|
||||||
|
to="/admin/user/list"
|
||||||
|
custom
|
||||||
|
v-slot="{ href, navigate }"
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
:href="href"
|
||||||
|
@click="navigate"
|
||||||
|
:class="route.path.startsWith('/admin/user')
|
||||||
|
? 'opacity-100'
|
||||||
|
: 'opacity-65 hover:opacity-100 transition'"
|
||||||
|
>
|
||||||
|
Utilisateurs
|
||||||
|
</a>
|
||||||
|
</NuxtLink>
|
||||||
|
|
||||||
|
<NuxtLink
|
||||||
|
v-if="auth.isAdmin"
|
||||||
|
to="/admin/customer/customer-list"
|
||||||
|
custom
|
||||||
|
v-slot="{ href, navigate }"
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
:href="href"
|
||||||
|
@click="navigate"
|
||||||
|
:class="route.path.startsWith('/admin/customer')
|
||||||
|
? 'opacity-100'
|
||||||
|
: 'opacity-65 hover:opacity-100 transition'"
|
||||||
|
>
|
||||||
|
Clients
|
||||||
|
</a>
|
||||||
|
</NuxtLink>
|
||||||
|
|
||||||
|
<NuxtLink
|
||||||
|
v-if="auth.isAdmin"
|
||||||
|
to="/admin/bovin/list"
|
||||||
|
custom
|
||||||
|
v-slot="{ href, navigate }"
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
:href="href"
|
||||||
|
@click="navigate"
|
||||||
|
:class="route.path.startsWith('/admin/bovin')
|
||||||
|
? 'opacity-100'
|
||||||
|
: 'opacity-65 hover:opacity-100 transition'"
|
||||||
|
>
|
||||||
|
Bovins
|
||||||
</a>
|
</a>
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
</nav>
|
</nav>
|
||||||
<NuxtLink to="/" class="flex flex-1 items-center justify-center gap-3">
|
|
||||||
<span
|
<!-- Spacer mobile (pour centrer visuellement le header si besoin) -->
|
||||||
class="flex items-center justify-center bg-white text-xl font-bold uppercase text-primary-500 p-4"
|
|
||||||
>
|
|
||||||
LOGO
|
|
||||||
</span>
|
|
||||||
</NuxtLink>
|
|
||||||
<div class="w-[44px] md:hidden"></div>
|
<div class="w-[44px] md:hidden"></div>
|
||||||
<button
|
|
||||||
type="button"
|
<!-- User dropdown à droite (desktop) -->
|
||||||
class="ml-auto hidden text-xl font-bold uppercase text-white transition hover:opacity-80 md:inline-flex"
|
<div v-if="auth.isAuthenticated" class="ml-auto relative hidden md:flex items-center text-white group">
|
||||||
@click="handleLogout"
|
<button
|
||||||
>
|
type="button"
|
||||||
Déconnexion
|
class="inline-flex items-center py-2 -my-2 text-xl leading-none transition hover:opacity-80"
|
||||||
</button>
|
aria-haspopup="true"
|
||||||
|
>
|
||||||
|
<span class="capitalize font-bold">{{ userDisplayName }}</span>
|
||||||
|
<span
|
||||||
|
class="ml-[6px] inline-flex items-center font-bold transition-transform group-hover:rotate-180 group-focus-within:rotate-180">
|
||||||
|
<Icon name="mdi:chevron-down" size="20"/>
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<div
|
||||||
|
class="absolute right-0 top-full z-10 w-56 rounded-md bg-primary-500 py-2 border-neutral-300 border shadow-lg
|
||||||
|
opacity-0 invisible pointer-events-none transition
|
||||||
|
group-hover:opacity-100 group-hover:visible group-hover:pointer-events-auto
|
||||||
|
group-focus-within:opacity-100 group-focus-within:visible group-focus-within:pointer-events-auto"
|
||||||
|
role="menu"
|
||||||
|
>
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
class="w-full px-4 py-2 text-left text-sm font-semibold text-white opacity-85 hover:opacity-100 transition"
|
||||||
|
@click="handleLogout"
|
||||||
|
>
|
||||||
|
Déconnexion
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Overlay (mobile) -->
|
||||||
<transition
|
<transition
|
||||||
enter-active-class="transition duration-200 ease-out"
|
enter-active-class="transition duration-200 ease-out"
|
||||||
enter-from-class="opacity-0"
|
enter-from-class="opacity-0"
|
||||||
@@ -63,6 +174,8 @@
|
|||||||
@click="closeMenu"
|
@click="closeMenu"
|
||||||
/>
|
/>
|
||||||
</transition>
|
</transition>
|
||||||
|
|
||||||
|
<!-- Drawer (mobile) -->
|
||||||
<transition
|
<transition
|
||||||
enter-active-class="transition duration-200 ease-out"
|
enter-active-class="transition duration-200 ease-out"
|
||||||
enter-from-class="-translate-x-full"
|
enter-from-class="-translate-x-full"
|
||||||
@@ -73,9 +186,7 @@
|
|||||||
>
|
>
|
||||||
<aside
|
<aside
|
||||||
v-if="isMenuOpen"
|
v-if="isMenuOpen"
|
||||||
class="fixed left-0 top-0 z-50 h-full w-full bg-primary-600 px-6 pb-8 pt-6 text-white shadow-xl md:hidden"
|
class="fixed left-0 top-0 z-50 h-full w-full bg-primary-500 px-6 pb-8 pt-6 text-white shadow-xl md:hidden"
|
||||||
role="dialog"
|
|
||||||
aria-modal="true"
|
|
||||||
>
|
>
|
||||||
<div class="flex items-center justify-between">
|
<div class="flex items-center justify-between">
|
||||||
<span class="text-2xl font-bold uppercase">Menu</span>
|
<span class="text-2xl font-bold uppercase">Menu</span>
|
||||||
@@ -88,12 +199,30 @@
|
|||||||
<Icon name="mdi:close" size="44"/>
|
<Icon name="mdi:close" size="44"/>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<nav class="mt-8 flex flex-col gap-6 text-xl font-bold uppercase">
|
<nav class="mt-8 flex flex-col gap-6 text-xl font-bold uppercase">
|
||||||
<NuxtLink to="/" class="opacity-100" @click="closeMenu">Accueil</NuxtLink>
|
<NuxtLink to="/admin/dashboard" @click="closeMenu">Accueil</NuxtLink>
|
||||||
|
<NuxtLink v-if="auth.isAdmin" to="/admin/supplier/supplier-list" @click="closeMenu">
|
||||||
|
Fournisseurs
|
||||||
|
</NuxtLink>
|
||||||
|
<NuxtLink v-if="auth.isAdmin" to="/admin/carrier/carrier-list" @click="closeMenu">
|
||||||
|
Transporteurs
|
||||||
|
</NuxtLink>
|
||||||
|
<NuxtLink v-if="auth.isAdmin" to="/admin/user/list" @click="closeMenu">
|
||||||
|
Utilisateurs
|
||||||
|
</NuxtLink>
|
||||||
|
<NuxtLink v-if="auth.isAdmin" to="/admin/customer/customer-list" @click="closeMenu">
|
||||||
|
Clients
|
||||||
|
</NuxtLink>
|
||||||
|
<NuxtLink v-if="auth.isAdmin" to="/admin/bovin/list" @click="closeMenu">
|
||||||
|
Bovins
|
||||||
|
</NuxtLink>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
|
v-if="auth.isAuthenticated"
|
||||||
type="button"
|
type="button"
|
||||||
class="mt-5 text-xl font-bold uppercase"
|
class="mt-6 text-xl font-bold uppercase"
|
||||||
@click="handleLogout"
|
@click="handleLogout"
|
||||||
>
|
>
|
||||||
Déconnexion
|
Déconnexion
|
||||||
@@ -101,10 +230,10 @@
|
|||||||
</aside>
|
</aside>
|
||||||
</transition>
|
</transition>
|
||||||
</header>
|
</header>
|
||||||
<main class="mx-auto w-full max-w-[1280px]">
|
<main class="mx-auto w-full max-w-[1280px] mt-16">
|
||||||
<slot/>
|
<slot/>
|
||||||
</main>
|
</main>
|
||||||
<footer class="w-full mt-8 bg-primary-500 p-6">
|
<footer class="w-full mt-auto bg-primary-500 px-6 py-3">
|
||||||
<p class="font-bold text-white text-right">v{{ version }}</p>
|
<p class="font-bold text-white text-right">v{{ version }}</p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
@@ -115,9 +244,12 @@ import {useAuthStore} from '~/stores/auth'
|
|||||||
|
|
||||||
const route = useRoute()
|
const route = useRoute()
|
||||||
const auth = useAuthStore()
|
const auth = useAuthStore()
|
||||||
const isMenuOpen = ref(false)
|
|
||||||
const {version} = useAppVersion()
|
const {version} = useAppVersion()
|
||||||
|
|
||||||
|
const isMenuOpen = ref(false)
|
||||||
|
|
||||||
|
const userDisplayName = computed(() => auth.user?.username ?? 'Utilisateur')
|
||||||
|
|
||||||
const closeMenu = () => {
|
const closeMenu = () => {
|
||||||
isMenuOpen.value = false
|
isMenuOpen.value = false
|
||||||
}
|
}
|
||||||
|
|||||||
104
frontend/pages/admin/bovin/[[id]].vue
Normal file
104
frontend/pages/admin/bovin/[[id]].vue
Normal file
@@ -0,0 +1,104 @@
|
|||||||
|
<template>
|
||||||
|
<form @submit.prevent="validate">
|
||||||
|
<div class="text-primary-500 flex items-center justify-between">
|
||||||
|
<h1 class="text-3xl font-bold uppercase">
|
||||||
|
{{ route.params.id ? 'Modifier bovin' : 'Ajout bovin' }}
|
||||||
|
</h1>
|
||||||
|
|
||||||
|
<UiButton
|
||||||
|
type="submit"
|
||||||
|
:disabled="isLoading || isHydrating"
|
||||||
|
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px] hover:opacity-80"
|
||||||
|
>
|
||||||
|
<Icon name="mdi:check" size="28" />
|
||||||
|
{{ isEdit ? 'Modifier' : 'Ajouter' }}
|
||||||
|
</UiButton>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="grid grid-cols-2 items-start gap-y-8 gap-x-40 py-12">
|
||||||
|
<UiTextInput label="Nom du bovin" id="bovin-label" v-model="form.label" />
|
||||||
|
<UiTextInput label="Code bovin" id="code-id" v-model="form.code" />
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts">
|
||||||
|
import {createBovin, getBovin, updateBovin} from "~/services/bovine-type";
|
||||||
|
import type {BovineTypeData, BovinFormData} from "~/services/dto/bovine-type-data";
|
||||||
|
const router = useRouter()
|
||||||
|
const route = useRoute()
|
||||||
|
const isLoading = ref(false)
|
||||||
|
const isHydrating = ref(false)
|
||||||
|
|
||||||
|
function resolveId(param: unknown) {
|
||||||
|
const idStr = Array.isArray(param) ? param[0] : param
|
||||||
|
if (!idStr) return null
|
||||||
|
const id = Number(idStr)
|
||||||
|
return Number.isFinite(id) ? id : null
|
||||||
|
}
|
||||||
|
|
||||||
|
const idBovin = computed(() => resolveId(route.params.id))
|
||||||
|
const isEdit = computed(() => idBovin.value !== null)
|
||||||
|
|
||||||
|
const form = reactive<BovinFormData>({
|
||||||
|
label: '',
|
||||||
|
code: ''
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
|
const hydrateFromBovin = (bovin: BovineTypeData | null) => {
|
||||||
|
if (!bovin) {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
isHydrating.value = true
|
||||||
|
form.label = bovin.label ?? ''
|
||||||
|
form.code = bovin.code ?? ''
|
||||||
|
isHydrating.value = false
|
||||||
|
}
|
||||||
|
|
||||||
|
watch(
|
||||||
|
() => idBovin.value,
|
||||||
|
async (id) => {
|
||||||
|
if (id === null) {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
isLoading.value = true
|
||||||
|
try {
|
||||||
|
const bovin = await getBovin(id)
|
||||||
|
hydrateFromBovin(bovin)
|
||||||
|
} finally {
|
||||||
|
isLoading.value = false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{immediate: true}
|
||||||
|
)
|
||||||
|
async function validate() {
|
||||||
|
if (isLoading.value || isHydrating.value) return
|
||||||
|
|
||||||
|
const normalizedBovinCode = form.code.trim()
|
||||||
|
const normalizedBovinLabel = form.label.trim()
|
||||||
|
|
||||||
|
|
||||||
|
const basePayload = {
|
||||||
|
label: normalizedBovinLabel,
|
||||||
|
code: normalizedBovinCode
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
isLoading.value = true
|
||||||
|
try {
|
||||||
|
if (isEdit.value && idBovin.value !== null) {
|
||||||
|
await updateBovin(idBovin.value, basePayload)
|
||||||
|
} else {
|
||||||
|
await createBovin(basePayload)
|
||||||
|
}
|
||||||
|
await navigate()
|
||||||
|
} finally {
|
||||||
|
isLoading.value = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
async function navigate(){
|
||||||
|
return router.push("/admin/bovin/list")
|
||||||
|
}
|
||||||
|
</script>
|
||||||
72
frontend/pages/admin/bovin/list.vue
Normal file
72
frontend/pages/admin/bovin/list.vue
Normal file
@@ -0,0 +1,72 @@
|
|||||||
|
<template>
|
||||||
|
<div class="flex items-center justify-between">
|
||||||
|
<h1 class="text-3xl font-bold text-primary-500 uppercase">Liste des types bovins</h1>
|
||||||
|
<NuxtLink
|
||||||
|
to="/admin/bovin"
|
||||||
|
class="inline-flex items-center justify-center
|
||||||
|
text-xl text-white uppercase
|
||||||
|
bg-primary-500 h-[50px] px-8 rounded
|
||||||
|
hover:opacity-80 gap-2"
|
||||||
|
@click="handleAddClick"
|
||||||
|
>
|
||||||
|
<Icon name="mdi:plus" size="28" />
|
||||||
|
Ajouter
|
||||||
|
</NuxtLink>
|
||||||
|
</div>
|
||||||
|
<div v-if="auth.isAdmin" class="mt-6 border border-slate-200 mb-16">
|
||||||
|
<div class="max-h-96 overflow-y-auto">
|
||||||
|
<div
|
||||||
|
class="sticky
|
||||||
|
grid grid-cols-2 gap-4
|
||||||
|
bg-slate-100 px-4 py-3
|
||||||
|
font-semibold uppercase
|
||||||
|
tracking-wide"
|
||||||
|
>
|
||||||
|
<div class="col-span-1">Nom</div>
|
||||||
|
<div class="col-span-1">Code</div>
|
||||||
|
</div>
|
||||||
|
<div v-if="bovinList.length === 0" class="px-4 py-6 text-slate-400">
|
||||||
|
Aucun type de bovin.
|
||||||
|
</div>
|
||||||
|
<div v-else>
|
||||||
|
<div
|
||||||
|
v-for="bovin in bovinList"
|
||||||
|
:key="bovin.id"
|
||||||
|
class="grid grid-cols-2 border-t gap-4 px-4 py-2 hover:bg-slate-50 cursor-pointer"
|
||||||
|
@click="goToBovin(bovin.id)"
|
||||||
|
>
|
||||||
|
<div class="col-span-1">{{ bovin.label }}</div>
|
||||||
|
<div class="col-span-1">{{ bovin.code }}</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div v-else class="mt-6 border border-slate-200 mb-16 px-4 py-6 text-slate-400">
|
||||||
|
Accès réservé aux administrateurs.
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts">
|
||||||
|
import { getBovineTypeList } from "~/services/bovine-type"
|
||||||
|
import type { BovineTypeData } from "~/services/dto/bovine-type-data"
|
||||||
|
import { useAuthStore } from "~/stores/auth"
|
||||||
|
|
||||||
|
const bovinList = ref<BovineTypeData[]>([])
|
||||||
|
const router = useRouter()
|
||||||
|
const auth = useAuthStore()
|
||||||
|
|
||||||
|
const goToBovin = (id: number) => {
|
||||||
|
if (!auth.isAdmin) return
|
||||||
|
router.push(`/admin/bovin/${id}`)
|
||||||
|
}
|
||||||
|
|
||||||
|
const handleAddClick = (event: Event) => {
|
||||||
|
if (auth.isAdmin) return
|
||||||
|
event.preventDefault()
|
||||||
|
}
|
||||||
|
|
||||||
|
onMounted(async () => {
|
||||||
|
if (!auth.isAdmin) return
|
||||||
|
bovinList.value = await getBovineTypeList()
|
||||||
|
})
|
||||||
|
</script>
|
||||||
@@ -1,19 +1,19 @@
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<form @submit.prevent="validate">
|
<form @submit.prevent="validate">
|
||||||
<div class="flex items-center justify-between ">
|
<div class="flex items-center justify-between">
|
||||||
<h1 class="text-3xl font-bold uppercase">
|
<h1 class="text-3xl font-bold uppercase">
|
||||||
{{ route.params.id ? 'Modifier transporteur' : 'Ajout transporteur' }}
|
{{ route.params.id ? 'Modifier transporteur' : 'Ajout transporteur' }}
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<button
|
<UiButton
|
||||||
type="submit"
|
type="submit"
|
||||||
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px] justify-self-end"
|
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px] justify-self-end"
|
||||||
>Enregistrer
|
>Enregistrer
|
||||||
</button>
|
</UiButton>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="grid grid-cols-2 items-start gap-y-8 gap-x-40 mb-16">
|
<div class="grid grid-cols-2 items-start gap-y-8 gap-x-40 py-12">
|
||||||
<UiTextInput
|
<UiTextInput
|
||||||
label = "nom du fournisseur"
|
label = "nom du fournisseur"
|
||||||
id="carrier-name"
|
id="carrier-name"
|
||||||
@@ -33,19 +33,27 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import {createCarrier, getCarrier, updateCarrier} from "~/services/carrier";
|
import {createCarrier, getCarrier, updateCarrier} from "~/services/carrier";
|
||||||
import type {CarrierData, CarrierFormData} from "~/services/dto/carrier-data";
|
import type {CarrierData, CarrierFormData} from "~/services/dto/carrier-data";
|
||||||
|
import {computed} from "vue";
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
const route = useRoute()
|
const route = useRoute()
|
||||||
const idCarrier = Number(route.params.id)
|
const idCarrier = computed(() => resolveId(route.params.id))
|
||||||
const isLoading = ref(false)
|
const isLoading = ref(false)
|
||||||
const isHydrating = ref(false)
|
const isHydrating = ref(false)
|
||||||
|
|
||||||
|
const resolveId = (param: unknown) => {
|
||||||
|
const idStr = Array.isArray(param) ? param[0] : param
|
||||||
|
if (!idStr) return null
|
||||||
|
const id = Number(idStr)
|
||||||
|
return Number.isFinite(id) ? id : null
|
||||||
|
}
|
||||||
|
|
||||||
const form = reactive<CarrierFormData>({
|
const form = reactive<CarrierFormData>({
|
||||||
code:'',
|
code:'',
|
||||||
name:''
|
name:''
|
||||||
})
|
})
|
||||||
|
|
||||||
definePageMeta({
|
definePageMeta({
|
||||||
layout: 'admin'
|
layout: 'default'
|
||||||
})
|
})
|
||||||
|
|
||||||
const hydrateFromUser = (carrier: CarrierData | null) => {
|
const hydrateFromUser = (carrier: CarrierData | null) => {
|
||||||
@@ -59,7 +67,7 @@ const hydrateFromUser = (carrier: CarrierData | null) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
() => idCarrier,
|
() => idCarrier.value,
|
||||||
async (id) => {
|
async (id) => {
|
||||||
if (id === null) {
|
if (id === null) {
|
||||||
return
|
return
|
||||||
@@ -85,8 +93,8 @@ async function validate() {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if(idCarrier){
|
if(idCarrier.value){
|
||||||
await updateCarrier(idCarrier, basePayload)
|
await updateCarrier(idCarrier.value, basePayload)
|
||||||
navigate()
|
navigate()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,51 +1,43 @@
|
|||||||
<template>
|
<template>
|
||||||
|
|
||||||
<div class="flex items-center justify-between ">
|
<div class="flex items-center justify-between ">
|
||||||
<h1 class="text-3xl font-bold uppercase">listes des transporteurs</h1>
|
<h1 class="text-3xl font-bold uppercase text-primary-500">listes des transporteurs</h1>
|
||||||
<NuxtLink
|
<NuxtLink
|
||||||
to="/admin/carrier"
|
to="/admin/carrier"
|
||||||
class="flex items-center justify-center text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px]"
|
class="inline-flex items-center justify-center gap-2 text-xl uppercase bg-primary-500 text-white h-[50px] px-8 rounded"
|
||||||
>Ajouter
|
>
|
||||||
</NuxtLink>
|
<Icon name="mdi:plus" size="28"/>
|
||||||
|
Ajouter
|
||||||
|
</NuxtLink>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mt-6 border border-slate-200 mb-16 ">
|
<UiDataTable
|
||||||
<div class="grid grid-cols-2 gap-4 bg-slate-100 px-4 py-3 text-sm font-semibold uppercase tracking-wide">
|
:columns="columns"
|
||||||
<div>Label</div>
|
url="carriers"
|
||||||
<div>Code</div>
|
@row-click="onCarrierRowClick"
|
||||||
</div>
|
/>
|
||||||
<div
|
|
||||||
v-for="carrier in carrierList"
|
|
||||||
:key="carrier.id"
|
|
||||||
class="grid grid-cols-2 gap-4 px-4 py-3 text-sm hover:bg-slate-50 cursor-pointer border-t border-slate-200"
|
|
||||||
role="button"
|
|
||||||
tabindex="0"
|
|
||||||
@click="goToCarrier(carrier.id)"
|
|
||||||
@keydown.enter="goToCarrier(carrier.id)"
|
|
||||||
>
|
|
||||||
<div>{{ carrier.name}}</div>
|
|
||||||
<div>{{ carrier.code }}</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import type {CarrierData} from "~/services/dto/carrier-data";
|
import type {ColumnConfig, Row} from "~/services/dto/datatable-data";
|
||||||
import {getCarrierList} from "~/services/carrier";
|
|
||||||
|
|
||||||
const carrierList = ref<CarrierData[]>()
|
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
|
|
||||||
|
const columns: ColumnConfig[] = [
|
||||||
|
{key: "name", label: "Label"},
|
||||||
|
{key: "code", label: "Code"},
|
||||||
|
]
|
||||||
|
|
||||||
const goToCarrier = (id: number) => {
|
const goToCarrier = (id: number) => {
|
||||||
router.push(`/admin/carrier/${id}`)
|
router.push(`/admin/carrier/${id}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
definePageMeta({
|
const onCarrierRowClick = (row: Row) => {
|
||||||
layout: 'admin'
|
const id = Number(row.id)
|
||||||
})
|
if (!Number.isFinite(id)) return
|
||||||
|
goToCarrier(id)
|
||||||
|
}
|
||||||
|
|
||||||
onMounted(async () => {
|
definePageMeta({
|
||||||
carrierList.value = await getCarrierList(false)
|
layout: 'default'
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -5,71 +5,42 @@
|
|||||||
{{ customerId ? "Modifications du client" : "Ajout d'un client" }}
|
{{ customerId ? "Modifications du client" : "Ajout d'un client" }}
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<button
|
<UiButton
|
||||||
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px]"
|
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px]"
|
||||||
type="submit"
|
type="submit"
|
||||||
:disabled="isLoading || !auth.isAdmin"
|
:disabled="isLoading || !auth.isAdmin"
|
||||||
>
|
>
|
||||||
{{ customerId ? "Sauvegarder" : "Ajouter" }}
|
{{ customerId ? "Sauvegarder" : "Ajouter" }}
|
||||||
</button>
|
</UiButton>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="grid grid-cols-2 gap-y-8 gap-x-80 mb-10 py-12">
|
<div class="grid grid-cols-2 gap-y-8 gap-x-80 mb-10 py-12">
|
||||||
<UiTextInput id="customer-label" v-model="form.label" label="Nom du client" :disabled="!auth.isAdmin"/>
|
<UiTextInput id="customer-name" v-model="form.name" label="Nom du client" :disabled="!auth.isAdmin"/>
|
||||||
<UiTextInput id="customer-code" v-model="form.code" label="Code" :disabled="!auth.isAdmin"/>
|
<UiTextInput id="customer-phone" v-model="form.phone" label="Téléphone" :disabled="!auth.isAdmin"/>
|
||||||
|
<UiTextInput id="customer-email" v-model="form.email" label="Email" :disabled="!auth.isAdmin"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mx-24 mb-4 py-6 border-t border-black"></div>
|
<div class="mx-24 mb-4 py-6 border-t border-black"></div>
|
||||||
<div class="flex items-center justify-between mb-4">
|
<div class="flex items-center justify-between mb-4">
|
||||||
<h2 class="text-3xl font-bold uppercase">Adresses client</h2>
|
<h2 class="text-3xl font-bold uppercase">Adresses client</h2>
|
||||||
<button
|
<UiButton
|
||||||
type="button"
|
type="button"
|
||||||
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px]"
|
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px]"
|
||||||
:disabled="customerId === null || !auth.isAdmin"
|
:disabled="customerId === null || !auth.isAdmin"
|
||||||
@click="goToAddAddress"
|
@click="goToAddAddress"
|
||||||
>
|
>
|
||||||
Ajouter
|
Ajouter
|
||||||
</button>
|
</UiButton>
|
||||||
</div>
|
|
||||||
<div class="overflow-x-auto mb-10">
|
|
||||||
<table class="w-full border-collapse">
|
|
||||||
<thead>
|
|
||||||
<tr class="text-left border-b border-gray-200">
|
|
||||||
<th class="py-3 pr-4 text-sm uppercase">Libellé</th>
|
|
||||||
<th class="py-3 pr-4 text-sm uppercase">Rue</th>
|
|
||||||
<th class="py-3 pr-4 text-sm uppercase">Complément</th>
|
|
||||||
<th class="py-3 pr-4 text-sm uppercase">Code postal</th>
|
|
||||||
<th class="py-3 pr-4 text-sm uppercase">Ville</th>
|
|
||||||
<th class="py-3 pr-4 text-sm uppercase">Pays</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<template v-if="form.addresses.length === 0">
|
|
||||||
<tr>
|
|
||||||
<td colspan="6" class="py-4 text-slate-400">
|
|
||||||
Aucune adresse.
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</template>
|
|
||||||
<template v-else>
|
|
||||||
<tr
|
|
||||||
v-for="(address, index) in form.addresses"
|
|
||||||
:key="address.id ?? index"
|
|
||||||
class="border-b border-gray-100 hover:bg-slate-50"
|
|
||||||
:class="auth.isAdmin ? 'cursor-pointer' : 'cursor-not-allowed opacity-60'"
|
|
||||||
@click="goToEditAddress(address.id ?? null)"
|
|
||||||
>
|
|
||||||
<td class="py-3 pr-4">{{ address.label || "—" }}</td>
|
|
||||||
<td class="py-3 pr-4">{{ address.street || "—" }}</td>
|
|
||||||
<td class="py-3 pr-4">{{ address.street2 || "—" }}</td>
|
|
||||||
<td class="py-3 pr-4">{{ address.postalCode || "—" }}</td>
|
|
||||||
<td class="py-3 pr-4">{{ address.city || "—" }}</td>
|
|
||||||
<td class="py-3 pr-4">{{ address.countryCode || "—" }}</td>
|
|
||||||
</tr>
|
|
||||||
</template>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
</div>
|
||||||
|
<UiDataTable
|
||||||
|
class="mb-10"
|
||||||
|
:columns="addressColumns"
|
||||||
|
:url="customerId !== null ? `customers/${customerId}` : ''"
|
||||||
|
response-path="addresses"
|
||||||
|
:items-per-page="5"
|
||||||
|
:row-clickable="auth.isAdmin"
|
||||||
|
@row-click="onAddressRowClick"
|
||||||
|
/>
|
||||||
</form>
|
</form>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -77,9 +48,10 @@
|
|||||||
import {computed, reactive, ref, watch} from "vue"
|
import {computed, reactive, ref, watch} from "vue"
|
||||||
import {createCustomer, getCustomer, updateCustomer} from "~/services/customer"
|
import {createCustomer, getCustomer, updateCustomer} from "~/services/customer"
|
||||||
import type {CustomerData, CustomerFormData, CustomerPayload} from "~/services/dto/customer-data"
|
import type {CustomerData, CustomerFormData, CustomerPayload} from "~/services/dto/customer-data"
|
||||||
|
import type {ColumnConfig, Row} from "~/services/dto/datatable-data"
|
||||||
import {useAuthStore} from "~/stores/auth"
|
import {useAuthStore} from "~/stores/auth"
|
||||||
|
|
||||||
definePageMeta({layout: "admin"})
|
definePageMeta({layout: "default"})
|
||||||
|
|
||||||
const route = useRoute()
|
const route = useRoute()
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
@@ -94,10 +66,19 @@ const resolveId = (param: unknown) => {
|
|||||||
const customerId = computed(() => resolveId(route.params.id))
|
const customerId = computed(() => resolveId(route.params.id))
|
||||||
const isLoading = ref(false)
|
const isLoading = ref(false)
|
||||||
const form = reactive<CustomerFormData>({
|
const form = reactive<CustomerFormData>({
|
||||||
label: "",
|
name: "",
|
||||||
code: "",
|
phone: "",
|
||||||
|
email: "",
|
||||||
addresses: [],
|
addresses: [],
|
||||||
})
|
})
|
||||||
|
const addressColumns: ColumnConfig[] = [
|
||||||
|
{key: "label", label: "Libellé"},
|
||||||
|
{key: "street", label: "Rue"},
|
||||||
|
{key: "street2", label: "Complément"},
|
||||||
|
{key: "postalCode", label: "Code postal"},
|
||||||
|
{key: "city", label: "Ville"},
|
||||||
|
{key: "countryCode", label: "Pays"},
|
||||||
|
]
|
||||||
|
|
||||||
const goToAddAddress = () => {
|
const goToAddAddress = () => {
|
||||||
if (customerId.value === null || !auth.isAdmin) return
|
if (customerId.value === null || !auth.isAdmin) return
|
||||||
@@ -120,28 +101,16 @@ const goToEditAddress = (addressId: number | null) => {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const onAddressRowClick = (row: Row) => {
|
||||||
|
const id = Number(row.id)
|
||||||
|
goToEditAddress(Number.isFinite(id) ? id : null)
|
||||||
|
}
|
||||||
|
|
||||||
const hydrateFromCustomer = (customer: CustomerData | null) => {
|
const hydrateFromCustomer = (customer: CustomerData | null) => {
|
||||||
if (!customer) return
|
if (!customer) return
|
||||||
form.label = customer.label ?? ""
|
form.name = customer.name ?? ""
|
||||||
form.code = customer.code ?? ""
|
form.phone = customer.phone ?? ""
|
||||||
if (!Array.isArray(customer.addresses) || customer.addresses.length === 0) {
|
form.email = customer.email ?? ""
|
||||||
form.addresses = []
|
|
||||||
return
|
|
||||||
}
|
|
||||||
if (typeof customer.addresses[0] === "string") {
|
|
||||||
form.addresses = []
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
form.addresses = customer.addresses.map((address) => ({
|
|
||||||
id: address.id ?? null,
|
|
||||||
label: address.label ?? "",
|
|
||||||
street: address.street ?? "",
|
|
||||||
street2: address.street2 ?? null,
|
|
||||||
postalCode: address.postalCode ?? "",
|
|
||||||
city: address.city ?? "",
|
|
||||||
countryCode: address.countryCode ?? "",
|
|
||||||
}))
|
|
||||||
}
|
}
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
@@ -165,12 +134,14 @@ async function validate() {
|
|||||||
isLoading.value = true
|
isLoading.value = true
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const label = form.label.trim()
|
const name = form.name.trim()
|
||||||
const code = form.code.trim()
|
const phone = form.phone?.trim() || null
|
||||||
|
const email = form.email?.trim() || null
|
||||||
|
|
||||||
const customerPayload: CustomerPayload = {
|
const customerPayload: CustomerPayload = {
|
||||||
label,
|
name,
|
||||||
code,
|
phone,
|
||||||
|
email,
|
||||||
}
|
}
|
||||||
let targetId: number | null = null
|
let targetId: number | null = null
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ import { createAddress, getAddress, updateAddress } from "~/services/address"
|
|||||||
import { getCustomer, updateCustomer } from "~/services/customer"
|
import { getCustomer, updateCustomer } from "~/services/customer"
|
||||||
import type { CustomerData } from "~/services/dto/customer-data"
|
import type { CustomerData } from "~/services/dto/customer-data"
|
||||||
|
|
||||||
definePageMeta({ layout: "admin" })
|
definePageMeta({ layout: "default" })
|
||||||
|
|
||||||
const route = useRoute()
|
const route = useRoute()
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
|
|||||||
@@ -1,112 +1,59 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex items-center justify-between">
|
<div class="flex items-center justify-between">
|
||||||
<h1 class="text-3xl font-bold uppercase">Liste des Clients</h1>
|
<h1 class="text-3xl font-bold uppercase text-primary-500">Liste des Clients</h1>
|
||||||
<NuxtLink
|
<NuxtLink
|
||||||
to="/admin/customer"
|
to="/admin/customer"
|
||||||
class="flex items-center justify-center text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px]"
|
class="inline-flex items-center justify-center gap-2 text-xl uppercase bg-primary-500 text-white h-[50px] px-8 rounded-md"
|
||||||
:class="auth.isAdmin ? '' : 'cursor-not-allowed opacity-60'"
|
:class="auth.isAdmin ? '' : 'cursor-not-allowed opacity-60'"
|
||||||
@click="handleAddClick"
|
@click="handleAddClick"
|
||||||
>
|
>
|
||||||
|
<Icon name="mdi:plus" size="28" />
|
||||||
Ajouter
|
Ajouter
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="auth.isAdmin" class="mt-6 border border-slate-200 mb-16">
|
<UiDataTable
|
||||||
<div class="max-h-96 overflow-y-auto">
|
v-if="auth.isAdmin"
|
||||||
<div
|
:columns="columns"
|
||||||
class="sticky top-0 z-10 grid grid-cols-7 gap-4 bg-slate-100 px-4 py-3 text-sm font-semibold uppercase tracking-wide"
|
url="customers"
|
||||||
>
|
@row-click="onCustomerRowClick"
|
||||||
<div>Nom</div>
|
/>
|
||||||
<div>Code</div>
|
|
||||||
<div>Rue</div>
|
|
||||||
<div>Complément</div>
|
|
||||||
<div>Code Postal</div>
|
|
||||||
<div>Ville</div>
|
|
||||||
<div>Pays</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div v-if="customerList.length === 0" class="px-4 py-6 text-slate-400">
|
|
||||||
Aucun fournisseur.
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div v-for="customer in customerList" :key="customer.id">
|
|
||||||
<div
|
|
||||||
v-if="!customer.addresses || customer.addresses.length === 0"
|
|
||||||
class="grid grid-cols-7 border-t gap-4 px-4 py-2 hover:bg-slate-50 cursor-pointer"
|
|
||||||
@click="goToCustomer(customer.id)"
|
|
||||||
>
|
|
||||||
<div class="truncate">{{ customer.label }}</div>
|
|
||||||
<div class="truncate">{{ customer.code }}</div>
|
|
||||||
<div class="col-span-1">Pas d'adresse</div>
|
|
||||||
<div class="uppercase truncate">{{"—"}}</div>
|
|
||||||
<div class="uppercase truncate">{{"—"}}</div>
|
|
||||||
<div class="uppercase truncate">{{"—"}}</div>
|
|
||||||
<div class="uppercase truncate">{{"—"}}</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<template v-else-if="customer.addresses.length > 0">
|
|
||||||
<div
|
|
||||||
v-for="(address, idx) in customer.addresses"
|
|
||||||
:key="address.id ?? `${customer.id}-${idx}-${address.street}-${address.postalCode}`"
|
|
||||||
class="grid grid-cols-7 hover:bg-slate-50 border-t gap-4 px-4 py-2 cursor-pointer"
|
|
||||||
:class="idx > 0 ? 'pl-4 border-l-4 border-l-slate-200 bg-slate-50' : ''"
|
|
||||||
@click="goToCustomer(customer.id)"
|
|
||||||
>
|
|
||||||
<div class="truncate">
|
|
||||||
{{ idx === 0 ? customer.label : "↳" }}
|
|
||||||
</div>
|
|
||||||
<div class="truncate">{{ idx === 0 ? customer.code : "" }}</div>
|
|
||||||
<div class="truncate">{{ address.street || "—" }}</div>
|
|
||||||
<div class="truncate">{{ address.street2 || "—" }}</div>
|
|
||||||
<div>{{ address.postalCode || "—" }}</div>
|
|
||||||
<div class="uppercase truncate">{{ address.city || "—" }}</div>
|
|
||||||
<div class="uppercase truncate">{{ address.countryCode || "—" }}</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<template v-else>
|
|
||||||
<div
|
|
||||||
class="grid grid-cols-7 hover:bg-slate-50 border-t gap-4 px-4 py-2 cursor-pointer"
|
|
||||||
@click="goToCustomer(customer.id)"
|
|
||||||
>
|
|
||||||
<div class="truncate">{{ customer.label }}</div>
|
|
||||||
<div class="truncate">{{ customer.code }}</div>
|
|
||||||
<div class="col-span-5 text-slate-400">
|
|
||||||
Adresses non chargées
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div v-else class="mt-6 border border-slate-200 mb-16 px-4 py-6 text-slate-400">
|
<div v-else class="mt-6 border border-slate-200 mb-16 px-4 py-6 text-slate-400">
|
||||||
Accès réservé aux administrateurs.
|
Accès réservé aux administrateurs.
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { getCustomerList } from "~/services/customer"
|
import type { ColumnConfig, Row } from "~/services/dto/datatable-data"
|
||||||
import type { CustomerData } from "~/services/dto/customer-data"
|
import { formatAddresses } from "~/utils/datatable-formatters"
|
||||||
import { useAuthStore } from "~/stores/auth"
|
import { useAuthStore } from "~/stores/auth"
|
||||||
|
|
||||||
definePageMeta({ layout: "admin" })
|
definePageMeta({ layout: "default" })
|
||||||
|
|
||||||
const customerList = ref<CustomerData[]>([])
|
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
const auth = useAuthStore()
|
const auth = useAuthStore()
|
||||||
|
|
||||||
|
const columns: ColumnConfig[] = [
|
||||||
|
{ key: "name", label: "Nom", isSearchable:true},
|
||||||
|
{ key: "phone", label: "Téléphone" },
|
||||||
|
{ key: "email", label: "Email" },
|
||||||
|
{ key: "addresses", label: "Adresses", format: formatAddresses },
|
||||||
|
]
|
||||||
|
|
||||||
const goToCustomer = (id: number) => {
|
const goToCustomer = (id: number) => {
|
||||||
if (!auth.isAdmin) return
|
if (!auth.isAdmin) return
|
||||||
router.push(`/admin/customer/${id}`)
|
router.push(`/admin/customer/${id}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const onCustomerRowClick = (row: Row) => {
|
||||||
|
const id = Number(row.id)
|
||||||
|
if (!Number.isFinite(id)) return
|
||||||
|
goToCustomer(id)
|
||||||
|
}
|
||||||
|
|
||||||
const handleAddClick = (event: Event) => {
|
const handleAddClick = (event: Event) => {
|
||||||
if (auth.isAdmin) return
|
if (auth.isAdmin) return
|
||||||
event.preventDefault()
|
event.preventDefault()
|
||||||
}
|
}
|
||||||
|
|
||||||
onMounted(async () => {
|
|
||||||
if (!auth.isAdmin) return
|
|
||||||
customerList.value = await getCustomerList()
|
|
||||||
})
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
</template>
|
</template>
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
definePageMeta({
|
definePageMeta({
|
||||||
layout: 'admin'
|
layout: 'default'
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -5,13 +5,13 @@
|
|||||||
{{ supplierId ? "Modifications du fournisseur" : "Ajout d'un fournisseur" }}
|
{{ supplierId ? "Modifications du fournisseur" : "Ajout d'un fournisseur" }}
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<button
|
<UiButton
|
||||||
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px]"
|
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px]"
|
||||||
type="submit"
|
type="submit"
|
||||||
:disabled="isLoading || !auth.isAdmin"
|
:disabled="isLoading || !auth.isAdmin"
|
||||||
>
|
>
|
||||||
{{ supplierId ? "Sauvegarder" : "Ajouter" }}
|
{{ supplierId ? "Sauvegarder" : "Ajouter" }}
|
||||||
</button>
|
</UiButton>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="grid grid-cols-2 gap-y-8 gap-x-80 mb-10 py-12">
|
<div class="grid grid-cols-2 gap-y-8 gap-x-80 mb-10 py-12">
|
||||||
@@ -23,54 +23,24 @@
|
|||||||
<div class="mx-24 mb-4 py-6 border-t border-black"></div>
|
<div class="mx-24 mb-4 py-6 border-t border-black"></div>
|
||||||
<div class="flex items-center justify-between mb-4">
|
<div class="flex items-center justify-between mb-4">
|
||||||
<h2 class="text-3xl font-bold uppercase">Adresses fournisseur</h2>
|
<h2 class="text-3xl font-bold uppercase">Adresses fournisseur</h2>
|
||||||
<button
|
<UiButton
|
||||||
type="button"
|
type="button"
|
||||||
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px]"
|
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px]"
|
||||||
:disabled="supplierId === null || !auth.isAdmin"
|
:disabled="supplierId === null || !auth.isAdmin"
|
||||||
@click="goToAddAddress"
|
@click="goToAddAddress"
|
||||||
>
|
>
|
||||||
Ajouter
|
Ajouter
|
||||||
</button>
|
</UiButton>
|
||||||
</div>
|
|
||||||
<div class="overflow-x-auto mb-10">
|
|
||||||
<table class="w-full border-collapse">
|
|
||||||
<thead>
|
|
||||||
<tr class="text-left border-b border-gray-200">
|
|
||||||
<th class="py-3 pr-4 text-sm uppercase">Libellé</th>
|
|
||||||
<th class="py-3 pr-4 text-sm uppercase">Rue</th>
|
|
||||||
<th class="py-3 pr-4 text-sm uppercase">Complément</th>
|
|
||||||
<th class="py-3 pr-4 text-sm uppercase">Code postal</th>
|
|
||||||
<th class="py-3 pr-4 text-sm uppercase">Ville</th>
|
|
||||||
<th class="py-3 pr-4 text-sm uppercase">Pays</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<template v-if="form.addresses.length === 0">
|
|
||||||
<tr>
|
|
||||||
<td colspan="6" class="py-4 text-slate-400">
|
|
||||||
Aucune adresse.
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</template>
|
|
||||||
<template v-else>
|
|
||||||
<tr
|
|
||||||
v-for="(address, index) in form.addresses"
|
|
||||||
:key="address.id ?? index"
|
|
||||||
class="border-b border-gray-100 hover:bg-slate-50"
|
|
||||||
:class="auth.isAdmin ? 'cursor-pointer' : 'cursor-not-allowed opacity-60'"
|
|
||||||
@click="goToEditAddress(address.id ?? null)"
|
|
||||||
>
|
|
||||||
<td class="py-3 pr-4">{{ address.label || "—" }}</td>
|
|
||||||
<td class="py-3 pr-4">{{ address.street || "—" }}</td>
|
|
||||||
<td class="py-3 pr-4">{{ address.street2 || "—" }}</td>
|
|
||||||
<td class="py-3 pr-4">{{ address.postalCode || "—" }}</td>
|
|
||||||
<td class="py-3 pr-4">{{ address.city || "—" }}</td>
|
|
||||||
<td class="py-3 pr-4">{{ address.countryCode || "—" }}</td>
|
|
||||||
</tr>
|
|
||||||
</template>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
</div>
|
||||||
|
<UiDataTable
|
||||||
|
class="mb-10"
|
||||||
|
:columns="addressColumns"
|
||||||
|
:url="supplierId !== null ? `suppliers/${supplierId}` : ''"
|
||||||
|
response-path="addresses"
|
||||||
|
:items-per-page="5"
|
||||||
|
:row-clickable="auth.isAdmin"
|
||||||
|
@row-click="onAddressRowClick"
|
||||||
|
/>
|
||||||
</form>
|
</form>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -78,9 +48,10 @@
|
|||||||
import {computed, reactive, ref, watch} from "vue"
|
import {computed, reactive, ref, watch} from "vue"
|
||||||
import {createSupplier, getSupplier, updateSupplier} from "~/services/supplier"
|
import {createSupplier, getSupplier, updateSupplier} from "~/services/supplier"
|
||||||
import type {SupplierData, SupplierFormData, SupplierPayload} from "~/services/dto/supplier-data"
|
import type {SupplierData, SupplierFormData, SupplierPayload} from "~/services/dto/supplier-data"
|
||||||
|
import type {ColumnConfig, Row} from "~/services/dto/datatable-data"
|
||||||
import {useAuthStore} from "~/stores/auth"
|
import {useAuthStore} from "~/stores/auth"
|
||||||
|
|
||||||
definePageMeta({layout: "admin"})
|
definePageMeta({layout: "default"})
|
||||||
|
|
||||||
const route = useRoute()
|
const route = useRoute()
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
@@ -100,6 +71,14 @@ const form = reactive<SupplierFormData>({
|
|||||||
phone: "",
|
phone: "",
|
||||||
addresses: [],
|
addresses: [],
|
||||||
})
|
})
|
||||||
|
const addressColumns: ColumnConfig[] = [
|
||||||
|
{key: "label", label: "Libellé"},
|
||||||
|
{key: "street", label: "Rue"},
|
||||||
|
{key: "street2", label: "Complément"},
|
||||||
|
{key: "postalCode", label: "Code postal"},
|
||||||
|
{key: "city", label: "Ville"},
|
||||||
|
{key: "countryCode", label: "Pays"},
|
||||||
|
]
|
||||||
|
|
||||||
const goToAddAddress = () => {
|
const goToAddAddress = () => {
|
||||||
if (supplierId.value === null || !auth.isAdmin) return
|
if (supplierId.value === null || !auth.isAdmin) return
|
||||||
@@ -124,29 +103,16 @@ const goToEditAddress = (addressId: number | null) => {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const onAddressRowClick = (row: Row) => {
|
||||||
|
const id = Number(row.id)
|
||||||
|
goToEditAddress(Number.isFinite(id) ? id : null)
|
||||||
|
}
|
||||||
|
|
||||||
const hydrateFromSupplier = (supplier: SupplierData | null) => {
|
const hydrateFromSupplier = (supplier: SupplierData | null) => {
|
||||||
if (!supplier) return
|
if (!supplier) return
|
||||||
form.name = supplier.name ?? ""
|
form.name = supplier.name ?? ""
|
||||||
form.email = supplier.email ?? ""
|
form.email = supplier.email ?? ""
|
||||||
form.phone = supplier.phone ?? ""
|
form.phone = supplier.phone ?? ""
|
||||||
if (!Array.isArray(supplier.addresses) || supplier.addresses.length === 0) {
|
|
||||||
form.addresses = []
|
|
||||||
return
|
|
||||||
}
|
|
||||||
if (typeof supplier.addresses[0] === "string") {
|
|
||||||
form.addresses = []
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
form.addresses = supplier.addresses.map((address) => ({
|
|
||||||
id: address.id ?? null,
|
|
||||||
label: address.label ?? "",
|
|
||||||
street: address.street ?? "",
|
|
||||||
street2: address.street2 ?? null,
|
|
||||||
postalCode: address.postalCode ?? "",
|
|
||||||
city: address.city ?? "",
|
|
||||||
countryCode: address.countryCode ?? "",
|
|
||||||
}))
|
|
||||||
}
|
}
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ import {createAddress, getAddress, updateAddress} from "~/services/address";
|
|||||||
import {getSupplier, updateSupplier} from "~/services/supplier";
|
import {getSupplier, updateSupplier} from "~/services/supplier";
|
||||||
import type {SupplierData} from "~/services/dto/supplier-data";
|
import type {SupplierData} from "~/services/dto/supplier-data";
|
||||||
|
|
||||||
definePageMeta({ layout: "admin" })
|
definePageMeta({ layout: "default" })
|
||||||
|
|
||||||
const route = useRoute()
|
const route = useRoute()
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
|
|||||||
@@ -1,112 +1,58 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex items-center justify-between">
|
<div class="flex items-center justify-between">
|
||||||
<h1 class="text-3xl font-bold uppercase">Liste des fournisseurs</h1>
|
<h1 class="text-3xl font-bold uppercase text-primary-500">Liste des fournisseurs</h1>
|
||||||
<NuxtLink
|
<NuxtLink
|
||||||
to="/admin/supplier"
|
to="/admin/supplier"
|
||||||
class="flex items-center justify-center text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px]"
|
class="inline-flex items-center justify-center gap-2 text-xl uppercase bg-primary-500 text-white h-[50px] px-8 rounded"
|
||||||
:class="auth.isAdmin ? '' : 'cursor-not-allowed opacity-60'"
|
:class="auth.isAdmin ? '' : 'cursor-not-allowed opacity-60'"
|
||||||
@click="handleAddClick"
|
@click="handleAddClick"
|
||||||
>
|
>
|
||||||
|
<Icon name="mdi:plus" size="28" />
|
||||||
Ajouter
|
Ajouter
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="auth.isAdmin" class="mt-6 border border-slate-200 mb-16">
|
<UiDataTable
|
||||||
<div class="max-h-96 overflow-y-auto">
|
v-if="auth.isAdmin"
|
||||||
<div
|
:columns="columns"
|
||||||
class="sticky top-0 z-10 grid grid-cols-7 gap-4 bg-slate-100 px-4 py-3 text-sm font-semibold uppercase tracking-wide"
|
url="suppliers"
|
||||||
>
|
@row-click="onSupplierRowClick"
|
||||||
<div>Nom</div>
|
/>
|
||||||
<div>Mail</div>
|
|
||||||
<div>Rue</div>
|
|
||||||
<div>Complément</div>
|
|
||||||
<div>Code Postal</div>
|
|
||||||
<div>Ville</div>
|
|
||||||
<div>Pays</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div v-if="supplierList.length === 0" class="px-4 py-6 text-slate-400">
|
|
||||||
Aucun fournisseur.
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div v-for="supplier in supplierList" :key="supplier.id">
|
|
||||||
<div
|
|
||||||
v-if="!supplier.addresses || supplier.addresses.length === 0"
|
|
||||||
class="grid grid-cols-7 border-t gap-4 px-4 py-2 hover:bg-slate-50 cursor-pointer"
|
|
||||||
@click="goToSupplier(supplier.id)"
|
|
||||||
>
|
|
||||||
<div class="truncate">{{ supplier.name }}</div>
|
|
||||||
<div class="truncate">{{ supplier.email }}</div>
|
|
||||||
<div class="col-span-1">Pas d'adresse</div>
|
|
||||||
<div class="uppercase truncate">{{"—"}}</div>
|
|
||||||
<div class="uppercase truncate">{{"—"}}</div>
|
|
||||||
<div class="uppercase truncate">{{"—"}}</div>
|
|
||||||
<div class="uppercase truncate">{{"—"}}</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<template v-else-if="supplier.addresses.length > 0">
|
|
||||||
<div
|
|
||||||
v-for="(address, idx) in supplier.addresses"
|
|
||||||
:key="address.id ?? `${supplier.id}-${idx}-${address.street}-${address.postalCode}`"
|
|
||||||
class="grid grid-cols-7 hover:bg-slate-50 border-t gap-4 px-4 py-2 cursor-pointer"
|
|
||||||
:class="idx > 0 ? 'pl-4 border-l-4 border-l-slate-200 bg-slate-50' : ''"
|
|
||||||
@click="goToSupplier(supplier.id)"
|
|
||||||
>
|
|
||||||
<div class="truncate">
|
|
||||||
{{ idx === 0 ? supplier.name : "↳" }}
|
|
||||||
</div>
|
|
||||||
<div class="truncate">{{ idx === 0 ? supplier.email : "" }}</div>
|
|
||||||
<div class="truncate">{{ address.street || "—" }}</div>
|
|
||||||
<div class="truncate">{{ address.street2 || "—" }}</div>
|
|
||||||
<div>{{ address.postalCode || "—" }}</div>
|
|
||||||
<div class="uppercase truncate">{{ address.city || "—" }}</div>
|
|
||||||
<div class="uppercase truncate">{{ address.countryCode || "—" }}</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<template v-else>
|
|
||||||
<div
|
|
||||||
class="grid grid-cols-7 hover:bg-slate-50 border-t gap-4 px-4 py-2 cursor-pointer"
|
|
||||||
@click="goToSupplier(supplier.id)"
|
|
||||||
>
|
|
||||||
<div class="truncate">{{ supplier.name }}</div>
|
|
||||||
<div class="truncate">{{ supplier.email }}</div>
|
|
||||||
<div class="col-span-5 text-slate-400">
|
|
||||||
Adresses non chargées
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div v-else class="mt-6 border border-slate-200 mb-16 px-4 py-6 text-slate-400">
|
<div v-else class="mt-6 border border-slate-200 mb-16 px-4 py-6 text-slate-400">
|
||||||
Accès réservé aux administrateurs.
|
Accès réservé aux administrateurs.
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { getSupplierList } from "~/services/supplier"
|
import type { ColumnConfig, Row } from "~/services/dto/datatable-data"
|
||||||
import type { SupplierData } from "~/services/dto/supplier-data"
|
import {formatAddresses} from "~/utils/datatable-formatters"
|
||||||
import { useAuthStore } from "~/stores/auth"
|
import { useAuthStore } from "~/stores/auth"
|
||||||
|
|
||||||
definePageMeta({ layout: "admin" })
|
definePageMeta({ layout: "default" })
|
||||||
|
|
||||||
const supplierList = ref<SupplierData[]>([])
|
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
const auth = useAuthStore()
|
const auth = useAuthStore()
|
||||||
|
|
||||||
|
const columns: ColumnConfig[] = [
|
||||||
|
{ key: "name", label: "Nom", isSearchable:true },
|
||||||
|
{ key: "email", label: "Mail" },
|
||||||
|
{ key: "addresses", label: "Adresses", format: formatAddresses },
|
||||||
|
]
|
||||||
|
|
||||||
const goToSupplier = (id: number) => {
|
const goToSupplier = (id: number) => {
|
||||||
if (!auth.isAdmin) return
|
if (!auth.isAdmin) return
|
||||||
router.push(`/admin/supplier/${id}`)
|
router.push(`/admin/supplier/${id}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const onSupplierRowClick = (row: Row) => {
|
||||||
|
const id = Number(row.id)
|
||||||
|
if (!Number.isFinite(id)) return
|
||||||
|
goToSupplier(id)
|
||||||
|
}
|
||||||
|
|
||||||
const handleAddClick = (event: Event) => {
|
const handleAddClick = (event: Event) => {
|
||||||
if (auth.isAdmin) return
|
if (auth.isAdmin) return
|
||||||
event.preventDefault()
|
event.preventDefault()
|
||||||
}
|
}
|
||||||
|
|
||||||
onMounted(async () => {
|
|
||||||
if (!auth.isAdmin) return
|
|
||||||
supplierList.value = await getSupplierList()
|
|
||||||
})
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -5,15 +5,15 @@
|
|||||||
<h1 class="text-3xl font-bold uppercase">
|
<h1 class="text-3xl font-bold uppercase">
|
||||||
{{ userId ? "Modifications de l'utilisateur" : "Ajout d'un utilisateur" }}
|
{{ userId ? "Modifications de l'utilisateur" : "Ajout d'un utilisateur" }}
|
||||||
</h1>
|
</h1>
|
||||||
<button
|
<UiButton
|
||||||
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px]"
|
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px]"
|
||||||
type="submit"
|
type="submit"
|
||||||
>
|
>
|
||||||
{{ userId ? 'Sauvegarder' : 'Ajouter' }}
|
{{ userId ? 'Sauvegarder' : 'Ajouter' }}
|
||||||
</button>
|
</UiButton>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="grid gap-y-16 gap-x-40 mb-16">
|
<div class="grid gap-y-16 gap-x-40 py-12">
|
||||||
<UiTextInput
|
<UiTextInput
|
||||||
id="user-name"
|
id="user-name"
|
||||||
v-model="form.username"
|
v-model="form.username"
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
definePageMeta({
|
definePageMeta({
|
||||||
layout: 'admin'
|
layout: 'default'
|
||||||
})
|
})
|
||||||
|
|
||||||
import {computed, reactive, ref, watch} from 'vue'
|
import {computed, reactive, ref, watch} from 'vue'
|
||||||
|
|||||||
@@ -1,57 +1,44 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex items-center justify-between">
|
<div class="flex items-center justify-between">
|
||||||
<h1 class="text-3xl font-bold uppercase">Liste des utilisateurs</h1>
|
<h1 class="text-3xl font-bold uppercase text-primary-500">Liste des utilisateurs</h1>
|
||||||
<NuxtLink
|
<NuxtLink
|
||||||
class="flex items-center justify-center text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px]"
|
class="inline-flex items-center justify-center gap-2 text-xl uppercase bg-primary-500 text-white h-[50px] px-8 rounded-md"
|
||||||
@click="router.push('/admin/user/')"
|
@click="router.push('/admin/user/')"
|
||||||
>
|
>
|
||||||
|
<Icon name="mdi:plus" size="28" />
|
||||||
Ajouter
|
Ajouter
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<UiDataTable
|
||||||
<div class="mt-6 border border-slate-200 mb-16 ">
|
:columns="columns"
|
||||||
<div class="grid grid-cols-3 gap-4 bg-slate-100 px-4 py-3 text-sm font-semibold uppercase tracking-wide">
|
url="admin/users"
|
||||||
<div>Username</div>
|
@row-click="onUserRowClick"
|
||||||
<div>Role</div>
|
/>
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
v-for="user in userList"
|
|
||||||
:key="user.id"
|
|
||||||
class="grid grid-cols-3 gap-4 px-4 py-3 text-sm hover:bg-slate-50 cursor-pointer border-t items-center"
|
|
||||||
role="button"
|
|
||||||
tabindex="0"
|
|
||||||
@click="goToUser(user.id)"
|
|
||||||
>
|
|
||||||
<div>
|
|
||||||
{{ user.username }}
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
{{ user.roles?.join(', ') || ' ---' }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
definePageMeta({
|
definePageMeta({
|
||||||
layout: 'admin'
|
layout: 'default'
|
||||||
})
|
})
|
||||||
|
|
||||||
import type {UserData} from "~/services/dto/user-data";
|
import {ROLE} from "~/utils/constants";
|
||||||
import {getAdminUsers, getUsers} from "~/services/auth";
|
import type {ColumnConfig, Row} from "~/services/dto/datatable-data";
|
||||||
|
import {formatRoleLabels} from "~/utils/datatable-formatters";
|
||||||
|
|
||||||
const userList = ref<UserData[]>([])
|
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
|
const roleLabelByValue = new Map(ROLE.map((role) => [role.value, role.label]))
|
||||||
|
|
||||||
const goToUser = (id: number) => {
|
const columns: ColumnConfig[] = [
|
||||||
|
{ key: "username", label: "Username" },
|
||||||
|
{ key: "roles", label: "Role", format: (value) => formatRoleLabels(value, roleLabelByValue) },
|
||||||
|
]
|
||||||
|
|
||||||
|
const onUserRowClick = (row: Row) => {
|
||||||
|
const id = Number(row.id)
|
||||||
|
if (!Number.isFinite(id)) return
|
||||||
router.push(`/admin/user/${id}`)
|
router.push(`/admin/user/${id}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
onMounted(async () => {
|
|
||||||
userList.value = await getAdminUsers()
|
|
||||||
})
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -1,15 +1,27 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<div class="flex flex-wrap justify-center mt-8 gap-8 mb-8 md:mb-0">
|
<div class="flex flex-wrap justify-center pb-16 gap-12">
|
||||||
<card-link label="NOUVELLE RÉCEPTION" link="/reception" iconName="mdi:truck-outline" />
|
<card-link label="NOUVELLE RÉCEPTION" link="/reception" iconName="mdi:truck-outline" />
|
||||||
<card-link label="NOUVELLE EXPÉDITION" link="/shipment" iconName="mdi:truck-fast-outline" />
|
<card-link label="NOUVELLE EXPÉDITION" link="/shipment" iconName="mdi:truck-fast-outline" />
|
||||||
<card-link label="PLAN DE SITE" link="/" iconName="mdi:warehouse" />
|
<card-link label="PLAN DE SITE" link="/" iconName="material-symbols:warehouse-outline-rounded" />
|
||||||
<card-link label="RÉCEPTIONS EN ATTENTE" link="/reception/waiting-reception" iconName="mdi:truck-remove-outline" />
|
<card-link label="" link="/reception/waiting-reception" iconName="mdi:truck-remove-outline">
|
||||||
<card-link label="EXPÉDITIONS EN ATTENTE" link="/shipment/waiting-shipment" iconName="mdi:truck-cargo-container" />
|
<template #label>
|
||||||
<card-link label="CASES" link="/" iconName="mdi:cube-outline" />
|
Réceptions<br>EN ATTENTE
|
||||||
|
</template>
|
||||||
|
</card-link>
|
||||||
|
<card-link label="" link="/shipment/waiting-shipment" iconName="mdi:truck-cargo-container">
|
||||||
|
<template #label>
|
||||||
|
EXPÉDITIONS<br>EN ATTENTE
|
||||||
|
</template>
|
||||||
|
</card-link>
|
||||||
|
<card-link label="CASES" link="/" iconName="material-symbols:bottom-sheets-outline" />
|
||||||
<card-link label="RÉCEPTIONS FINIES" link="/reception/finish-reception" iconName="mdi:truck-check-outline" />
|
<card-link label="RÉCEPTIONS FINIES" link="/reception/finish-reception" iconName="mdi:truck-check-outline" />
|
||||||
<card-link label="EXPÉDITIONS FINIES" link="/shipment/finish-shipment" iconName="mdi:truck-delivery-outline" />
|
<card-link label="EXPÉDITIONS FINIES" link="/shipment/finish-shipment" iconName="mdi:truck-delivery-outline" />
|
||||||
<card-link label="PASSEPORT DU BOVIN" link="/" iconName="mdi:cow" />
|
<card-link label="" link="/" iconName="mdi:cow">
|
||||||
|
<template #label>
|
||||||
|
PASSEPORT<br>DU BOVIN
|
||||||
|
</template>
|
||||||
|
</card-link>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -39,13 +39,13 @@
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button
|
<UiButton
|
||||||
type="submit"
|
type="submit"
|
||||||
class="w-full rounded-md bg-primary-500 px-4 py-2 text-base font-semibold text-white transition hover:bg-primary-600 disabled:cursor-not-allowed disabled:opacity-60"
|
class="w-full rounded-md bg-primary-500 px-4 py-2 text-base font-semibold text-white transition hover:bg-primary-600 disabled:cursor-not-allowed disabled:opacity-60"
|
||||||
:disabled="isSubmitting"
|
:disabled="isSubmitting"
|
||||||
>
|
>
|
||||||
Connexion
|
Connexion
|
||||||
</button>
|
</UiButton>
|
||||||
<p class="font-bold">v{{ version }}</p>
|
<p class="font-bold">v{{ version }}</p>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,29 +1,28 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div class="flex justify-between h-[52px] mb-[80px]">
|
||||||
<div class="flex justify-between h-[52px] mt-6 mb-[80px]">
|
<div class="flex flex-1 mr-16">
|
||||||
<div class="flex flex-1 mr-16">
|
<UiStepper
|
||||||
<UiStepper
|
:labels="RECEPTION_STEP_LABELS"
|
||||||
:labels="RECEPTION_STEP_LABELS"
|
:current-step="storeReception?.currentStep ?? 0"
|
||||||
:current-step="storeReception?.currentStep ?? 0"
|
@select="handleStepSelect"
|
||||||
@select="handleStepSelect"
|
/>
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<button
|
|
||||||
type="button"
|
|
||||||
class="flex flex-col justify-center uppercase text-xl bg-black text-white h-[50px] w-[272px] text-center"
|
|
||||||
@click="saveAndHold"
|
|
||||||
>Mettre en attente</button>
|
|
||||||
</div>
|
</div>
|
||||||
<ReceptionForm v-if="!storeReception || storeReception.currentStep === 0"/>
|
<UiButton
|
||||||
<ReceptionWeight v-if="storeReception?.currentStep === 1" mode="gross"/>
|
type="button"
|
||||||
<ReceptionProductReceived
|
class="flex flex-col justify-center uppercase text-xl bg-black text-white h-[50px] w-[272px] text-center"
|
||||||
v-if="storeReception?.currentStep === 2 &&
|
@click="saveAndHold"
|
||||||
receptionStore.current?.receptionType?.code === RECEPTION_TYPE_CODES.MERCHANDISES"/>
|
>Mettre en attente
|
||||||
<ReceptionBovineReceived
|
</UiButton>
|
||||||
v-if="storeReception?.currentStep === 2 &&
|
|
||||||
receptionStore.current?.receptionType?.code === RECEPTION_TYPE_CODES.BOVINS"/>
|
|
||||||
<ReceptionWeight v-if="storeReception?.currentStep !== null && storeReception?.currentStep >= 3" mode="tare"/>
|
|
||||||
</div>
|
</div>
|
||||||
|
<ReceptionForm v-if="!storeReception || storeReception.currentStep === 0"/>
|
||||||
|
<ReceptionWeight v-if="storeReception?.currentStep === 1" mode="gross"/>
|
||||||
|
<ReceptionProductReceived
|
||||||
|
v-if="storeReception?.currentStep === 2 &&
|
||||||
|
receptionStore.current?.receptionType?.code === RECEPTION_TYPE_CODES.MERCHANDISES"/>
|
||||||
|
<ReceptionBovineReceived
|
||||||
|
v-if="storeReception?.currentStep === 2 &&
|
||||||
|
receptionStore.current?.receptionType?.code === RECEPTION_TYPE_CODES.BOVINS"/>
|
||||||
|
<ReceptionWeight v-if="storeReception?.currentStep !== null && storeReception?.currentStep >= 3" mode="tare"/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
|||||||
@@ -1,58 +1,39 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex items-center justify-start gap-10">
|
<div class="flex items-center justify-start gap-10">
|
||||||
<Icon @click="router.push('/')" name="gg:arrow-left-o" style="color: black" size="44" />
|
<Icon @click="router.push('/')" name="gg:arrow-left-o" size="44" class="cursor-pointer text-primary-500"/>
|
||||||
<h1 class="text-3xl font-bold uppercase">listes des réceptions finie</h1>
|
<h1 class="text-3xl font-bold uppercase text-primary-500">listes des réceptions finie</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="ps-20 " >
|
<UiDataTable
|
||||||
<div class="mt-6 border border-slate-200 mb-16 ">
|
:columns="columns"
|
||||||
<div class="grid grid-cols-6 gap-4 bg-slate-100 px-4 py-3 text-sm font-semibold uppercase tracking-wide">
|
url="receptions"
|
||||||
<div>Numéro</div>
|
class="ps-20"
|
||||||
<div>Date</div>
|
:query="{ isValid: true }"
|
||||||
<div>Fournisseur</div>
|
@row-click="goToReception"
|
||||||
<div>Adresse</div>
|
/>
|
||||||
<div>Type réception</div>
|
|
||||||
<div>Poids</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
v-for="reception in receptionList"
|
|
||||||
:key="reception.id"
|
|
||||||
class="grid grid-cols-6 gap-4 px-4 py-3 text-sm hover:bg-slate-50 cursor-pointer border-t border-slate-200"
|
|
||||||
role="button"
|
|
||||||
tabindex="0"
|
|
||||||
@click="goToReception(reception.id)"
|
|
||||||
>
|
|
||||||
<div>{{ reception.identificationNumber}}</div>
|
|
||||||
<div>{{ reception.receptionDate}}</div>
|
|
||||||
<div>{{ reception.supplier?.name }}</div>
|
|
||||||
<div>{{ reception.address?.fullAddress }}</div>
|
|
||||||
<div>{{ reception.receptionType?.label }}</div>
|
|
||||||
<div>{{ formatWeighing(reception, 'gross') }} | {{ formatWeighing(reception, 'tare') }}</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import type {ReceptionData} from "~/services/dto/reception-data";
|
|
||||||
import {getReceptionList} from "~/services/reception";
|
|
||||||
|
|
||||||
const receptionList = ref<ReceptionData[]>()
|
import {formatWeights} from "~/utils/datatable-formatters";
|
||||||
const router = useRouter()
|
|
||||||
|
|
||||||
const formatWeighing = (reception: ReceptionData, type: 'gross' | 'tare') => {
|
type ReceptionRow = {
|
||||||
const entry = reception.weights?.find((weight) => weight.type === type)
|
id?: number | string
|
||||||
if (!entry || entry.weight == null || entry.dsd == null) {
|
|
||||||
return '—'
|
|
||||||
}
|
|
||||||
return `${entry.weight} kg`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const goToReception = (id: number) => {
|
const router = useRouter()
|
||||||
|
const columns = [
|
||||||
|
{ key: 'identificationNumber', label: 'Numero', isSearchable:true },
|
||||||
|
{ key: 'receptionDate', label: 'Date de livraison', isSearchable: true, type: 'date' },
|
||||||
|
{ key: 'supplier.name', label: 'Fournisseur', isSearchable: true },
|
||||||
|
{ key: 'address.fullAddress', label: 'Adresse', isSearchable: true },
|
||||||
|
{ key: 'receptionType.label', label: 'Type', isSearchable: true, type:'selectTypeReception' },
|
||||||
|
{ key: 'weights', label: 'Poids', format: formatWeights }
|
||||||
|
]
|
||||||
|
|
||||||
|
const goToReception = (row: ReceptionRow) => {
|
||||||
|
const id = Number(row?.id)
|
||||||
|
if (!Number.isFinite(id)) return
|
||||||
router.push(`/reception/update/${id}`)
|
router.push(`/reception/update/${id}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
onMounted(async () => {
|
|
||||||
receptionList.value = await getReceptionList(true)
|
|
||||||
})
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -115,14 +115,14 @@
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex justify-center mb-2">
|
<div class="flex justify-center mb-2">
|
||||||
<button
|
<UiButton
|
||||||
v-if="auth.isAdmin"
|
v-if="auth.isAdmin"
|
||||||
type="submit"
|
type="submit"
|
||||||
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px] mb-16"
|
class="text-xl uppercase bg-primary-500 text-white h-[50px] w-[272px] mb-16"
|
||||||
|
|
||||||
>
|
>
|
||||||
Enregistrer
|
Enregistrer
|
||||||
</button>
|
</UiButton>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex justify-evenly gap-y-8 gap-x-40 mb-8 border-b border-slate-400">
|
<div class="flex justify-evenly gap-y-8 gap-x-40 mb-8 border-b border-slate-400">
|
||||||
<h1
|
<h1
|
||||||
|
|||||||
@@ -1,51 +1,36 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex items-center justify-between ">
|
<div class="flex items-center justify-start gap-10">
|
||||||
<div class="flex items-center gap-10">
|
<Icon @click="router.push('/')" name="gg:arrow-left-o" size="44" class="cursor-pointer text-primary-500"/>
|
||||||
<Icon @click="router.push('/')" name="gg:arrow-left-o" style="color: black" size="44" />
|
<h1 class="text-3xl font-bold uppercase text-primary-500">listes des réceptions en attente</h1>
|
||||||
<h1 class="text-3xl font-bold uppercase">listes des réceptions en attente</h1>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="ps-20 " >
|
|
||||||
<div class="mt-6 border border-slate-200 mb-16 ">
|
|
||||||
<div class="grid grid-cols-5 gap-4 bg-slate-100 px-4 py-3 text-sm font-semibold uppercase tracking-wide">
|
|
||||||
<div>Fournisseur</div>
|
|
||||||
<div>Adresse</div>
|
|
||||||
<div>Type réception</div>
|
|
||||||
<div>Transporteur</div>
|
|
||||||
<div>Immatriculation</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
v-for="reception in receptionList"
|
|
||||||
:key="reception.id"
|
|
||||||
class="grid grid-cols-5 gap-4 px-4 py-3 text-sm hover:bg-slate-50 cursor-pointer border-t border-slate-200"
|
|
||||||
role="button"
|
|
||||||
tabindex="0"
|
|
||||||
@click="goToReception(reception.id)"
|
|
||||||
@keydown.enter="goToReception(reception.id)"
|
|
||||||
>
|
|
||||||
<div>{{ reception.supplier?.name }}</div>
|
|
||||||
<div>{{ reception.address?.fullAddress }}</div>
|
|
||||||
<div>{{ reception.receptionType?.label }}</div>
|
|
||||||
<div>{{ reception.carrier?.name }}</div>
|
|
||||||
<div>{{ reception.licensePlate }}</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
<UiDataTable
|
||||||
|
:columns="columns"
|
||||||
|
url="receptions"
|
||||||
|
:query="{ isValid: false }"
|
||||||
|
@row-click="goToReception"
|
||||||
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import type {ReceptionData} from "~/services/dto/reception-data";
|
|
||||||
import {getReceptionList} from "~/services/reception";
|
|
||||||
|
|
||||||
const receptionList = ref<ReceptionData[]>()
|
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
|
|
||||||
const goToReception = (id: number) => {
|
|
||||||
|
|
||||||
|
const columns = [
|
||||||
|
{key: 'supplier.name', label: 'Fournisseur', isSearchable:true},
|
||||||
|
{ key: 'address.fullAddress', label: 'Adresse', isSearchable: true },
|
||||||
|
{key: 'carrier.name', label: 'Transporteur', isSearchable:true},
|
||||||
|
{key: 'receptionType.label', label: 'Type', isSearchable:true, type:'selectTypeReception'},
|
||||||
|
{key: 'licensePlate', label: 'Immatriculation', isSearchable:true, type:'licensePlate'},
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
type ReceptionRow = {
|
||||||
|
id?: number | string
|
||||||
|
}
|
||||||
|
const goToReception = (row: ReceptionRow) => {
|
||||||
|
const id = Number(row?.id)
|
||||||
|
if (!Number.isFinite(id)) return
|
||||||
router.push(`/reception/${id}`)
|
router.push(`/reception/${id}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
onMounted(async () => {
|
|
||||||
receptionList.value = await getReceptionList(false)
|
|
||||||
})
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<div class="flex justify-between h-[52px] mt-6 mb-[80px]">
|
<div class="flex justify-between h-[52px] mb-[80px]">
|
||||||
<div class="flex flex-1 mr-16">
|
<div class="flex flex-1 mr-16">
|
||||||
<UiStepper
|
<UiStepper
|
||||||
:labels="SHIPMENT_STEP_LABELS"
|
:labels="SHIPMENT_STEP_LABELS"
|
||||||
@@ -9,16 +9,17 @@
|
|||||||
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<button
|
<UiButton
|
||||||
type="button"
|
type="button"
|
||||||
class="flex flex-col justify-center uppercase text-xl bg-black text-white h-[50px] w-[272px] text-center"
|
class="flex flex-col justify-center uppercase text-xl bg-black text-white h-[50px] w-[272px] text-center"
|
||||||
@click="saveAndHold"
|
@click="saveAndHold"
|
||||||
>Mettre en attente
|
>Mettre en attente
|
||||||
</button>
|
</UiButton>
|
||||||
</div>
|
</div>
|
||||||
<ShipmentForm v-if="!storeShipment || storeShipment.currentStep === 0" ref="shipmentFormRef"/>
|
<ShipmentForm v-if="!storeShipment || storeShipment.currentStep === 0" ref="shipmentFormRef"/>
|
||||||
<ShipmentWeight v-if="storeShipment?.currentStep === 1" mode="gross"/>
|
<ShipmentWeight v-if="storeShipment?.currentStep === 1" mode="gross"/>
|
||||||
<ShipmentWeight v-if="storeShipment?.currentStep >= 2" mode="tare"/>
|
<ShipmentLoading v-if="storeShipment?.currentStep === 2"/>
|
||||||
|
<ShipmentWeight v-if="storeShipment?.currentStep === 3" mode="tare"/>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -1,81 +1,35 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex items-center justify-start gap-10">
|
<div class="flex items-center justify-start gap-10">
|
||||||
<Icon @click="router.push('/')" name="gg:arrow-left-o" style="color: black" size="44"/>
|
<Icon @click="router.push('/')" name="gg:arrow-left-o" size="44" class="cursor-pointer text-primary-500"/>
|
||||||
<h1 class="text-3xl font-bold uppercase">listes des expéditions finie</h1>
|
<h1 class="text-3xl font-bold uppercase text-primary-500">listes des expéditions finie</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="ps-20 ">
|
<UiDataTable
|
||||||
<div class="mt-6 border border-slate-200 mb-16 ">
|
:columns="columns"
|
||||||
<div class="grid grid-cols-6 gap-4 bg-slate-100 px-4 py-3 text-sm font-semibold uppercase tracking-wide">
|
url="shipments"
|
||||||
<div>Numéro</div>
|
:query="{ isValid: true }"
|
||||||
<div>Date</div>
|
@row-click="goToShipment"
|
||||||
<div>Client</div>
|
/>
|
||||||
<div>Adresse</div>
|
|
||||||
<div>Type d'expéditon</div>
|
|
||||||
<div>Poids</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
v-for="shipment in shipmentList"
|
|
||||||
:key="shipment
|
|
||||||
.id"
|
|
||||||
class="grid grid-cols-6 gap-4 px-4 py-3 text-sm hover:bg-slate-50 cursor-pointer border-t border-slate-200"
|
|
||||||
role="button"
|
|
||||||
tabindex="0"
|
|
||||||
@click="goToshipment(shipment.id)"
|
|
||||||
>
|
|
||||||
<div>{{ shipment.identificationNumber }}</div>
|
|
||||||
<div>{{ shipment.shipmentDate }}</div>
|
|
||||||
<div>{{ shipment.customer?.label }}</div>
|
|
||||||
<div>{{ shipment.address?.fullAddress }}</div>
|
|
||||||
<div>
|
|
||||||
<template v-if="formatBovinShipmentLines(shipment).length">
|
|
||||||
<div
|
|
||||||
v-for="(line, index) in formatBovinShipmentLines(shipment)"
|
|
||||||
:key="index"
|
|
||||||
class="leading-5"
|
|
||||||
>
|
|
||||||
{{ line }}
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
</div>
|
|
||||||
<div>{{ formatWeighing(shipment, 'gross') }} | {{ formatWeighing(shipment, 'tare') }}</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import type {ShipmentData} from "~/services/dto/shipment-data";
|
import {formatBovinShipments, formatWeights} from "~/utils/datatable-formatters";
|
||||||
import {getShipmentList} from "~/services/shipment";
|
|
||||||
|
|
||||||
const shipmentList = ref<ShipmentData[]>()
|
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
|
const columns = [
|
||||||
const formatWeighing = (shipment: ShipmentData, type: 'gross' | 'tare') => {
|
{key: 'identificationNumber', label: 'Numero',isSearchable:true},
|
||||||
const entry = shipment.weights?.find((weight) => weight.type === type)
|
{key: 'shipmentDate', label: 'Date de livraison',isSearchable:true, type:'date'},
|
||||||
if (!entry || entry.weight == null || entry.dsd == null) {
|
{key: 'customer.name', label: 'Client',isSearchable:true},
|
||||||
return '—'
|
{key: 'address.fullAddress', label: 'Adresse',isSearchable:true},
|
||||||
}
|
{key: 'bovinShipments', label: 'Type', format:formatBovinShipments},
|
||||||
return `${entry.weight} kg`
|
{key: 'weights', label: 'Poids', format: formatWeights}
|
||||||
|
]
|
||||||
|
type ReceptionRow = {
|
||||||
|
id?: number | string
|
||||||
}
|
}
|
||||||
|
const goToShipment = (row: ReceptionRow) => {
|
||||||
const formatBovinShipmentLines = (shipment: ShipmentData) => {
|
const id = Number(row?.id)
|
||||||
if (!shipment.bovinShipments?.length) {
|
if (!Number.isFinite(id)) return
|
||||||
return []
|
router.push(`/shipment/update/${id}`)
|
||||||
}
|
|
||||||
return shipment.bovinShipments.map((entry) => {
|
|
||||||
const label = typeof entry.shipmentType === 'string'
|
|
||||||
? entry.shipmentType
|
|
||||||
: entry.shipmentType?.label
|
|
||||||
return `${label ?? '—'} : ${entry.nbBovinSend ?? '—'}`
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const goToshipment = (id: number) => {
|
|
||||||
//router.push(`/shipment/update/${id}`)
|
|
||||||
}
|
|
||||||
|
|
||||||
onMounted(async () => {
|
|
||||||
shipmentList.value = await getShipmentList(true)
|
|
||||||
})
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -1,73 +1,38 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex items-center justify-between ">
|
<div class="flex items-center justify-between">
|
||||||
<div class="flex items-center gap-10">
|
<div class="flex items-center gap-10">
|
||||||
<Icon @click="router.push('/')" name="gg:arrow-left-o" style="color: black" size="44"/>
|
<Icon @click="router.push('/')" name="gg:arrow-left-o" size="44" class="cursor-pointer text-primary-500"/>
|
||||||
<h1 class="text-3xl font-bold uppercase">listes des expéditions en attente</h1>
|
<h1 class="text-3xl font-bold uppercase text-primary-500">listes des expéditions en attente</h1>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="ps-20 ">
|
|
||||||
<div class="mt-6 border border-slate-200 mb-16 ">
|
|
||||||
<div class="grid grid-cols-5 gap-4 bg-slate-100 px-4 py-3 text-sm font-semibold uppercase tracking-wide">
|
|
||||||
<div>Client</div>
|
|
||||||
<div>Adresse</div>
|
|
||||||
<div>Type d'expéditions</div>
|
|
||||||
<div>Transporteur</div>
|
|
||||||
<div>Immatriculation</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
v-for="shipment in shipmentList"
|
|
||||||
:key="shipment.id"
|
|
||||||
class="grid grid-cols-5 gap-4 px-4 py-3 text-sm hover:bg-slate-50 cursor-pointer border-t border-slate-200"
|
|
||||||
role="button"
|
|
||||||
tabindex="0"
|
|
||||||
@click="goToShipment(shipment.id)"
|
|
||||||
@keydown.enter="goToShipment(shipment.id)"
|
|
||||||
>
|
|
||||||
<div>{{ shipment.customer?.label }}</div>
|
|
||||||
<div>{{ shipment.address?.fullAddress }}</div>
|
|
||||||
<div>
|
|
||||||
<template v-if="formatBovinShipmentLines(shipment).length">
|
|
||||||
<div
|
|
||||||
v-for="(line, index) in formatBovinShipmentLines(shipment)"
|
|
||||||
:key="index"
|
|
||||||
class="leading-5"
|
|
||||||
>
|
|
||||||
{{ line }}
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
</div>
|
|
||||||
<div>{{ shipment.carrier?.name }}</div>
|
|
||||||
<div>{{ shipment.licencePlate }}</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<UiDataTable
|
||||||
|
:columns="columns"
|
||||||
|
url="shipments"
|
||||||
|
:query="{ isValid: false }"
|
||||||
|
@row-click="goToShipment"
|
||||||
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
import {formatBovinShipments} from "~/utils/datatable-formatters";
|
||||||
|
|
||||||
import type {ShipmentData} from "~/services/dto/shipment-data";
|
|
||||||
import {getShipmentList} from "~/services/shipment";
|
|
||||||
|
|
||||||
const shipmentList = ref<ShipmentData[]>()
|
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
|
|
||||||
const goToShipment = (id: number) => {
|
const columns = [
|
||||||
router.push(`/shipment/${id}`)
|
{key: 'customer.name', label: 'Client', isSearchable:true},
|
||||||
}
|
{key: 'address.fullAddress', label: 'Adresse', isSearchable:true},
|
||||||
const formatBovinShipmentLines = (shipment: ShipmentData) => {
|
{key: 'carrier.name', label: 'Transporteur', isSearchable:true},
|
||||||
if (!shipment.bovinShipments?.length) {
|
{key: 'bovinShipments', label: 'Type', format:formatBovinShipments},
|
||||||
return []
|
{key: 'licencePlate', label: 'Immatriculation', isSearchable:true},
|
||||||
}
|
]
|
||||||
return shipment.bovinShipments.map((entry) => {
|
|
||||||
const label = typeof entry.shipmentType === 'string'
|
type ReceptionRow = {
|
||||||
? entry.shipmentType
|
id?: number | string
|
||||||
: entry.shipmentType?.label
|
|
||||||
return `${label ?? '—'} : ${entry.nbBovinSend ?? '—'}`
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onMounted(async () => {
|
const goToShipment = (row: ReceptionRow) => {
|
||||||
shipmentList.value = await getShipmentList(false)
|
const id = Number(row?.id)
|
||||||
})
|
if (!Number.isFinite(id)) return
|
||||||
|
router.push(`/shipment/${id}`)
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { useApi } from '~/composables/useApi'
|
import { useApi } from '~/composables/useApi'
|
||||||
import type {BovineTypeData} from "~/services/dto/bovine-type-data";
|
import type { BovineTypeData, BovinPayload } from "~/services/dto/bovine-type-data";
|
||||||
|
|
||||||
export type BovineTypeListResponse =
|
export type BovineTypeListResponse =
|
||||||
| BovineTypeData[]
|
| BovineTypeData[]
|
||||||
@@ -12,12 +12,41 @@ export async function getBovineTypeList(): Promise<BovineTypeData[]> {
|
|||||||
})
|
})
|
||||||
|
|
||||||
if (Array.isArray(response)) {
|
if (Array.isArray(response)) {
|
||||||
return response
|
return response.map(mapToBovineTypeData)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (response && typeof response === 'object' && Array.isArray(response['hydra:member'])) {
|
if (response && typeof response === 'object' && Array.isArray(response['hydra:member'])) {
|
||||||
return response['hydra:member']
|
return response['hydra:member'].map(mapToBovineTypeData)
|
||||||
}
|
}
|
||||||
|
|
||||||
return []
|
return []
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export async function getBovin(id: number): Promise<BovineTypeData> {
|
||||||
|
const api = useApi()
|
||||||
|
const response = await api.get<BovineTypeData>(`bovine_types/${id}`)
|
||||||
|
return mapToBovineTypeData(response)
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function createBovin(payload: BovinPayload = {}): Promise<BovineTypeData> {
|
||||||
|
const api = useApi()
|
||||||
|
const response = await api.post<BovineTypeData>('bovine_types', toBovineTypePayload(payload))
|
||||||
|
return mapToBovineTypeData(response)
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function updateBovin(id: number, payload: BovinPayload = {}): Promise<BovineTypeData> {
|
||||||
|
const api = useApi()
|
||||||
|
const response = await api.patch<BovineTypeData>(`bovine_types/${id}`, toBovineTypePayload(payload))
|
||||||
|
return mapToBovineTypeData(response)
|
||||||
|
}
|
||||||
|
|
||||||
|
const mapToBovineTypeData = (item: BovineTypeData): BovineTypeData => ({
|
||||||
|
id: item.id,
|
||||||
|
label: item.label,
|
||||||
|
code: item.code
|
||||||
|
})
|
||||||
|
|
||||||
|
const toBovineTypePayload = (payload: BovinPayload): Partial<BovineTypeData> => ({
|
||||||
|
label: payload.label ?? undefined,
|
||||||
|
code: payload.code ?? undefined
|
||||||
|
})
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ export interface AddressData {
|
|||||||
postalCode: string
|
postalCode: string
|
||||||
city: string
|
city: string
|
||||||
countryCode: string
|
countryCode: string
|
||||||
|
fullAddress: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface AddressFormData {
|
export interface AddressFormData {
|
||||||
|
|||||||
@@ -3,3 +3,13 @@ export interface BovineTypeData{
|
|||||||
label: string
|
label: string
|
||||||
code: string
|
code: string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface BovinFormData {
|
||||||
|
label: string
|
||||||
|
code: string
|
||||||
|
}
|
||||||
|
|
||||||
|
export type BovinPayload = {
|
||||||
|
label?: string | null
|
||||||
|
code?: string | null
|
||||||
|
}
|
||||||
|
|||||||
@@ -4,19 +4,22 @@ export type CustomerAddresses = AddressFormData[] | string[]
|
|||||||
|
|
||||||
export interface CustomerData {
|
export interface CustomerData {
|
||||||
id: number
|
id: number
|
||||||
label: string
|
name: string
|
||||||
code?: string | null
|
phone?: string | null
|
||||||
|
email?: string | null
|
||||||
addresses: CustomerAddresses
|
addresses: CustomerAddresses
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface CustomerFormData {
|
export interface CustomerFormData {
|
||||||
label: string
|
name: string
|
||||||
code?: string
|
phone?: string
|
||||||
|
email?: string
|
||||||
addresses: AddressFormData[]
|
addresses: AddressFormData[]
|
||||||
}
|
}
|
||||||
|
|
||||||
export type CustomerPayload = {
|
export type CustomerPayload = {
|
||||||
label: string
|
name: string
|
||||||
code?: string | null
|
phone?: string | null
|
||||||
|
email?: string | null
|
||||||
addresses?: string[]
|
addresses?: string[]
|
||||||
}
|
}
|
||||||
|
|||||||
20
frontend/services/dto/datatable-data.ts
Normal file
20
frontend/services/dto/datatable-data.ts
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
export type Row = Record<string, unknown>
|
||||||
|
|
||||||
|
export type ColumnConfig = {
|
||||||
|
key: string
|
||||||
|
label?: string
|
||||||
|
format?: (value: unknown, row: Row) => string
|
||||||
|
isSearchable?: boolean
|
||||||
|
type?: string
|
||||||
|
}
|
||||||
|
type HydraCollection<T> = {
|
||||||
|
'hydra:member': T[]
|
||||||
|
'hydra:totalItems': number
|
||||||
|
}
|
||||||
|
export type AnyCollection<T> = HydraCollection<T> & {
|
||||||
|
member?: T[]
|
||||||
|
items?: T[]
|
||||||
|
totalItems?: number
|
||||||
|
}
|
||||||
|
|
||||||
|
export type PaginationItem = number | '...'
|
||||||
@@ -8,16 +8,7 @@ export default <Partial<Config>>{
|
|||||||
},
|
},
|
||||||
colors: {
|
colors: {
|
||||||
primary: {
|
primary: {
|
||||||
50: '#f6f9ea',
|
500: '#456452',
|
||||||
100: '#eaf2cf',
|
|
||||||
200: '#d6e3a4',
|
|
||||||
300: '#c1d47a',
|
|
||||||
400: '#afc85a',
|
|
||||||
500: '#9ebb43',
|
|
||||||
600: '#7e9735',
|
|
||||||
700: '#607228',
|
|
||||||
800: '#414d1a',
|
|
||||||
900: '#24290d'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
70
frontend/utils/datatable-formatters.ts
Normal file
70
frontend/utils/datatable-formatters.ts
Normal file
@@ -0,0 +1,70 @@
|
|||||||
|
export const formatBovinShipments = (value: unknown): string => {
|
||||||
|
if (!Array.isArray(value) || value.length === 0) return '-'
|
||||||
|
return value.map((item: any) => {
|
||||||
|
const label = item?.shipmentType?.label ?? item?.shipmentType?.code ??
|
||||||
|
'Type inconnu'
|
||||||
|
const qty = item?.nbBovinSend ?? '-'
|
||||||
|
return `${label} : ${qty}`
|
||||||
|
}).join(', ')
|
||||||
|
}
|
||||||
|
|
||||||
|
export const formatWeights = (value: unknown): string => {
|
||||||
|
if (!Array.isArray(value) || value.length === 0) return '-'
|
||||||
|
|
||||||
|
let gross = 0
|
||||||
|
let tare = 0
|
||||||
|
|
||||||
|
for (const item of value as Array<{ type?: string; weight?:
|
||||||
|
unknown }>) {
|
||||||
|
const w = Number(item.weight)
|
||||||
|
if (!Number.isFinite(w)) continue
|
||||||
|
if (item.type === 'gross') gross += w
|
||||||
|
else if (item.type === 'tare') tare += w
|
||||||
|
}
|
||||||
|
|
||||||
|
return `${gross - tare} kg`
|
||||||
|
}
|
||||||
|
|
||||||
|
export const formatRoleLabels = (
|
||||||
|
value: unknown,
|
||||||
|
roleLabelByValue: Map<string, string>,
|
||||||
|
): string => {
|
||||||
|
if (!Array.isArray(value) || value.length === 0) {
|
||||||
|
return ' - '
|
||||||
|
}
|
||||||
|
|
||||||
|
return value
|
||||||
|
.map((role) => {
|
||||||
|
const key = String(role)
|
||||||
|
return roleLabelByValue.get(key) ?? key
|
||||||
|
})
|
||||||
|
.join(', ')
|
||||||
|
}
|
||||||
|
|
||||||
|
export const formatAddresses = (value: unknown): string => {
|
||||||
|
if (!Array.isArray(value) || value.length === 0) {
|
||||||
|
return " - "
|
||||||
|
}
|
||||||
|
|
||||||
|
if (typeof value[0] === 'string') {
|
||||||
|
return 'Adresses non chargées'
|
||||||
|
}
|
||||||
|
|
||||||
|
return value
|
||||||
|
.map((item) => {
|
||||||
|
if (!item || typeof item !== 'object') return '-'
|
||||||
|
const address = item as Record<string, unknown>
|
||||||
|
const street = String(address.street ?? '').trim()
|
||||||
|
const street2 = String(address.street2 ?? '').trim()
|
||||||
|
const postalCode = String(address.postalCode ?? '').trim()
|
||||||
|
const city = String(address.city ?? '').trim()
|
||||||
|
const countryCode = String(address.countryCode ?? '').trim().toUpperCase()
|
||||||
|
|
||||||
|
const firstLine = [street, street2].filter(Boolean).join(', ')
|
||||||
|
const secondLine = [postalCode, city].filter(Boolean).join(' ')
|
||||||
|
const finalLine = [firstLine, secondLine, countryCode].filter(Boolean).join(', ')
|
||||||
|
|
||||||
|
return finalLine || '-'
|
||||||
|
})
|
||||||
|
.join('\n')
|
||||||
|
}
|
||||||
32
migrations/Version20260213093000.php
Normal file
32
migrations/Version20260213093000.php
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
namespace DoctrineMigrations;
|
||||||
|
|
||||||
|
use Doctrine\DBAL\Schema\Schema;
|
||||||
|
use Doctrine\Migrations\AbstractMigration;
|
||||||
|
|
||||||
|
final class Version20260213093000 extends AbstractMigration
|
||||||
|
{
|
||||||
|
public function getDescription(): string
|
||||||
|
{
|
||||||
|
return 'Add name, phone and email fields to customer.';
|
||||||
|
}
|
||||||
|
|
||||||
|
public function up(Schema $schema): void
|
||||||
|
{
|
||||||
|
$this->addSql('ALTER TABLE customer ADD name VARCHAR(255) DEFAULT NULL');
|
||||||
|
$this->addSql('ALTER TABLE customer ADD phone VARCHAR(255) DEFAULT NULL');
|
||||||
|
$this->addSql('ALTER TABLE customer ADD email VARCHAR(255) DEFAULT NULL');
|
||||||
|
$this->addSql('UPDATE customer SET name = label WHERE name IS NULL');
|
||||||
|
$this->addSql('ALTER TABLE customer ALTER COLUMN name SET NOT NULL');
|
||||||
|
}
|
||||||
|
|
||||||
|
public function down(Schema $schema): void
|
||||||
|
{
|
||||||
|
$this->addSql('ALTER TABLE customer DROP name');
|
||||||
|
$this->addSql('ALTER TABLE customer DROP phone');
|
||||||
|
$this->addSql('ALTER TABLE customer DROP email');
|
||||||
|
}
|
||||||
|
}
|
||||||
37
migrations/Version20260213101500.php
Normal file
37
migrations/Version20260213101500.php
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
namespace DoctrineMigrations;
|
||||||
|
|
||||||
|
use Doctrine\DBAL\Schema\Schema;
|
||||||
|
use Doctrine\Migrations\AbstractMigration;
|
||||||
|
|
||||||
|
final class Version20260213101500 extends AbstractMigration
|
||||||
|
{
|
||||||
|
public function getDescription(): string
|
||||||
|
{
|
||||||
|
return 'Align customer with supplier: keep name/email/phone and drop label/code.';
|
||||||
|
}
|
||||||
|
|
||||||
|
public function up(Schema $schema): void
|
||||||
|
{
|
||||||
|
$this->addSql('ALTER TABLE customer ALTER COLUMN name TYPE VARCHAR(180)');
|
||||||
|
$this->addSql('ALTER TABLE customer ALTER COLUMN email TYPE VARCHAR(180)');
|
||||||
|
$this->addSql('ALTER TABLE customer ALTER COLUMN phone TYPE VARCHAR(40)');
|
||||||
|
$this->addSql('ALTER TABLE customer DROP COLUMN label');
|
||||||
|
$this->addSql('ALTER TABLE customer DROP COLUMN code');
|
||||||
|
}
|
||||||
|
|
||||||
|
public function down(Schema $schema): void
|
||||||
|
{
|
||||||
|
$this->addSql('ALTER TABLE customer ADD label VARCHAR(255) DEFAULT NULL');
|
||||||
|
$this->addSql('ALTER TABLE customer ADD code VARCHAR(255) DEFAULT NULL');
|
||||||
|
$this->addSql('UPDATE customer SET label = name WHERE label IS NULL');
|
||||||
|
$this->addSql("UPDATE customer SET code = regexp_replace(upper(name), '[^A-Z0-9]+', '_', 'g') WHERE code IS NULL");
|
||||||
|
$this->addSql('ALTER TABLE customer ALTER COLUMN label SET NOT NULL');
|
||||||
|
$this->addSql('ALTER TABLE customer ALTER COLUMN code SET NOT NULL');
|
||||||
|
$this->addSql('ALTER TABLE customer ALTER COLUMN email TYPE VARCHAR(255)');
|
||||||
|
$this->addSql('ALTER TABLE customer ALTER COLUMN phone TYPE VARCHAR(255)');
|
||||||
|
}
|
||||||
|
}
|
||||||
40
migrations/Version20260213114000.php
Normal file
40
migrations/Version20260213114000.php
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
namespace DoctrineMigrations;
|
||||||
|
|
||||||
|
use Doctrine\DBAL\Schema\Schema;
|
||||||
|
use Doctrine\Migrations\AbstractMigration;
|
||||||
|
|
||||||
|
final class Version20260213114000 extends AbstractMigration
|
||||||
|
{
|
||||||
|
public function getDescription(): string
|
||||||
|
{
|
||||||
|
return 'Allow only one bovin_shipment row per shipment.';
|
||||||
|
}
|
||||||
|
|
||||||
|
public function up(Schema $schema): void
|
||||||
|
{
|
||||||
|
// Keep one row per shipment (latest id), required before adding unique index.
|
||||||
|
$this->addSql(<<<'SQL'
|
||||||
|
DELETE FROM bovin_shipment bs
|
||||||
|
USING (
|
||||||
|
SELECT id, ROW_NUMBER() OVER (PARTITION BY shipment_id ORDER BY id DESC) AS rn
|
||||||
|
FROM bovin_shipment
|
||||||
|
WHERE shipment_id IS NOT NULL
|
||||||
|
) d
|
||||||
|
WHERE bs.id = d.id
|
||||||
|
AND d.rn > 1
|
||||||
|
SQL);
|
||||||
|
|
||||||
|
$this->addSql('DROP INDEX IF EXISTS uniq_bovin_shipment');
|
||||||
|
$this->addSql('CREATE UNIQUE INDEX uniq_bovin_shipment_one_type ON bovin_shipment (shipment_id)');
|
||||||
|
}
|
||||||
|
|
||||||
|
public function down(Schema $schema): void
|
||||||
|
{
|
||||||
|
$this->addSql('DROP INDEX IF EXISTS uniq_bovin_shipment_one_type');
|
||||||
|
$this->addSql('CREATE UNIQUE INDEX uniq_bovin_shipment ON bovin_shipment (shipment_id, shipment_type_id)');
|
||||||
|
}
|
||||||
|
}
|
||||||
39
migrations/Version20260218093842.php
Normal file
39
migrations/Version20260218093842.php
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
namespace DoctrineMigrations;
|
||||||
|
|
||||||
|
use Doctrine\DBAL\Schema\Schema;
|
||||||
|
use Doctrine\Migrations\AbstractMigration;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Auto-generated Migration: Please modify to your needs!
|
||||||
|
*/
|
||||||
|
final class Version20260218093842 extends AbstractMigration
|
||||||
|
{
|
||||||
|
public function getDescription(): string
|
||||||
|
{
|
||||||
|
return '';
|
||||||
|
}
|
||||||
|
|
||||||
|
public function up(Schema $schema): void
|
||||||
|
{
|
||||||
|
// this up() migration is auto-generated, please modify it to your needs
|
||||||
|
$this->addSql('ALTER TABLE address ADD full_address VARCHAR(400)');
|
||||||
|
$this->addSql('DROP INDEX idx_7049f4507be036fc');
|
||||||
|
$this->addSql('DROP INDEX uniq_weight_shipment_type');
|
||||||
|
$this->addSql('DROP INDEX uniq_weight_reception_type');
|
||||||
|
$this->addSql('ALTER INDEX idx_weight_shipment RENAME TO IDX_7CD55417BE036FC');
|
||||||
|
}
|
||||||
|
|
||||||
|
public function down(Schema $schema): void
|
||||||
|
{
|
||||||
|
// this down() migration is auto-generated, please modify it to your needs
|
||||||
|
$this->addSql('ALTER TABLE address DROP full_address');
|
||||||
|
$this->addSql('CREATE INDEX idx_7049f4507be036fc ON bovin_shipment (shipment_id)');
|
||||||
|
$this->addSql('CREATE UNIQUE INDEX uniq_weight_shipment_type ON weight (shipment_id, type)');
|
||||||
|
$this->addSql('CREATE UNIQUE INDEX uniq_weight_reception_type ON weight (reception_id, type)');
|
||||||
|
$this->addSql('ALTER INDEX idx_7cd55417be036fc RENAME TO idx_weight_shipment');
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -5,12 +5,15 @@ declare(strict_types=1);
|
|||||||
namespace App\Command;
|
namespace App\Command;
|
||||||
|
|
||||||
use App\Entity\Address;
|
use App\Entity\Address;
|
||||||
|
use App\Entity\BovineType;
|
||||||
use App\Entity\Building;
|
use App\Entity\Building;
|
||||||
use App\Entity\Carrier;
|
use App\Entity\Carrier;
|
||||||
|
use App\Entity\Customer;
|
||||||
use App\Entity\Driver;
|
use App\Entity\Driver;
|
||||||
use App\Entity\MerchandiseType;
|
use App\Entity\MerchandiseType;
|
||||||
use App\Entity\PelletType;
|
use App\Entity\PelletType;
|
||||||
use App\Entity\ReceptionType;
|
use App\Entity\ReceptionType;
|
||||||
|
use App\Entity\ShipmentType;
|
||||||
use App\Entity\Supplier;
|
use App\Entity\Supplier;
|
||||||
use App\Entity\Truck;
|
use App\Entity\Truck;
|
||||||
use App\Entity\Vehicle;
|
use App\Entity\Vehicle;
|
||||||
@@ -50,7 +53,11 @@ class SeedCommand extends Command
|
|||||||
$this->seedPelletTypes();
|
$this->seedPelletTypes();
|
||||||
$this->seedBuildings();
|
$this->seedBuildings();
|
||||||
$this->seedReceptionTypes();
|
$this->seedReceptionTypes();
|
||||||
|
$this->seedBovineTypes();
|
||||||
|
$this->seedShipmentTypes();
|
||||||
$this->seedSuppliers();
|
$this->seedSuppliers();
|
||||||
|
$this->entityManager->flush();
|
||||||
|
$this->seedCustomers($io);
|
||||||
|
|
||||||
$this->entityManager->flush();
|
$this->entityManager->flush();
|
||||||
|
|
||||||
@@ -61,7 +68,7 @@ class SeedCommand extends Command
|
|||||||
|
|
||||||
private function seedTrucks(): array
|
private function seedTrucks(): array
|
||||||
{
|
{
|
||||||
$trucks = ['Citerne', 'Porteur'];
|
$trucks = ['Citerne', 'Porteur', 'Plateau', 'Remorque', 'Benne'];
|
||||||
$citerne = null;
|
$citerne = null;
|
||||||
$porteur = null;
|
$porteur = null;
|
||||||
foreach ($trucks as $name) {
|
foreach ($trucks as $name) {
|
||||||
@@ -161,6 +168,7 @@ class SeedCommand extends Command
|
|||||||
['label' => 'Foin', 'code' => 'FOIN'],
|
['label' => 'Foin', 'code' => 'FOIN'],
|
||||||
['label' => 'Paille', 'code' => 'PAILLE'],
|
['label' => 'Paille', 'code' => 'PAILLE'],
|
||||||
['label' => 'Granule', 'code' => 'GRANULE'],
|
['label' => 'Granule', 'code' => 'GRANULE'],
|
||||||
|
['label' => 'Autres', 'code' => 'AUTRES'],
|
||||||
];
|
];
|
||||||
foreach ($merchandiseTypes as $type) {
|
foreach ($merchandiseTypes as $type) {
|
||||||
$this->upsertByCode(MerchandiseType::class, $type['code'], static function (MerchandiseType $entity) use ($type) {
|
$this->upsertByCode(MerchandiseType::class, $type['code'], static function (MerchandiseType $entity) use ($type) {
|
||||||
@@ -223,6 +231,39 @@ class SeedCommand extends Command
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private function seedBovineTypes(): void
|
||||||
|
{
|
||||||
|
$bovineTypes = [
|
||||||
|
['label' => 'Limousine', 'code' => '34'],
|
||||||
|
['label' => 'Charolaise', 'code' => '38'],
|
||||||
|
['label' => 'Parthenaise', 'code' => '71'],
|
||||||
|
];
|
||||||
|
foreach ($bovineTypes as $type) {
|
||||||
|
$this->upsertByCode(BovineType::class, $type['code'], static function (BovineType $entity) use ($type) {
|
||||||
|
$entity
|
||||||
|
->setLabel($type['label'])
|
||||||
|
->setCode($type['code'])
|
||||||
|
;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private function seedShipmentTypes(): void
|
||||||
|
{
|
||||||
|
$shipmentTypes = [
|
||||||
|
['label' => 'Boucherie', 'code' => 'BDB'],
|
||||||
|
['label' => 'Équarrissage', 'code' => 'BE'],
|
||||||
|
];
|
||||||
|
foreach ($shipmentTypes as $type) {
|
||||||
|
$this->upsertByCode(ShipmentType::class, $type['code'], static function (ShipmentType $entity) use ($type) {
|
||||||
|
$entity
|
||||||
|
->setLabel($type['label'])
|
||||||
|
->setCode($type['code'])
|
||||||
|
;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
private function seedSuppliers(): void
|
private function seedSuppliers(): void
|
||||||
{
|
{
|
||||||
$suppliers = [
|
$suppliers = [
|
||||||
@@ -458,6 +499,130 @@ class SeedCommand extends Command
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private function seedCustomers(SymfonyStyle $io): void
|
||||||
|
{
|
||||||
|
$addressRepo = $this->entityManager->getRepository(Address::class);
|
||||||
|
$customers = [
|
||||||
|
[
|
||||||
|
'name' => 'ARNAULT EURL',
|
||||||
|
'phone' => '05.49.02.65.27',
|
||||||
|
'email' => 'eurl.arnault86@orange.fr',
|
||||||
|
'addresses' => [
|
||||||
|
[
|
||||||
|
'label' => 'ARNAULT EURL',
|
||||||
|
'street' => 'Moulin du Guéret',
|
||||||
|
'street2' => 'B.P 30425',
|
||||||
|
'postalCode' => '86100',
|
||||||
|
'city' => 'Antran',
|
||||||
|
'countryCode' => 'FR',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
[
|
||||||
|
'name' => 'COVILIM',
|
||||||
|
'phone' => '05.55.30.03.10',
|
||||||
|
'email' => 'sandra.robineaux@covilim.com',
|
||||||
|
'addresses' => [
|
||||||
|
[
|
||||||
|
'label' => 'COVILIM',
|
||||||
|
'street' => 'Rue de Nexon',
|
||||||
|
'street2' => null,
|
||||||
|
'postalCode' => '87000',
|
||||||
|
'city' => 'LIMOGES',
|
||||||
|
'countryCode' => 'FR',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
[
|
||||||
|
'name' => 'Les producteurs de la marche (LPM)',
|
||||||
|
'phone' => '05.55.63.04.53',
|
||||||
|
'email' => 'f.legalliard@lpmcoop.fr',
|
||||||
|
'addresses' => [
|
||||||
|
[
|
||||||
|
'label' => 'Les producteurs de la marche (LPM)',
|
||||||
|
'street' => 'Malonze',
|
||||||
|
'street2' => null,
|
||||||
|
'postalCode' => '23300',
|
||||||
|
'city' => 'LA SOUTERRAINE',
|
||||||
|
'countryCode' => 'FR',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
[
|
||||||
|
'name' => 'LORTHOLARY BETAIL',
|
||||||
|
'phone' => '05.49.52.77.10',
|
||||||
|
'email' => 'contact86@lortholarybetail.com',
|
||||||
|
'addresses' => [
|
||||||
|
[
|
||||||
|
'label' => 'LORTHOLARY BETAIL',
|
||||||
|
'street' => 'FERME DE GENIEC',
|
||||||
|
'street2' => null,
|
||||||
|
'postalCode' => '86550',
|
||||||
|
'city' => 'MIGNALOUX BEAUVOIR',
|
||||||
|
'countryCode' => 'FR',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
[
|
||||||
|
'name' => 'TERRENA',
|
||||||
|
'phone' => '02.40.98.90.00',
|
||||||
|
'email' => 'scouillaud@terrena.fr',
|
||||||
|
'addresses' => [
|
||||||
|
[
|
||||||
|
'label' => 'TERRENA',
|
||||||
|
'street' => 'LA NOELLE',
|
||||||
|
'street2' => 'BP 20199',
|
||||||
|
'postalCode' => '44155',
|
||||||
|
'city' => 'ANCENIS CEDEX',
|
||||||
|
'countryCode' => 'FR',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
];
|
||||||
|
|
||||||
|
foreach ($customers as $customerData) {
|
||||||
|
$customerName = $customerData['name'] ?? $customerData['label'] ?? null;
|
||||||
|
if (!$customerName) {
|
||||||
|
$io->warning('Customer skipped: missing "name".');
|
||||||
|
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
$customer = $this->upsertByName(Customer::class, $customerName, static function (Customer $customer) use ($customerData, $customerName) {
|
||||||
|
$customer
|
||||||
|
->setName($customerName)
|
||||||
|
->setPhone($customerData['phone'] ?? null)
|
||||||
|
->setEmail($customerData['email'] ?? null)
|
||||||
|
;
|
||||||
|
});
|
||||||
|
|
||||||
|
$addresses = [];
|
||||||
|
if (isset($customerData['addresses']) && is_array($customerData['addresses'])) {
|
||||||
|
foreach ($customerData['addresses'] as $addressData) {
|
||||||
|
$addresses[] = $this->upsertAddress($addressData);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
// Backward compatibility for older seed format with address ids.
|
||||||
|
$addressIds = $customerData['addressIds'] ?? (isset($customerData['addressId']) ? [$customerData['addressId']] : []);
|
||||||
|
foreach ($addressIds as $addressId) {
|
||||||
|
$address = $addressRepo->find($addressId);
|
||||||
|
if (!$address instanceof Address) {
|
||||||
|
$io->warning(sprintf(
|
||||||
|
'Customer "%s" skipped address id %d: not found.',
|
||||||
|
$customerName,
|
||||||
|
$addressId
|
||||||
|
));
|
||||||
|
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
$addresses[] = $address;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
$customer->setAddresses($addresses);
|
||||||
|
$this->entityManager->persist($customer);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
private function upsertByCode(string $entityClass, string $code, callable $apply): object
|
private function upsertByCode(string $entityClass, string $code, callable $apply): object
|
||||||
{
|
{
|
||||||
$repo = $this->entityManager->getRepository($entityClass);
|
$repo = $this->entityManager->getRepository($entityClass);
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ class AppFixtures extends Fixture implements DependentFixtureInterface
|
|||||||
return [
|
return [
|
||||||
TransportFixtures::class,
|
TransportFixtures::class,
|
||||||
ReferenceFixtures::class,
|
ReferenceFixtures::class,
|
||||||
SupplierFixtures::class,
|
|
||||||
UserFixtures::class,
|
UserFixtures::class,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,10 +5,13 @@ declare(strict_types=1);
|
|||||||
namespace App\DataFixtures;
|
namespace App\DataFixtures;
|
||||||
|
|
||||||
use App\Entity\Address;
|
use App\Entity\Address;
|
||||||
|
use App\Entity\BovineType;
|
||||||
use App\Entity\Building;
|
use App\Entity\Building;
|
||||||
|
use App\Entity\Customer;
|
||||||
use App\Entity\MerchandiseType;
|
use App\Entity\MerchandiseType;
|
||||||
use App\Entity\PelletType;
|
use App\Entity\PelletType;
|
||||||
use App\Entity\ReceptionType;
|
use App\Entity\ReceptionType;
|
||||||
|
use App\Entity\ShipmentType;
|
||||||
use App\Entity\Supplier;
|
use App\Entity\Supplier;
|
||||||
use Doctrine\Bundle\FixturesBundle\Fixture;
|
use Doctrine\Bundle\FixturesBundle\Fixture;
|
||||||
use Doctrine\Persistence\ObjectManager;
|
use Doctrine\Persistence\ObjectManager;
|
||||||
@@ -17,10 +20,13 @@ class ReferenceFixtures extends Fixture
|
|||||||
{
|
{
|
||||||
public function load(ObjectManager $manager): void
|
public function load(ObjectManager $manager): void
|
||||||
{
|
{
|
||||||
|
$addressIndex = [];
|
||||||
|
|
||||||
$merchandiseTypes = [
|
$merchandiseTypes = [
|
||||||
['label' => 'Foin', 'code' => 'FOIN'],
|
['label' => 'Foin', 'code' => 'FOIN'],
|
||||||
['label' => 'Paille', 'code' => 'PAILLE'],
|
['label' => 'Paille', 'code' => 'PAILLE'],
|
||||||
['label' => 'Granule', 'code' => 'GRANULE'],
|
['label' => 'Granule', 'code' => 'GRANULE'],
|
||||||
|
['label' => 'Autres', 'code' => 'AUTRES'],
|
||||||
];
|
];
|
||||||
foreach ($merchandiseTypes as $type) {
|
foreach ($merchandiseTypes as $type) {
|
||||||
$merchandiseType = new MerchandiseType()
|
$merchandiseType = new MerchandiseType()
|
||||||
@@ -69,6 +75,31 @@ class ReferenceFixtures extends Fixture
|
|||||||
$manager->persist($receptionType);
|
$manager->persist($receptionType);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$bovineTypes = [
|
||||||
|
['label' => 'Limousine', 'code' => '34'],
|
||||||
|
['label' => 'Charolaise', 'code' => '38'],
|
||||||
|
['label' => 'Parthenaise', 'code' => '71'],
|
||||||
|
];
|
||||||
|
foreach ($bovineTypes as $type) {
|
||||||
|
$bovineType = new BovineType()
|
||||||
|
->setLabel($type['label'])
|
||||||
|
->setCode($type['code'])
|
||||||
|
;
|
||||||
|
$manager->persist($bovineType);
|
||||||
|
}
|
||||||
|
|
||||||
|
$shipmentTypes = [
|
||||||
|
['label' => 'Bovin de boucherie', 'code' => 'BDB'],
|
||||||
|
['label' => "Bovin d'équarrissage", 'code' => 'BE'],
|
||||||
|
];
|
||||||
|
foreach ($shipmentTypes as $type) {
|
||||||
|
$shipmentType = new ShipmentType()
|
||||||
|
->setLabel($type['label'])
|
||||||
|
->setCode($type['code'])
|
||||||
|
;
|
||||||
|
$manager->persist($shipmentType);
|
||||||
|
}
|
||||||
|
|
||||||
$suppliers = [
|
$suppliers = [
|
||||||
[
|
[
|
||||||
'name' => 'LIOT',
|
'name' => 'LIOT',
|
||||||
@@ -290,21 +321,129 @@ class ReferenceFixtures extends Fixture
|
|||||||
;
|
;
|
||||||
|
|
||||||
foreach ($supplierData['addresses'] as $addressData) {
|
foreach ($supplierData['addresses'] as $addressData) {
|
||||||
$address = new Address()
|
$addressKey = sprintf('%s|%s', $addressData['label'], $addressData['postalCode']);
|
||||||
->setLabel($addressData['label'])
|
if (!isset($addressIndex[$addressKey])) {
|
||||||
->setStreet($addressData['street'])
|
$addressIndex[$addressKey] = new Address()
|
||||||
->setStreet2($addressData['street2'])
|
->setLabel($addressData['label'])
|
||||||
->setPostalCode($addressData['postalCode'])
|
->setStreet($addressData['street'])
|
||||||
->setCity($addressData['city'])
|
->setStreet2($addressData['street2'])
|
||||||
->setCountryCode($addressData['countryCode'])
|
->setPostalCode($addressData['postalCode'])
|
||||||
;
|
->setCity($addressData['city'])
|
||||||
$manager->persist($address);
|
->setCountryCode($addressData['countryCode'])
|
||||||
|
;
|
||||||
|
$manager->persist($addressIndex[$addressKey]);
|
||||||
|
}
|
||||||
|
$address = $addressIndex[$addressKey];
|
||||||
$supplier->getAddresses()->add($address);
|
$supplier->getAddresses()->add($address);
|
||||||
}
|
}
|
||||||
|
|
||||||
$manager->persist($supplier);
|
$manager->persist($supplier);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$customers = [
|
||||||
|
[
|
||||||
|
'name' => 'ARNAULT EURL',
|
||||||
|
'phone' => '05.49.02.65.27',
|
||||||
|
'email' => 'eurl.arnault86@orange.fr',
|
||||||
|
'addresses' => [
|
||||||
|
[
|
||||||
|
'label' => 'ARNAULT EURL',
|
||||||
|
'street' => 'Moulin du Guéret',
|
||||||
|
'street2' => 'B.P 30425',
|
||||||
|
'postalCode' => '86100',
|
||||||
|
'city' => 'Antran',
|
||||||
|
'countryCode' => 'FR',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
[
|
||||||
|
'name' => 'COVILIM',
|
||||||
|
'phone' => '05.55.30.03.10',
|
||||||
|
'email' => 'sandra.robineaux@covilim.com',
|
||||||
|
'addresses' => [
|
||||||
|
[
|
||||||
|
'label' => 'COVILIM',
|
||||||
|
'street' => 'Rue de Nexon',
|
||||||
|
'street2' => null,
|
||||||
|
'postalCode' => '87000',
|
||||||
|
'city' => 'LIMOGES',
|
||||||
|
'countryCode' => 'FR',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
[
|
||||||
|
'name' => 'Les producteurs de la marche (LPM)',
|
||||||
|
'phone' => '05.55.63.04.53',
|
||||||
|
'email' => 'f.legalliard@lpmcoop.fr',
|
||||||
|
'addresses' => [
|
||||||
|
[
|
||||||
|
'label' => 'Les producteurs de la marche (LPM)',
|
||||||
|
'street' => 'Malonze',
|
||||||
|
'street2' => null,
|
||||||
|
'postalCode' => '23300',
|
||||||
|
'city' => 'LA SOUTERRAINE',
|
||||||
|
'countryCode' => 'FR',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
[
|
||||||
|
'name' => 'LORTHOLARY BETAIL',
|
||||||
|
'phone' => '05.49.52.77.10',
|
||||||
|
'email' => 'contact86@lortholarybetail.com',
|
||||||
|
'addresses' => [
|
||||||
|
[
|
||||||
|
'label' => 'LORTHOLARY BETAIL',
|
||||||
|
'street' => 'FERME DE GENIEC',
|
||||||
|
'street2' => null,
|
||||||
|
'postalCode' => '86550',
|
||||||
|
'city' => 'MIGNALOUX BEAUVOIR',
|
||||||
|
'countryCode' => 'FR',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
[
|
||||||
|
'name' => 'TERRENA',
|
||||||
|
'phone' => '02.40.98.90.00',
|
||||||
|
'email' => 'scouillaud@terrena.fr',
|
||||||
|
'addresses' => [
|
||||||
|
[
|
||||||
|
'label' => 'TERRENA',
|
||||||
|
'street' => 'LA NOELLE',
|
||||||
|
'street2' => 'BP 20199',
|
||||||
|
'postalCode' => '44155',
|
||||||
|
'city' => 'ANCENIS CEDEX',
|
||||||
|
'countryCode' => 'FR',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
];
|
||||||
|
|
||||||
|
foreach ($customers as $customerData) {
|
||||||
|
$customer = new Customer()
|
||||||
|
->setName($customerData['name'])
|
||||||
|
->setPhone($customerData['phone'])
|
||||||
|
->setEmail($customerData['email'])
|
||||||
|
;
|
||||||
|
|
||||||
|
foreach ($customerData['addresses'] as $addressData) {
|
||||||
|
$addressKey = sprintf('%s|%s', $addressData['label'], $addressData['postalCode']);
|
||||||
|
if (!isset($addressIndex[$addressKey])) {
|
||||||
|
$addressIndex[$addressKey] = new Address()
|
||||||
|
->setLabel($addressData['label'])
|
||||||
|
->setStreet($addressData['street'])
|
||||||
|
->setStreet2($addressData['street2'])
|
||||||
|
->setPostalCode($addressData['postalCode'])
|
||||||
|
->setCity($addressData['city'])
|
||||||
|
->setCountryCode($addressData['countryCode'])
|
||||||
|
;
|
||||||
|
$manager->persist($addressIndex[$addressKey]);
|
||||||
|
}
|
||||||
|
$customer->getAddresses()->add($addressIndex[$addressKey]);
|
||||||
|
}
|
||||||
|
|
||||||
|
$manager->persist($customer);
|
||||||
|
}
|
||||||
|
|
||||||
$manager->flush();
|
$manager->flush();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,38 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace App\DataFixtures;
|
|
||||||
|
|
||||||
use App\Entity\Address;
|
|
||||||
use App\Entity\Supplier;
|
|
||||||
use Doctrine\Bundle\FixturesBundle\Fixture;
|
|
||||||
use Doctrine\Persistence\ObjectManager;
|
|
||||||
|
|
||||||
class SupplierFixtures extends Fixture
|
|
||||||
{
|
|
||||||
public function load(ObjectManager $manager): void
|
|
||||||
{
|
|
||||||
$address = new Address()
|
|
||||||
->setLabel('LIOT CHATELLERAULT')
|
|
||||||
->setStreet("14 Allée d'Argenson")
|
|
||||||
->setStreet2('ZI Nord')
|
|
||||||
->setPostalCode('86100')
|
|
||||||
->setCity('CHATELLERAULT')
|
|
||||||
->setCountryCode('FR')
|
|
||||||
;
|
|
||||||
|
|
||||||
$supplier = new Supplier()
|
|
||||||
->setName('LIOT')
|
|
||||||
->setEmail('lpc.contacts@lpc-liot.fr')
|
|
||||||
->setPhone('05.49.20.09.10')
|
|
||||||
;
|
|
||||||
|
|
||||||
$supplier->getAddresses()->add($address);
|
|
||||||
|
|
||||||
$manager->persist($address);
|
|
||||||
$manager->persist($supplier);
|
|
||||||
|
|
||||||
$manager->flush();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -15,11 +15,17 @@ class TransportFixtures extends Fixture
|
|||||||
{
|
{
|
||||||
public function load(ObjectManager $manager): void
|
public function load(ObjectManager $manager): void
|
||||||
{
|
{
|
||||||
$citerne = new Truck()->setName('Citerne');
|
$citerne = new Truck()->setName('Citerne');
|
||||||
$porteur = new Truck()->setName('Porteur');
|
$porteur = new Truck()->setName('Porteur');
|
||||||
|
$plateau = new Truck()->setName('Plateau');
|
||||||
|
$remorque = new Truck()->setName('Remorque');
|
||||||
|
$benne = new Truck()->setName('Benne');
|
||||||
|
|
||||||
$manager->persist($citerne);
|
$manager->persist($citerne);
|
||||||
$manager->persist($porteur);
|
$manager->persist($porteur);
|
||||||
|
$manager->persist($plateau);
|
||||||
|
$manager->persist($remorque);
|
||||||
|
$manager->persist($benne);
|
||||||
|
|
||||||
$liot = new Carrier()
|
$liot = new Carrier()
|
||||||
->setName('LIOT')
|
->setName('LIOT')
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ use Symfony\Component\Serializer\Attribute\Groups;
|
|||||||
|
|
||||||
#[ORM\Entity]
|
#[ORM\Entity]
|
||||||
#[ORM\Table(name: 'address')]
|
#[ORM\Table(name: 'address')]
|
||||||
|
#[ORM\HasLifecycleCallbacks]
|
||||||
#[ApiResource(
|
#[ApiResource(
|
||||||
operations: [
|
operations: [
|
||||||
new Get(
|
new Get(
|
||||||
@@ -66,6 +67,10 @@ class Address
|
|||||||
#[Groups(['address:read', 'supplier:read', 'reception:read', 'customer:read', 'shipment:read', 'address:write'])]
|
#[Groups(['address:read', 'supplier:read', 'reception:read', 'customer:read', 'shipment:read', 'address:write'])]
|
||||||
private string $city = '';
|
private string $city = '';
|
||||||
|
|
||||||
|
#[ORM\Column(length: 400)]
|
||||||
|
#[Groups(['address:read', 'supplier:read', 'reception:read', 'customer:read', 'shipment:read', 'address:write'])]
|
||||||
|
private string $fullAddress = '';
|
||||||
|
|
||||||
#[ORM\Column(name: 'country_code', length: 2)]
|
#[ORM\Column(name: 'country_code', length: 2)]
|
||||||
#[Groups(['address:read', 'supplier:read', 'customer:read', 'address:write'])]
|
#[Groups(['address:read', 'supplier:read', 'customer:read', 'address:write'])]
|
||||||
private string $countryCode = '';
|
private string $countryCode = '';
|
||||||
@@ -165,16 +170,21 @@ class Address
|
|||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
#[Groups(['address:read', 'supplier:read', 'reception:read', 'shipment:read', 'customer:read'])]
|
|
||||||
public function getFullAddress(): string
|
public function getFullAddress(): string
|
||||||
{
|
{
|
||||||
$parts = array_filter([
|
return $this->fullAddress;
|
||||||
$this->street,
|
}
|
||||||
$this->street2,
|
|
||||||
trim(sprintf('%s %s', $this->postalCode, $this->city)),
|
|
||||||
]);
|
|
||||||
|
|
||||||
return implode(', ', $parts);
|
#[ORM\PrePersist]
|
||||||
|
#[ORM\PreUpdate]
|
||||||
|
public function updateFullAddress(): void
|
||||||
|
{
|
||||||
|
$this->fullAddress = trim(sprintf(
|
||||||
|
'%s %s %s',
|
||||||
|
$this->street ?? '',
|
||||||
|
$this->postalCode ?? '',
|
||||||
|
$this->city ?? ''
|
||||||
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ use Symfony\Component\Serializer\Attribute\Groups;
|
|||||||
|
|
||||||
#[ORM\Entity]
|
#[ORM\Entity]
|
||||||
#[ApiFilter(SearchFilter::class, properties: ['shipment' => 'exact'])]
|
#[ApiFilter(SearchFilter::class, properties: ['shipment' => 'exact'])]
|
||||||
#[ORM\UniqueConstraint(name: 'uniq_bovin_shipment', columns: ['shipment_id', 'shipment_type_id'])]
|
#[ORM\UniqueConstraint(name: 'uniq_bovin_shipment_one_type', columns: ['shipment_id'])]
|
||||||
#[ORM\Table(name: 'bovin_shipment')]
|
#[ORM\Table(name: 'bovin_shipment')]
|
||||||
#[ApiResource(
|
#[ApiResource(
|
||||||
operations: [
|
operations: [
|
||||||
|
|||||||
@@ -7,6 +7,8 @@ namespace App\Entity;
|
|||||||
use ApiPlatform\Metadata\ApiResource;
|
use ApiPlatform\Metadata\ApiResource;
|
||||||
use ApiPlatform\Metadata\Get;
|
use ApiPlatform\Metadata\Get;
|
||||||
use ApiPlatform\Metadata\GetCollection;
|
use ApiPlatform\Metadata\GetCollection;
|
||||||
|
use ApiPlatform\Metadata\Patch;
|
||||||
|
use ApiPlatform\Metadata\Post;
|
||||||
use Doctrine\ORM\Mapping as ORM;
|
use Doctrine\ORM\Mapping as ORM;
|
||||||
use Symfony\Component\Serializer\Attribute\Groups;
|
use Symfony\Component\Serializer\Attribute\Groups;
|
||||||
|
|
||||||
@@ -20,6 +22,17 @@ use Symfony\Component\Serializer\Attribute\Groups;
|
|||||||
new GetCollection(
|
new GetCollection(
|
||||||
normalizationContext: ['groups' => ['bovine-type:read']],
|
normalizationContext: ['groups' => ['bovine-type:read']],
|
||||||
),
|
),
|
||||||
|
new Post(
|
||||||
|
normalizationContext: ['groups' => ['bovine-type:read']],
|
||||||
|
denormalizationContext: ['groups' => ['bovine-type:write']],
|
||||||
|
security: "is_granted('ROLE_ADMIN')",
|
||||||
|
),
|
||||||
|
new Patch(
|
||||||
|
requirements: ['id' => '\d+'],
|
||||||
|
normalizationContext: ['groups' => ['bovine-type:read']],
|
||||||
|
denormalizationContext: ['groups' => ['bovine-type:write']],
|
||||||
|
security: "is_granted('ROLE_ADMIN')",
|
||||||
|
),
|
||||||
],
|
],
|
||||||
security: "is_granted('ROLE_USER')",
|
security: "is_granted('ROLE_USER')",
|
||||||
)]
|
)]
|
||||||
@@ -32,11 +45,11 @@ class BovineType
|
|||||||
private ?int $id = null;
|
private ?int $id = null;
|
||||||
|
|
||||||
#[ORM\Column(length: 120)]
|
#[ORM\Column(length: 120)]
|
||||||
#[Groups(['bovine-type:read', 'reception:read', 'reception-bovine:read'])]
|
#[Groups(['bovine-type:read', 'bovine-type:write', 'reception:read', 'reception-bovine:read'])]
|
||||||
private ?string $label = null;
|
private ?string $label = null;
|
||||||
|
|
||||||
#[ORM\Column(length: 50)]
|
#[ORM\Column(length: 50)]
|
||||||
#[Groups(['bovine-type:read', 'reception:read', 'reception-bovine:read'])]
|
#[Groups(['bovine-type:read', 'bovine-type:write', 'reception:read', 'reception-bovine:read'])]
|
||||||
private ?string $code = null;
|
private ?string $code = null;
|
||||||
|
|
||||||
public function getId(): ?int
|
public function getId(): ?int
|
||||||
|
|||||||
@@ -4,6 +4,8 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace App\Entity;
|
namespace App\Entity;
|
||||||
|
|
||||||
|
use ApiPlatform\Doctrine\Orm\Filter\SearchFilter;
|
||||||
|
use ApiPlatform\Metadata\ApiFilter;
|
||||||
use ApiPlatform\Metadata\ApiProperty;
|
use ApiPlatform\Metadata\ApiProperty;
|
||||||
use ApiPlatform\Metadata\ApiResource;
|
use ApiPlatform\Metadata\ApiResource;
|
||||||
use ApiPlatform\Metadata\Get;
|
use ApiPlatform\Metadata\Get;
|
||||||
@@ -17,6 +19,9 @@ use Symfony\Component\Serializer\Attribute\Groups;
|
|||||||
|
|
||||||
#[ORM\Entity]
|
#[ORM\Entity]
|
||||||
#[ORM\Table(name: 'customer')]
|
#[ORM\Table(name: 'customer')]
|
||||||
|
#[ApiFilter(SearchFilter::class, properties: [
|
||||||
|
'name' => 'ipartial',
|
||||||
|
])]
|
||||||
#[ApiResource(
|
#[ApiResource(
|
||||||
operations: [
|
operations: [
|
||||||
new Get(
|
new Get(
|
||||||
@@ -47,13 +52,17 @@ class Customer
|
|||||||
#[Groups(['shipment:read', 'customer:read'])]
|
#[Groups(['shipment:read', 'customer:read'])]
|
||||||
private ?int $id = null;
|
private ?int $id = null;
|
||||||
|
|
||||||
#[ORM\Column(length: 255)]
|
#[ORM\Column(length: 180)]
|
||||||
#[Groups(['customer:read', 'customer:write', 'shipment:read'])]
|
#[Groups(['customer:read', 'customer:write', 'shipment:read'])]
|
||||||
private ?string $label = null;
|
private string $name = '';
|
||||||
|
|
||||||
#[ORM\Column(length: 255)]
|
#[ORM\Column(length: 180, nullable: true)]
|
||||||
#[Groups(['customer:read', 'customer:write', 'shipment:read'])]
|
#[Groups(['customer:read', 'customer:write', 'shipment:read'])]
|
||||||
private ?string $code = null;
|
private ?string $email = null;
|
||||||
|
|
||||||
|
#[ORM\Column(length: 40, nullable: true)]
|
||||||
|
#[Groups(['customer:read', 'customer:write', 'shipment:read'])]
|
||||||
|
private ?string $phone = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var Collection<int, Address>
|
* @var Collection<int, Address>
|
||||||
@@ -74,24 +83,40 @@ class Customer
|
|||||||
return $this->id;
|
return $this->id;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getLabel(): ?string
|
public function getName(): string
|
||||||
{
|
{
|
||||||
return $this->label;
|
return $this->name;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setLabel(?string $label): void
|
public function setName(string $name): self
|
||||||
{
|
{
|
||||||
$this->label = $label;
|
$this->name = $name;
|
||||||
|
|
||||||
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getCode(): ?string
|
public function getEmail(): ?string
|
||||||
{
|
{
|
||||||
return $this->code;
|
return $this->email;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setCode(?string $code): void
|
public function setEmail(?string $email): self
|
||||||
{
|
{
|
||||||
$this->code = $code;
|
$this->email = $email;
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
public function getPhone(): ?string
|
||||||
|
{
|
||||||
|
return $this->phone;
|
||||||
|
}
|
||||||
|
|
||||||
|
public function setPhone(?string $phone): self
|
||||||
|
{
|
||||||
|
$this->phone = $phone;
|
||||||
|
|
||||||
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getAddresses(): Collection
|
public function getAddresses(): Collection
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ declare(strict_types=1);
|
|||||||
namespace App\Entity;
|
namespace App\Entity;
|
||||||
|
|
||||||
use ApiPlatform\Doctrine\Orm\Filter\BooleanFilter;
|
use ApiPlatform\Doctrine\Orm\Filter\BooleanFilter;
|
||||||
|
use ApiPlatform\Doctrine\Orm\Filter\DateFilter;
|
||||||
|
use ApiPlatform\Doctrine\Orm\Filter\SearchFilter;
|
||||||
use ApiPlatform\Metadata\ApiFilter;
|
use ApiPlatform\Metadata\ApiFilter;
|
||||||
use ApiPlatform\Metadata\ApiProperty;
|
use ApiPlatform\Metadata\ApiProperty;
|
||||||
use ApiPlatform\Metadata\ApiResource;
|
use ApiPlatform\Metadata\ApiResource;
|
||||||
@@ -29,6 +31,15 @@ use Symfony\Component\Serializer\Normalizer\DateTimeNormalizer;
|
|||||||
#[ORM\HasLifecycleCallbacks]
|
#[ORM\HasLifecycleCallbacks]
|
||||||
#[ORM\Table(name: 'reception')]
|
#[ORM\Table(name: 'reception')]
|
||||||
#[ApiFilter(BooleanFilter::class, properties: ['isValid'])]
|
#[ApiFilter(BooleanFilter::class, properties: ['isValid'])]
|
||||||
|
#[ApiFilter(SearchFilter::class, properties: [
|
||||||
|
'identificationNumber' => 'ipartial',
|
||||||
|
'supplier.name' => 'ipartial',
|
||||||
|
'carrier.name' => 'ipartial',
|
||||||
|
'licensePlate' => 'ipartial',
|
||||||
|
'receptionType.label' => 'ipartial',
|
||||||
|
'address.fullAddress' => 'ipartial',
|
||||||
|
])]
|
||||||
|
#[ApiFilter(DateFilter::class, properties: ['receptionDate'])]
|
||||||
#[ApiResource(
|
#[ApiResource(
|
||||||
operations: [
|
operations: [
|
||||||
new Get(
|
new Get(
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ declare(strict_types=1);
|
|||||||
namespace App\Entity;
|
namespace App\Entity;
|
||||||
|
|
||||||
use ApiPlatform\Doctrine\Orm\Filter\BooleanFilter;
|
use ApiPlatform\Doctrine\Orm\Filter\BooleanFilter;
|
||||||
|
use ApiPlatform\Doctrine\Orm\Filter\DateFilter;
|
||||||
|
use ApiPlatform\Doctrine\Orm\Filter\SearchFilter;
|
||||||
use ApiPlatform\Metadata\ApiFilter;
|
use ApiPlatform\Metadata\ApiFilter;
|
||||||
use ApiPlatform\Metadata\ApiProperty;
|
use ApiPlatform\Metadata\ApiProperty;
|
||||||
use ApiPlatform\Metadata\ApiResource;
|
use ApiPlatform\Metadata\ApiResource;
|
||||||
@@ -29,6 +31,15 @@ use Symfony\Component\Serializer\Normalizer\DateTimeNormalizer;
|
|||||||
#[ORM\HasLifecycleCallbacks]
|
#[ORM\HasLifecycleCallbacks]
|
||||||
#[ORM\Table(name: 'shipment')]
|
#[ORM\Table(name: 'shipment')]
|
||||||
#[ApiFilter(BooleanFilter::class, properties: ['isValid'])]
|
#[ApiFilter(BooleanFilter::class, properties: ['isValid'])]
|
||||||
|
#[ApiFilter(SearchFilter::class, properties: [
|
||||||
|
'identificationNumber' => 'ipartial',
|
||||||
|
'customer.name' => 'ipartial',
|
||||||
|
'carrier.name' => 'ipartial',
|
||||||
|
'licencePlate' => 'ipartial',
|
||||||
|
'bovinShipments' => 'ipartial',
|
||||||
|
'address.fullAddress' => 'ipartial',
|
||||||
|
])]
|
||||||
|
#[ApiFilter(DateFilter::class, properties: ['receptionDate'])]
|
||||||
#[ApiResource(
|
#[ApiResource(
|
||||||
operations: [
|
operations: [
|
||||||
new Get(
|
new Get(
|
||||||
@@ -328,7 +339,7 @@ class Shipment
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$number = sprintf('P-BR-%04d', $this->id);
|
$number = sprintf('P-BL-%04d', $this->id);
|
||||||
$this->identificationNumber = $number;
|
$this->identificationNumber = $number;
|
||||||
|
|
||||||
$args->getObjectManager()
|
$args->getObjectManager()
|
||||||
|
|||||||
@@ -4,6 +4,8 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace App\Entity;
|
namespace App\Entity;
|
||||||
|
|
||||||
|
use ApiPlatform\Doctrine\Orm\Filter\SearchFilter;
|
||||||
|
use ApiPlatform\Metadata\ApiFilter;
|
||||||
use ApiPlatform\Metadata\ApiProperty;
|
use ApiPlatform\Metadata\ApiProperty;
|
||||||
use ApiPlatform\Metadata\ApiResource;
|
use ApiPlatform\Metadata\ApiResource;
|
||||||
use ApiPlatform\Metadata\Get;
|
use ApiPlatform\Metadata\Get;
|
||||||
@@ -17,6 +19,9 @@ use Symfony\Component\Serializer\Attribute\Groups;
|
|||||||
|
|
||||||
#[ORM\Entity]
|
#[ORM\Entity]
|
||||||
#[ORM\Table(name: 'supplier')]
|
#[ORM\Table(name: 'supplier')]
|
||||||
|
#[ApiFilter(SearchFilter::class, properties: [
|
||||||
|
'name' => 'ipartial',
|
||||||
|
])]
|
||||||
#[ApiResource(
|
#[ApiResource(
|
||||||
operations: [
|
operations: [
|
||||||
new Get(
|
new Get(
|
||||||
@@ -26,7 +31,7 @@ use Symfony\Component\Serializer\Attribute\Groups;
|
|||||||
),
|
),
|
||||||
new GetCollection(
|
new GetCollection(
|
||||||
normalizationContext: ['groups' => ['supplier:read']],
|
normalizationContext: ['groups' => ['supplier:read']],
|
||||||
security: "is_granted('ROLE_ADMIN')"
|
security: "is_granted('ROLE_USER')"
|
||||||
),
|
),
|
||||||
new Post(
|
new Post(
|
||||||
normalizationContext: ['groups' => ['supplier:read']],
|
normalizationContext: ['groups' => ['supplier:read']],
|
||||||
|
|||||||
@@ -174,7 +174,7 @@
|
|||||||
|
|
||||||
<td style="width:30%; text-align:right; vertical-align:top; font-size: 14px;">
|
<td style="width:30%; text-align:right; vertical-align:top; font-size: 14px;">
|
||||||
<div style="display:inline-block; width:75mm; line-height:1.3;">
|
<div style="display:inline-block; width:75mm; line-height:1.3;">
|
||||||
<strong>{{ shipment.customer ? shipment.customer.label : '-' }}</strong><br>
|
<strong>{{ shipment.customer ? shipment.customer.name : '-' }}</strong><br>
|
||||||
<span>{{ shipment.address ? shipment.address.street : '' }}</span><br>
|
<span>{{ shipment.address ? shipment.address.street : '' }}</span><br>
|
||||||
{% if shipment.address and shipment.address.street2 %}
|
{% if shipment.address and shipment.address.street2 %}
|
||||||
<span>{{ shipment.address.street2 }}</span><br>
|
<span>{{ shipment.address.street2 }}</span><br>
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width:55%; text-align:center;">
|
<td style="width:55%; text-align:center;">
|
||||||
{{ shipment.customer ? shipment.customer.code : '-' }}
|
{{ shipment.customer ? shipment.customer.name : '-' }}
|
||||||
</td>
|
</td>
|
||||||
<td style="width:20%; text-align:center; white-space:nowrap;">
|
<td style="width:20%; text-align:center; white-space:nowrap;">
|
||||||
{{ shipment.shipmentDate|date('d/m/Y') }}
|
{{ shipment.shipmentDate|date('d/m/Y') }}
|
||||||
@@ -276,7 +276,7 @@
|
|||||||
<td style="width:60%; padding-right:8mm; vertical-align:top;">
|
<td style="width:60%; padding-right:8mm; vertical-align:top;">
|
||||||
<div class="meta">
|
<div class="meta">
|
||||||
<p>Transporteur : {{ shipment.carrier ? shipment.carrier.name : '-' }}</p>
|
<p>Transporteur : {{ shipment.carrier ? shipment.carrier.name : '-' }}</p>
|
||||||
<p>Mode de livraison : {{ shipment.truck ? shipment.truck.name : '-' }}</p>
|
<p>Mode d'expédition : {{ shipment.truck ? shipment.truck.name : '-' }}</p>
|
||||||
<p>Immatriculation : {{ shipment.licencePlate ?? '-' }}</p>
|
<p>Immatriculation : {{ shipment.licencePlate ?? '-' }}</p>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user