fixes #4833-new_module_invoiceOut #30
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#30
Loading…
Reference in New Issue
No description provided.
Delete Branch "4833-new_module_invoiceOut"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
feat: añadido modulo invoiceOutto fixes 4833-new_module_invoiceOutfixes 4833-new_module_invoiceOutto fixes #4833-new_module_invoiceOut@ -253,1 +253,4 @@
},
invoiceOut: {
pageTitles: {
invoiceOuts: 'InvoiceOuts',
El nombre del módulo no se muestra correctamente en el menú lateral.
@ -0,0 +51,4 @@
}
const filter = computed(() => {
console.log(invoiceOut.value.ref);
Quitar esta linea
@ -0,0 +15,4 @@
}
function viewSummary(id) {
quasar.dialog({
Revisar porqué el summary se abre tan estrecho. Comparar con la vista previa de clientes
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?
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',
Nombre incorrecto
Añadiendole más campos lo muestra más amplio:
