fixes #4833-new_module_invoiceOut #30

Merged
joan merged 3 commits from 4833-new_module_invoiceOut into dev 2022-12-13 11:59:26 +00:00
Contributor
No description provided.
vicent added 1 commit 2022-11-21 12:57:18 +00:00
gitea/salix-front/pipeline/head This commit looks good Details
09f8c70f68
feat: añadido modulo invoiceOut
vicent changed title from feat: añadido modulo invoiceOut to fixes 4833-new_module_invoiceOut 2022-11-21 12:57:47 +00:00
vicent changed title from fixes 4833-new_module_invoiceOut to fixes #4833-new_module_invoiceOut 2022-11-21 12:58:14 +00:00
vicent requested review from joan 2022-11-23 09:59:21 +00:00
joan requested changes 2022-11-30 10:47:47 +00:00
@ -253,1 +253,4 @@
},
invoiceOut: {
pageTitles: {
invoiceOuts: 'InvoiceOuts',
Contributor

El nombre del módulo no se muestra correctamente en el menú lateral.

El nombre del módulo no se muestra correctamente en el menú lateral.
vicent marked this conversation as resolved
@ -0,0 +51,4 @@
}
const filter = computed(() => {
console.log(invoiceOut.value.ref);
Contributor

Quitar esta linea

Quitar esta linea
vicent marked this conversation as resolved
@ -0,0 +15,4 @@
}
function viewSummary(id) {
quasar.dialog({
Contributor

Revisar porqué el summary se abre tan estrecho. Comparar con la vista previa de clientes

Revisar porqué el summary se abre tan estrecho. Comparar con la vista previa de clientes
Author
Contributor

Lo abre tan estrecho pq no tiene tantos campos como por ejemplo el summary de Clientes. He probado a añadirle campos y así si q lo muestra ancho.

Lo dejo estrecho?
O le pongo un with determinado?

Lo abre tan estrecho pq no tiene tantos campos como por ejemplo el summary de Clientes. He probado a añadirle campos y así si q lo muestra ancho. Lo dejo estrecho? O le pongo un with determinado?
Contributor

Se le puede probar a añadir además del max-width el min-width. Y si no, con el width, si.

Se le puede probar a añadir además del max-width el min-width. Y si no, con el width, si.
@ -0,0 +2,4 @@
export default {
path: '/invoiceOut',
name: 'InvoiceOut2',
Contributor

Nombre incorrecto

Nombre incorrecto
vicent marked this conversation as resolved
Author
Contributor

Añadiendole más campos lo muestra más amplio:
image

Añadiendole más campos lo muestra más amplio: ![image](/attachments/e592e8f6-8242-4c52-b72e-7b2ea7fb6f44)
vicent added 1 commit 2022-12-12 12:44:46 +00:00
gitea/salix-front/pipeline/head This commit looks good Details
463b45ffe2
fix: establecido min-width
vicent requested review from joan 2022-12-12 12:45:22 +00:00
joan approved these changes 2022-12-13 11:57:58 +00:00
joan added 1 commit 2022-12-13 11:58:12 +00:00
gitea/salix-front/pipeline/head This commit looks good Details
6c2a1d95b4
Merge branch 'dev' into 4833-new_module_invoiceOut
joan merged commit 5d14901f06 into dev 2022-12-13 11:59:26 +00:00
joan deleted branch 4833-new_module_invoiceOut 2022-12-13 11:59:26 +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#30
No description provided.