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
|
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.AnalysisXlsxFileService = void 0;
|
|
27
27
|
const XLSX = __importStar(require("xlsx"));
|
|
28
|
-
const tr_utils_1 = require("
|
|
29
|
-
const my_date_1 = require("
|
|
28
|
+
const tr_utils_1 = require("../../../../utils/tr-utils");
|
|
29
|
+
const my_date_1 = require("../../../../utils/my-date");
|
|
30
30
|
class AnalysisXlsxFileService {
|
|
31
31
|
static GetAnalysisExcelData(MainData, isSale, searchValue, HeaderName, HeaderText) {
|
|
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.CategoryWiseItemXlsxFileService = 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 CategoryWiseItemXlsxFileService {
|
|
31
31
|
static GetCategoryWiseItemExcelData(MainData, isSale, 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.CustWiseSalesXlsxFileService = 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 CustWiseSalesXlsxFileService {
|
|
31
31
|
static GetCustWiseSalesDetailsExcelData(MainData, isSale, searchValue) {
|
|
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.SalesByCustomerXlsxFileService = 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 SalesByCustomerXlsxFileService {
|
|
31
31
|
static GetSalesByCustExcelData(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.InvoicesWiseXlsxFileService = 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 InvoicesWiseXlsxFileService {
|
|
30
30
|
static GetInvoiceWiseExcelData(MainData, 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.ItemWiseDoctorSaleXlsxFileService = 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 ItemWiseDoctorSaleXlsxFileService {
|
|
31
31
|
static GetItemWiseDoctorSaleExcelData(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.ItemsWiseSalesXlsxFileService = 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 ItemsWiseSalesXlsxFileService {
|
|
31
31
|
static GetItemsWiseSalesExcelData(MainData, isSale, 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.ManfWiseSalesXlsxFileService = 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 ManfWiseSalesXlsxFileService {
|
|
31
31
|
static GetManfWiseSalesExcelData(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.OperatorWiseDetailsXlsxFileService = 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 OperatorWiseDetailsXlsxFileService {
|
|
31
31
|
static GetOperatorWiseDetailsExcelData(MainData, searchValue, isSale) {
|
|
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.OperatorWiseSummaryXlsxFileService = 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 OperatorWiseSummaryXlsxFileService {
|
|
31
31
|
static GetOperatorWiseSummaryExcelData(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.ServiceAdvisorWiseLaborXlsxFileService = 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 ServiceAdvisorWiseLaborXlsxFileService {
|
|
31
31
|
static GetServiceAdvisorLaborsExcelData(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.ServiceAdvisorWisePartXlsxFileService = 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 ServiceAdvisorWisePartXlsxFileService {
|
|
31
31
|
static GetServiceAdvisorPartsExcelData(MainData) {
|
|
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.SummaryXlsxFileService = 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 SummaryXlsxFileService {
|
|
30
30
|
static GetInvoiceWiseExcelData(MainData, 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.SalesByServiceSummaryXlsxFileService = 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 SalesByServiceSummaryXlsxFileService {
|
|
31
31
|
static GetSalesByServiceSummaryExcelData(MainData, searchValue, HeaderName, ForService) {
|
|
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.ScheduledDrugSummaryXlsxFileService = 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 ScheduledDrugSummaryXlsxFileService {
|
|
31
31
|
static GetScheduledDrugExcelData(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.ScheduledDrugXlsxFileService = 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 ScheduledDrugXlsxFileService {
|
|
31
31
|
static GetScheduledDrugExcelData(MainData, searchValue, HeaderName) {
|
|
32
32
|
this.wb = {};
|
|
@@ -12,7 +12,198 @@ export declare class AnalysisPDFService {
|
|
|
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, isPhar: boolean, isHC: boolean, IsSales: boolean, HeaderText: any): any;
|
|
18
209
|
static getTableWidths(isHC: any): (string | number)[];
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AnalysisPDFService = void 0;
|
|
4
|
-
const shared_pdf_service_1 = require("
|
|
5
|
-
const my_date_1 = require("
|
|
6
|
-
const tr_utils_1 = require("
|
|
4
|
+
const shared_pdf_service_1 = require("../../../../shared/shared-services/shared-pdf.service");
|
|
5
|
+
const my_date_1 = require("../../../../utils/my-date");
|
|
6
|
+
const tr_utils_1 = require("../../../../utils/tr-utils");
|
|
7
7
|
class AnalysisPDFService {
|
|
8
8
|
static GetAnalysisPDFPrint(InvoicesData, CName, isPhar, isHC, IsSales, HeaerName, searchValue, HeaderText) {
|
|
9
9
|
var dd = {
|
|
@@ -12,7 +12,198 @@ export declare class CategoryWiseItemPDFService {
|
|
|
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, isPhar: boolean, isHC: boolean, isSale: boolean): any;
|
|
18
209
|
static getTableWidths(isHC: any): (string | number)[];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CategoryWiseItemPDFService = 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 CategoryWiseItemPDFService {
|
|
7
7
|
static GetCategoryWiseItemSales(InvoicesData, CName, isPhar, isHC, isSale, searchValue) {
|
|
8
8
|
var dd = {
|