@uniorganization/uni-lib 2.0.36 → 3.0.0
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/entities/evaluations.entity.d.ts +1 -0
- package/dist/entities/evaluations.entity.js +4 -0
- package/dist/entities/index.d.ts +1 -6
- package/dist/entities/index.js +1 -6
- package/dist/entities/{raw-sap.entity.js → sap-raw.entity.js} +1 -1
- package/dist/modules/common/constants.d.ts +0 -3
- package/dist/modules/common/constants.js +1 -4
- package/dist/modules/common/shared-db-repositories.provider.d.ts +2 -17
- package/dist/modules/common/shared-db-repositories.provider.js +0 -39
- package/package.json +71 -71
- package/dist/entities/raw-daily-pending.entity.d.ts +0 -57
- package/dist/entities/raw-daily-pending.entity.js +0 -245
- package/dist/entities/raw-enr-pending.entity.d.ts +0 -143
- package/dist/entities/raw-enr-pending.entity.js +0 -583
- package/dist/entities/raw-sap.entity.d.ts +0 -36
- package/dist/entities/raw-sap.js +0 -155
- package/dist/entities/vw-raw-daily-pending.view.d.ts +0 -57
- package/dist/entities/vw-raw-daily-pending.view.js +0 -239
- package/dist/entities/vw-raw-enr-pending.view.d.ts +0 -143
- package/dist/entities/vw-raw-enr-pending.view.js +0 -583
- package/dist/entities/vw-raw-sap.view.d.ts +0 -36
- package/dist/entities/vw-raw-sap.view.js +0 -155
- /package/dist/entities/{raw-sap.d.ts → sap-raw.entity.d.ts} +0 -0
package/dist/entities/raw-sap.js
DELETED
|
@@ -1,155 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.SapRaw = void 0;
|
|
13
|
-
const typeorm_1 = require("typeorm");
|
|
14
|
-
let SapRaw = class SapRaw {
|
|
15
|
-
};
|
|
16
|
-
exports.SapRaw = SapRaw;
|
|
17
|
-
__decorate([
|
|
18
|
-
(0, typeorm_1.PrimaryColumn)({ name: 'ticket_number' }),
|
|
19
|
-
__metadata("design:type", String)
|
|
20
|
-
], SapRaw.prototype, "ticketNo", void 0);
|
|
21
|
-
__decorate([
|
|
22
|
-
(0, typeorm_1.PrimaryColumn)({ name: 'file_date' }),
|
|
23
|
-
__metadata("design:type", Date)
|
|
24
|
-
], SapRaw.prototype, "fileDate", void 0);
|
|
25
|
-
__decorate([
|
|
26
|
-
(0, typeorm_1.Column)({ name: 'company_id' }),
|
|
27
|
-
__metadata("design:type", String)
|
|
28
|
-
], SapRaw.prototype, "companyId", void 0);
|
|
29
|
-
__decorate([
|
|
30
|
-
(0, typeorm_1.Column)({ name: 'status' }),
|
|
31
|
-
__metadata("design:type", String)
|
|
32
|
-
], SapRaw.prototype, "status", void 0);
|
|
33
|
-
__decorate([
|
|
34
|
-
(0, typeorm_1.Column)({ name: 'status_desc' }),
|
|
35
|
-
__metadata("design:type", String)
|
|
36
|
-
], SapRaw.prototype, "statusDesc", void 0);
|
|
37
|
-
__decorate([
|
|
38
|
-
(0, typeorm_1.Column)({ name: 'reason_description' }),
|
|
39
|
-
__metadata("design:type", String)
|
|
40
|
-
], SapRaw.prototype, "reasonDescription", void 0);
|
|
41
|
-
__decorate([
|
|
42
|
-
(0, typeorm_1.Column)({ name: 'detail_type' }),
|
|
43
|
-
__metadata("design:type", String)
|
|
44
|
-
], SapRaw.prototype, "detailTypeName", void 0);
|
|
45
|
-
__decorate([
|
|
46
|
-
(0, typeorm_1.Column)({ name: 'model' }),
|
|
47
|
-
__metadata("design:type", String)
|
|
48
|
-
], SapRaw.prototype, "modelCode", void 0);
|
|
49
|
-
__decorate([
|
|
50
|
-
(0, typeorm_1.Column)({ name: 'category_id' }),
|
|
51
|
-
__metadata("design:type", String)
|
|
52
|
-
], SapRaw.prototype, "categoryId", void 0);
|
|
53
|
-
__decorate([
|
|
54
|
-
(0, typeorm_1.Column)({ name: 'serial_no' }),
|
|
55
|
-
__metadata("design:type", String)
|
|
56
|
-
], SapRaw.prototype, "serialNo", void 0);
|
|
57
|
-
__decorate([
|
|
58
|
-
(0, typeorm_1.Column)({ name: 'imei' }),
|
|
59
|
-
__metadata("design:type", String)
|
|
60
|
-
], SapRaw.prototype, "imei", void 0);
|
|
61
|
-
__decorate([
|
|
62
|
-
(0, typeorm_1.Column)({ name: 'posting_date' }),
|
|
63
|
-
__metadata("design:type", Date)
|
|
64
|
-
], SapRaw.prototype, "createDate", void 0);
|
|
65
|
-
__decorate([
|
|
66
|
-
(0, typeorm_1.Column)({ name: 'unit_received_date' }),
|
|
67
|
-
__metadata("design:type", Date)
|
|
68
|
-
], SapRaw.prototype, "unitReceivedDate", void 0);
|
|
69
|
-
__decorate([
|
|
70
|
-
(0, typeorm_1.Column)({ name: 'category1_description' }),
|
|
71
|
-
__metadata("design:type", String)
|
|
72
|
-
], SapRaw.prototype, "category1Description", void 0);
|
|
73
|
-
__decorate([
|
|
74
|
-
(0, typeorm_1.Column)({ name: 'category2_description' }),
|
|
75
|
-
__metadata("design:type", String)
|
|
76
|
-
], SapRaw.prototype, "category2Description", void 0);
|
|
77
|
-
__decorate([
|
|
78
|
-
(0, typeorm_1.Column)({ name: 'category3_description' }),
|
|
79
|
-
__metadata("design:type", String)
|
|
80
|
-
], SapRaw.prototype, "category3Description", void 0);
|
|
81
|
-
__decorate([
|
|
82
|
-
(0, typeorm_1.Column)({ name: 'consumer' }),
|
|
83
|
-
__metadata("design:type", Number)
|
|
84
|
-
], SapRaw.prototype, "consumer", void 0);
|
|
85
|
-
__decorate([
|
|
86
|
-
(0, typeorm_1.Column)({ name: 'customer' }),
|
|
87
|
-
__metadata("design:type", String)
|
|
88
|
-
], SapRaw.prototype, "bpNo", void 0);
|
|
89
|
-
__decorate([
|
|
90
|
-
(0, typeorm_1.Column)({ name: 'state' }),
|
|
91
|
-
__metadata("design:type", String)
|
|
92
|
-
], SapRaw.prototype, "state", void 0);
|
|
93
|
-
__decorate([
|
|
94
|
-
(0, typeorm_1.Column)({ name: 'asc' }),
|
|
95
|
-
__metadata("design:type", String)
|
|
96
|
-
], SapRaw.prototype, "ascNo", void 0);
|
|
97
|
-
__decorate([
|
|
98
|
-
(0, typeorm_1.Column)({ name: 'created_by' }),
|
|
99
|
-
__metadata("design:type", String)
|
|
100
|
-
], SapRaw.prototype, "createdBy", void 0);
|
|
101
|
-
__decorate([
|
|
102
|
-
(0, typeorm_1.Column)({ name: 'in_out_wty' }),
|
|
103
|
-
__metadata("design:type", String)
|
|
104
|
-
], SapRaw.prototype, "warrantyStatus", void 0);
|
|
105
|
-
__decorate([
|
|
106
|
-
(0, typeorm_1.Column)({ name: 'in_out' }),
|
|
107
|
-
__metadata("design:type", String)
|
|
108
|
-
], SapRaw.prototype, "inOut", void 0);
|
|
109
|
-
__decorate([
|
|
110
|
-
(0, typeorm_1.Column)({ name: 'ern' }),
|
|
111
|
-
__metadata("design:type", String)
|
|
112
|
-
], SapRaw.prototype, "ern", void 0);
|
|
113
|
-
__decorate([
|
|
114
|
-
(0, typeorm_1.Column)({ name: 'service_type' }),
|
|
115
|
-
__metadata("design:type", String)
|
|
116
|
-
], SapRaw.prototype, "serviceType", void 0);
|
|
117
|
-
__decorate([
|
|
118
|
-
(0, typeorm_1.Column)({ name: 'product_type' }),
|
|
119
|
-
__metadata("design:type", String)
|
|
120
|
-
], SapRaw.prototype, "productType", void 0);
|
|
121
|
-
__decorate([
|
|
122
|
-
(0, typeorm_1.Column)({ name: 'bucket_group' }),
|
|
123
|
-
__metadata("design:type", String)
|
|
124
|
-
], SapRaw.prototype, "bucketGroup", void 0);
|
|
125
|
-
__decorate([
|
|
126
|
-
(0, typeorm_1.Column)({ name: 'posting_date_aging' }),
|
|
127
|
-
__metadata("design:type", String)
|
|
128
|
-
], SapRaw.prototype, "postingDateAging", void 0);
|
|
129
|
-
__decorate([
|
|
130
|
-
(0, typeorm_1.Column)({ name: 'unit_received_aging' }),
|
|
131
|
-
__metadata("design:type", String)
|
|
132
|
-
], SapRaw.prototype, "unitReceivedAging", void 0);
|
|
133
|
-
__decorate([
|
|
134
|
-
(0, typeorm_1.Column)({ name: 'index' }),
|
|
135
|
-
__metadata("design:type", Number)
|
|
136
|
-
], SapRaw.prototype, "index", void 0);
|
|
137
|
-
__decorate([
|
|
138
|
-
(0, typeorm_1.Column)({ name: 'return_reason_description' }),
|
|
139
|
-
__metadata("design:type", String)
|
|
140
|
-
], SapRaw.prototype, "returnReasonDescription", void 0);
|
|
141
|
-
__decorate([
|
|
142
|
-
(0, typeorm_1.Column)({ name: 'file_name' }),
|
|
143
|
-
__metadata("design:type", String)
|
|
144
|
-
], SapRaw.prototype, "fileName", void 0);
|
|
145
|
-
__decorate([
|
|
146
|
-
(0, typeorm_1.Column)({ name: 'dacor_flag' }),
|
|
147
|
-
__metadata("design:type", String)
|
|
148
|
-
], SapRaw.prototype, "dacorFlag", void 0);
|
|
149
|
-
__decorate([
|
|
150
|
-
(0, typeorm_1.Column)({ name: 'text1' }),
|
|
151
|
-
__metadata("design:type", String)
|
|
152
|
-
], SapRaw.prototype, "text1", void 0);
|
|
153
|
-
exports.SapRaw = SapRaw = __decorate([
|
|
154
|
-
(0, typeorm_1.Entity)('raw_sap', { schema: 'stm' })
|
|
155
|
-
], SapRaw);
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
export declare class VwRawDailyPending {
|
|
2
|
-
index: number;
|
|
3
|
-
fileDate: Date;
|
|
4
|
-
period: string;
|
|
5
|
-
epp: string;
|
|
6
|
-
transactionId: number;
|
|
7
|
-
pendingTat: number;
|
|
8
|
-
assignAging: string;
|
|
9
|
-
reasonAging: string;
|
|
10
|
-
sapCreatedId: string;
|
|
11
|
-
postingDate: Date;
|
|
12
|
-
firstAscAssignDate: string;
|
|
13
|
-
acknowledgeDate: string;
|
|
14
|
-
ascAssignedDate: string;
|
|
15
|
-
cc1stApptDate: string;
|
|
16
|
-
firstApptDateAsc: string;
|
|
17
|
-
ascLastAppt: string;
|
|
18
|
-
scheduleWithin: string;
|
|
19
|
-
partsStatus: string;
|
|
20
|
-
hassModels: string;
|
|
21
|
-
centerType: string;
|
|
22
|
-
nAscRsm2015: string;
|
|
23
|
-
serviceCenter: string;
|
|
24
|
-
serviceCenter1: string;
|
|
25
|
-
nHq8ProductGro: string;
|
|
26
|
-
productCategory: string;
|
|
27
|
-
localServiceProduct: string;
|
|
28
|
-
localServiceProduct2: string;
|
|
29
|
-
serviceModel: string;
|
|
30
|
-
serialNumber: string;
|
|
31
|
-
responsiblePerson: string;
|
|
32
|
-
customerRegion: string;
|
|
33
|
-
customerZipCode: string;
|
|
34
|
-
cbsaName: string;
|
|
35
|
-
nCustomerTelNo: string;
|
|
36
|
-
scsiCoverage: string;
|
|
37
|
-
redoTicketNoGcic: string;
|
|
38
|
-
inOutWarrantyIndicator: string;
|
|
39
|
-
statusReason: string;
|
|
40
|
-
serviceType: string;
|
|
41
|
-
symptomCode2: string;
|
|
42
|
-
symptomCode3: string;
|
|
43
|
-
symptomCode4: string;
|
|
44
|
-
dataOriginInboundOutbound: string;
|
|
45
|
-
serviceEngineer: string;
|
|
46
|
-
techId: string;
|
|
47
|
-
nContactRegion: string;
|
|
48
|
-
nContactRegion3: string;
|
|
49
|
-
placeOfPurchase: string;
|
|
50
|
-
wtyExceptionCode: string;
|
|
51
|
-
actualTRCount: string;
|
|
52
|
-
sStatus: string;
|
|
53
|
-
customer: string;
|
|
54
|
-
status: string;
|
|
55
|
-
extraField: string;
|
|
56
|
-
symptomCode1: string;
|
|
57
|
-
}
|
|
@@ -1,239 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.VwRawDailyPending = void 0;
|
|
13
|
-
const typeorm_1 = require("typeorm");
|
|
14
|
-
let VwRawDailyPending = class VwRawDailyPending {
|
|
15
|
-
};
|
|
16
|
-
exports.VwRawDailyPending = VwRawDailyPending;
|
|
17
|
-
__decorate([
|
|
18
|
-
(0, typeorm_1.PrimaryColumn)({ name: 'index', type: 'numeric' }),
|
|
19
|
-
__metadata("design:type", Number)
|
|
20
|
-
], VwRawDailyPending.prototype, "index", void 0);
|
|
21
|
-
__decorate([
|
|
22
|
-
(0, typeorm_1.Column)({ name: 'file_date', type: 'date' }),
|
|
23
|
-
__metadata("design:type", Date)
|
|
24
|
-
], VwRawDailyPending.prototype, "fileDate", void 0);
|
|
25
|
-
__decorate([
|
|
26
|
-
(0, typeorm_1.Column)({ name: 'period', type: 'text' }),
|
|
27
|
-
__metadata("design:type", String)
|
|
28
|
-
], VwRawDailyPending.prototype, "period", void 0);
|
|
29
|
-
__decorate([
|
|
30
|
-
(0, typeorm_1.Column)({ name: 'epp', type: 'text' }),
|
|
31
|
-
__metadata("design:type", String)
|
|
32
|
-
], VwRawDailyPending.prototype, "epp", void 0);
|
|
33
|
-
__decorate([
|
|
34
|
-
(0, typeorm_1.Column)({ name: 'transaction_id', type: 'numeric' }),
|
|
35
|
-
__metadata("design:type", Number)
|
|
36
|
-
], VwRawDailyPending.prototype, "transactionId", void 0);
|
|
37
|
-
__decorate([
|
|
38
|
-
(0, typeorm_1.Column)({ name: 'pending_tat', type: 'numeric' }),
|
|
39
|
-
__metadata("design:type", Number)
|
|
40
|
-
], VwRawDailyPending.prototype, "pendingTat", void 0);
|
|
41
|
-
__decorate([
|
|
42
|
-
(0, typeorm_1.Column)({ name: 'assign_aging', type: 'text' }),
|
|
43
|
-
__metadata("design:type", String)
|
|
44
|
-
], VwRawDailyPending.prototype, "assignAging", void 0);
|
|
45
|
-
__decorate([
|
|
46
|
-
(0, typeorm_1.Column)({ name: 'reason_aging', type: 'text' }),
|
|
47
|
-
__metadata("design:type", String)
|
|
48
|
-
], VwRawDailyPending.prototype, "reasonAging", void 0);
|
|
49
|
-
__decorate([
|
|
50
|
-
(0, typeorm_1.Column)({ name: 'sap_created_id', type: 'text' }),
|
|
51
|
-
__metadata("design:type", String)
|
|
52
|
-
], VwRawDailyPending.prototype, "sapCreatedId", void 0);
|
|
53
|
-
__decorate([
|
|
54
|
-
(0, typeorm_1.Column)({ name: 'posting_date', type: 'date' }),
|
|
55
|
-
__metadata("design:type", Date)
|
|
56
|
-
], VwRawDailyPending.prototype, "postingDate", void 0);
|
|
57
|
-
__decorate([
|
|
58
|
-
(0, typeorm_1.Column)({ name: 'first_asc_assign_date', type: 'text' }),
|
|
59
|
-
__metadata("design:type", String)
|
|
60
|
-
], VwRawDailyPending.prototype, "firstAscAssignDate", void 0);
|
|
61
|
-
__decorate([
|
|
62
|
-
(0, typeorm_1.Column)({ name: 'acknowledge_date', type: 'text' }),
|
|
63
|
-
__metadata("design:type", String)
|
|
64
|
-
], VwRawDailyPending.prototype, "acknowledgeDate", void 0);
|
|
65
|
-
__decorate([
|
|
66
|
-
(0, typeorm_1.Column)({ name: 'asc_assigned_date', type: 'text' }),
|
|
67
|
-
__metadata("design:type", String)
|
|
68
|
-
], VwRawDailyPending.prototype, "ascAssignedDate", void 0);
|
|
69
|
-
__decorate([
|
|
70
|
-
(0, typeorm_1.Column)({ name: 'cc_1st_appt_date', type: 'text' }),
|
|
71
|
-
__metadata("design:type", String)
|
|
72
|
-
], VwRawDailyPending.prototype, "cc1stApptDate", void 0);
|
|
73
|
-
__decorate([
|
|
74
|
-
(0, typeorm_1.Column)({ name: '1st_appt_date_asc', type: 'text' }),
|
|
75
|
-
__metadata("design:type", String)
|
|
76
|
-
], VwRawDailyPending.prototype, "firstApptDateAsc", void 0);
|
|
77
|
-
__decorate([
|
|
78
|
-
(0, typeorm_1.Column)({ name: 'asc_last_appt', type: 'text' }),
|
|
79
|
-
__metadata("design:type", String)
|
|
80
|
-
], VwRawDailyPending.prototype, "ascLastAppt", void 0);
|
|
81
|
-
__decorate([
|
|
82
|
-
(0, typeorm_1.Column)({ name: 'schedule_within', type: 'text' }),
|
|
83
|
-
__metadata("design:type", String)
|
|
84
|
-
], VwRawDailyPending.prototype, "scheduleWithin", void 0);
|
|
85
|
-
__decorate([
|
|
86
|
-
(0, typeorm_1.Column)({ name: 'parts_status', type: 'text' }),
|
|
87
|
-
__metadata("design:type", String)
|
|
88
|
-
], VwRawDailyPending.prototype, "partsStatus", void 0);
|
|
89
|
-
__decorate([
|
|
90
|
-
(0, typeorm_1.Column)({ name: 'hass_models', type: 'text' }),
|
|
91
|
-
__metadata("design:type", String)
|
|
92
|
-
], VwRawDailyPending.prototype, "hassModels", void 0);
|
|
93
|
-
__decorate([
|
|
94
|
-
(0, typeorm_1.Column)({ name: 'center_type', type: 'text' }),
|
|
95
|
-
__metadata("design:type", String)
|
|
96
|
-
], VwRawDailyPending.prototype, "centerType", void 0);
|
|
97
|
-
__decorate([
|
|
98
|
-
(0, typeorm_1.Column)({ name: 'n_asc_rsm_2015', type: 'text' }),
|
|
99
|
-
__metadata("design:type", String)
|
|
100
|
-
], VwRawDailyPending.prototype, "nAscRsm2015", void 0);
|
|
101
|
-
__decorate([
|
|
102
|
-
(0, typeorm_1.Column)({ name: 'service_center', type: 'text' }),
|
|
103
|
-
__metadata("design:type", String)
|
|
104
|
-
], VwRawDailyPending.prototype, "serviceCenter", void 0);
|
|
105
|
-
__decorate([
|
|
106
|
-
(0, typeorm_1.Column)({ name: 'service_center_1', type: 'text' }),
|
|
107
|
-
__metadata("design:type", String)
|
|
108
|
-
], VwRawDailyPending.prototype, "serviceCenter1", void 0);
|
|
109
|
-
__decorate([
|
|
110
|
-
(0, typeorm_1.Column)({ name: 'n_hq_8_product_gro', type: 'text' }),
|
|
111
|
-
__metadata("design:type", String)
|
|
112
|
-
], VwRawDailyPending.prototype, "nHq8ProductGro", void 0);
|
|
113
|
-
__decorate([
|
|
114
|
-
(0, typeorm_1.Column)({ name: 'product_category', type: 'text' }),
|
|
115
|
-
__metadata("design:type", String)
|
|
116
|
-
], VwRawDailyPending.prototype, "productCategory", void 0);
|
|
117
|
-
__decorate([
|
|
118
|
-
(0, typeorm_1.Column)({ name: 'local_service_product', type: 'text' }),
|
|
119
|
-
__metadata("design:type", String)
|
|
120
|
-
], VwRawDailyPending.prototype, "localServiceProduct", void 0);
|
|
121
|
-
__decorate([
|
|
122
|
-
(0, typeorm_1.Column)({ name: 'local_service_product_2', type: 'text' }),
|
|
123
|
-
__metadata("design:type", String)
|
|
124
|
-
], VwRawDailyPending.prototype, "localServiceProduct2", void 0);
|
|
125
|
-
__decorate([
|
|
126
|
-
(0, typeorm_1.Column)({ name: 'service_model', type: 'text' }),
|
|
127
|
-
__metadata("design:type", String)
|
|
128
|
-
], VwRawDailyPending.prototype, "serviceModel", void 0);
|
|
129
|
-
__decorate([
|
|
130
|
-
(0, typeorm_1.Column)({ name: 'serial_number', type: 'text' }),
|
|
131
|
-
__metadata("design:type", String)
|
|
132
|
-
], VwRawDailyPending.prototype, "serialNumber", void 0);
|
|
133
|
-
__decorate([
|
|
134
|
-
(0, typeorm_1.Column)({ name: 'responsible_person', type: 'text' }),
|
|
135
|
-
__metadata("design:type", String)
|
|
136
|
-
], VwRawDailyPending.prototype, "responsiblePerson", void 0);
|
|
137
|
-
__decorate([
|
|
138
|
-
(0, typeorm_1.Column)({ name: 'customer_region', type: 'text' }),
|
|
139
|
-
__metadata("design:type", String)
|
|
140
|
-
], VwRawDailyPending.prototype, "customerRegion", void 0);
|
|
141
|
-
__decorate([
|
|
142
|
-
(0, typeorm_1.Column)({ name: 'customer_zip_code', type: 'text' }),
|
|
143
|
-
__metadata("design:type", String)
|
|
144
|
-
], VwRawDailyPending.prototype, "customerZipCode", void 0);
|
|
145
|
-
__decorate([
|
|
146
|
-
(0, typeorm_1.Column)({ name: 'cbsa_name', type: 'text' }),
|
|
147
|
-
__metadata("design:type", String)
|
|
148
|
-
], VwRawDailyPending.prototype, "cbsaName", void 0);
|
|
149
|
-
__decorate([
|
|
150
|
-
(0, typeorm_1.Column)({ name: 'n_customer_tel_no', type: 'text' }),
|
|
151
|
-
__metadata("design:type", String)
|
|
152
|
-
], VwRawDailyPending.prototype, "nCustomerTelNo", void 0);
|
|
153
|
-
__decorate([
|
|
154
|
-
(0, typeorm_1.Column)({ name: 'scsi_coverage', type: 'text' }),
|
|
155
|
-
__metadata("design:type", String)
|
|
156
|
-
], VwRawDailyPending.prototype, "scsiCoverage", void 0);
|
|
157
|
-
__decorate([
|
|
158
|
-
(0, typeorm_1.Column)({ name: 'redo_ticket_no_gcic', type: 'text' }),
|
|
159
|
-
__metadata("design:type", String)
|
|
160
|
-
], VwRawDailyPending.prototype, "redoTicketNoGcic", void 0);
|
|
161
|
-
__decorate([
|
|
162
|
-
(0, typeorm_1.Column)({ name: 'in_out_warranty_indicator', type: 'text' }),
|
|
163
|
-
__metadata("design:type", String)
|
|
164
|
-
], VwRawDailyPending.prototype, "inOutWarrantyIndicator", void 0);
|
|
165
|
-
__decorate([
|
|
166
|
-
(0, typeorm_1.Column)({ name: 'status_reason', type: 'text' }),
|
|
167
|
-
__metadata("design:type", String)
|
|
168
|
-
], VwRawDailyPending.prototype, "statusReason", void 0);
|
|
169
|
-
__decorate([
|
|
170
|
-
(0, typeorm_1.Column)({ name: 'service_type', type: 'text' }),
|
|
171
|
-
__metadata("design:type", String)
|
|
172
|
-
], VwRawDailyPending.prototype, "serviceType", void 0);
|
|
173
|
-
__decorate([
|
|
174
|
-
(0, typeorm_1.Column)({ name: 'symptom_code_2', type: 'text' }),
|
|
175
|
-
__metadata("design:type", String)
|
|
176
|
-
], VwRawDailyPending.prototype, "symptomCode2", void 0);
|
|
177
|
-
__decorate([
|
|
178
|
-
(0, typeorm_1.Column)({ name: 'symptom_code_3', type: 'text' }),
|
|
179
|
-
__metadata("design:type", String)
|
|
180
|
-
], VwRawDailyPending.prototype, "symptomCode3", void 0);
|
|
181
|
-
__decorate([
|
|
182
|
-
(0, typeorm_1.Column)({ name: 'symptom_code_4', type: 'text' }),
|
|
183
|
-
__metadata("design:type", String)
|
|
184
|
-
], VwRawDailyPending.prototype, "symptomCode4", void 0);
|
|
185
|
-
__decorate([
|
|
186
|
-
(0, typeorm_1.Column)({ name: 'data_origin_inbound_outbound', type: 'text' }),
|
|
187
|
-
__metadata("design:type", String)
|
|
188
|
-
], VwRawDailyPending.prototype, "dataOriginInboundOutbound", void 0);
|
|
189
|
-
__decorate([
|
|
190
|
-
(0, typeorm_1.Column)({ name: 'service_engineer', type: 'text' }),
|
|
191
|
-
__metadata("design:type", String)
|
|
192
|
-
], VwRawDailyPending.prototype, "serviceEngineer", void 0);
|
|
193
|
-
__decorate([
|
|
194
|
-
(0, typeorm_1.Column)({ name: 'tech_id', type: 'text' }),
|
|
195
|
-
__metadata("design:type", String)
|
|
196
|
-
], VwRawDailyPending.prototype, "techId", void 0);
|
|
197
|
-
__decorate([
|
|
198
|
-
(0, typeorm_1.Column)({ name: 'n_contact_region', type: 'text' }),
|
|
199
|
-
__metadata("design:type", String)
|
|
200
|
-
], VwRawDailyPending.prototype, "nContactRegion", void 0);
|
|
201
|
-
__decorate([
|
|
202
|
-
(0, typeorm_1.Column)({ name: 'n_contact_region_3', type: 'text' }),
|
|
203
|
-
__metadata("design:type", String)
|
|
204
|
-
], VwRawDailyPending.prototype, "nContactRegion3", void 0);
|
|
205
|
-
__decorate([
|
|
206
|
-
(0, typeorm_1.Column)({ name: 'place_of_purchase', type: 'text' }),
|
|
207
|
-
__metadata("design:type", String)
|
|
208
|
-
], VwRawDailyPending.prototype, "placeOfPurchase", void 0);
|
|
209
|
-
__decorate([
|
|
210
|
-
(0, typeorm_1.Column)({ name: 'wty_exception_code', type: 'text' }),
|
|
211
|
-
__metadata("design:type", String)
|
|
212
|
-
], VwRawDailyPending.prototype, "wtyExceptionCode", void 0);
|
|
213
|
-
__decorate([
|
|
214
|
-
(0, typeorm_1.Column)({ name: 'actual_t_r_count', type: 'text' }),
|
|
215
|
-
__metadata("design:type", String)
|
|
216
|
-
], VwRawDailyPending.prototype, "actualTRCount", void 0);
|
|
217
|
-
__decorate([
|
|
218
|
-
(0, typeorm_1.Column)({ name: 's_status', type: 'text' }),
|
|
219
|
-
__metadata("design:type", String)
|
|
220
|
-
], VwRawDailyPending.prototype, "sStatus", void 0);
|
|
221
|
-
__decorate([
|
|
222
|
-
(0, typeorm_1.Column)({ name: 'customer', type: 'text' }),
|
|
223
|
-
__metadata("design:type", String)
|
|
224
|
-
], VwRawDailyPending.prototype, "customer", void 0);
|
|
225
|
-
__decorate([
|
|
226
|
-
(0, typeorm_1.Column)({ name: 'status', type: 'text' }),
|
|
227
|
-
__metadata("design:type", String)
|
|
228
|
-
], VwRawDailyPending.prototype, "status", void 0);
|
|
229
|
-
__decorate([
|
|
230
|
-
(0, typeorm_1.Column)({ name: 'extra_field', type: 'varchar' }),
|
|
231
|
-
__metadata("design:type", String)
|
|
232
|
-
], VwRawDailyPending.prototype, "extraField", void 0);
|
|
233
|
-
__decorate([
|
|
234
|
-
(0, typeorm_1.Column)({ name: 'symptom_code_1', type: 'text' }),
|
|
235
|
-
__metadata("design:type", String)
|
|
236
|
-
], VwRawDailyPending.prototype, "symptomCode1", void 0);
|
|
237
|
-
exports.VwRawDailyPending = VwRawDailyPending = __decorate([
|
|
238
|
-
(0, typeorm_1.ViewEntity)('raw_daily_pending', { schema: 'public' })
|
|
239
|
-
], VwRawDailyPending);
|
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
export declare class VwRawEnrPending {
|
|
2
|
-
rowIndex: string;
|
|
3
|
-
ifdate: Date;
|
|
4
|
-
company: string;
|
|
5
|
-
objectId: number;
|
|
6
|
-
postingDate: Date;
|
|
7
|
-
purchasingDt: Date;
|
|
8
|
-
processType: string;
|
|
9
|
-
serviceType: string;
|
|
10
|
-
status: string;
|
|
11
|
-
statusText: string;
|
|
12
|
-
customer: number;
|
|
13
|
-
bpkind: string;
|
|
14
|
-
customerManagingG: string;
|
|
15
|
-
postCode1: string;
|
|
16
|
-
region: string;
|
|
17
|
-
mcCity1: string;
|
|
18
|
-
pl3: string;
|
|
19
|
-
reason: string;
|
|
20
|
-
reasonDesc: string;
|
|
21
|
-
stautSvctype: string;
|
|
22
|
-
oResponsible: string;
|
|
23
|
-
cicPrd: string;
|
|
24
|
-
cicSubPrd: string;
|
|
25
|
-
svcPrd: string;
|
|
26
|
-
svcPrdDesc: string;
|
|
27
|
-
svcPrcd2: string;
|
|
28
|
-
stdPrd: string;
|
|
29
|
-
prodDesc: string;
|
|
30
|
-
prd4: string;
|
|
31
|
-
prd8: string;
|
|
32
|
-
prd18: string;
|
|
33
|
-
model: string;
|
|
34
|
-
modelName: string;
|
|
35
|
-
imRsiFlag: string;
|
|
36
|
-
eolFlag: string;
|
|
37
|
-
modelDesc: string;
|
|
38
|
-
groupDSub: string;
|
|
39
|
-
basePrice: number;
|
|
40
|
-
cogs: number;
|
|
41
|
-
serialNo: string;
|
|
42
|
-
imei: string;
|
|
43
|
-
newImeiNo: string;
|
|
44
|
-
employee: number;
|
|
45
|
-
queueNm: string;
|
|
46
|
-
queCompany: string;
|
|
47
|
-
queGroup: string;
|
|
48
|
-
queResponsible: string;
|
|
49
|
-
ascCode: string;
|
|
50
|
-
ernam: string;
|
|
51
|
-
callSite: string;
|
|
52
|
-
bos: string;
|
|
53
|
-
elabel: string;
|
|
54
|
-
postingElableTat: number;
|
|
55
|
-
pickWm: string;
|
|
56
|
-
pickInDt: Date;
|
|
57
|
-
deliverdWm: string;
|
|
58
|
-
deliveryInDt: Date;
|
|
59
|
-
shipBackCx: string;
|
|
60
|
-
shipBackDt: string;
|
|
61
|
-
shipBackCompletedCx: string;
|
|
62
|
-
shipBackCompletedDt: string;
|
|
63
|
-
tat: number;
|
|
64
|
-
tatGroup: string;
|
|
65
|
-
detailType: string;
|
|
66
|
-
exchReqno: string;
|
|
67
|
-
exchType: string;
|
|
68
|
-
typeDesc: string;
|
|
69
|
-
exchReason: string;
|
|
70
|
-
exchReasonDesc: string;
|
|
71
|
-
exchGrade: string;
|
|
72
|
-
exchOption: string;
|
|
73
|
-
soNo: string;
|
|
74
|
-
raNo: string;
|
|
75
|
-
newOriPlant: string;
|
|
76
|
-
newShipPlant: number;
|
|
77
|
-
newModel: string;
|
|
78
|
-
newSerialNo: string;
|
|
79
|
-
refundAmount: number;
|
|
80
|
-
upgradeFee: number;
|
|
81
|
-
compAmount: number;
|
|
82
|
-
salesOrderDt: Date;
|
|
83
|
-
doNo: string;
|
|
84
|
-
giDocNo: string;
|
|
85
|
-
giDt: Date;
|
|
86
|
-
raDate: Date;
|
|
87
|
-
grDocNo: string;
|
|
88
|
-
grDt: Date;
|
|
89
|
-
account: number;
|
|
90
|
-
billingPt: string;
|
|
91
|
-
salesOrg: number;
|
|
92
|
-
storageLoc: string;
|
|
93
|
-
sStorageLoc: string;
|
|
94
|
-
incoterms: string;
|
|
95
|
-
originDept: number;
|
|
96
|
-
raTat: number;
|
|
97
|
-
exCat: string;
|
|
98
|
-
rootCause: string;
|
|
99
|
-
responsible: string;
|
|
100
|
-
doaCat: string;
|
|
101
|
-
enrComp: string;
|
|
102
|
-
enrEol: string;
|
|
103
|
-
enrBos: string;
|
|
104
|
-
bpoIconx: string;
|
|
105
|
-
bpoPod: string;
|
|
106
|
-
bpoElabel: string;
|
|
107
|
-
bpoOw: string;
|
|
108
|
-
bpoWty: string;
|
|
109
|
-
es005I: number;
|
|
110
|
-
es010I: number;
|
|
111
|
-
es015I: number;
|
|
112
|
-
es020I: number;
|
|
113
|
-
es025I: number;
|
|
114
|
-
es030I: number;
|
|
115
|
-
es040I: number;
|
|
116
|
-
es080I: number;
|
|
117
|
-
es090I: number;
|
|
118
|
-
es105I: number;
|
|
119
|
-
es115I: number;
|
|
120
|
-
es120I: number;
|
|
121
|
-
es125I: number;
|
|
122
|
-
es135I: number;
|
|
123
|
-
es140I: number;
|
|
124
|
-
rs005I: number;
|
|
125
|
-
rs006I: number;
|
|
126
|
-
rs007I: number;
|
|
127
|
-
rs010I: number;
|
|
128
|
-
rs015I: number;
|
|
129
|
-
rs020I: number;
|
|
130
|
-
rs025I: number;
|
|
131
|
-
rs030I: number;
|
|
132
|
-
rs080I: number;
|
|
133
|
-
rs090I: number;
|
|
134
|
-
symptomCat1: string;
|
|
135
|
-
symptomCat1Des: string;
|
|
136
|
-
symptomCat2: string;
|
|
137
|
-
symptomCat2Des: string;
|
|
138
|
-
symptomCat3: string;
|
|
139
|
-
symptomCat3Des: string;
|
|
140
|
-
fileDate: Date;
|
|
141
|
-
aenam: string;
|
|
142
|
-
aedat: Date;
|
|
143
|
-
}
|