#7648 - CustomerView labeler #505

Merged
jsegarra merged 23 commits from 7648_dev_customerEntries into dev 2024-07-03 06:39:04 +00:00
Member
No description provided.
jsegarra added 10 commits 2024-07-01 12:20:36 +00:00
jsegarra changed title from WIP: 7648 - CustomerView labeler to 7648 - CustomerView labeler 2024-07-01 12:29:35 +00:00
jsegarra requested review from jgallego 2024-07-01 12:29:43 +00:00
jsegarra added 1 commit 2024-07-01 12:33:15 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
79d986b9ec
perf: remove warnings
jgallego requested changes 2024-07-01 13:51:04 +00:00
Dismissed
@ -109,12 +112,14 @@ function saveUserData(param, value) {
auto-load
/>
<FetchData
v-if="isEmployee"
Owner

preguntar a @juan una alternativa elegante

preguntar a @juan una alternativa elegante
@ -314,6 +314,7 @@ entry:
pageTitles:
entries: Entries
list: List
eti: Labeler
Owner

labeler

labeler
jsegarra marked this conversation as resolved
@ -0,0 +124,4 @@
<style lang="scss" scoped>
.q-table--horizontal-separator tbody tr:nth-child(odd) > td {
border-bottom-width: 0px;
border-top-width: 2px;
Owner

copy paste

copy paste
jsegarra marked this conversation as resolved
@ -30,6 +32,7 @@ onMounted(async () => {
<template>
<FetchData
v-if="isEmployee"
Owner

deshacer fichero

deshacer fichero
jsegarra marked this conversation as resolved
@ -0,0 +43,4 @@
name: 'landed',
isTitle: false,
create: true,
cardVisible: true,
Owner

false

false
jsegarra marked this conversation as resolved
@ -0,0 +56,4 @@
},
{
align: 'right',
label: '',
Owner

revisar si se puede no pasar nada

revisar si se puede no pasar nada
Author
Member

No pasa nada

No pasa nada
jsegarra marked this conversation as resolved
@ -0,0 +77,4 @@
},
});
};
import VnTable from 'components/VnTable/VnTable.vue';
Owner

subir

subir
jsegarra marked this conversation as resolved
@ -0,0 +102,4 @@
default-mode="card"
redirect="customer"
auto-load
:options="[]"
Owner

quitar

quitar
jsegarra marked this conversation as resolved
@ -0,0 +105,4 @@
:options="[]"
:right-search="false"
>
<template #top-left></template>
Owner

quitar

quitar
jsegarra marked this conversation as resolved
@ -1,4 +1,5 @@
entryList:
eti: eti
Owner

quitar

quitar
jsegarra marked this conversation as resolved
@ -2,2 +2,4 @@
You can search by entry reference: Puedes buscar por referencia de la entrada
entryList:
eti: Etiquetas
Owner

quitar ya exite la traduccion labels

quitar ya exite la traduccion labels
jsegarra marked this conversation as resolved
@ -81,3 +81,3 @@
async function fetchPinned() {
if (pinnedModules.value.length) return;
if (pinnedModules.value.length || !role.isEmployee()) return;
Owner

eliminar condicion y modificar acl back

eliminar condicion y modificar acl back
jsegarra marked this conversation as resolved
jsegarra added 5 commits 2024-07-01 19:12:52 +00:00
jsegarra added 2 commits 2024-07-02 18:41:43 +00:00
jsegarra requested review from jgallego 2024-07-02 18:42:15 +00:00
jsegarra added 1 commit 2024-07-02 23:47:18 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
7e374c258e
test: test:e2e
jsegarra added 1 commit 2024-07-02 23:48:12 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
dbbc8a4de6
test: change user
jsegarra added 1 commit 2024-07-02 23:50:49 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
147d17301f
remove unnussed tags
jgallego approved these changes 2024-07-03 05:54:22 +00:00
Dismissed
@ -0,0 +106,4 @@
>
<template #body="props">
<QTr>
<!-- <QTd>
Owner

?

?
Author
Member

Como tenia que mergear dev y resolver conflictos, lo he formateado
d15dc7336b

Como tenia que mergear dev y resolver conflictos, lo he formateado d15dc7336b1a49720e6efd04b11139cbb1c81ca4
jsegarra marked this conversation as resolved
@ -0,0 +116,4 @@
</template>
</QTable>
</template></VnPaginate
>
Owner

?

?
Author
Member

Como tenia que mergear dev y resolver conflictos, lo he formateado
d15dc7336b

Como tenia que mergear dev y resolver conflictos, lo he formateado d15dc7336b1a49720e6efd04b11139cbb1c81ca4
jsegarra marked this conversation as resolved
@ -0,0 +118,4 @@
</template></VnPaginate
>
</QCardSection></QCard
>
Owner

?

?
Author
Member

Como tenia que mergear dev y resolver conflictos, lo he formateado
d15dc7336b

Como tenia que mergear dev y resolver conflictos, lo he formateado d15dc7336b1a49720e6efd04b11139cbb1c81ca4
jsegarra marked this conversation as resolved
jsegarra added 1 commit 2024-07-03 06:26:35 +00:00
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details
d15dc7336b
Merge branch 'dev' into 7648_dev_customerEntries
jsegarra dismissed jgallego’s review 2024-07-03 06:26:35 +00:00
Reason:

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

jsegarra added 1 commit 2024-07-03 06:33:41 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
f46443ee69
Merge branch 'dev' into 7648_dev_customerEntries
jgallego approved these changes 2024-07-03 06:38:43 +00:00
jsegarra merged commit 69a395c61f into dev 2024-07-03 06:39:04 +00:00
jsegarra deleted branch 7648_dev_customerEntries 2024-07-03 06:39:04 +00:00
jsegarra changed title from 7648 - CustomerView labeler to #7648 - CustomerView labeler 2024-07-10 17:40:40 +00:00
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#505
No description provided.