closes 4732 etiquetas con QR para previa y item #1163
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1163
Loading…
Reference in New Issue
No description provided.
Delete Branch "4732-previa-label"
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?
@ -0,0 +1,49 @@
const {Report} = require('vn-print');
module.exports = Self => {
Self.remoteMethodCtx('previaLabelPdf', {
previousLabel
@ -0,0 +1,3 @@
UPDATE vn.collection
Poner template strings y mover a la última versión SQL. Mirar canal #salix
@ -0,0 +10,4 @@
</div>
</div>
<div class="data">
<div class="header">PREVIA</div>
Previous, añadir traducción
@ -0,0 +11,4 @@
this.barcode = await this.getBarcodeBase64(this.id);
if (!this.previa)
throw new Error('Something went wrong - previa');
Utilizar UserError tal como se acordó en la reunión
@ -0,0 +13,4 @@
if (!this.previa)
throw new Error('Something went wrong - previa');
if (!this.sector)
Debería ser solo necesario manejar la entidad principal y el informe ser capaz de funcionar sin el sector
@guillermo Revisa el archivo:
print/templates/reports/previa-label/previa-label.html
No debería estar dentro del report-body, verdad? Me suena que esto te daba problemas al imprimir.
@ -0,0 +6,4 @@
font-size: 1.2em;
font-family: Arial, Helvetica, sans-serif;
}
Yo quitaría los saltos de línea entre etiquetas, de forma que quede el código más compacto.
Ejemplo:
@ -0,0 +1,9 @@
select
`s`.`description`
Aquí formatearía bien el SQL, ya que no cumple con los estándares acordados, aquí tienes la página de la wiki: https://wiki.verdnatura.es/index.php/Convenciones_SQL
Correcto, ya hablé con el.
@ -0,0 +1,7 @@
SELECT
`s`.`description`
FROM
Aun sigue estando mal, sería de la siguiente forma: