hotfix: Ticket negative improve #1591

Open
jsegarra wants to merge 19 commits from hotfix_negative_available into master
Member
  1. Corrige bugs menores
  2. Implementa el campo VnInputDateTime
1. Corrige bugs menores 2. Implementa el campo VnInputDateTime
jsegarra added 2 commits 2025-03-12 14:34:53 +00:00
jsegarra changed title from hotfix_negative_available to hotfix: Ticket negative improve 2025-03-12 22:41:15 +00:00
jsegarra added 1 commit 2025-03-12 22:47:51 +00:00
gitea/salix-front/pipeline/pr-master This commit is unstable Details
f4c22938c7
perf: minor changes
jsegarra requested review from alexm 2025-03-12 22:50:05 +00:00
jsegarra reviewed 2025-03-12 22:51:06 +00:00
@ -0,0 +1,73 @@
<script setup>
Author
Member

Este campo es nuevo, y solo se está usando para filtro, por lo que de momento no he añadido todas las propiedades como vnInputDate y vnInputTime

Este campo es nuevo, y solo se está usando para filtro, por lo que de momento no he añadido todas las propiedades como vnInputDate y vnInputTime
jsegarra reviewed 2025-03-12 22:51:28 +00:00
@ -776,7 +776,7 @@ const rowCtrlClickFunction = computed(() => {
:data-col-field="col?.name"
>
<div
class="no-padding no-margin peter"
Author
Member

estó se coló en la fusión de vntable2

estó se coló en la fusión de vntable2
jsegarra reviewed 2025-03-12 22:51:58 +00:00
@ -26,2 +28,4 @@
return new Date(date.getFullYear(), date.getMonth() + 1, 0);
};
Date.getCurrentDateTimeFormatted = (
Author
Member

Son operaciones sobre el objeto Date, ess decir, ampliamos el prototipo Date

Son operaciones sobre el objeto Date, ess decir, ampliamos el prototipo Date
jsegarra reviewed 2025-03-12 22:52:32 +00:00
@ -68,3 +72,3 @@
// It enables to load data only once if the module is the same as the dataKey
if (!isSameDataKey.value || !route.params.id) await getData();
if (!isSameDataKey.value || !route.params.id || $props.id !== route.params.id)
Author
Member

Permito que si estoy en el módulo ticket, pueda abrir el descriptor de un ticket desde negativos

Permito que si estoy en el módulo ticket, pueda abrir el descriptor de un ticket desde negativos
Member

Pero como esta ahora ya se puede, si no no iria los []DescriptorProxy

Pero como esta ahora ya se puede, si no no iria los []DescriptorProxy
Author
Member

Ya no da error

Ya no da error
Author
Member

He quitado la linea

He quitado la linea
alexm approved these changes 2025-03-13 06:10:11 +00:00
Dismissed
jsegarra added 1 commit 2025-03-13 08:01:58 +00:00
gitea/salix-front/pipeline/pr-master This commit is unstable Details
bb949cd00c
Merge branch 'master' into hotfix_negative_available
jsegarra added 1 commit 2025-03-21 09:35:34 +00:00
gitea/salix-front/pipeline/pr-master This commit is unstable Details
78d0f31b11
Merge branch 'master' into hotfix_negative_available
jsegarra added 2 commits 2025-03-21 09:49:51 +00:00
jsegarra dismissed alexm’s review 2025-03-21 09:49:51 +00:00
Reason:

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

jsegarra added 4 commits 2025-03-21 10:16:11 +00:00
jsegarra added 1 commit 2025-03-21 10:42:10 +00:00
gitea/salix-front/pipeline/pr-master This commit is unstable Details
c672d33b0c
feat: change i18n hasObservation
jsegarra requested review from alexm 2025-03-21 10:57:32 +00:00
alexm approved these changes 2025-03-21 13:50:24 +00:00
Dismissed
jsegarra added 1 commit 2025-03-24 08:20:51 +00:00
gitea/salix-front/pipeline/pr-master There was a failure building this commit Details
bc75bd9dc0
feat: update order creation test to use form data and improve readability
jsegarra dismissed alexm’s review 2025-03-24 08:20:51 +00:00
Reason:

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

jsegarra added 4 commits 2025-04-11 08:06:59 +00:00
jsegarra added 2 commits 2025-04-11 13:04:48 +00:00
gitea/salix-front/pipeline/pr-master This commit is unstable Details
510eab8af0
feat: fix minor bugs
Some checks reported warnings
gitea/salix-front/pipeline/pr-master This commit is unstable
Required
Details
This pull request doesn't have enough approvals yet. 0 of 1 approvals granted.
You are not authorized to merge this pull request.
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 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#1591
No description provided.