Skip to content

Commit

Permalink
Nova etiqueta Pimaco Letter 6082 33,9 x 101,6 14 etiquetas (2 colunas x
Browse files Browse the repository at this point in the history
7 linhas)

Ordenação das etiquetas de carteirinhas.
  • Loading branch information
Lucas-Matos committed Sep 16, 2024
1 parent 2f21346 commit c79db1f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
9 changes: 8 additions & 1 deletion WebContent/static/scripts/biblivre.cataloging.labels.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,14 @@ var CatalogingLabels = {
height: 25.4,
columns: 3,
rows: 10,
paper_size: 'Letter'
paper_size: 'Letter'
}, {
model: '6082',
width: 101.6,
height: 33.9,
columns: 2,
rows: 7,
paper_size: 'Letter'
}],
printLabels: function() {
this.configureLabelFormat();
Expand Down
16 changes: 8 additions & 8 deletions WebContent/static/scripts/biblivre.circulation.user_cards.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
*/
var CirculationLabels = {
labels: [{
model: 'A4263',
width: 99,
height: 38.1,
columns: 2,
rows: 7,
paper_size: 'A4'
}, {
model: 'A4361',
width: 63.5,
height: 46.5,
Expand All @@ -32,14 +39,7 @@ var CirculationLabels = {
height: 46.56,
columns: 2,
rows: 5,
paper_size: 'Letter'
}, {
model: 'A4263',
width: 99,
height: 38.1,
columns: 2,
rows: 7,
paper_size: 'A4'
paper_size: 'Letter'
}],
printLabels: function() {
this.configureLabelFormat();
Expand Down

0 comments on commit c79db1f

Please sign in to comment.