Item types #319

Merged
jsegarra merged 28 commits from :feature/ItemFamily into dev 2024-05-02 07:39:59 +00:00
Contributor
No description provided.
hyervoni added 1 commit 2024-04-23 18:40:48 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
78561c5f42
Item types
hyervoni requested review from alexm 2024-04-23 18:41:11 +00:00
hyervoni requested review from jsegarra 2024-04-23 18:41:11 +00:00
wbuezas added 1 commit 2024-04-23 19:45:37 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
42fe189e9f
Add module name in Item router file
jsegarra added 1 commit 2024-04-24 05:04:22 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
5dc41f8236
Merge branch 'dev' into feature/ItemFamily
jsegarra requested changes 2024-04-24 05:04:33 +00:00
Dismissed
@ -0,0 +5,4 @@
name: 'ItemType',
meta: {
title: 'itemType',
icon: 'contact_support',
Member

Añadir moduleName: 'ItemType'

Añadir moduleName: 'ItemType'
jsegarra marked this conversation as resolved
alexm requested changes 2024-04-24 07:20:35 +00:00
Dismissed
alexm left a comment
Member

Falta el filtro superior de itemType de salix pasarlo como filtro lateral en lilium.
También he visto que la busqueda superior falla al buscar por letra (ALS) pq te redirige a item-type/als/loqsea
no estoy seguro si es un fallo que ya habia y en nuestro /dev esta arreglado

@wbuezas ¿Puedes resolver los comentarios que ha puesto alex?

Falta el filtro superior de itemType de salix pasarlo como filtro lateral en lilium. También he visto que la busqueda superior falla al buscar por letra (ALS) pq te redirige a `item-type/als/loqsea` no estoy seguro si es un fallo que ya habia y en nuestro /dev esta arreglado @wbuezas ¿Puedes resolver los comentarios que ha puesto alex?
jsegarra added 31 commits 2024-04-24 13:06:01 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
4a0ae8aa45
Item summary
gitea/salix-front/pipeline/pr-dev This commit looks good Details
4d418c9cb7
Pull new traduction yml files and add translations
gitea/salix-front/pipeline/pr-dev This commit looks good Details
92429295cd
more translations
gitea/salix-front/pipeline/pr-dev This commit looks good Details
5f46ad225e
Fix genus and specie value
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details
df2760ef60
Add dense attr to inputs
gitea/salix-front/pipeline/pr-dev This commit looks good Details
ba2499db9d
resolve conflicts
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details
5f01e5c705
change es translations
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details
7165e48bff
Add states translations
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details
a3cc6ed95b
Add filter dates tooltip
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details
81a630d6cd
Add more translations
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details
4396f7d6ba
Fill thumb_down icon on hover
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details
672bc9ca9d
Change form model popup buttons order
gitea/salix-front/pipeline/pr-dev This commit looks good Details
861e4385bb
Merge branch 'dev' into feature/ItemsSummary
gitea/salix-front/pipeline/pr-dev This commit looks good Details
1ea74d0639
fix: minor updates
gitea/salix-front/pipeline/pr-dev This commit looks good Details
299838bfa5
Merge branch 'dev' into feature/ItemsSummary
gitea/salix-front/pipeline/pr-dev This commit looks good Details
51b432dfd0
fix icon
gitea/salix-front/pipeline/pr-dev This commit looks good Details
e1f50f5daf
fix: minorchanges
jsegarra added 1 commit 2024-04-26 10:51:41 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
2deeada1f5
Merge remote-tracking branch 'origin/dev' into fix_Customer_1
jsegarra added 1 commit 2024-04-26 11:28:52 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
127567898d
fix: add filter panel
jsegarra added 1 commit 2024-04-26 12:50:49 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
c1ed4ab032
fix: add exprBuilder
jsegarra added 1 commit 2024-04-26 13:25:38 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
0d50944c2d
fix: add exprBuilder
jsegarra added 2 commits 2024-04-26 15:44:52 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
955e196882
fix: filterPanelbug
jsegarra approved these changes 2024-04-26 15:45:27 +00:00
Dismissed
jsegarra requested review from alexm 2024-04-26 15:45:30 +00:00
alexm requested changes 2024-04-29 05:17:06 +00:00
Dismissed
alexm left a comment
Member

Salix:
image
Lilium:
image

Salix: ![image](/attachments/72a6ee7c-4056-42b2-bfc7-1f4727b635e7) Lilium: ![image](/attachments/4c7bb88a-bc95-4669-b0a1-e27381404ec1)
@ -0,0 +24,4 @@
const redirectToCreateView = () => {
router.push({ name: 'ItemTypeCreate' });
};
const exprBuilder = (param, value) => ({
Member

En Salix no esta así.
Pero en todo caso seria con un OR.

En Salix no esta así. Pero en todo caso seria con un OR.
Contributor

exprBuilder corregido.

Commit: 6276c433d1

exprBuilder corregido. Commit: https://gitea.verdnatura.es/verdnatura/salix-front/commit/6276c433d13b9afea9e3e2726bd0dda469bdc14e
Member

I un dubte, me sona que lo de redirigir quan quedava sols un registre anava, pot ser ha dixat de anar?
image

I un dubte, me sona que lo de redirigir quan quedava sols un registre anava, pot ser ha dixat de anar? ![image](/attachments/5c1abc69-a3ae-4e29-9049-79f9320bff50)
jsegarra added 1 commit 2024-04-29 06:03:52 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
9a840c9cee
Merge branch 'dev' into feature/ItemFamily
jsegarra requested changes 2024-04-29 08:31:34 +00:00
Dismissed
@ -1222,0 +1226,4 @@
itemType: Item type
basicData: Basic data
summary: Summary
shared:
Member

Las tradccuiones no están dentro de la carpeta que toca

Las tradccuiones no están dentro de la carpeta que toca
@ -0,0 +1,26 @@
<script setup>
Member

Falta implementar VnCard

Falta implementar VnCard
@ -0,0 +1,46 @@
import { RouterView } from 'vue-router';
export default {
path: '/item-type',
Member

He añadido item, para que redirija bien

He añadido item, para que redirija bien
jsegarra marked this conversation as resolved
jsegarra approved these changes 2024-04-29 08:32:26 +00:00
Dismissed
@ -0,0 +67,4 @@
<template #body="{ entity }">
<VnLv :label="t('itemType.shared.code')" :value="entity.code" />
<VnLv :label="t('itemType.shared.name')" :value="entity.name" />
<VnLv
Member

WorkerDescriptor

WorkerDescriptor
jsegarra requested changes 2024-04-29 08:33:01 +00:00
Dismissed
@ -0,0 +75,4 @@
<VnLv :label="t('itemType.shared.code')" :value="itemType.code" />
<VnLv :label="t('itemType.shared.name')" :value="itemType.name" />
<VnLv
:label="t('itemType.shared.worker')"
Member

WorkerDescriptorProxy

WorkerDescriptorProxy
jsegarra marked this conversation as resolved
jsegarra added 12 commits 2024-04-29 09:47:51 +00:00
jsegarra dismissed jsegarra’s review 2024-04-29 09:47:52 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

jsegarra dismissed jsegarra’s review 2024-04-29 09:47:52 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

jsegarra requested review from alexm 2024-04-29 09:47:59 +00:00
jsegarra approved these changes 2024-04-29 09:48:05 +00:00
Dismissed
Member

I un dubte, me sona que lo de redirigir quan quedava sols un registre anava, pot ser ha dixat de anar?
image

fixed

> I un dubte, me sona que lo de redirigir quan quedava sols un registre anava, pot ser ha dixat de anar? > ![image](/attachments/5c1abc69-a3ae-4e29-9049-79f9320bff50) fixed
wbuezas added 2 commits 2024-04-29 11:28:37 +00:00
wbuezas dismissed jsegarra’s review 2024-04-29 11:28:37 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

alexm reviewed 2024-05-02 07:34:04 +00:00
@ -0,0 +50,4 @@
model="itemTypeCreate"
:form-initial-data="newItemTypeForm"
observe-form-changes
@on-data-saved="redirectToItemTypeBasicData"
Member

$router.push(...)

$router.push(...)
Member

Falta traduccion
image

Falta traduccion ![image](/attachments/a81384cd-baff-40ce-ad97-84dd7df5df3b)
1.6 KiB
alexm approved these changes 2024-05-02 07:37:22 +00:00
jsegarra added 1 commit 2024-05-02 07:38:43 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
57736654f1
Merge branch 'dev' into feature/ItemFamily
jsegarra merged commit 43093cfa7d into dev 2024-05-02 07:39:59 +00:00
jsegarra deleted branch feature/ItemFamily 2024-05-02 07:39:59 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix-front#319
No description provided.