@tomei/rental 0.19.0-staging.1 → 0.19.0-staging.2
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/index.d.ts +1 -0
- package/dist/index.js +18 -0
- package/dist/index.js.map +1 -0
- package/dist/src/ClassMappings/ItemClassMap.d.ts +4 -0
- package/dist/src/ClassMappings/ItemClassMap.js +8 -0
- package/dist/src/ClassMappings/ItemClassMap.js.map +1 -0
- package/dist/src/ClassMappings/index.d.ts +2 -0
- package/dist/src/ClassMappings/index.js +6 -0
- package/dist/src/ClassMappings/index.js.map +1 -0
- package/dist/src/components/agreement/agreement.d.ts +27 -0
- package/dist/src/components/agreement/agreement.js +137 -0
- package/dist/src/components/agreement/agreement.js.map +1 -0
- package/dist/src/components/agreement/agreement.repository.d.ts +8 -0
- package/dist/src/components/agreement/agreement.repository.js +67 -0
- package/dist/src/components/agreement/agreement.repository.js.map +1 -0
- package/dist/src/components/agreement-history/agreement-history.d.ts +17 -0
- package/dist/src/components/agreement-history/agreement-history.js +51 -0
- package/dist/src/components/agreement-history/agreement-history.js.map +1 -0
- package/dist/src/components/agreement-history/agreement-history.repository.d.ts +8 -0
- package/dist/src/components/agreement-history/agreement-history.repository.js +67 -0
- package/dist/src/components/agreement-history/agreement-history.repository.js.map +1 -0
- package/dist/src/components/agreement-signature/agreement-signature.d.ts +27 -0
- package/dist/src/components/agreement-signature/agreement-signature.js +112 -0
- package/dist/src/components/agreement-signature/agreement-signature.js.map +1 -0
- package/dist/src/components/agreement-signature/agreement-signature.repository.d.ts +8 -0
- package/dist/src/components/agreement-signature/agreement-signature.repository.js +68 -0
- package/dist/src/components/agreement-signature/agreement-signature.repository.js.map +1 -0
- package/dist/src/components/booking/booking.d.ts +46 -0
- package/dist/src/components/booking/booking.js +314 -0
- package/dist/src/components/booking/booking.js.map +1 -0
- package/dist/src/components/booking/booking.repository.d.ts +8 -0
- package/dist/src/components/booking/booking.repository.js +67 -0
- package/dist/src/components/booking/booking.repository.js.map +1 -0
- package/dist/src/components/joint-hirer/joint-hirer.d.ts +23 -0
- package/dist/src/components/joint-hirer/joint-hirer.js +106 -0
- package/dist/src/components/joint-hirer/joint-hirer.js.map +1 -0
- package/dist/src/components/joint-hirer/joint-hirer.repository.d.ts +8 -0
- package/dist/src/components/joint-hirer/joint-hirer.repository.js +67 -0
- package/dist/src/components/joint-hirer/joint-hirer.repository.js.map +1 -0
- package/dist/src/components/rental/rental.repository.d.ts +8 -0
- package/dist/src/components/rental/rental.repository.js +67 -0
- package/dist/src/components/rental/rental.repository.js.map +1 -0
- package/dist/src/components/rental-price/rental-price.d.ts +18 -0
- package/dist/src/components/rental-price/rental-price.js +79 -0
- package/dist/src/components/rental-price/rental-price.js.map +1 -0
- package/dist/src/components/rental-price/rental-price.repository.d.ts +8 -0
- package/dist/src/components/rental-price/rental-price.repository.js +67 -0
- package/dist/src/components/rental-price/rental-price.repository.js.map +1 -0
- package/dist/src/database.d.ts +4 -0
- package/dist/src/database.js +29 -0
- package/dist/src/database.js.map +1 -0
- package/dist/src/enum/account-type.enum.d.ts +4 -0
- package/dist/src/enum/account-type.enum.js +9 -0
- package/dist/src/enum/account-type.enum.js.map +1 -0
- package/dist/src/enum/aggrement-status.enum.d.ts +5 -0
- package/dist/src/enum/aggrement-status.enum.js +10 -0
- package/dist/src/enum/aggrement-status.enum.js.map +1 -0
- package/dist/src/enum/agreement-signature-status.enum.d.ts +4 -0
- package/dist/src/enum/agreement-signature-status.enum.js +9 -0
- package/dist/src/enum/agreement-signature-status.enum.js.map +1 -0
- package/dist/src/enum/booking.enum.d.ts +5 -0
- package/dist/src/enum/booking.enum.js +10 -0
- package/dist/src/enum/booking.enum.js.map +1 -0
- package/dist/src/enum/hirer-type.enum.d.ts +4 -0
- package/dist/src/enum/hirer-type.enum.js +9 -0
- package/dist/src/enum/hirer-type.enum.js.map +1 -0
- package/dist/src/enum/index.d.ts +7 -0
- package/dist/src/enum/index.js +16 -0
- package/dist/src/enum/index.js.map +1 -0
- package/dist/src/enum/rental-status.enum.d.ts +9 -0
- package/dist/src/enum/rental-status.enum.js +14 -0
- package/dist/src/enum/rental-status.enum.js.map +1 -0
- package/dist/src/index.d.ts +20 -0
- package/dist/src/index.js +53 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/interfaces/agreemeent-signature-attr.interface.d.ts +14 -0
- package/dist/src/interfaces/agreemeent-signature-attr.interface.js +3 -0
- package/dist/src/interfaces/agreemeent-signature-attr.interface.js.map +1 -0
- package/dist/src/interfaces/agreement-attr.interface.d.ts +7 -0
- package/dist/src/interfaces/agreement-attr.interface.js +3 -0
- package/dist/src/interfaces/agreement-attr.interface.js.map +1 -0
- package/dist/src/interfaces/agreement-history-attr.interface.d.ts +7 -0
- package/dist/src/interfaces/agreement-history-attr.interface.js +3 -0
- package/dist/src/interfaces/agreement-history-attr.interface.js.map +1 -0
- package/dist/src/interfaces/booking-attr.interface.d.ts +18 -0
- package/dist/src/interfaces/booking-attr.interface.js +3 -0
- package/dist/src/interfaces/booking-attr.interface.js.map +1 -0
- package/dist/src/interfaces/booking-find-all-search-attr.interface.d.ts +12 -0
- package/dist/src/interfaces/booking-find-all-search-attr.interface.js +3 -0
- package/dist/src/interfaces/booking-find-all-search-attr.interface.js.map +1 -0
- package/dist/src/interfaces/index.d.ts +9 -0
- package/dist/src/interfaces/index.js +3 -0
- package/dist/src/interfaces/index.js.map +1 -0
- package/dist/src/interfaces/joint-hirer-attr.interface.d.ts +10 -0
- package/dist/src/interfaces/joint-hirer-attr.interface.js +3 -0
- package/dist/src/interfaces/joint-hirer-attr.interface.js.map +1 -0
- package/dist/src/interfaces/rental-attr.interface.d.ts +24 -0
- package/dist/src/interfaces/rental-attr.interface.js +3 -0
- package/dist/src/interfaces/rental-attr.interface.js.map +1 -0
- package/dist/src/interfaces/rental-find-all-search-attr.interface.d.ts +10 -0
- package/dist/src/interfaces/rental-find-all-search-attr.interface.js +3 -0
- package/dist/src/interfaces/rental-find-all-search-attr.interface.js.map +1 -0
- package/dist/src/interfaces/rental-price-attr.interface.d.ts +7 -0
- package/dist/src/interfaces/rental-price-attr.interface.js +3 -0
- package/dist/src/interfaces/rental-price-attr.interface.js.map +1 -0
- package/dist/src/interfaces/response-hirer-signature-attr.interface.d.ts +14 -0
- package/dist/src/interfaces/response-hirer-signature-attr.interface.js +3 -0
- package/dist/src/interfaces/response-hirer-signature-attr.interface.js.map +1 -0
- package/dist/src/models/agreement-history.entity.d.ts +10 -0
- package/dist/src/models/agreement-history.entity.js +65 -0
- package/dist/src/models/agreement-history.entity.js.map +1 -0
- package/dist/src/models/agreement-signature.entity.d.ts +18 -0
- package/dist/src/models/agreement-signature.entity.js +101 -0
- package/dist/src/models/agreement-signature.entity.js.map +1 -0
- package/dist/src/models/agreement.entity.d.ts +14 -0
- package/dist/src/models/agreement.entity.js +70 -0
- package/dist/src/models/agreement.entity.js.map +1 -0
- package/dist/src/models/booking.entity.d.ts +21 -0
- package/dist/src/models/booking.entity.js +128 -0
- package/dist/src/models/booking.entity.js.map +1 -0
- package/dist/src/models/index.d.ts +8 -0
- package/dist/src/models/index.js +18 -0
- package/dist/src/models/index.js.map +1 -0
- package/dist/src/models/joint-hirer.entity.d.ts +13 -0
- package/dist/src/models/joint-hirer.entity.js +79 -0
- package/dist/src/models/joint-hirer.entity.js.map +1 -0
- package/dist/src/models/rental-price.entity.d.ts +8 -0
- package/dist/src/models/rental-price.entity.js +59 -0
- package/dist/src/models/rental-price.entity.js.map +1 -0
- package/dist/src/models/rental.entity.d.ts +29 -0
- package/dist/src/models/rental.entity.js +160 -0
- package/dist/src/models/rental.entity.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/components/agreement/agreement.ts +1 -1
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './src';
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./src"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wCAAqB"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ItemClassMap = void 0;
|
|
4
|
+
const stock_1 = require("@tomei/stock");
|
|
5
|
+
exports.ItemClassMap = {
|
|
6
|
+
StockInventory: stock_1.StockInventory,
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=ItemClassMap.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ItemClassMap.js","sourceRoot":"","sources":["../../../src/ClassMappings/ItemClassMap.ts"],"names":[],"mappings":";;;AACA,wCAA8C;AAGjC,QAAA,YAAY,GAAG;IAC1B,cAAc,EAAd,sBAAc;CACf,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ItemClassMap = void 0;
|
|
4
|
+
const ItemClassMap_1 = require("./ItemClassMap");
|
|
5
|
+
Object.defineProperty(exports, "ItemClassMap", { enumerable: true, get: function () { return ItemClassMap_1.ItemClassMap; } });
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ClassMappings/index.ts"],"names":[],"mappings":";;;AAAA,iDAA8C;AAErC,6FAFA,2BAAY,OAEA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { ObjectBase } from '@tomei/general';
|
|
2
|
+
import { AggrementStatusEnum } from '../../enum/aggrement-status.enum';
|
|
3
|
+
import { IAgreementAttr } from '../../interfaces/agreement-attr.interface';
|
|
4
|
+
import { LoginUser } from '@tomei/sso';
|
|
5
|
+
import { AgreementSignatureRepository } from '../agreement-signature/agreement-signature.repository';
|
|
6
|
+
import { IResponseAgreementSignature } from '../../interfaces/response-hirer-signature-attr.interface';
|
|
7
|
+
import { AgreementHistoryRepository } from '../agreement-history/agreement-history.repository';
|
|
8
|
+
import { IAgreementHistoryAttr } from '../../interfaces/agreement-history-attr.interface';
|
|
9
|
+
export declare class Agreement extends ObjectBase {
|
|
10
|
+
ObjectId: string;
|
|
11
|
+
ObjectName: string;
|
|
12
|
+
ObjectType: string;
|
|
13
|
+
TableName: string;
|
|
14
|
+
Status: AggrementStatusEnum;
|
|
15
|
+
DateSigned: Date;
|
|
16
|
+
MediaId: string;
|
|
17
|
+
private static _Repo;
|
|
18
|
+
protected static _AgreementSignatureRepo: AgreementSignatureRepository;
|
|
19
|
+
protected static _AgreementHistoryRepo: AgreementHistoryRepository;
|
|
20
|
+
get AgreementNo(): string;
|
|
21
|
+
set AgreementNo(value: string);
|
|
22
|
+
protected constructor(agreementAttr?: IAgreementAttr);
|
|
23
|
+
static init(agreementNo?: string, dbTransaction?: any): Promise<Agreement>;
|
|
24
|
+
static getSignatureList(loginUser: LoginUser, agreementNo: string, dbTransaction: any): Promise<IResponseAgreementSignature[]>;
|
|
25
|
+
getAllActivities(loginUser: LoginUser, dbTransaction?: any): Promise<IAgreementHistoryAttr[]>;
|
|
26
|
+
createActivity(activityCompleted: string, MediaId: string, dbTransaction: any, loginUser: LoginUser): Promise<IAgreementHistoryAttr>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.Agreement = void 0;
|
|
13
|
+
const general_1 = require("@tomei/general");
|
|
14
|
+
const agreement_repository_1 = require("./agreement.repository");
|
|
15
|
+
const config_1 = require("@tomei/config");
|
|
16
|
+
const agreement_signature_repository_1 = require("../agreement-signature/agreement-signature.repository");
|
|
17
|
+
const rentalDb = require("../../database");
|
|
18
|
+
const sequelize_1 = require("sequelize");
|
|
19
|
+
const agreement_history_repository_1 = require("../agreement-history/agreement-history.repository");
|
|
20
|
+
const activity_history_1 = require("@tomei/activity-history");
|
|
21
|
+
class Agreement extends general_1.ObjectBase {
|
|
22
|
+
get AgreementNo() {
|
|
23
|
+
return this.ObjectId;
|
|
24
|
+
}
|
|
25
|
+
set AgreementNo(value) {
|
|
26
|
+
this.ObjectId = value;
|
|
27
|
+
}
|
|
28
|
+
constructor(agreementAttr) {
|
|
29
|
+
super();
|
|
30
|
+
this.ObjectType = 'Agreement';
|
|
31
|
+
this.TableName = 'rental_Agreement';
|
|
32
|
+
if (agreementAttr) {
|
|
33
|
+
this.ObjectId = agreementAttr.AgreementNo;
|
|
34
|
+
this.Status = agreementAttr.Status;
|
|
35
|
+
this.DateSigned = agreementAttr.DateSigned;
|
|
36
|
+
this.MediaId = agreementAttr.MediaId;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
static init(agreementNo, dbTransaction) {
|
|
40
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
41
|
+
try {
|
|
42
|
+
if (agreementNo) {
|
|
43
|
+
const agreement = yield this._Repo.findByPk(agreementNo, dbTransaction);
|
|
44
|
+
return new Agreement(agreement === null || agreement === void 0 ? void 0 : agreement.get({ plain: true }));
|
|
45
|
+
}
|
|
46
|
+
return new Agreement();
|
|
47
|
+
}
|
|
48
|
+
catch (error) {
|
|
49
|
+
throw error;
|
|
50
|
+
}
|
|
51
|
+
});
|
|
52
|
+
}
|
|
53
|
+
static getSignatureList(loginUser, agreementNo, dbTransaction) {
|
|
54
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
55
|
+
try {
|
|
56
|
+
const systemCode = config_1.ApplicationConfig.getComponentConfigValue('system-code');
|
|
57
|
+
const isPrivileged = loginUser.checkPrivileges(systemCode, 'AGREEMENT_SIGNATURE_LIST');
|
|
58
|
+
if (!isPrivileged) {
|
|
59
|
+
throw new general_1.ClassError('Agreement', 'AgreementErrMsg01', "You do not have 'AGREEMENT_SIGNATURE_LIST' privilege.");
|
|
60
|
+
}
|
|
61
|
+
if (!agreementNo) {
|
|
62
|
+
throw new general_1.ClassError('AgreementNo', 'AgreementNoErrMsg01', 'AgreementNo is missing');
|
|
63
|
+
}
|
|
64
|
+
const query = `
|
|
65
|
+
SELECT
|
|
66
|
+
hs.*
|
|
67
|
+
FROM
|
|
68
|
+
rental_AgreementSignature hs
|
|
69
|
+
WHERE
|
|
70
|
+
hs.AgreementNo = '${agreementNo}'
|
|
71
|
+
`;
|
|
72
|
+
const db = rentalDb.getConnection();
|
|
73
|
+
const signatures = yield db.query(query, {
|
|
74
|
+
type: sequelize_1.QueryTypes.SELECT,
|
|
75
|
+
transaction: dbTransaction,
|
|
76
|
+
});
|
|
77
|
+
return signatures;
|
|
78
|
+
}
|
|
79
|
+
catch (error) {
|
|
80
|
+
throw error;
|
|
81
|
+
}
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
getAllActivities(loginUser, dbTransaction) {
|
|
85
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
86
|
+
try {
|
|
87
|
+
const systemCode = config_1.ApplicationConfig.getComponentConfigValue('system-code');
|
|
88
|
+
const isPrivileged = loginUser.checkPrivileges(systemCode, 'RENTAL_AGREEMENT_VIEW');
|
|
89
|
+
if (!isPrivileged) {
|
|
90
|
+
throw new general_1.ClassError('Agreement', 'AgreementErrMsg02', "You do not have 'RENTAL_AGREEMENT_VIEW' privilege.");
|
|
91
|
+
}
|
|
92
|
+
const activities = yield Agreement._AgreementHistoryRepo.findAll({
|
|
93
|
+
where: { AgreementNo: this.ObjectId },
|
|
94
|
+
order: [['CreatedAt', 'DESC']],
|
|
95
|
+
transaction: dbTransaction,
|
|
96
|
+
});
|
|
97
|
+
return activities;
|
|
98
|
+
}
|
|
99
|
+
catch (error) {
|
|
100
|
+
throw error;
|
|
101
|
+
}
|
|
102
|
+
});
|
|
103
|
+
}
|
|
104
|
+
createActivity(activityCompleted, MediaId, dbTransaction, loginUser) {
|
|
105
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
106
|
+
try {
|
|
107
|
+
const activity = yield Agreement._AgreementHistoryRepo.create({
|
|
108
|
+
AgreementNo: this.ObjectId,
|
|
109
|
+
MediaId: MediaId,
|
|
110
|
+
ActivityCompleted: activityCompleted,
|
|
111
|
+
CreatedAt: new Date(),
|
|
112
|
+
}, {
|
|
113
|
+
transaction: dbTransaction,
|
|
114
|
+
});
|
|
115
|
+
const entityValueAfter = activity.get({ plain: true });
|
|
116
|
+
const activityHistory = new activity_history_1.Activity();
|
|
117
|
+
activityHistory.ActivityId = entityValueAfter.HistoryId;
|
|
118
|
+
activityHistory.Action = activity_history_1.ActionEnum.CREATE;
|
|
119
|
+
activityHistory.Description = activityCompleted;
|
|
120
|
+
activityHistory.EntityId = activity.HistoryId.toString();
|
|
121
|
+
activityHistory.EntityType = 'RentalAgreementHistory';
|
|
122
|
+
activityHistory.EntityValueBefore = JSON.stringify({});
|
|
123
|
+
activityHistory.EntityValueAfter = JSON.stringify(entityValueAfter);
|
|
124
|
+
yield activityHistory.create(loginUser.ObjectId, dbTransaction);
|
|
125
|
+
return activity;
|
|
126
|
+
}
|
|
127
|
+
catch (error) {
|
|
128
|
+
throw error;
|
|
129
|
+
}
|
|
130
|
+
});
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
exports.Agreement = Agreement;
|
|
134
|
+
Agreement._Repo = new agreement_repository_1.AgreementRepository();
|
|
135
|
+
Agreement._AgreementSignatureRepo = new agreement_signature_repository_1.AgreementSignatureRepository();
|
|
136
|
+
Agreement._AgreementHistoryRepo = new agreement_history_repository_1.AgreementHistoryRepository();
|
|
137
|
+
//# sourceMappingURL=agreement.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agreement.js","sourceRoot":"","sources":["../../../../src/components/agreement/agreement.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { RepositoryBase, IRepositoryBase } from '@tomei/general';
|
|
2
|
+
import { AgreementModel } from '../../models/agreement.entity';
|
|
3
|
+
export declare class AgreementRepository extends RepositoryBase<AgreementModel> implements IRepositoryBase<AgreementModel> {
|
|
4
|
+
constructor();
|
|
5
|
+
findByPk(id: string, transaction?: any): Promise<AgreementModel | null>;
|
|
6
|
+
delete(AgreementNo: string, dbTransaction?: any): Promise<void>;
|
|
7
|
+
findAndCountAll(options?: any): Promise<any>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.AgreementRepository = void 0;
|
|
13
|
+
const general_1 = require("@tomei/general");
|
|
14
|
+
const agreement_entity_1 = require("../../models/agreement.entity");
|
|
15
|
+
class AgreementRepository extends general_1.RepositoryBase {
|
|
16
|
+
constructor() {
|
|
17
|
+
super(agreement_entity_1.AgreementModel);
|
|
18
|
+
}
|
|
19
|
+
findByPk(id, transaction) {
|
|
20
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
21
|
+
try {
|
|
22
|
+
const result = yield agreement_entity_1.AgreementModel.findByPk(id, {
|
|
23
|
+
transaction: transaction,
|
|
24
|
+
});
|
|
25
|
+
return result;
|
|
26
|
+
}
|
|
27
|
+
catch (error) {
|
|
28
|
+
throw new Error(`An Error occured when fetching : ${error.message}`);
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
}
|
|
32
|
+
delete(AgreementNo, dbTransaction) {
|
|
33
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
34
|
+
try {
|
|
35
|
+
const options = {
|
|
36
|
+
where: {
|
|
37
|
+
AgreementNo,
|
|
38
|
+
},
|
|
39
|
+
transaction: dbTransaction,
|
|
40
|
+
};
|
|
41
|
+
yield agreement_entity_1.AgreementModel.destroy(options);
|
|
42
|
+
}
|
|
43
|
+
catch (error) {
|
|
44
|
+
throw new Error(`An Error occured when delete : ${error.message}`);
|
|
45
|
+
}
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
findAndCountAll(options) {
|
|
49
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
50
|
+
try {
|
|
51
|
+
let Agreements;
|
|
52
|
+
if (options) {
|
|
53
|
+
Agreements = yield agreement_entity_1.AgreementModel.findAndCountAll(options);
|
|
54
|
+
}
|
|
55
|
+
else {
|
|
56
|
+
Agreements = yield agreement_entity_1.AgreementModel.findAndCountAll();
|
|
57
|
+
}
|
|
58
|
+
return Agreements;
|
|
59
|
+
}
|
|
60
|
+
catch (error) {
|
|
61
|
+
throw new Error(`An Error occured when retriving : ${error.message}`);
|
|
62
|
+
}
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
exports.AgreementRepository = AgreementRepository;
|
|
67
|
+
//# sourceMappingURL=agreement.repository.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agreement.repository.js","sourceRoot":"","sources":["../../../../src/components/agreement/agreement.repository.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAAiE;AACjE,oEAA+D;AAE/D,MAAa,mBACX,SAAQ,wBAA8B;IAGtC;QACE,KAAK,CAAC,iCAAc,CAAC,CAAC;IACxB,CAAC;IAEK,QAAQ,CACZ,EAAU,EACV,WAAiB;;YAEjB,IAAI,CAAC;gBACH,MAAM,MAAM,GAAG,MAAM,iCAAc,CAAC,QAAQ,CAAC,EAAE,EAAE;oBAC/C,WAAW,EAAE,WAAW;iBACzB,CAAC,CAAC;gBAEH,OAAO,MAAM,CAAC;YAChB,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,MAAM,IAAI,KAAK,CAAC,oCAAoC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC;YACvE,CAAC;QACH,CAAC;KAAA;IAEK,MAAM,CAAC,WAAmB,EAAE,aAAmB;;YACnD,IAAI,CAAC;gBACH,MAAM,OAAO,GAAG;oBACd,KAAK,EAAE;wBACL,WAAW;qBACZ;oBACD,WAAW,EAAE,aAAa;iBAC3B,CAAC;gBACF,MAAM,iCAAc,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;YACxC,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,MAAM,IAAI,KAAK,CAAC,kCAAkC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC;YACrE,CAAC;QACH,CAAC;KAAA;IAEK,eAAe,CAAC,OAAa;;YACjC,IAAI,CAAC;gBACH,IAAI,UAAe,CAAC;gBACpB,IAAI,OAAO,EAAE,CAAC;oBACZ,UAAU,GAAG,MAAM,iCAAc,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC;gBAC7D,CAAC;qBAAM,CAAC;oBACN,UAAU,GAAG,MAAM,iCAAc,CAAC,eAAe,EAAE,CAAC;gBACtD,CAAC;gBACD,OAAO,UAAU,CAAC;YACpB,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,MAAM,IAAI,KAAK,CAAC,qCAAqC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC;YACxE,CAAC;QACH,CAAC;KAAA;CACF;AAlDD,kDAkDC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ObjectBase } from '@tomei/general';
|
|
2
|
+
import { IAgreementHistoryAttr } from '../../interfaces/agreement-history-attr.interface';
|
|
3
|
+
export declare class AgreementHistory extends ObjectBase implements IAgreementHistoryAttr {
|
|
4
|
+
ObjectId: string;
|
|
5
|
+
ObjectName: string;
|
|
6
|
+
ObjectType: string;
|
|
7
|
+
TableName: string;
|
|
8
|
+
AgreementNo: string;
|
|
9
|
+
ActivityCompleted: string;
|
|
10
|
+
MediaId: string;
|
|
11
|
+
CreatedAt: Date;
|
|
12
|
+
private static _Repo;
|
|
13
|
+
get HistoryId(): number;
|
|
14
|
+
set HistoryId(value: number);
|
|
15
|
+
protected constructor(agreementAttr?: IAgreementHistoryAttr);
|
|
16
|
+
static init(historyId: number, dbTransaction?: any): Promise<AgreementHistory>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.AgreementHistory = void 0;
|
|
13
|
+
const general_1 = require("@tomei/general");
|
|
14
|
+
const agreement_history_repository_1 = require("./agreement-history.repository");
|
|
15
|
+
class AgreementHistory extends general_1.ObjectBase {
|
|
16
|
+
get HistoryId() {
|
|
17
|
+
return parseInt(this.ObjectId);
|
|
18
|
+
}
|
|
19
|
+
set HistoryId(value) {
|
|
20
|
+
this.ObjectId = value.toString();
|
|
21
|
+
}
|
|
22
|
+
constructor(agreementAttr) {
|
|
23
|
+
super();
|
|
24
|
+
this.ObjectType = 'AgreementHistory';
|
|
25
|
+
this.TableName = 'rental_AgreementHistory';
|
|
26
|
+
if (agreementAttr) {
|
|
27
|
+
this.HistoryId = agreementAttr.HistoryId;
|
|
28
|
+
this.AgreementNo = agreementAttr.AgreementNo;
|
|
29
|
+
this.ActivityCompleted = agreementAttr.ActivityCompleted;
|
|
30
|
+
this.MediaId = agreementAttr.MediaId;
|
|
31
|
+
this.CreatedAt = agreementAttr.CreatedAt;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
static init(historyId, dbTransaction) {
|
|
35
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
36
|
+
try {
|
|
37
|
+
if (historyId) {
|
|
38
|
+
const ah = yield this._Repo.findByPk(historyId.toString(), dbTransaction);
|
|
39
|
+
return new AgreementHistory(ah === null || ah === void 0 ? void 0 : ah.get({ plain: true }));
|
|
40
|
+
}
|
|
41
|
+
return new AgreementHistory();
|
|
42
|
+
}
|
|
43
|
+
catch (error) {
|
|
44
|
+
throw error;
|
|
45
|
+
}
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
exports.AgreementHistory = AgreementHistory;
|
|
50
|
+
AgreementHistory._Repo = new agreement_history_repository_1.AgreementHistoryRepository();
|
|
51
|
+
//# sourceMappingURL=agreement-history.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agreement-history.js","sourceRoot":"","sources":["../../../../src/components/agreement-history/agreement-history.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA4C;AAC5C,iFAA4E;AAI5E,MAAa,gBACX,SAAQ,oBAAU;IAclB,IAAI,SAAS;QACX,OAAO,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IACjC,CAAC;IAED,IAAI,SAAS,CAAC,KAAa;QACzB,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnC,CAAC;IAED,YAAsB,aAAqC;QACzD,KAAK,EAAE,CAAC;QAlBV,eAAU,GAAW,kBAAkB,CAAC;QACxC,cAAS,GAAG,yBAAyB,CAAC;QAkBpC,IAAI,aAAa,EAAE,CAAC;YAClB,IAAI,CAAC,SAAS,GAAG,aAAa,CAAC,SAAS,CAAC;YACzC,IAAI,CAAC,WAAW,GAAG,aAAa,CAAC,WAAW,CAAC;YAC7C,IAAI,CAAC,iBAAiB,GAAG,aAAa,CAAC,iBAAiB,CAAC;YACzD,IAAI,CAAC,OAAO,GAAG,aAAa,CAAC,OAAO,CAAC;YACrC,IAAI,CAAC,SAAS,GAAG,aAAa,CAAC,SAAS,CAAC;QAC3C,CAAC;IACH,CAAC;IAEM,MAAM,CAAO,IAAI,CACtB,SAAiB,EACjB,aAAmB;;YAEnB,IAAI,CAAC;gBACH,IAAI,SAAS,EAAE,CAAC;oBACd,MAAM,EAAE,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,QAAQ,CAClC,SAAS,CAAC,QAAQ,EAAE,EACpB,aAAa,CACd,CAAC;oBACF,OAAO,IAAI,gBAAgB,CAAC,EAAE,aAAF,EAAE,uBAAF,EAAE,CAAE,GAAG,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC;gBACxD,CAAC;gBACD,OAAO,IAAI,gBAAgB,EAAE,CAAC;YAChC,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,MAAM,KAAK,CAAC;YACd,CAAC;QACH,CAAC;KAAA;;AAlDH,4CAmDC;AAtCgB,sBAAK,GAAG,IAAI,yDAA0B,EAAE,AAAnC,CAAoC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { RepositoryBase, IRepositoryBase } from '@tomei/general';
|
|
2
|
+
import { AgreementHistoryModel } from '../../models/agreement-history.entity';
|
|
3
|
+
export declare class AgreementHistoryRepository extends RepositoryBase<AgreementHistoryModel> implements IRepositoryBase<AgreementHistoryModel> {
|
|
4
|
+
constructor();
|
|
5
|
+
findByPk(id: string, transaction?: any): Promise<AgreementHistoryModel | null>;
|
|
6
|
+
delete(AgreementNo: string, dbTransaction?: any): Promise<void>;
|
|
7
|
+
findAndCountAll(options?: any): Promise<any>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.AgreementHistoryRepository = void 0;
|
|
13
|
+
const general_1 = require("@tomei/general");
|
|
14
|
+
const agreement_history_entity_1 = require("../../models/agreement-history.entity");
|
|
15
|
+
class AgreementHistoryRepository extends general_1.RepositoryBase {
|
|
16
|
+
constructor() {
|
|
17
|
+
super(agreement_history_entity_1.AgreementHistoryModel);
|
|
18
|
+
}
|
|
19
|
+
findByPk(id, transaction) {
|
|
20
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
21
|
+
try {
|
|
22
|
+
const result = yield agreement_history_entity_1.AgreementHistoryModel.findByPk(parseInt(id), {
|
|
23
|
+
transaction: transaction,
|
|
24
|
+
});
|
|
25
|
+
return result;
|
|
26
|
+
}
|
|
27
|
+
catch (error) {
|
|
28
|
+
throw new Error(`An Error occured when fetching : ${error.message}`);
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
}
|
|
32
|
+
delete(AgreementNo, dbTransaction) {
|
|
33
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
34
|
+
try {
|
|
35
|
+
const options = {
|
|
36
|
+
where: {
|
|
37
|
+
AgreementNo,
|
|
38
|
+
},
|
|
39
|
+
transaction: dbTransaction,
|
|
40
|
+
};
|
|
41
|
+
yield agreement_history_entity_1.AgreementHistoryModel.destroy(options);
|
|
42
|
+
}
|
|
43
|
+
catch (error) {
|
|
44
|
+
throw new Error(`An Error occured when delete : ${error.message}`);
|
|
45
|
+
}
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
findAndCountAll(options) {
|
|
49
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
50
|
+
try {
|
|
51
|
+
let Agreements;
|
|
52
|
+
if (options) {
|
|
53
|
+
Agreements = yield agreement_history_entity_1.AgreementHistoryModel.findAndCountAll(options);
|
|
54
|
+
}
|
|
55
|
+
else {
|
|
56
|
+
Agreements = yield agreement_history_entity_1.AgreementHistoryModel.findAndCountAll();
|
|
57
|
+
}
|
|
58
|
+
return Agreements;
|
|
59
|
+
}
|
|
60
|
+
catch (error) {
|
|
61
|
+
throw new Error(`An Error occured when retriving : ${error.message}`);
|
|
62
|
+
}
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
exports.AgreementHistoryRepository = AgreementHistoryRepository;
|
|
67
|
+
//# sourceMappingURL=agreement-history.repository.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agreement-history.repository.js","sourceRoot":"","sources":["../../../../src/components/agreement-history/agreement-history.repository.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAAiE;AACjE,oFAA8E;AAE9E,MAAa,0BACX,SAAQ,wBAAqC;IAG7C;QACE,KAAK,CAAC,gDAAqB,CAAC,CAAC;IAC/B,CAAC;IAEK,QAAQ,CACZ,EAAU,EACV,WAAiB;;YAEjB,IAAI,CAAC;gBACH,MAAM,MAAM,GAAG,MAAM,gDAAqB,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE,CAAC,EAAE;oBAChE,WAAW,EAAE,WAAW;iBACzB,CAAC,CAAC;gBAEH,OAAO,MAAM,CAAC;YAChB,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,MAAM,IAAI,KAAK,CAAC,oCAAoC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC;YACvE,CAAC;QACH,CAAC;KAAA;IAEK,MAAM,CAAC,WAAmB,EAAE,aAAmB;;YACnD,IAAI,CAAC;gBACH,MAAM,OAAO,GAAG;oBACd,KAAK,EAAE;wBACL,WAAW;qBACZ;oBACD,WAAW,EAAE,aAAa;iBAC3B,CAAC;gBACF,MAAM,gDAAqB,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;YAC/C,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,MAAM,IAAI,KAAK,CAAC,kCAAkC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC;YACrE,CAAC;QACH,CAAC;KAAA;IAEK,eAAe,CAAC,OAAa;;YACjC,IAAI,CAAC;gBACH,IAAI,UAAe,CAAC;gBACpB,IAAI,OAAO,EAAE,CAAC;oBACZ,UAAU,GAAG,MAAM,gDAAqB,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC;gBACpE,CAAC;qBAAM,CAAC;oBACN,UAAU,GAAG,MAAM,gDAAqB,CAAC,eAAe,EAAE,CAAC;gBAC7D,CAAC;gBACD,OAAO,UAAU,CAAC;YACpB,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,MAAM,IAAI,KAAK,CAAC,qCAAqC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC;YACxE,CAAC;QACH,CAAC;KAAA;CACF;AAlDD,gEAkDC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { ObjectBase } from '@tomei/general';
|
|
2
|
+
import { AgreementSignatureRepository } from './agreement-signature.repository';
|
|
3
|
+
import { IAgreementSignatureAttr } from '../../interfaces/agreemeent-signature-attr.interface';
|
|
4
|
+
import { LoginUser } from '@tomei/sso';
|
|
5
|
+
import { AgreementSignatureStatusEnum } from '../../enum/agreement-signature-status.enum';
|
|
6
|
+
export declare class AgreementSignature extends ObjectBase implements IAgreementSignatureAttr {
|
|
7
|
+
ObjectId: string;
|
|
8
|
+
ObjectName: string;
|
|
9
|
+
ObjectType: string;
|
|
10
|
+
TableName: string;
|
|
11
|
+
AgreementNo: string;
|
|
12
|
+
Party: string;
|
|
13
|
+
PartyId: string;
|
|
14
|
+
PartyType: string;
|
|
15
|
+
SignatureStatus: AgreementSignatureStatusEnum;
|
|
16
|
+
SignedAt: Date;
|
|
17
|
+
CreatedById: string;
|
|
18
|
+
CreatedAt: Date;
|
|
19
|
+
UpdatedById: string;
|
|
20
|
+
UpdatedAt: Date;
|
|
21
|
+
get SignatureId(): string;
|
|
22
|
+
set SignatureId(value: string);
|
|
23
|
+
protected static _Repository: AgreementSignatureRepository;
|
|
24
|
+
protected constructor(AgreementSignatureAttr?: IAgreementSignatureAttr);
|
|
25
|
+
static init(AgreementSignatureId?: string, dbTransaction?: any): Promise<AgreementSignature>;
|
|
26
|
+
create(loginUser: LoginUser, dbTransaction?: any): Promise<this>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.AgreementSignature = void 0;
|
|
13
|
+
const general_1 = require("@tomei/general");
|
|
14
|
+
const agreement_signature_repository_1 = require("./agreement-signature.repository");
|
|
15
|
+
const config_1 = require("@tomei/config");
|
|
16
|
+
const activity_history_1 = require("@tomei/activity-history");
|
|
17
|
+
class AgreementSignature extends general_1.ObjectBase {
|
|
18
|
+
get SignatureId() {
|
|
19
|
+
return this.ObjectId;
|
|
20
|
+
}
|
|
21
|
+
set SignatureId(value) {
|
|
22
|
+
this.ObjectId = value;
|
|
23
|
+
}
|
|
24
|
+
constructor(AgreementSignatureAttr) {
|
|
25
|
+
super();
|
|
26
|
+
this.ObjectType = 'AgreementSignature';
|
|
27
|
+
this.TableName = 'rental_AgreementSignature';
|
|
28
|
+
if (AgreementSignatureAttr) {
|
|
29
|
+
this.SignatureId = AgreementSignatureAttr.SignatureId;
|
|
30
|
+
this.AgreementNo = AgreementSignatureAttr.AgreementNo;
|
|
31
|
+
this.Party = AgreementSignatureAttr.Party;
|
|
32
|
+
this.PartyId = AgreementSignatureAttr.PartyId;
|
|
33
|
+
this.PartyType = AgreementSignatureAttr.PartyType;
|
|
34
|
+
this.SignatureStatus = AgreementSignatureAttr.SignatureStatus;
|
|
35
|
+
this.SignedAt = AgreementSignatureAttr.SignedAt;
|
|
36
|
+
this.CreatedById = AgreementSignatureAttr.CreatedById;
|
|
37
|
+
this.CreatedAt = AgreementSignatureAttr.CreatedAt;
|
|
38
|
+
this.UpdatedById = AgreementSignatureAttr.UpdatedById;
|
|
39
|
+
this.UpdatedAt = AgreementSignatureAttr.UpdatedAt;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
static init(AgreementSignatureId, dbTransaction) {
|
|
43
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
44
|
+
try {
|
|
45
|
+
if (AgreementSignatureId) {
|
|
46
|
+
const hs = yield AgreementSignature._Repository.findByPk(AgreementSignatureId, dbTransaction);
|
|
47
|
+
if (hs) {
|
|
48
|
+
return new AgreementSignature(hs.get({ plain: true }));
|
|
49
|
+
}
|
|
50
|
+
else {
|
|
51
|
+
throw new general_1.ClassError('AgreementSignature', 'AgreementSignatureErrMsg01', 'AgreementSignature not found');
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
return new AgreementSignature();
|
|
55
|
+
}
|
|
56
|
+
catch (error) {
|
|
57
|
+
throw error;
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
create(loginUser, dbTransaction) {
|
|
62
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
63
|
+
try {
|
|
64
|
+
const systemCode = config_1.ApplicationConfig.getComponentConfigValue('system-code');
|
|
65
|
+
const isPrivileged = yield loginUser.checkPrivileges(systemCode, 'AgreementSignature - Create');
|
|
66
|
+
if (!isPrivileged) {
|
|
67
|
+
throw new general_1.ClassError('AgreementSignature', 'AgreementSignatureErrMsg00', "You do not have 'AgreementSignature - Create' privilege.");
|
|
68
|
+
}
|
|
69
|
+
if (!this.AgreementNo || !this.PartyId || !this.PartyType) {
|
|
70
|
+
throw new general_1.ClassError('AgreementSignature', 'AgreementSignatureErrMsg03', 'AgreementNo, PartyId and PartyType are required.');
|
|
71
|
+
}
|
|
72
|
+
this.ObjectId = this.createId();
|
|
73
|
+
this.CreatedById = loginUser.ObjectId;
|
|
74
|
+
this.CreatedAt = new Date();
|
|
75
|
+
this.UpdatedById = loginUser.ObjectId;
|
|
76
|
+
this.UpdatedAt = new Date();
|
|
77
|
+
const entityValueAfter = {
|
|
78
|
+
SignatureId: this.SignatureId,
|
|
79
|
+
AgreementNo: this.AgreementNo,
|
|
80
|
+
Party: this.Party,
|
|
81
|
+
PartyId: this.PartyId,
|
|
82
|
+
PartyType: this.PartyType,
|
|
83
|
+
SignatureStatus: this.SignatureStatus,
|
|
84
|
+
SignedAt: this.SignedAt,
|
|
85
|
+
CreatedById: this.CreatedById,
|
|
86
|
+
CreatedAt: this.CreatedAt,
|
|
87
|
+
UpdatedById: this.UpdatedById,
|
|
88
|
+
UpdatedAt: this.UpdatedAt,
|
|
89
|
+
};
|
|
90
|
+
yield AgreementSignature._Repository.create(entityValueAfter, {
|
|
91
|
+
transaction: dbTransaction,
|
|
92
|
+
});
|
|
93
|
+
const activity = new activity_history_1.Activity();
|
|
94
|
+
activity.ObjectId = this.createId();
|
|
95
|
+
activity.Action = activity_history_1.ActionEnum.CREATE;
|
|
96
|
+
activity.Description = 'Add Joint Hirer Signature';
|
|
97
|
+
activity.EntityId = this.ObjectId;
|
|
98
|
+
activity.EntityType = this.ObjectType;
|
|
99
|
+
activity.EntityValueBefore = JSON.stringify({});
|
|
100
|
+
activity.EntityValueAfter = JSON.stringify(entityValueAfter);
|
|
101
|
+
yield activity.create(loginUser.ObjectId, dbTransaction);
|
|
102
|
+
return this;
|
|
103
|
+
}
|
|
104
|
+
catch (error) {
|
|
105
|
+
throw error;
|
|
106
|
+
}
|
|
107
|
+
});
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
exports.AgreementSignature = AgreementSignature;
|
|
111
|
+
AgreementSignature._Repository = new agreement_signature_repository_1.AgreementSignatureRepository();
|
|
112
|
+
//# sourceMappingURL=agreement-signature.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agreement-signature.js","sourceRoot":"","sources":["../../../../src/components/agreement-signature/agreement-signature.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { RepositoryBase, IRepositoryBase } from '@tomei/general';
|
|
2
|
+
import { AgreementSignatureModel } from '../../models/agreement-signature.entity';
|
|
3
|
+
export declare class AgreementSignatureRepository extends RepositoryBase<AgreementSignatureModel> implements IRepositoryBase<AgreementSignatureModel> {
|
|
4
|
+
constructor();
|
|
5
|
+
findByPk(id: string, transaction?: any): Promise<AgreementSignatureModel | null>;
|
|
6
|
+
delete(partyId: string, dbTransaction?: any): Promise<void>;
|
|
7
|
+
findAndCountAll(options?: any): Promise<any>;
|
|
8
|
+
}
|