shareneus 1.6.90 → 1.6.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -97,7 +97,7 @@ function GetPartyDetails(PrintConfig, InvoicePDFData) {
|
|
|
97
97
|
var _a, _b;
|
|
98
98
|
return {
|
|
99
99
|
style: 'tableExample',
|
|
100
|
-
marginBottom:
|
|
100
|
+
marginBottom: 4,
|
|
101
101
|
table: {
|
|
102
102
|
widths: ['*', 'auto', '*'],
|
|
103
103
|
body: [
|
|
@@ -146,10 +146,10 @@ function HeaderLayOut() {
|
|
|
146
146
|
// return (i === 0 || i === 1) ? { dash: { length: 5, space: 5 } } : null;
|
|
147
147
|
// },
|
|
148
148
|
hLineColor: function (i, node) {
|
|
149
|
-
return
|
|
149
|
+
return TABLE_BORDER_COLOR;
|
|
150
150
|
},
|
|
151
151
|
vLineColor: function (i, node) {
|
|
152
|
-
return
|
|
152
|
+
return TABLE_BORDER_COLOR;
|
|
153
153
|
},
|
|
154
154
|
};
|
|
155
155
|
}
|
|
@@ -179,11 +179,11 @@ function buildSignatureSection(PrintConfig, invoiceData, availableWidth) {
|
|
|
179
179
|
{ width: '*', text: '' },
|
|
180
180
|
{ width: '*', text: `For ${companyName || ''}`.trim(), fontSize: 9, bold: true, color: '#111827', alignment: 'right' }
|
|
181
181
|
],
|
|
182
|
-
margin: [0,
|
|
182
|
+
margin: [0, 8, 0, 0]
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
text: '',
|
|
186
|
-
margin: [0,
|
|
186
|
+
margin: [0, 10, 0, 0]
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
columns: [
|