shareneus 1.4.40 → 1.4.41
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.
- package/dist/accounting/invoice/reports/excel/analysis-excel.service.js +2 -2
- package/dist/accounting/invoice/reports/excel/category-wise-item-excel.service.js +2 -2
- package/dist/accounting/invoice/reports/excel/cust-wise-sales-details.js +2 -2
- package/dist/accounting/invoice/reports/excel/cust-wise-sales-summary-excel.service.js +2 -2
- package/dist/accounting/invoice/reports/excel/invoice-wise-excel.service.js +1 -1
- package/dist/accounting/invoice/reports/excel/item-wise-doctor-sale-excel.service.js +2 -2
- package/dist/accounting/invoice/reports/excel/items-wise-sales-excel.service.js +2 -2
- package/dist/accounting/invoice/reports/excel/manf-wise-sales-excel.service.js +2 -2
- package/dist/accounting/invoice/reports/excel/operator-wise-details.js +2 -2
- package/dist/accounting/invoice/reports/excel/operator-wise-summary.js +2 -2
- package/dist/accounting/invoice/reports/excel/sa-wise-labor-sales-excel.service.js +2 -2
- package/dist/accounting/invoice/reports/excel/sa-wise-part-sales-excel.service.js +2 -2
- package/dist/accounting/invoice/reports/excel/sale-summary-excel.service.js +1 -1
- package/dist/accounting/invoice/reports/excel/sales-by-service-summary-excel.service.js +2 -2
- package/dist/accounting/invoice/reports/excel/scheduled-drug-summary-excel.service.js +2 -2
- package/dist/accounting/invoice/reports/excel/scheduled-drugs-excel.service.js +2 -2
- package/dist/accounting/invoice/reports/pdf/analysis-pdf.service.d.ts +192 -1
- package/dist/accounting/invoice/reports/pdf/analysis-pdf.service.js +3 -3
- package/dist/accounting/invoice/reports/pdf/category-wise-item-pdf.service.d.ts +192 -1
- package/dist/accounting/invoice/reports/pdf/category-wise-item-pdf.service.js +2 -2
- package/dist/accounting/invoice/reports/pdf/cust-wise-sales-details-pdf.service.d.ts +192 -1
- package/dist/accounting/invoice/reports/pdf/cust-wise-sales-details-pdf.service.js +3 -3
- package/dist/accounting/invoice/reports/pdf/cust-wise-sales-summary-pdf.service.d.ts +192 -1
- package/dist/accounting/invoice/reports/pdf/cust-wise-sales-summary-pdf.service.js +2 -2
- package/dist/accounting/invoice/reports/pdf/item-wise-doctor-sale-pdf.service.d.ts +192 -1
- package/dist/accounting/invoice/reports/pdf/item-wise-doctor-sale-pdf.service.js +2 -2
- package/dist/accounting/invoice/reports/pdf/item-wise-sales-pdf.service.d.ts +192 -1
- package/dist/accounting/invoice/reports/pdf/item-wise-sales-pdf.service.js +2 -2
- package/dist/accounting/invoice/reports/pdf/manf-wise-sales-pdf.service.d.ts +192 -1
- package/dist/accounting/invoice/reports/pdf/manf-wise-sales-pdf.service.js +2 -2
- package/dist/accounting/invoice/reports/pdf/operator-wise-details-pdf.service.d.ts +192 -1
- package/dist/accounting/invoice/reports/pdf/operator-wise-details-pdf.service.js +3 -3
- package/dist/accounting/invoice/reports/pdf/operator-wise-summary-pdf.d.ts +192 -1
- package/dist/accounting/invoice/reports/pdf/operator-wise-summary-pdf.js +2 -2
- package/dist/accounting/invoice/reports/pdf/sales-by-service-pdf.service.d.ts +192 -1
- package/dist/accounting/invoice/reports/pdf/sales-by-service-pdf.service.js +2 -2
- package/dist/accounting/invoice/reports/pdf/scheduled-drug-pdf.service.d.ts +192 -1
- package/dist/accounting/invoice/reports/pdf/scheduled-drug-pdf.service.js +3 -3
- package/dist/accounting/invoice/reports/pdf/scheduled-drug-summary-pdf.service.d.ts +192 -1
- package/dist/accounting/invoice/reports/pdf/scheduled-drug-summary-pdf.service.js +2 -2
- package/dist/accounting/invoice/shared-inv-pdf.service.d.ts +241 -9
- package/dist/accounting/invoice/shared-inv-pdf.service.js +4 -4
- package/dist/accounting/payment-receive/reports/excel/cust-balance-excel.service.js +1 -1
- package/dist/accounting/payment-receive/reports/excel/payment-receive-excel.service.js +2 -2
- package/dist/inventory/items/reports/excel/expiring-drugs-excel.service.js +2 -2
- package/dist/inventory/items/reports/excel/spares-issue-excel.service.js +1 -1
- package/dist/inventory/items/reports/excel/stock-excel.service.js +1 -1
- package/dist/purchases/payment-made/reports/excel/payments-made-excel.service.js +2 -2
- package/dist/purchases/payment-made/reports/excel/ven-balance-excel.service.js +1 -1
- package/dist/sales/sales/pack-ship-pdf.service.d.ts +4 -4
- package/dist/services/reports/excel/insurance-expire-excel.service.js +2 -2
- package/dist/services/reports/excel/next-service-date-excel.service.js +2 -2
- package/dist/services/reports/excel/repair-orders-excel.service.js +2 -2
- package/dist/services/reports/pdf/insurance-expire-pdf.service.d.ts +192 -1
- package/dist/services/reports/pdf/insurance-expire-pdf.service.js +2 -2
- package/dist/services/reports/pdf/next-service-date-pdf.service.d.ts +192 -1
- package/dist/services/reports/pdf/next-service-date-pdf.service.js +2 -2
- package/dist/services/reports/pdf/repair-orders-pdf.service.d.ts +192 -1
- package/dist/services/reports/pdf/repair-orders-pdf.service.js +3 -3
- package/dist/shared/shared-services/shared-print.service.d.ts +2 -2
- package/package.json +1 -1
|
@@ -12,7 +12,198 @@ export declare class ScheduledDrugSummaryPDFService {
|
|
|
12
12
|
};
|
|
13
13
|
pageMargins: number[];
|
|
14
14
|
content: any[];
|
|
15
|
-
styles:
|
|
15
|
+
styles: {
|
|
16
|
+
temp2header: {
|
|
17
|
+
fontSize: number;
|
|
18
|
+
bold: boolean;
|
|
19
|
+
alignment: string;
|
|
20
|
+
};
|
|
21
|
+
tableheader1: {
|
|
22
|
+
bold: boolean;
|
|
23
|
+
fontFamily: string;
|
|
24
|
+
margin: number[];
|
|
25
|
+
alignment: string;
|
|
26
|
+
};
|
|
27
|
+
header: {
|
|
28
|
+
fontSize: number;
|
|
29
|
+
bold: boolean;
|
|
30
|
+
alignment: string;
|
|
31
|
+
};
|
|
32
|
+
meetingHeader: {
|
|
33
|
+
fontSize: number;
|
|
34
|
+
bold: boolean;
|
|
35
|
+
};
|
|
36
|
+
Receiptheader: {
|
|
37
|
+
fontSize: number;
|
|
38
|
+
bold: boolean;
|
|
39
|
+
alignment: string;
|
|
40
|
+
margin: number[];
|
|
41
|
+
};
|
|
42
|
+
InlineHeader: {
|
|
43
|
+
fontSize: number;
|
|
44
|
+
bold: boolean;
|
|
45
|
+
alignment: string;
|
|
46
|
+
margin: number[];
|
|
47
|
+
};
|
|
48
|
+
TaskHeading: {
|
|
49
|
+
fontSize: number;
|
|
50
|
+
bold: boolean;
|
|
51
|
+
margin: number[];
|
|
52
|
+
};
|
|
53
|
+
lettersSize: {
|
|
54
|
+
fontSize: number;
|
|
55
|
+
margin: number[];
|
|
56
|
+
};
|
|
57
|
+
tablexample: {
|
|
58
|
+
margin: number[];
|
|
59
|
+
};
|
|
60
|
+
hedstyl: {
|
|
61
|
+
margin: number[];
|
|
62
|
+
};
|
|
63
|
+
header2: {
|
|
64
|
+
fontSize: number;
|
|
65
|
+
bold: boolean;
|
|
66
|
+
alignment: string;
|
|
67
|
+
margin: number[];
|
|
68
|
+
};
|
|
69
|
+
header1: {
|
|
70
|
+
fontSize: number;
|
|
71
|
+
bold: boolean;
|
|
72
|
+
alignment: string;
|
|
73
|
+
decoration: string;
|
|
74
|
+
margin: number[];
|
|
75
|
+
};
|
|
76
|
+
ws_adrs_center: {
|
|
77
|
+
fontSize: number;
|
|
78
|
+
alignment: string;
|
|
79
|
+
};
|
|
80
|
+
ws_adrs_center1: {
|
|
81
|
+
fontSize: number;
|
|
82
|
+
alignment: string;
|
|
83
|
+
};
|
|
84
|
+
ws_adrs_left: {
|
|
85
|
+
fontSize: number;
|
|
86
|
+
alignment: string;
|
|
87
|
+
};
|
|
88
|
+
ws_adrs_left1: {
|
|
89
|
+
fontSize: number;
|
|
90
|
+
alignment: string;
|
|
91
|
+
};
|
|
92
|
+
columnheader: {
|
|
93
|
+
margin: number[];
|
|
94
|
+
};
|
|
95
|
+
tableExample: {
|
|
96
|
+
margin: number[];
|
|
97
|
+
fontSize: number;
|
|
98
|
+
};
|
|
99
|
+
tableExamplemargin: {
|
|
100
|
+
margin: number[];
|
|
101
|
+
fontSize: number;
|
|
102
|
+
};
|
|
103
|
+
textcust: {
|
|
104
|
+
fontSize: number;
|
|
105
|
+
margin: number[];
|
|
106
|
+
};
|
|
107
|
+
column: {
|
|
108
|
+
margin: number[];
|
|
109
|
+
};
|
|
110
|
+
tableheader: {
|
|
111
|
+
bold: boolean;
|
|
112
|
+
fontSize: number;
|
|
113
|
+
margin: number[];
|
|
114
|
+
alignment: string;
|
|
115
|
+
};
|
|
116
|
+
tableheader2: {
|
|
117
|
+
fontSize: number;
|
|
118
|
+
margin: number[];
|
|
119
|
+
alignment: string;
|
|
120
|
+
opacity: number;
|
|
121
|
+
};
|
|
122
|
+
hed: {
|
|
123
|
+
fontSize: number;
|
|
124
|
+
bold: boolean;
|
|
125
|
+
};
|
|
126
|
+
hed2: {
|
|
127
|
+
fontSize: number;
|
|
128
|
+
};
|
|
129
|
+
TotalsStyles: {
|
|
130
|
+
marginTop: number;
|
|
131
|
+
lineHeight: number;
|
|
132
|
+
fontSize: number;
|
|
133
|
+
margin: number[];
|
|
134
|
+
};
|
|
135
|
+
colum1: {
|
|
136
|
+
fontSize: number;
|
|
137
|
+
lineHeight: number;
|
|
138
|
+
};
|
|
139
|
+
colum2: {
|
|
140
|
+
fontSize: number;
|
|
141
|
+
lineHeight: number;
|
|
142
|
+
margin: number[];
|
|
143
|
+
};
|
|
144
|
+
colum3: {
|
|
145
|
+
lineHeight: number;
|
|
146
|
+
};
|
|
147
|
+
Receiptheader1: {
|
|
148
|
+
fontSize: number;
|
|
149
|
+
bold: boolean;
|
|
150
|
+
alignment: string;
|
|
151
|
+
margin: number[];
|
|
152
|
+
};
|
|
153
|
+
Row1: {
|
|
154
|
+
fontSize: number;
|
|
155
|
+
margin: number[];
|
|
156
|
+
};
|
|
157
|
+
rowdata: {
|
|
158
|
+
margin: number[];
|
|
159
|
+
fontSize: number;
|
|
160
|
+
};
|
|
161
|
+
forCompany: {
|
|
162
|
+
margin: number[];
|
|
163
|
+
fontSize: string;
|
|
164
|
+
};
|
|
165
|
+
forCompany1: {
|
|
166
|
+
margin: number[];
|
|
167
|
+
fontSize: string;
|
|
168
|
+
};
|
|
169
|
+
Rupees: {
|
|
170
|
+
margin: number[];
|
|
171
|
+
fontSize: string;
|
|
172
|
+
};
|
|
173
|
+
Signature: {
|
|
174
|
+
margin: number[];
|
|
175
|
+
alignment: string;
|
|
176
|
+
fontSize: string;
|
|
177
|
+
};
|
|
178
|
+
withApp: {
|
|
179
|
+
alignment: string;
|
|
180
|
+
lineHeight: number;
|
|
181
|
+
};
|
|
182
|
+
withOutApp: {
|
|
183
|
+
alignment: string;
|
|
184
|
+
lineHeight: number;
|
|
185
|
+
};
|
|
186
|
+
Sign: {
|
|
187
|
+
fontSize: number;
|
|
188
|
+
margin: number[];
|
|
189
|
+
};
|
|
190
|
+
Sign1: {
|
|
191
|
+
fontSize: number;
|
|
192
|
+
margin: number[];
|
|
193
|
+
};
|
|
194
|
+
'margin-all': {
|
|
195
|
+
margin: number[];
|
|
196
|
+
};
|
|
197
|
+
'margin-top': {
|
|
198
|
+
margin: number[];
|
|
199
|
+
};
|
|
200
|
+
'margin-bottom': {
|
|
201
|
+
margin: number[];
|
|
202
|
+
};
|
|
203
|
+
fontSize: {
|
|
204
|
+
fontSize: number;
|
|
205
|
+
};
|
|
206
|
+
};
|
|
16
207
|
};
|
|
17
208
|
static GetInvoiceDataTable(InvoicesData: any): any;
|
|
18
209
|
static getTableWidths(): (string | number)[];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ScheduledDrugSummaryPDFService = void 0;
|
|
4
|
-
const shared_pdf_service_1 = require("
|
|
5
|
-
const tr_utils_1 = require("
|
|
4
|
+
const shared_pdf_service_1 = require("../../../../shared/shared-services/shared-pdf.service");
|
|
5
|
+
const tr_utils_1 = require("../../../../utils/tr-utils");
|
|
6
6
|
class ScheduledDrugSummaryPDFService {
|
|
7
7
|
static GetScheduledDrugPrint(InvoicesData, CName, searchValue) {
|
|
8
8
|
var dd = {
|
|
@@ -15,11 +15,214 @@ export declare class SharedInvoiceprintService {
|
|
|
15
15
|
pageBreakBefore: (currentNode: any, followingNodesOnPage: any, nodesOnNextPage: any, previousNodesOnPage: any) => boolean;
|
|
16
16
|
pageMargins: number[];
|
|
17
17
|
content: any[];
|
|
18
|
-
styles:
|
|
18
|
+
styles: {
|
|
19
|
+
temp2header: {
|
|
20
|
+
fontSize: number;
|
|
21
|
+
bold: boolean;
|
|
22
|
+
alignment: string;
|
|
23
|
+
};
|
|
24
|
+
tableheader1: {
|
|
25
|
+
bold: boolean;
|
|
26
|
+
fontFamily: string;
|
|
27
|
+
margin: number[];
|
|
28
|
+
alignment: string;
|
|
29
|
+
};
|
|
30
|
+
header: {
|
|
31
|
+
fontSize: number;
|
|
32
|
+
bold: boolean;
|
|
33
|
+
alignment: string;
|
|
34
|
+
};
|
|
35
|
+
meetingHeader: {
|
|
36
|
+
fontSize: number;
|
|
37
|
+
bold: boolean;
|
|
38
|
+
};
|
|
39
|
+
Receiptheader: {
|
|
40
|
+
fontSize: number;
|
|
41
|
+
bold: boolean;
|
|
42
|
+
alignment: string;
|
|
43
|
+
margin: number[];
|
|
44
|
+
};
|
|
45
|
+
InlineHeader: {
|
|
46
|
+
fontSize: number;
|
|
47
|
+
bold: boolean;
|
|
48
|
+
alignment: string;
|
|
49
|
+
margin: number[];
|
|
50
|
+
};
|
|
51
|
+
TaskHeading: {
|
|
52
|
+
fontSize: number;
|
|
53
|
+
bold: boolean;
|
|
54
|
+
margin: number[];
|
|
55
|
+
};
|
|
56
|
+
lettersSize: {
|
|
57
|
+
fontSize: number;
|
|
58
|
+
margin: number[];
|
|
59
|
+
};
|
|
60
|
+
tablexample: {
|
|
61
|
+
margin: number[];
|
|
62
|
+
};
|
|
63
|
+
hedstyl: {
|
|
64
|
+
margin: number[];
|
|
65
|
+
};
|
|
66
|
+
header2: {
|
|
67
|
+
fontSize: number;
|
|
68
|
+
bold: boolean;
|
|
69
|
+
alignment: string;
|
|
70
|
+
margin: number[];
|
|
71
|
+
};
|
|
72
|
+
header1: {
|
|
73
|
+
fontSize: number;
|
|
74
|
+
bold: boolean;
|
|
75
|
+
alignment: string;
|
|
76
|
+
decoration: string;
|
|
77
|
+
margin: number[];
|
|
78
|
+
};
|
|
79
|
+
ws_adrs_center: {
|
|
80
|
+
fontSize: number;
|
|
81
|
+
alignment: string;
|
|
82
|
+
};
|
|
83
|
+
ws_adrs_center1: {
|
|
84
|
+
fontSize: number;
|
|
85
|
+
alignment: string;
|
|
86
|
+
};
|
|
87
|
+
ws_adrs_left: {
|
|
88
|
+
fontSize: number;
|
|
89
|
+
alignment: string;
|
|
90
|
+
};
|
|
91
|
+
ws_adrs_left1: {
|
|
92
|
+
fontSize: number;
|
|
93
|
+
alignment: string;
|
|
94
|
+
};
|
|
95
|
+
columnheader: {
|
|
96
|
+
margin: number[];
|
|
97
|
+
};
|
|
98
|
+
tableExample: {
|
|
99
|
+
margin: number[];
|
|
100
|
+
fontSize: number;
|
|
101
|
+
};
|
|
102
|
+
tableExamplemargin: {
|
|
103
|
+
margin: number[];
|
|
104
|
+
fontSize: number;
|
|
105
|
+
};
|
|
106
|
+
textcust: {
|
|
107
|
+
fontSize: number;
|
|
108
|
+
margin: number[];
|
|
109
|
+
};
|
|
110
|
+
column: {
|
|
111
|
+
margin: number[];
|
|
112
|
+
};
|
|
113
|
+
tableheader: {
|
|
114
|
+
bold: boolean;
|
|
115
|
+
fontSize: number;
|
|
116
|
+
margin: number[];
|
|
117
|
+
alignment: string;
|
|
118
|
+
};
|
|
119
|
+
tableheader2: {
|
|
120
|
+
fontSize: number;
|
|
121
|
+
margin: number[];
|
|
122
|
+
alignment: string;
|
|
123
|
+
opacity: number;
|
|
124
|
+
};
|
|
125
|
+
hed: {
|
|
126
|
+
fontSize: number;
|
|
127
|
+
bold: boolean;
|
|
128
|
+
};
|
|
129
|
+
hed2: {
|
|
130
|
+
fontSize: number;
|
|
131
|
+
};
|
|
132
|
+
TotalsStyles: {
|
|
133
|
+
marginTop: number;
|
|
134
|
+
lineHeight: number;
|
|
135
|
+
fontSize: number;
|
|
136
|
+
margin: number[];
|
|
137
|
+
};
|
|
138
|
+
colum1: {
|
|
139
|
+
fontSize: number;
|
|
140
|
+
lineHeight: number;
|
|
141
|
+
};
|
|
142
|
+
colum2: {
|
|
143
|
+
fontSize: number;
|
|
144
|
+
lineHeight: number;
|
|
145
|
+
margin: number[];
|
|
146
|
+
};
|
|
147
|
+
colum3: {
|
|
148
|
+
lineHeight: number;
|
|
149
|
+
};
|
|
150
|
+
Receiptheader1: {
|
|
151
|
+
fontSize: number;
|
|
152
|
+
bold: boolean;
|
|
153
|
+
alignment: string;
|
|
154
|
+
margin: number[];
|
|
155
|
+
};
|
|
156
|
+
Row1: {
|
|
157
|
+
fontSize: number;
|
|
158
|
+
margin: number[];
|
|
159
|
+
};
|
|
160
|
+
rowdata: {
|
|
161
|
+
margin: number[];
|
|
162
|
+
fontSize: number;
|
|
163
|
+
};
|
|
164
|
+
forCompany: {
|
|
165
|
+
margin: number[];
|
|
166
|
+
fontSize: string;
|
|
167
|
+
};
|
|
168
|
+
forCompany1: {
|
|
169
|
+
margin: number[];
|
|
170
|
+
fontSize: string;
|
|
171
|
+
};
|
|
172
|
+
Rupees: {
|
|
173
|
+
margin: number[];
|
|
174
|
+
fontSize: string;
|
|
175
|
+
};
|
|
176
|
+
Signature: {
|
|
177
|
+
margin: number[];
|
|
178
|
+
alignment: string;
|
|
179
|
+
fontSize: string;
|
|
180
|
+
};
|
|
181
|
+
withApp: {
|
|
182
|
+
alignment: string;
|
|
183
|
+
lineHeight: number;
|
|
184
|
+
};
|
|
185
|
+
withOutApp: {
|
|
186
|
+
alignment: string;
|
|
187
|
+
lineHeight: number;
|
|
188
|
+
};
|
|
189
|
+
Sign: {
|
|
190
|
+
fontSize: number;
|
|
191
|
+
margin: number[];
|
|
192
|
+
};
|
|
193
|
+
Sign1: {
|
|
194
|
+
fontSize: number;
|
|
195
|
+
margin: number[];
|
|
196
|
+
};
|
|
197
|
+
'margin-all': {
|
|
198
|
+
margin: number[];
|
|
199
|
+
};
|
|
200
|
+
'margin-top': {
|
|
201
|
+
margin: number[];
|
|
202
|
+
};
|
|
203
|
+
'margin-bottom': {
|
|
204
|
+
margin: number[];
|
|
205
|
+
};
|
|
206
|
+
fontSize: {
|
|
207
|
+
fontSize: number;
|
|
208
|
+
};
|
|
209
|
+
};
|
|
19
210
|
};
|
|
20
211
|
static GetFileName(ROPrintData: any): string;
|
|
21
212
|
static CommonHeaderDetails(ROPrintData: any, text: any, isotherIndustry: boolean): any[];
|
|
22
|
-
static GetMainHeaderDetails(Entity: any, HeaderName: any, Image: any, HColor: any, AColor: any, text: any):
|
|
213
|
+
static GetMainHeaderDetails(Entity: any, HeaderName: any, Image: any, HColor: any, AColor: any, text: any): ({
|
|
214
|
+
columns: any;
|
|
215
|
+
} | {
|
|
216
|
+
canvas: {
|
|
217
|
+
type: string;
|
|
218
|
+
lineColor: string;
|
|
219
|
+
x1: number;
|
|
220
|
+
y1: number;
|
|
221
|
+
x2: number;
|
|
222
|
+
y2: number;
|
|
223
|
+
lineWidth: number;
|
|
224
|
+
}[];
|
|
225
|
+
})[];
|
|
23
226
|
static PreparesparePartsTable(ROPrintData: any, isAuto: boolean): any;
|
|
24
227
|
static GetLaborPartsTableForView(Parts: any, Ops: any, PrintPartNo: any): any;
|
|
25
228
|
static WithOutDiscountFieldTable(Parts: any, Ops: any, PrintPartNo: any, ShowTaxColumn: any, Body: any, ShowIGST: any, ConsolidateGST: any, ShowDiscountColumn: any, isAuto: boolean): any;
|
|
@@ -31,7 +234,12 @@ export declare class SharedInvoiceprintService {
|
|
|
31
234
|
widths: number[];
|
|
32
235
|
body: any;
|
|
33
236
|
};
|
|
34
|
-
layout:
|
|
237
|
+
layout: {
|
|
238
|
+
hLineWidth: (i: any, node: any) => number;
|
|
239
|
+
vLineWidth: (i: any, node: any) => number;
|
|
240
|
+
hLineColor: (i: any, node: any) => string;
|
|
241
|
+
vLineColor: (i: any, node: any) => string;
|
|
242
|
+
};
|
|
35
243
|
};
|
|
36
244
|
static ConsolidateDataTable(Parts: any, Ops: any, PrintPartNo: any, ShowTaxColumn: any, Body: any, ShowIGST: any, ConsolidateGST: any, ShowDiscountColumn: any, isAuto: boolean): {
|
|
37
245
|
style: string;
|
|
@@ -39,15 +247,25 @@ export declare class SharedInvoiceprintService {
|
|
|
39
247
|
widths: number[];
|
|
40
248
|
body: any;
|
|
41
249
|
};
|
|
42
|
-
layout:
|
|
250
|
+
layout: {
|
|
251
|
+
hLineWidth: (i: any, node: any) => number;
|
|
252
|
+
vLineWidth: (i: any, node: any) => number;
|
|
253
|
+
hLineColor: (i: any, node: any) => string;
|
|
254
|
+
vLineColor: (i: any, node: any) => string;
|
|
255
|
+
};
|
|
43
256
|
};
|
|
44
257
|
static NoTaxDataTable(Parts: any, Ops: any, PrintPartNo: any, ShowTaxColumn: any, Body: any, ShowIGST: any, ConsolidateGST: any, ShowDiscountColumn: any, isAuto: boolean): {
|
|
45
258
|
style: string;
|
|
46
259
|
table: {
|
|
47
|
-
widths:
|
|
260
|
+
widths: number[];
|
|
48
261
|
body: any;
|
|
49
262
|
};
|
|
50
|
-
layout:
|
|
263
|
+
layout: {
|
|
264
|
+
hLineWidth: (i: any, node: any) => number;
|
|
265
|
+
vLineWidth: (i: any, node: any) => number;
|
|
266
|
+
hLineColor: (i: any, node: any) => string;
|
|
267
|
+
vLineColor: (i: any, node: any) => string;
|
|
268
|
+
};
|
|
51
269
|
};
|
|
52
270
|
static buildTableForCustomerLabor(Parts: any, Ops: any, PrintPartNo: any, customerorInsurance: any): any;
|
|
53
271
|
static getSummaryHeaders(permission: boolean): any;
|
|
@@ -59,13 +277,27 @@ export declare class SharedInvoiceprintService {
|
|
|
59
277
|
width: number;
|
|
60
278
|
bold?: undefined;
|
|
61
279
|
} | {
|
|
62
|
-
text:
|
|
280
|
+
text: string;
|
|
63
281
|
bold: boolean;
|
|
64
282
|
fontSize: number;
|
|
65
283
|
width: string;
|
|
66
284
|
})[];
|
|
67
285
|
};
|
|
68
286
|
static GetGatePass(isGatepass: boolean, ROPrintData: any): any;
|
|
69
|
-
static GetCustomerDetails(ROPrintData: any, isOtherIndustry: boolean):
|
|
70
|
-
|
|
287
|
+
static GetCustomerDetails(ROPrintData: any, isOtherIndustry: boolean): {
|
|
288
|
+
lineHeight: number;
|
|
289
|
+
fontSize: number;
|
|
290
|
+
table: {
|
|
291
|
+
body: any;
|
|
292
|
+
};
|
|
293
|
+
layout: string;
|
|
294
|
+
};
|
|
295
|
+
static GetVehicleDetails(Vehicle: any, isOtherIndustry: boolean): {
|
|
296
|
+
lineHeight: number;
|
|
297
|
+
fontSize: number;
|
|
298
|
+
table: {
|
|
299
|
+
body: any;
|
|
300
|
+
};
|
|
301
|
+
layout: string;
|
|
302
|
+
};
|
|
71
303
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SharedInvoiceprintService = void 0;
|
|
4
|
-
const shared_pdf_service_1 = require("
|
|
5
|
-
const shared_print_service_1 = require("
|
|
6
|
-
const my_date_1 = require("
|
|
7
|
-
const tr_utils_1 = require("
|
|
4
|
+
const shared_pdf_service_1 = require("../../shared/shared-services/shared-pdf.service");
|
|
5
|
+
const shared_print_service_1 = require("../../shared/shared-services/shared-print.service");
|
|
6
|
+
const my_date_1 = require("../../utils/my-date");
|
|
7
|
+
const tr_utils_1 = require("../../utils/tr-utils");
|
|
8
8
|
class SharedInvoiceprintService {
|
|
9
9
|
constructor() {
|
|
10
10
|
this.FontSize = 8;
|
|
@@ -25,7 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.CustBalanceXlsxFileService = void 0;
|
|
27
27
|
const XLSX = __importStar(require("xlsx"));
|
|
28
|
-
const tr_utils_1 = require("
|
|
28
|
+
const tr_utils_1 = require("../../../../utils/tr-utils");
|
|
29
29
|
class CustBalanceXlsxFileService {
|
|
30
30
|
static GetInvoiceWiseExcelData(MainData, isPhar, WOTypes) {
|
|
31
31
|
this.wb = {};
|
|
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.PaymentReceiveXlsxFileService = void 0;
|
|
27
27
|
const XLSX = __importStar(require("xlsx"));
|
|
28
|
-
const my_date_1 = require("
|
|
29
|
-
const tr_utils_1 = require("
|
|
28
|
+
const my_date_1 = require("../../../../utils/my-date");
|
|
29
|
+
const tr_utils_1 = require("../../../../utils/tr-utils");
|
|
30
30
|
class PaymentReceiveXlsxFileService {
|
|
31
31
|
static GetRepairOrdersExcelData(MainData) {
|
|
32
32
|
this.wb = {};
|
|
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.ExpiringDrugsXlsxFileService = void 0;
|
|
27
27
|
const XLSX = __importStar(require("xlsx"));
|
|
28
|
-
const my_date_1 = require("
|
|
29
|
-
const tr_utils_1 = require("
|
|
28
|
+
const my_date_1 = require("../../../../utils/my-date");
|
|
29
|
+
const tr_utils_1 = require("../../../../utils/tr-utils");
|
|
30
30
|
class ExpiringDrugsXlsxFileService {
|
|
31
31
|
static GetExpiringDrugsExcelData(MainData, isSale, searchValue, HeaderName) {
|
|
32
32
|
this.wb = {};
|
|
@@ -25,7 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.IssueSparesXlsxFileService = void 0;
|
|
27
27
|
const XLSX = __importStar(require("xlsx"));
|
|
28
|
-
const tr_utils_1 = require("
|
|
28
|
+
const tr_utils_1 = require("../../../../utils/tr-utils");
|
|
29
29
|
class IssueSparesXlsxFileService {
|
|
30
30
|
static GetInvoiceWiseExcelData(MainData, WOTypes) {
|
|
31
31
|
this.wb = {};
|
|
@@ -25,7 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.StockXlsxFileService = void 0;
|
|
27
27
|
const XLSX = __importStar(require("xlsx"));
|
|
28
|
-
const tr_utils_1 = require("
|
|
28
|
+
const tr_utils_1 = require("../../../../utils/tr-utils");
|
|
29
29
|
class StockXlsxFileService {
|
|
30
30
|
static GetStockInfoExcelData(MainData, isSale, isHC, HeaderName) {
|
|
31
31
|
this.wb = {};
|
|
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.PaymentsMadeXlsxFileService = void 0;
|
|
27
27
|
const XLSX = __importStar(require("xlsx"));
|
|
28
|
-
const my_date_1 = require("
|
|
29
|
-
const tr_utils_1 = require("
|
|
28
|
+
const my_date_1 = require("../../../../utils/my-date");
|
|
29
|
+
const tr_utils_1 = require("../../../../utils/tr-utils");
|
|
30
30
|
class PaymentsMadeXlsxFileService {
|
|
31
31
|
static GetPaymentsMadeDetailsExcelData(MainData, isPur, isSale, searchValue, HeaderName, ExtraFields) {
|
|
32
32
|
this.wb = {};
|
|
@@ -25,7 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.VenBalanceXlsxFileService = void 0;
|
|
27
27
|
const XLSX = __importStar(require("xlsx"));
|
|
28
|
-
const tr_utils_1 = require("
|
|
28
|
+
const tr_utils_1 = require("../../../../utils/tr-utils");
|
|
29
29
|
class VenBalanceXlsxFileService {
|
|
30
30
|
static GetInvoiceWiseExcelData(MainData) {
|
|
31
31
|
this.wb = {};
|
|
@@ -22,8 +22,8 @@ export declare class PackShipPDFService {
|
|
|
22
22
|
layout: {
|
|
23
23
|
hLineWidth: (i: any, node: any) => number;
|
|
24
24
|
vLineWidth: (i: any, node: any) => number;
|
|
25
|
-
hLineColor: (i: any, node: any) => "
|
|
26
|
-
vLineColor: (i: any, node: any) => "
|
|
25
|
+
hLineColor: (i: any, node: any) => "black" | "gray";
|
|
26
|
+
vLineColor: (i: any, node: any) => "black" | "gray";
|
|
27
27
|
};
|
|
28
28
|
} | {
|
|
29
29
|
text: string;
|
|
@@ -237,8 +237,8 @@ export declare class PackShipPDFService {
|
|
|
237
237
|
layout: {
|
|
238
238
|
hLineWidth: (i: any, node: any) => number;
|
|
239
239
|
vLineWidth: (i: any, node: any) => number;
|
|
240
|
-
hLineColor: (i: any, node: any) => "
|
|
241
|
-
vLineColor: (i: any, node: any) => "
|
|
240
|
+
hLineColor: (i: any, node: any) => "black" | "gray";
|
|
241
|
+
vLineColor: (i: any, node: any) => "black" | "gray";
|
|
242
242
|
};
|
|
243
243
|
};
|
|
244
244
|
static buildTableForCustomerLabor(Items: any): any;
|
|
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.InsuranceExpireXlsxFileService = void 0;
|
|
27
27
|
const XLSX = __importStar(require("xlsx"));
|
|
28
|
-
const my_date_1 = require("
|
|
29
|
-
const tr_utils_1 = require("
|
|
28
|
+
const my_date_1 = require("../../../utils/my-date");
|
|
29
|
+
const tr_utils_1 = require("../../../utils/tr-utils");
|
|
30
30
|
class InsuranceExpireXlsxFileService {
|
|
31
31
|
static GetInsuranceExpireExcelData(MainData, searchValue, HeaderName) {
|
|
32
32
|
this.wb = {};
|
|
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.NextServiceDateXlsxFileService = void 0;
|
|
27
27
|
const XLSX = __importStar(require("xlsx"));
|
|
28
|
-
const my_date_1 = require("
|
|
29
|
-
const tr_utils_1 = require("
|
|
28
|
+
const my_date_1 = require("../../../utils/my-date");
|
|
29
|
+
const tr_utils_1 = require("../../../utils/tr-utils");
|
|
30
30
|
class NextServiceDateXlsxFileService {
|
|
31
31
|
static GetNextServiceDateExcelData(MainData, searchValue, HeaderName, isDetails) {
|
|
32
32
|
this.wb = {};
|
|
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.RepairOrdersXlsxFileService = void 0;
|
|
27
27
|
const XLSX = __importStar(require("xlsx"));
|
|
28
|
-
const my_date_1 = require("
|
|
29
|
-
const tr_utils_1 = require("
|
|
28
|
+
const my_date_1 = require("../../../utils/my-date");
|
|
29
|
+
const tr_utils_1 = require("../../../utils/tr-utils");
|
|
30
30
|
class RepairOrdersXlsxFileService {
|
|
31
31
|
static GetRepairOrdersExcelData(MainData) {
|
|
32
32
|
this.wb = {};
|