Skip to content

Commit 7aeae36

Browse files
authored
Merge pull request #47 from gbv/dev_modes
2 parents 249cdd5 + 8cebde2 commit 7aeae36

42 files changed

Lines changed: 1746 additions & 550 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 139 additions & 80 deletions
Large diffs are not rendered by default.

docu/imgs/erfolgreicherStart.PNG

-36 KB
Loading
-30.7 KB
Loading
-21.3 KB
Loading
41.6 KB
Loading
-31.7 KB
Loading

signaturenDruck/css/index.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ tbody>tr:hover {
125125
width: 155px;
126126
}
127127

128-
#columnPrint {
128+
#columnPrint, #columnShort {
129129
border: 0px;
130130
background-color: RGB(240, 240, 240);
131131
font-family: Arial;
@@ -206,3 +206,7 @@ td.txtCell {
206206
#columnPrint.button:focus:not(:active) {
207207
box-shadow: none !important;
208208
}
209+
210+
#columnShort.button:focus:not(:active) {
211+
box-shadow: none !important;
212+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"modeName": "defaultMode",
3+
"subModes": [
4+
{
5+
"id": 0,
6+
"format": "default_gross",
7+
"useRegEx": true,
8+
"exampleShelfmark": "PÄD:TG:1420:Dan::2017",
9+
"regEx": "(.*):(.*):(.*):(.*):(.*):(.*)",
10+
"delimiter": ":",
11+
"result": ["Standort: $LOC", "$1 $2", "$3", "$4", "$5", "$6"]
12+
},
13+
{
14+
"id": 1,
15+
"format": "default_klein",
16+
"useRegEx": true,
17+
"exampleShelfmark": "2018 B 1024 :1",
18+
"regEx": "^(\\w+\\s[\\w\\.\\,]+)([\\s\\/]?)([^\\/\\:]*)([\\/\\:]?)(.*)$",
19+
"delimiter": ":",
20+
"result": ["$1$2", "$3$4", "$5$6"]
21+
}
22+
]
23+
}
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
#previewBox.default {
2+
width: 80mm;
3+
height: 43mm;
4+
}
5+
.default {
6+
text-align: initial;
7+
white-space: nowrap;
8+
overflow: hidden;
9+
}
10+
.default {
11+
align-items: center;
12+
}
13+
#toPrint.default> .innerBox {
14+
height: 43mm;
15+
width: 80mm;
16+
display: flex;
17+
justify-content: center;
18+
flex-direction: column;
19+
}
20+
.default > .innerBox > p {
21+
margin: 0px 0px 0px 0px;
22+
}
23+
.default > .innerBox > .line_1 {
24+
font-family: "Arial Narrow";
25+
font-size: 16pt;
26+
font-weight: bold;
27+
font-style: normal;
28+
margin-left: 45%;
29+
}
30+
.default > .innerBox > .line_2 {
31+
font-family: "Arial Narrow";
32+
font-size: 16pt;
33+
font-weight: bold;
34+
font-style: normal;
35+
margin-left: 45%;
36+
}
37+
.default > .innerBox > .line_3 {
38+
font-family: "Arial Narrow";
39+
font-size: 16pt;
40+
font-weight: bold;
41+
font-style: normal;
42+
margin-left: 45%;
43+
}
44+
.default > .innerBox > .line_4 {
45+
font-family: "Arial Narrow";
46+
font-size: 16pt;
47+
font-weight: normal;
48+
font-style: normal;
49+
margin-left: 45%;
50+
}
51+
.default > .innerBox > .line_5 {
52+
font-family: "Arial Narrow";
53+
font-size: 16pt;
54+
font-weight: normal;
55+
font-style: normal;
56+
margin-left: 45%;
57+
}
58+
.default > .innerBox > .line_6 {
59+
font-family: "Arial Narrow";
60+
font-size: 16pt;
61+
font-weight: bold;
62+
font-style: normal;
63+
margin-left: 45%;
64+
}
65+
@media print {
66+
#toPrint.default > .innerBox {
67+
margin: 2.96mm 0mm 0mm 7.984999999999999mm;
68+
}
69+
#toPrint.default > .innerBox > .line_1 {
70+
margin-top: -3mm;
71+
}
72+
}
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"name": "default_gross",
3+
"printer": "\\\\ulbw2k812\\ulbps101",
4+
"label": {
5+
"width": "80mm",
6+
"height": "43mm"
7+
},
8+
"pdfName": "default_gross.pdf",
9+
"paper": {
10+
"width": "99970",
11+
"height": "48920"
12+
},
13+
"lines": "6",
14+
"example": {
15+
"shelfmark": "PÄD:TG:1420:Dan::2017",
16+
"parts": ["PÄD", "TG", "1420", "Dan", "", "2017"]
17+
},
18+
"centerHor": false,
19+
"centerVer": true,
20+
"lineSpace": "0",
21+
"linesData": [
22+
{
23+
"id": 1,
24+
"font": "Arial Narrow",
25+
"fontSize": "16",
26+
"bold": true,
27+
"italic": false,
28+
"indent": "45"
29+
},
30+
{
31+
"id": 2,
32+
"font": "Arial Narrow",
33+
"fontSize": "16",
34+
"bold": true,
35+
"italic": false,
36+
"indent": "45"
37+
},
38+
{
39+
"id": 3,
40+
"font": "Arial Narrow",
41+
"fontSize": "16",
42+
"bold": true,
43+
"italic": false,
44+
"indent": "45"
45+
},
46+
{
47+
"id": 4,
48+
"font": "Arial Narrow",
49+
"fontSize": "16",
50+
"bold": false,
51+
"italic": false,
52+
"indent": "45"
53+
},
54+
{
55+
"id": 5,
56+
"font": "Arial Narrow",
57+
"fontSize": "16",
58+
"bold": false,
59+
"italic": false,
60+
"indent": "45"
61+
},
62+
{
63+
"id": 6,
64+
"font": "Arial Narrow",
65+
"fontSize": "16",
66+
"bold": true,
67+
"italic": false,
68+
"indent": "45"
69+
}
70+
],
71+
"marginTop": -3
72+
}

0 commit comments

Comments
 (0)