@things-factory/accounting 7.0.6 → 8.0.0-alpha.1
Sign up to get free protection for your applications and to get access to all the features.
- package/client/activities/activity-book-edit.ts +1 -1
- package/client/activities/activity-book-view.ts +1 -1
- package/client/activities/activity-expense-edit.ts +1 -1
- package/client/activities/activity-expense-view.ts +1 -1
- package/client/pages/account/account-importer.ts +19 -8
- package/client/pages/account/account-list-page.ts +5 -6
- package/client/pages/accounting-category/accounting-category-importer.ts +19 -8
- package/client/pages/accounting-category/accounting-category-list-page.ts +5 -5
- package/client/pages/financial-statement/financial-statement-importer.ts +19 -8
- package/client/pages/financial-statement/financial-statement-list-page.ts +5 -6
- package/client/pages/fiscal-month/fiscal-month-importer.ts +90 -0
- package/client/pages/fiscal-month/fiscal-month-list-page.ts +398 -0
- package/client/pages/fiscal-quarter/fiscal-quarter-importer.ts +90 -0
- package/client/pages/fiscal-quarter/fiscal-quarter-list-page.ts +398 -0
- package/client/pages/fiscal-year/fiscal-year-importer.ts +90 -0
- package/client/pages/fiscal-year/fiscal-year-list-page.ts +398 -0
- package/client/pages/income-statement/income-statement-importer.ts +19 -8
- package/client/pages/income-statement/income-statement-list-page.ts +5 -6
- package/client/pages/ledger/ledger-importer.ts +19 -8
- package/client/pages/ledger/ledger-list-page.ts +5 -6
- package/client/pages/transaction/transaction-importer.ts +19 -8
- package/client/pages/transaction/transaction-list-page.ts +5 -6
- package/client/route.ts +17 -5
- package/dist-client/activities/activity-book-edit.js +1 -1
- package/dist-client/activities/activity-book-edit.js.map +1 -1
- package/dist-client/activities/activity-book-view.js +1 -1
- package/dist-client/activities/activity-book-view.js.map +1 -1
- package/dist-client/activities/activity-expense-edit.js +1 -1
- package/dist-client/activities/activity-expense-edit.js.map +1 -1
- package/dist-client/activities/activity-expense-view.js +1 -1
- package/dist-client/activities/activity-expense-view.js.map +1 -1
- package/dist-client/pages/account/account-importer.d.ts +0 -1
- package/dist-client/pages/account/account-importer.js +12 -5
- package/dist-client/pages/account/account-importer.js.map +1 -1
- package/dist-client/pages/account/account-list-page.js +5 -6
- package/dist-client/pages/account/account-list-page.js.map +1 -1
- package/dist-client/pages/accounting-category/accounting-category-importer.d.ts +0 -1
- package/dist-client/pages/accounting-category/accounting-category-importer.js +12 -5
- package/dist-client/pages/accounting-category/accounting-category-importer.js.map +1 -1
- package/dist-client/pages/accounting-category/accounting-category-list-page.js +5 -5
- package/dist-client/pages/accounting-category/accounting-category-list-page.js.map +1 -1
- package/dist-client/pages/financial-statement/financial-statement-importer.d.ts +0 -1
- package/dist-client/pages/financial-statement/financial-statement-importer.js +12 -5
- package/dist-client/pages/financial-statement/financial-statement-importer.js.map +1 -1
- package/dist-client/pages/financial-statement/financial-statement-list-page.js +5 -6
- package/dist-client/pages/financial-statement/financial-statement-list-page.js.map +1 -1
- package/dist-client/pages/fiscal-month/fiscal-month-importer.d.ts +23 -0
- package/dist-client/pages/fiscal-month/fiscal-month-importer.js +93 -0
- package/dist-client/pages/fiscal-month/fiscal-month-importer.js.map +1 -0
- package/dist-client/pages/fiscal-month/fiscal-month-list-page.d.ts +66 -0
- package/dist-client/pages/fiscal-month/fiscal-month-list-page.js +370 -0
- package/dist-client/pages/fiscal-month/fiscal-month-list-page.js.map +1 -0
- package/dist-client/pages/fiscal-quarter/fiscal-quarter-importer.d.ts +23 -0
- package/dist-client/pages/fiscal-quarter/fiscal-quarter-importer.js +93 -0
- package/dist-client/pages/fiscal-quarter/fiscal-quarter-importer.js.map +1 -0
- package/dist-client/pages/fiscal-quarter/fiscal-quarter-list-page.d.ts +66 -0
- package/dist-client/pages/fiscal-quarter/fiscal-quarter-list-page.js +370 -0
- package/dist-client/pages/fiscal-quarter/fiscal-quarter-list-page.js.map +1 -0
- package/dist-client/pages/fiscal-year/fiscal-year-importer.d.ts +23 -0
- package/dist-client/pages/fiscal-year/fiscal-year-importer.js +93 -0
- package/dist-client/pages/fiscal-year/fiscal-year-importer.js.map +1 -0
- package/dist-client/pages/fiscal-year/fiscal-year-list-page.d.ts +66 -0
- package/dist-client/pages/fiscal-year/fiscal-year-list-page.js +370 -0
- package/dist-client/pages/fiscal-year/fiscal-year-list-page.js.map +1 -0
- package/dist-client/pages/income-statement/income-statement-importer.d.ts +0 -1
- package/dist-client/pages/income-statement/income-statement-importer.js +12 -5
- package/dist-client/pages/income-statement/income-statement-importer.js.map +1 -1
- package/dist-client/pages/income-statement/income-statement-list-page.js +5 -6
- package/dist-client/pages/income-statement/income-statement-list-page.js.map +1 -1
- package/dist-client/pages/ledger/ledger-importer.d.ts +0 -1
- package/dist-client/pages/ledger/ledger-importer.js +12 -5
- package/dist-client/pages/ledger/ledger-importer.js.map +1 -1
- package/dist-client/pages/ledger/ledger-list-page.js +5 -6
- package/dist-client/pages/ledger/ledger-list-page.js.map +1 -1
- package/dist-client/pages/transaction/transaction-importer.d.ts +0 -1
- package/dist-client/pages/transaction/transaction-importer.js +12 -5
- package/dist-client/pages/transaction/transaction-importer.js.map +1 -1
- package/dist-client/pages/transaction/transaction-list-page.js +5 -6
- package/dist-client/pages/transaction/transaction-list-page.js.map +1 -1
- package/dist-client/route.d.ts +1 -1
- package/dist-client/route.js +9 -0
- package/dist-client/route.js.map +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-server/controllers/index.d.ts +1 -0
- package/dist-server/controllers/index.js +4 -0
- package/dist-server/controllers/index.js.map +1 -1
- package/dist-server/controllers/summary-statements.d.ts +4 -0
- package/dist-server/controllers/summary-statements.js +143 -0
- package/dist-server/controllers/summary-statements.js.map +1 -0
- package/dist-server/index.d.ts +1 -0
- package/dist-server/index.js +1 -0
- package/dist-server/index.js.map +1 -1
- package/dist-server/migrations/1725200507196-seed-fiscal-entities.d.ts +5 -0
- package/dist-server/migrations/1725200507196-seed-fiscal-entities.js +95 -0
- package/dist-server/migrations/1725200507196-seed-fiscal-entities.js.map +1 -0
- package/dist-server/migrations/1725201467183-seed-accounts.d.ts +5 -0
- package/dist-server/migrations/1725201467183-seed-accounts.js +318 -0
- package/dist-server/migrations/1725201467183-seed-accounts.js.map +1 -0
- package/dist-server/routes.d.ts +1 -0
- package/dist-server/routes.js +1 -0
- package/dist-server/routes.js.map +1 -1
- package/dist-server/service/account/account-history.js +3 -3
- package/dist-server/service/account/account-history.js.map +1 -1
- package/dist-server/service/account/account-query.js +1 -1
- package/dist-server/service/account/account-query.js.map +1 -1
- package/dist-server/service/account/account.js +1 -1
- package/dist-server/service/account/account.js.map +1 -1
- package/dist-server/service/accounting-category/accounting-category-query.js +1 -1
- package/dist-server/service/accounting-category/accounting-category-query.js.map +1 -1
- package/dist-server/service/accounting-category/accounting-category-type.d.ts +2 -0
- package/dist-server/service/accounting-category/accounting-category-type.js +8 -0
- package/dist-server/service/accounting-category/accounting-category-type.js.map +1 -1
- package/dist-server/service/accounting-category/accounting-category.d.ts +1 -0
- package/dist-server/service/accounting-category/accounting-category.js +7 -1
- package/dist-server/service/accounting-category/accounting-category.js.map +1 -1
- package/dist-server/service/common-type.d.ts +5 -0
- package/dist-server/service/common-type.js +15 -0
- package/dist-server/service/common-type.js.map +1 -0
- package/dist-server/service/financial-statement/financial-statement-history.js +3 -3
- package/dist-server/service/financial-statement/financial-statement-history.js.map +1 -1
- package/dist-server/service/financial-statement/financial-statement-query.js +1 -1
- package/dist-server/service/financial-statement/financial-statement-query.js.map +1 -1
- package/dist-server/service/financial-statement/financial-statement.js +1 -1
- package/dist-server/service/financial-statement/financial-statement.js.map +1 -1
- package/dist-server/service/fiscal-month/fiscal-month-mutation.d.ts +10 -0
- package/dist-server/service/fiscal-month/fiscal-month-mutation.js +128 -0
- package/dist-server/service/fiscal-month/fiscal-month-mutation.js.map +1 -0
- package/dist-server/service/fiscal-month/fiscal-month-query.d.ts +11 -0
- package/dist-server/service/fiscal-month/fiscal-month-query.js +81 -0
- package/dist-server/service/fiscal-month/fiscal-month-query.js.map +1 -0
- package/dist-server/service/fiscal-month/fiscal-month-type.d.ts +26 -0
- package/dist-server/service/fiscal-month/fiscal-month-type.js +98 -0
- package/dist-server/service/fiscal-month/fiscal-month-type.js.map +1 -0
- package/dist-server/service/fiscal-month/fiscal-month.d.ts +22 -0
- package/dist-server/service/fiscal-month/fiscal-month.js +99 -0
- package/dist-server/service/fiscal-month/fiscal-month.js.map +1 -0
- package/dist-server/service/fiscal-month/index.d.ts +6 -0
- package/dist-server/service/fiscal-month/index.js +10 -0
- package/dist-server/service/fiscal-month/index.js.map +1 -0
- package/dist-server/service/fiscal-quarter/fiscal-quarter-mutation.d.ts +10 -0
- package/dist-server/service/fiscal-quarter/fiscal-quarter-mutation.js +128 -0
- package/dist-server/service/fiscal-quarter/fiscal-quarter-mutation.js.map +1 -0
- package/dist-server/service/fiscal-quarter/fiscal-quarter-query.d.ts +11 -0
- package/dist-server/service/fiscal-quarter/fiscal-quarter-query.js +83 -0
- package/dist-server/service/fiscal-quarter/fiscal-quarter-query.js.map +1 -0
- package/dist-server/service/fiscal-quarter/fiscal-quarter-type.d.ts +24 -0
- package/dist-server/service/fiscal-quarter/fiscal-quarter-type.js +90 -0
- package/dist-server/service/fiscal-quarter/fiscal-quarter-type.js.map +1 -0
- package/dist-server/service/fiscal-quarter/fiscal-quarter.d.ts +21 -0
- package/dist-server/service/fiscal-quarter/fiscal-quarter.js +94 -0
- package/dist-server/service/fiscal-quarter/fiscal-quarter.js.map +1 -0
- package/dist-server/service/fiscal-quarter/index.d.ts +6 -0
- package/dist-server/service/fiscal-quarter/index.js +10 -0
- package/dist-server/service/fiscal-quarter/index.js.map +1 -0
- package/dist-server/service/fiscal-year/fiscal-year-mutation.d.ts +10 -0
- package/dist-server/service/fiscal-year/fiscal-year-mutation.js +128 -0
- package/dist-server/service/fiscal-year/fiscal-year-mutation.js.map +1 -0
- package/dist-server/service/fiscal-year/fiscal-year-query.d.ts +11 -0
- package/dist-server/service/fiscal-year/fiscal-year-query.js +79 -0
- package/dist-server/service/fiscal-year/fiscal-year-query.js.map +1 -0
- package/dist-server/service/fiscal-year/fiscal-year-type.d.ts +22 -0
- package/dist-server/service/fiscal-year/fiscal-year-type.js +82 -0
- package/dist-server/service/fiscal-year/fiscal-year-type.js.map +1 -0
- package/dist-server/service/fiscal-year/fiscal-year.d.ts +20 -0
- package/dist-server/service/fiscal-year/fiscal-year.js +89 -0
- package/dist-server/service/fiscal-year/fiscal-year.js.map +1 -0
- package/dist-server/service/fiscal-year/index.d.ts +6 -0
- package/dist-server/service/fiscal-year/index.js +10 -0
- package/dist-server/service/fiscal-year/index.js.map +1 -0
- package/dist-server/service/income-statement/income-statement-history.js +3 -3
- package/dist-server/service/income-statement/income-statement-history.js.map +1 -1
- package/dist-server/service/income-statement/income-statement-query.js +1 -1
- package/dist-server/service/income-statement/income-statement-query.js.map +1 -1
- package/dist-server/service/income-statement/income-statement.js +3 -3
- package/dist-server/service/income-statement/income-statement.js.map +1 -1
- package/dist-server/service/index.d.ts +5 -2
- package/dist-server/service/index.js +19 -3
- package/dist-server/service/index.js.map +1 -1
- package/dist-server/service/transaction/index.d.ts +1 -2
- package/dist-server/service/transaction/transaction-history.d.ts +10 -2
- package/dist-server/service/transaction/transaction-history.js +43 -6
- package/dist-server/service/transaction/transaction-history.js.map +1 -1
- package/dist-server/service/transaction/transaction-query.js +1 -1
- package/dist-server/service/transaction/transaction-query.js.map +1 -1
- package/dist-server/service/transaction/transaction.d.ts +8 -5
- package/dist-server/service/transaction/transaction.js +33 -10
- package/dist-server/service/transaction/transaction.js.map +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/helps/accounting/fiscal-month.md +160 -0
- package/helps/accounting/fiscal-quarter.md +160 -0
- package/helps/accounting/fiscal-year.md +160 -0
- package/package.json +9 -8
- package/server/controllers/index.ts +1 -0
- package/server/controllers/summary-statements.ts +160 -0
- package/server/index.ts +1 -0
- package/server/migrations/1725200507196-seed-fiscal-entities.ts +106 -0
- package/server/migrations/1725201467183-seed-accounts.ts +339 -0
- package/server/routes.ts +2 -0
- package/server/service/account/account-history.ts +5 -5
- package/server/service/account/account-query.ts +1 -1
- package/server/service/account/account.ts +1 -1
- package/server/service/accounting-category/accounting-category-query.ts +1 -1
- package/server/service/accounting-category/accounting-category-type.ts +6 -0
- package/server/service/accounting-category/accounting-category.ts +10 -1
- package/server/service/common-type.ts +12 -0
- package/server/service/financial-statement/financial-statement-history.ts +5 -5
- package/server/service/financial-statement/financial-statement-query.ts +1 -1
- package/server/service/financial-statement/financial-statement.ts +1 -1
- package/server/service/fiscal-month/fiscal-month-mutation.ts +137 -0
- package/server/service/fiscal-month/fiscal-month-query.ts +56 -0
- package/server/service/fiscal-month/fiscal-month-type.ts +66 -0
- package/server/service/fiscal-month/fiscal-month.ts +84 -0
- package/server/service/fiscal-month/index.ts +7 -0
- package/server/service/fiscal-quarter/fiscal-quarter-mutation.ts +137 -0
- package/server/service/fiscal-quarter/fiscal-quarter-query.ts +58 -0
- package/server/service/fiscal-quarter/fiscal-quarter-type.ts +60 -0
- package/server/service/fiscal-quarter/fiscal-quarter.ts +80 -0
- package/server/service/fiscal-quarter/index.ts +7 -0
- package/server/service/fiscal-year/fiscal-year-mutation.ts +137 -0
- package/server/service/fiscal-year/fiscal-year-query.ts +51 -0
- package/server/service/fiscal-year/fiscal-year-type.ts +54 -0
- package/server/service/fiscal-year/fiscal-year.ts +76 -0
- package/server/service/fiscal-year/index.ts +7 -0
- package/server/service/income-statement/income-statement-history.ts +5 -5
- package/server/service/income-statement/income-statement-query.ts +1 -4
- package/server/service/income-statement/income-statement.ts +3 -3
- package/server/service/index.ts +31 -3
- package/server/service/transaction/transaction-history.ts +35 -7
- package/server/service/transaction/transaction-query.ts +1 -4
- package/server/service/transaction/transaction.ts +34 -15
- package/things-factory.config.js +3 -1
@@ -0,0 +1,128 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.FiscalMonthMutation = void 0;
|
4
|
+
const tslib_1 = require("tslib");
|
5
|
+
const type_graphql_1 = require("type-graphql");
|
6
|
+
const typeorm_1 = require("typeorm");
|
7
|
+
const shell_1 = require("@things-factory/shell");
|
8
|
+
const fiscal_month_1 = require("./fiscal-month");
|
9
|
+
const fiscal_month_type_1 = require("./fiscal-month-type");
|
10
|
+
let FiscalMonthMutation = class FiscalMonthMutation {
|
11
|
+
async createFiscalMonth(fiscalMonth, context) {
|
12
|
+
const { domain, user, tx } = context.state;
|
13
|
+
const result = await (0, shell_1.getRepository)(fiscal_month_1.FiscalMonth, tx).save(Object.assign(Object.assign({}, fiscalMonth), { domain, creator: user, updater: user }));
|
14
|
+
return result;
|
15
|
+
}
|
16
|
+
async updateFiscalMonth(id, patch, context) {
|
17
|
+
const { domain, user, tx } = context.state;
|
18
|
+
const repository = (0, shell_1.getRepository)(fiscal_month_1.FiscalMonth, tx);
|
19
|
+
const fiscalMonth = await repository.findOne({
|
20
|
+
where: { domain: { id: domain.id }, id }
|
21
|
+
});
|
22
|
+
const result = await repository.save(Object.assign(Object.assign(Object.assign({}, fiscalMonth), patch), { updater: user }));
|
23
|
+
return result;
|
24
|
+
}
|
25
|
+
async updateMultipleFiscalMonth(patches, context) {
|
26
|
+
const { domain, user, tx } = context.state;
|
27
|
+
let results = [];
|
28
|
+
const _createRecords = patches.filter((patch) => patch.cuFlag.toUpperCase() === '+');
|
29
|
+
const _updateRecords = patches.filter((patch) => patch.cuFlag.toUpperCase() === 'M');
|
30
|
+
const fiscalMonthRepo = (0, shell_1.getRepository)(fiscal_month_1.FiscalMonth, tx);
|
31
|
+
if (_createRecords.length > 0) {
|
32
|
+
for (let i = 0; i < _createRecords.length; i++) {
|
33
|
+
const newRecord = _createRecords[i];
|
34
|
+
const result = await fiscalMonthRepo.save(Object.assign(Object.assign({}, newRecord), { domain, creator: user, updater: user }));
|
35
|
+
results.push(Object.assign(Object.assign({}, result), { cuFlag: '+' }));
|
36
|
+
}
|
37
|
+
}
|
38
|
+
if (_updateRecords.length > 0) {
|
39
|
+
for (let i = 0; i < _updateRecords.length; i++) {
|
40
|
+
const updateRecord = _updateRecords[i];
|
41
|
+
const fiscalMonth = await fiscalMonthRepo.findOneBy({ id: updateRecord.id });
|
42
|
+
const result = await fiscalMonthRepo.save(Object.assign(Object.assign(Object.assign({}, fiscalMonth), updateRecord), { updater: user }));
|
43
|
+
results.push(Object.assign(Object.assign({}, result), { cuFlag: 'M' }));
|
44
|
+
}
|
45
|
+
}
|
46
|
+
return results;
|
47
|
+
}
|
48
|
+
async deleteFiscalMonth(id, context) {
|
49
|
+
const { domain, tx } = context.state;
|
50
|
+
await (0, shell_1.getRepository)(fiscal_month_1.FiscalMonth, tx).delete({ domain: { id: domain.id }, id });
|
51
|
+
return true;
|
52
|
+
}
|
53
|
+
async deleteFiscalMonths(ids, context) {
|
54
|
+
const { domain, tx } = context.state;
|
55
|
+
await (0, shell_1.getRepository)(fiscal_month_1.FiscalMonth, tx).delete({
|
56
|
+
domain: { id: domain.id },
|
57
|
+
id: (0, typeorm_1.In)(ids)
|
58
|
+
});
|
59
|
+
return true;
|
60
|
+
}
|
61
|
+
async importFiscalMonths(fiscalMonths, context) {
|
62
|
+
const { domain, tx } = context.state;
|
63
|
+
await Promise.all(fiscalMonths.map(async (fiscalMonth) => {
|
64
|
+
const createdFiscalMonth = await (0, shell_1.getRepository)(fiscal_month_1.FiscalMonth, tx).save(Object.assign({ domain }, fiscalMonth));
|
65
|
+
}));
|
66
|
+
return true;
|
67
|
+
}
|
68
|
+
};
|
69
|
+
exports.FiscalMonthMutation = FiscalMonthMutation;
|
70
|
+
tslib_1.__decorate([
|
71
|
+
(0, type_graphql_1.Directive)('@transaction'),
|
72
|
+
(0, type_graphql_1.Mutation)(returns => fiscal_month_1.FiscalMonth, { description: 'To create new FiscalMonth' }),
|
73
|
+
tslib_1.__param(0, (0, type_graphql_1.Arg)('fiscalMonth')),
|
74
|
+
tslib_1.__param(1, (0, type_graphql_1.Ctx)()),
|
75
|
+
tslib_1.__metadata("design:type", Function),
|
76
|
+
tslib_1.__metadata("design:paramtypes", [fiscal_month_type_1.NewFiscalMonth, Object]),
|
77
|
+
tslib_1.__metadata("design:returntype", Promise)
|
78
|
+
], FiscalMonthMutation.prototype, "createFiscalMonth", null);
|
79
|
+
tslib_1.__decorate([
|
80
|
+
(0, type_graphql_1.Directive)('@transaction'),
|
81
|
+
(0, type_graphql_1.Mutation)(returns => fiscal_month_1.FiscalMonth, { description: 'To modify FiscalMonth information' }),
|
82
|
+
tslib_1.__param(0, (0, type_graphql_1.Arg)('id')),
|
83
|
+
tslib_1.__param(1, (0, type_graphql_1.Arg)('patch')),
|
84
|
+
tslib_1.__param(2, (0, type_graphql_1.Ctx)()),
|
85
|
+
tslib_1.__metadata("design:type", Function),
|
86
|
+
tslib_1.__metadata("design:paramtypes", [String, fiscal_month_type_1.FiscalMonthPatch, Object]),
|
87
|
+
tslib_1.__metadata("design:returntype", Promise)
|
88
|
+
], FiscalMonthMutation.prototype, "updateFiscalMonth", null);
|
89
|
+
tslib_1.__decorate([
|
90
|
+
(0, type_graphql_1.Directive)('@transaction'),
|
91
|
+
(0, type_graphql_1.Mutation)(returns => [fiscal_month_1.FiscalMonth], { description: "To modify multiple FiscalMonths' information" }),
|
92
|
+
tslib_1.__param(0, (0, type_graphql_1.Arg)('patches', type => [fiscal_month_type_1.FiscalMonthPatch])),
|
93
|
+
tslib_1.__param(1, (0, type_graphql_1.Ctx)()),
|
94
|
+
tslib_1.__metadata("design:type", Function),
|
95
|
+
tslib_1.__metadata("design:paramtypes", [Array, Object]),
|
96
|
+
tslib_1.__metadata("design:returntype", Promise)
|
97
|
+
], FiscalMonthMutation.prototype, "updateMultipleFiscalMonth", null);
|
98
|
+
tslib_1.__decorate([
|
99
|
+
(0, type_graphql_1.Directive)('@transaction'),
|
100
|
+
(0, type_graphql_1.Mutation)(returns => Boolean, { description: 'To delete FiscalMonth' }),
|
101
|
+
tslib_1.__param(0, (0, type_graphql_1.Arg)('id')),
|
102
|
+
tslib_1.__param(1, (0, type_graphql_1.Ctx)()),
|
103
|
+
tslib_1.__metadata("design:type", Function),
|
104
|
+
tslib_1.__metadata("design:paramtypes", [String, Object]),
|
105
|
+
tslib_1.__metadata("design:returntype", Promise)
|
106
|
+
], FiscalMonthMutation.prototype, "deleteFiscalMonth", null);
|
107
|
+
tslib_1.__decorate([
|
108
|
+
(0, type_graphql_1.Directive)('@transaction'),
|
109
|
+
(0, type_graphql_1.Mutation)(returns => Boolean, { description: 'To delete multiple FiscalMonths' }),
|
110
|
+
tslib_1.__param(0, (0, type_graphql_1.Arg)('ids', type => [String])),
|
111
|
+
tslib_1.__param(1, (0, type_graphql_1.Ctx)()),
|
112
|
+
tslib_1.__metadata("design:type", Function),
|
113
|
+
tslib_1.__metadata("design:paramtypes", [Array, Object]),
|
114
|
+
tslib_1.__metadata("design:returntype", Promise)
|
115
|
+
], FiscalMonthMutation.prototype, "deleteFiscalMonths", null);
|
116
|
+
tslib_1.__decorate([
|
117
|
+
(0, type_graphql_1.Directive)('@transaction'),
|
118
|
+
(0, type_graphql_1.Mutation)(returns => Boolean, { description: 'To import multiple FiscalMonths' }),
|
119
|
+
tslib_1.__param(0, (0, type_graphql_1.Arg)('fiscalMonths', type => [fiscal_month_type_1.FiscalMonthPatch])),
|
120
|
+
tslib_1.__param(1, (0, type_graphql_1.Ctx)()),
|
121
|
+
tslib_1.__metadata("design:type", Function),
|
122
|
+
tslib_1.__metadata("design:paramtypes", [Array, Object]),
|
123
|
+
tslib_1.__metadata("design:returntype", Promise)
|
124
|
+
], FiscalMonthMutation.prototype, "importFiscalMonths", null);
|
125
|
+
exports.FiscalMonthMutation = FiscalMonthMutation = tslib_1.__decorate([
|
126
|
+
(0, type_graphql_1.Resolver)(fiscal_month_1.FiscalMonth)
|
127
|
+
], FiscalMonthMutation);
|
128
|
+
//# sourceMappingURL=fiscal-month-mutation.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"fiscal-month-mutation.js","sourceRoot":"","sources":["../../../server/service/fiscal-month/fiscal-month-mutation.ts"],"names":[],"mappings":"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","sourcesContent":["import { Resolver, Mutation, Arg, Ctx, Directive } from 'type-graphql'\nimport { In } from 'typeorm'\nimport { getRepository } from '@things-factory/shell'\n\nimport { FiscalMonth } from './fiscal-month'\nimport { NewFiscalMonth, FiscalMonthPatch } from './fiscal-month-type'\n\n@Resolver(FiscalMonth)\nexport class FiscalMonthMutation {\n @Directive('@transaction')\n @Mutation(returns => FiscalMonth, { description: 'To create new FiscalMonth' })\n async createFiscalMonth(@Arg('fiscalMonth') fiscalMonth: NewFiscalMonth, @Ctx() context: ResolverContext): Promise<FiscalMonth> {\n const { domain, user, tx } = context.state\n\n const result = await getRepository(FiscalMonth, tx).save({\n ...fiscalMonth,\n domain,\n creator: user,\n updater: user\n })\n\n return result\n }\n\n @Directive('@transaction')\n @Mutation(returns => FiscalMonth, { description: 'To modify FiscalMonth information' })\n async updateFiscalMonth(\n @Arg('id') id: string,\n @Arg('patch') patch: FiscalMonthPatch,\n @Ctx() context: ResolverContext\n ): Promise<FiscalMonth> {\n const { domain, user, tx } = context.state\n\n const repository = getRepository(FiscalMonth, tx)\n const fiscalMonth = await repository.findOne({\n where: { domain: { id: domain.id }, id }\n })\n\n const result = await repository.save({\n ...fiscalMonth,\n ...patch,\n updater: user\n })\n\n return result\n }\n\n @Directive('@transaction')\n @Mutation(returns => [FiscalMonth], { description: \"To modify multiple FiscalMonths' information\" })\n async updateMultipleFiscalMonth(\n @Arg('patches', type => [FiscalMonthPatch]) patches: FiscalMonthPatch[],\n @Ctx() context: ResolverContext\n ): Promise<FiscalMonth[]> {\n const { domain, user, tx } = context.state\n\n let results = []\n const _createRecords = patches.filter((patch: any) => patch.cuFlag.toUpperCase() === '+')\n const _updateRecords = patches.filter((patch: any) => patch.cuFlag.toUpperCase() === 'M')\n const fiscalMonthRepo = getRepository(FiscalMonth, tx)\n\n if (_createRecords.length > 0) {\n for (let i = 0; i < _createRecords.length; i++) {\n const newRecord = _createRecords[i]\n\n const result = await fiscalMonthRepo.save({\n ...newRecord,\n domain,\n creator: user,\n updater: user\n })\n\n results.push({ ...result, cuFlag: '+' })\n }\n }\n\n if (_updateRecords.length > 0) {\n for (let i = 0; i < _updateRecords.length; i++) {\n const updateRecord = _updateRecords[i]\n const fiscalMonth = await fiscalMonthRepo.findOneBy({ id: updateRecord.id })\n\n const result = await fiscalMonthRepo.save({\n ...fiscalMonth,\n ...updateRecord,\n updater: user\n })\n\n results.push({ ...result, cuFlag: 'M' })\n }\n }\n\n return results\n }\n\n @Directive('@transaction')\n @Mutation(returns => Boolean, { description: 'To delete FiscalMonth' })\n async deleteFiscalMonth(@Arg('id') id: string, @Ctx() context: ResolverContext): Promise<boolean> {\n const { domain, tx } = context.state\n\n await getRepository(FiscalMonth, tx).delete({ domain: { id: domain.id }, id })\n\n return true\n }\n\n @Directive('@transaction')\n @Mutation(returns => Boolean, { description: 'To delete multiple FiscalMonths' })\n async deleteFiscalMonths(\n @Arg('ids', type => [String]) ids: string[],\n @Ctx() context: ResolverContext\n ): Promise<boolean> {\n const { domain, tx } = context.state\n\n await getRepository(FiscalMonth, tx).delete({\n domain: { id: domain.id },\n id: In(ids)\n })\n\n\n return true\n }\n\n @Directive('@transaction')\n @Mutation(returns => Boolean, { description: 'To import multiple FiscalMonths' })\n async importFiscalMonths(\n @Arg('fiscalMonths', type => [FiscalMonthPatch]) fiscalMonths: FiscalMonthPatch[],\n @Ctx() context: ResolverContext\n ): Promise<boolean> {\n const { domain, tx } = context.state\n\n await Promise.all(\n fiscalMonths.map(async (fiscalMonth: FiscalMonthPatch) => {\n const createdFiscalMonth: FiscalMonth = await getRepository(FiscalMonth, tx).save({ domain, ...fiscalMonth })\n })\n )\n\n return true\n }\n}\n"]}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { Domain, ListParam } from '@things-factory/shell';
|
2
|
+
import { User } from '@things-factory/auth-base';
|
3
|
+
import { FiscalMonth } from './fiscal-month';
|
4
|
+
import { FiscalMonthList } from './fiscal-month-type';
|
5
|
+
export declare class FiscalMonthQuery {
|
6
|
+
fiscalMonth(year: number, quarter: number, month: number, context: ResolverContext): Promise<FiscalMonth | undefined>;
|
7
|
+
fiscalMonths(params: ListParam, context: ResolverContext): Promise<FiscalMonthList>;
|
8
|
+
domain(fiscalMonth: FiscalMonth): Promise<Domain>;
|
9
|
+
updater(fiscalMonth: FiscalMonth): Promise<User>;
|
10
|
+
creator(fiscalMonth: FiscalMonth): Promise<User>;
|
11
|
+
}
|
@@ -0,0 +1,81 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.FiscalMonthQuery = void 0;
|
4
|
+
const tslib_1 = require("tslib");
|
5
|
+
const type_graphql_1 = require("type-graphql");
|
6
|
+
const shell_1 = require("@things-factory/shell");
|
7
|
+
const auth_base_1 = require("@things-factory/auth-base");
|
8
|
+
const fiscal_month_1 = require("./fiscal-month");
|
9
|
+
const fiscal_month_type_1 = require("./fiscal-month-type");
|
10
|
+
let FiscalMonthQuery = class FiscalMonthQuery {
|
11
|
+
async fiscalMonth(year, quarter, month, context) {
|
12
|
+
const { domain } = context.state;
|
13
|
+
return await (0, shell_1.getRepository)(fiscal_month_1.FiscalMonth).findOne({
|
14
|
+
where: { domain: { id: domain.id }, year, quarter, month }
|
15
|
+
});
|
16
|
+
}
|
17
|
+
async fiscalMonths(params, context) {
|
18
|
+
const { domain } = context.state;
|
19
|
+
const queryBuilder = (0, shell_1.getQueryBuilderFromListParams)({
|
20
|
+
domain,
|
21
|
+
params,
|
22
|
+
repository: await (0, shell_1.getRepository)(fiscal_month_1.FiscalMonth),
|
23
|
+
searchables: []
|
24
|
+
});
|
25
|
+
const [items, total] = await queryBuilder.getManyAndCount();
|
26
|
+
return { items, total };
|
27
|
+
}
|
28
|
+
async domain(fiscalMonth) {
|
29
|
+
return fiscalMonth.domainId && (await (0, shell_1.getRepository)(shell_1.Domain).findOneBy({ id: fiscalMonth.domainId }));
|
30
|
+
}
|
31
|
+
async updater(fiscalMonth) {
|
32
|
+
return fiscalMonth.updaterId && (await (0, shell_1.getRepository)(auth_base_1.User).findOneBy({ id: fiscalMonth.updaterId }));
|
33
|
+
}
|
34
|
+
async creator(fiscalMonth) {
|
35
|
+
return fiscalMonth.creatorId && (await (0, shell_1.getRepository)(auth_base_1.User).findOneBy({ id: fiscalMonth.creatorId }));
|
36
|
+
}
|
37
|
+
};
|
38
|
+
exports.FiscalMonthQuery = FiscalMonthQuery;
|
39
|
+
tslib_1.__decorate([
|
40
|
+
(0, type_graphql_1.Query)(returns => fiscal_month_1.FiscalMonth, { nullable: true, description: 'To fetch a FiscalMonth by year, quarter, and month' }),
|
41
|
+
tslib_1.__param(0, (0, type_graphql_1.Arg)('year')),
|
42
|
+
tslib_1.__param(1, (0, type_graphql_1.Arg)('quarter')),
|
43
|
+
tslib_1.__param(2, (0, type_graphql_1.Arg)('month')),
|
44
|
+
tslib_1.__param(3, (0, type_graphql_1.Ctx)()),
|
45
|
+
tslib_1.__metadata("design:type", Function),
|
46
|
+
tslib_1.__metadata("design:paramtypes", [Number, Number, Number, Object]),
|
47
|
+
tslib_1.__metadata("design:returntype", Promise)
|
48
|
+
], FiscalMonthQuery.prototype, "fiscalMonth", null);
|
49
|
+
tslib_1.__decorate([
|
50
|
+
(0, type_graphql_1.Query)(returns => fiscal_month_type_1.FiscalMonthList, { description: 'To fetch multiple FiscalMonths' }),
|
51
|
+
tslib_1.__param(0, (0, type_graphql_1.Args)(type => shell_1.ListParam)),
|
52
|
+
tslib_1.__param(1, (0, type_graphql_1.Ctx)()),
|
53
|
+
tslib_1.__metadata("design:type", Function),
|
54
|
+
tslib_1.__metadata("design:paramtypes", [shell_1.ListParam, Object]),
|
55
|
+
tslib_1.__metadata("design:returntype", Promise)
|
56
|
+
], FiscalMonthQuery.prototype, "fiscalMonths", null);
|
57
|
+
tslib_1.__decorate([
|
58
|
+
(0, type_graphql_1.FieldResolver)(type => shell_1.Domain),
|
59
|
+
tslib_1.__param(0, (0, type_graphql_1.Root)()),
|
60
|
+
tslib_1.__metadata("design:type", Function),
|
61
|
+
tslib_1.__metadata("design:paramtypes", [fiscal_month_1.FiscalMonth]),
|
62
|
+
tslib_1.__metadata("design:returntype", Promise)
|
63
|
+
], FiscalMonthQuery.prototype, "domain", null);
|
64
|
+
tslib_1.__decorate([
|
65
|
+
(0, type_graphql_1.FieldResolver)(type => auth_base_1.User),
|
66
|
+
tslib_1.__param(0, (0, type_graphql_1.Root)()),
|
67
|
+
tslib_1.__metadata("design:type", Function),
|
68
|
+
tslib_1.__metadata("design:paramtypes", [fiscal_month_1.FiscalMonth]),
|
69
|
+
tslib_1.__metadata("design:returntype", Promise)
|
70
|
+
], FiscalMonthQuery.prototype, "updater", null);
|
71
|
+
tslib_1.__decorate([
|
72
|
+
(0, type_graphql_1.FieldResolver)(type => auth_base_1.User),
|
73
|
+
tslib_1.__param(0, (0, type_graphql_1.Root)()),
|
74
|
+
tslib_1.__metadata("design:type", Function),
|
75
|
+
tslib_1.__metadata("design:paramtypes", [fiscal_month_1.FiscalMonth]),
|
76
|
+
tslib_1.__metadata("design:returntype", Promise)
|
77
|
+
], FiscalMonthQuery.prototype, "creator", null);
|
78
|
+
exports.FiscalMonthQuery = FiscalMonthQuery = tslib_1.__decorate([
|
79
|
+
(0, type_graphql_1.Resolver)(fiscal_month_1.FiscalMonth)
|
80
|
+
], FiscalMonthQuery);
|
81
|
+
//# sourceMappingURL=fiscal-month-query.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"fiscal-month-query.js","sourceRoot":"","sources":["../../../server/service/fiscal-month/fiscal-month-query.ts"],"names":[],"mappings":"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","sourcesContent":["import { Resolver, Query, FieldResolver, Root, Args, Arg, Ctx } from 'type-graphql'\nimport { Domain, getQueryBuilderFromListParams, getRepository, ListParam } from '@things-factory/shell'\nimport { User } from '@things-factory/auth-base'\nimport { FiscalMonth } from './fiscal-month'\nimport { FiscalMonthList } from './fiscal-month-type'\n\n@Resolver(FiscalMonth)\nexport class FiscalMonthQuery {\n @Query(returns => FiscalMonth!, { nullable: true, description: 'To fetch a FiscalMonth by year, quarter, and month' })\n async fiscalMonth(\n @Arg('year') year: number,\n @Arg('quarter') quarter: number,\n @Arg('month') month: number,\n @Ctx() context: ResolverContext\n ): Promise<FiscalMonth | undefined> {\n const { domain } = context.state\n\n return await getRepository(FiscalMonth).findOne({\n where: { domain: { id: domain.id }, year, quarter, month }\n })\n }\n\n @Query(returns => FiscalMonthList, { description: 'To fetch multiple FiscalMonths' })\n async fiscalMonths(\n @Args(type => ListParam) params: ListParam,\n @Ctx() context: ResolverContext\n ): Promise<FiscalMonthList> {\n const { domain } = context.state\n\n const queryBuilder = getQueryBuilderFromListParams({\n domain,\n params,\n repository: await getRepository(FiscalMonth),\n searchables: []\n })\n\n const [items, total] = await queryBuilder.getManyAndCount()\n\n return { items, total }\n }\n\n @FieldResolver(type => Domain)\n async domain(@Root() fiscalMonth: FiscalMonth): Promise<Domain> {\n return fiscalMonth.domainId && (await getRepository(Domain).findOneBy({ id: fiscalMonth.domainId }))\n }\n\n @FieldResolver(type => User)\n async updater(@Root() fiscalMonth: FiscalMonth): Promise<User> {\n return fiscalMonth.updaterId && (await getRepository(User).findOneBy({ id: fiscalMonth.updaterId }))\n }\n\n @FieldResolver(type => User)\n async creator(@Root() fiscalMonth: FiscalMonth): Promise<User> {\n return fiscalMonth.creatorId && (await getRepository(User).findOneBy({ id: fiscalMonth.creatorId }))\n }\n}\n"]}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import { FiscalStatus } from '../common-type';
|
2
|
+
import { FiscalMonth } from './fiscal-month';
|
3
|
+
export declare class NewFiscalMonth {
|
4
|
+
year: number;
|
5
|
+
quarter: number;
|
6
|
+
month: number;
|
7
|
+
startDate: string;
|
8
|
+
endDate: string;
|
9
|
+
status?: FiscalStatus;
|
10
|
+
notes?: string;
|
11
|
+
}
|
12
|
+
export declare class FiscalMonthPatch {
|
13
|
+
id?: string;
|
14
|
+
year?: number;
|
15
|
+
quarter?: number;
|
16
|
+
month?: number;
|
17
|
+
startDate: string;
|
18
|
+
endDate: string;
|
19
|
+
status?: FiscalStatus;
|
20
|
+
notes?: string;
|
21
|
+
cuFlag?: string;
|
22
|
+
}
|
23
|
+
export declare class FiscalMonthList {
|
24
|
+
items: FiscalMonth[];
|
25
|
+
total: number;
|
26
|
+
}
|
@@ -0,0 +1,98 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.FiscalMonthList = exports.FiscalMonthPatch = exports.NewFiscalMonth = void 0;
|
4
|
+
const tslib_1 = require("tslib");
|
5
|
+
const type_graphql_1 = require("type-graphql");
|
6
|
+
const common_type_1 = require("../common-type");
|
7
|
+
const fiscal_month_1 = require("./fiscal-month");
|
8
|
+
let NewFiscalMonth = class NewFiscalMonth {
|
9
|
+
};
|
10
|
+
exports.NewFiscalMonth = NewFiscalMonth;
|
11
|
+
tslib_1.__decorate([
|
12
|
+
(0, type_graphql_1.Field)(type => type_graphql_1.Int),
|
13
|
+
tslib_1.__metadata("design:type", Number)
|
14
|
+
], NewFiscalMonth.prototype, "year", void 0);
|
15
|
+
tslib_1.__decorate([
|
16
|
+
(0, type_graphql_1.Field)(type => type_graphql_1.Int),
|
17
|
+
tslib_1.__metadata("design:type", Number)
|
18
|
+
], NewFiscalMonth.prototype, "quarter", void 0);
|
19
|
+
tslib_1.__decorate([
|
20
|
+
(0, type_graphql_1.Field)(type => type_graphql_1.Int),
|
21
|
+
tslib_1.__metadata("design:type", Number)
|
22
|
+
], NewFiscalMonth.prototype, "month", void 0);
|
23
|
+
tslib_1.__decorate([
|
24
|
+
(0, type_graphql_1.Field)(type => String, { description: 'The start date of the fiscal month in YYYY-MM-DD format' }),
|
25
|
+
tslib_1.__metadata("design:type", String)
|
26
|
+
], NewFiscalMonth.prototype, "startDate", void 0);
|
27
|
+
tslib_1.__decorate([
|
28
|
+
(0, type_graphql_1.Field)(type => String, { description: 'The end date of the fiscal month in YYYY-MM-DD format' }),
|
29
|
+
tslib_1.__metadata("design:type", String)
|
30
|
+
], NewFiscalMonth.prototype, "endDate", void 0);
|
31
|
+
tslib_1.__decorate([
|
32
|
+
(0, type_graphql_1.Field)(type => common_type_1.FiscalStatus, { nullable: true }),
|
33
|
+
tslib_1.__metadata("design:type", String)
|
34
|
+
], NewFiscalMonth.prototype, "status", void 0);
|
35
|
+
tslib_1.__decorate([
|
36
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
37
|
+
tslib_1.__metadata("design:type", String)
|
38
|
+
], NewFiscalMonth.prototype, "notes", void 0);
|
39
|
+
exports.NewFiscalMonth = NewFiscalMonth = tslib_1.__decorate([
|
40
|
+
(0, type_graphql_1.InputType)()
|
41
|
+
], NewFiscalMonth);
|
42
|
+
let FiscalMonthPatch = class FiscalMonthPatch {
|
43
|
+
};
|
44
|
+
exports.FiscalMonthPatch = FiscalMonthPatch;
|
45
|
+
tslib_1.__decorate([
|
46
|
+
(0, type_graphql_1.Field)(type => type_graphql_1.ID, { nullable: true }),
|
47
|
+
tslib_1.__metadata("design:type", String)
|
48
|
+
], FiscalMonthPatch.prototype, "id", void 0);
|
49
|
+
tslib_1.__decorate([
|
50
|
+
(0, type_graphql_1.Field)(type => type_graphql_1.Int, { nullable: true }),
|
51
|
+
tslib_1.__metadata("design:type", Number)
|
52
|
+
], FiscalMonthPatch.prototype, "year", void 0);
|
53
|
+
tslib_1.__decorate([
|
54
|
+
(0, type_graphql_1.Field)(type => type_graphql_1.Int, { nullable: true }),
|
55
|
+
tslib_1.__metadata("design:type", Number)
|
56
|
+
], FiscalMonthPatch.prototype, "quarter", void 0);
|
57
|
+
tslib_1.__decorate([
|
58
|
+
(0, type_graphql_1.Field)(type => type_graphql_1.Int, { nullable: true }),
|
59
|
+
tslib_1.__metadata("design:type", Number)
|
60
|
+
], FiscalMonthPatch.prototype, "month", void 0);
|
61
|
+
tslib_1.__decorate([
|
62
|
+
(0, type_graphql_1.Field)(type => String, { description: 'The start date of the fiscal month in YYYY-MM-DD format' }),
|
63
|
+
tslib_1.__metadata("design:type", String)
|
64
|
+
], FiscalMonthPatch.prototype, "startDate", void 0);
|
65
|
+
tslib_1.__decorate([
|
66
|
+
(0, type_graphql_1.Field)(type => String, { description: 'The end date of the fiscal month in YYYY-MM-DD format' }),
|
67
|
+
tslib_1.__metadata("design:type", String)
|
68
|
+
], FiscalMonthPatch.prototype, "endDate", void 0);
|
69
|
+
tslib_1.__decorate([
|
70
|
+
(0, type_graphql_1.Field)(type => common_type_1.FiscalStatus, { nullable: true }),
|
71
|
+
tslib_1.__metadata("design:type", String)
|
72
|
+
], FiscalMonthPatch.prototype, "status", void 0);
|
73
|
+
tslib_1.__decorate([
|
74
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
75
|
+
tslib_1.__metadata("design:type", String)
|
76
|
+
], FiscalMonthPatch.prototype, "notes", void 0);
|
77
|
+
tslib_1.__decorate([
|
78
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
79
|
+
tslib_1.__metadata("design:type", String)
|
80
|
+
], FiscalMonthPatch.prototype, "cuFlag", void 0);
|
81
|
+
exports.FiscalMonthPatch = FiscalMonthPatch = tslib_1.__decorate([
|
82
|
+
(0, type_graphql_1.InputType)()
|
83
|
+
], FiscalMonthPatch);
|
84
|
+
let FiscalMonthList = class FiscalMonthList {
|
85
|
+
};
|
86
|
+
exports.FiscalMonthList = FiscalMonthList;
|
87
|
+
tslib_1.__decorate([
|
88
|
+
(0, type_graphql_1.Field)(type => [fiscal_month_1.FiscalMonth]),
|
89
|
+
tslib_1.__metadata("design:type", Array)
|
90
|
+
], FiscalMonthList.prototype, "items", void 0);
|
91
|
+
tslib_1.__decorate([
|
92
|
+
(0, type_graphql_1.Field)(type => type_graphql_1.Int),
|
93
|
+
tslib_1.__metadata("design:type", Number)
|
94
|
+
], FiscalMonthList.prototype, "total", void 0);
|
95
|
+
exports.FiscalMonthList = FiscalMonthList = tslib_1.__decorate([
|
96
|
+
(0, type_graphql_1.ObjectType)()
|
97
|
+
], FiscalMonthList);
|
98
|
+
//# sourceMappingURL=fiscal-month-type.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"fiscal-month-type.js","sourceRoot":"","sources":["../../../server/service/fiscal-month/fiscal-month-type.ts"],"names":[],"mappings":";;;;AAAA,+CAAoE;AACpE,gDAA6C;AAC7C,iDAA4C;AAGrC,IAAM,cAAc,GAApB,MAAM,cAAc;CAqB1B,CAAA;AArBY,wCAAc;AAEzB;IADC,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,kBAAG,CAAC;;4CACP;AAGZ;IADC,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,kBAAG,CAAC;;+CACJ;AAGf;IADC,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,kBAAG,CAAC;;6CACN;AAGb;IADC,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,EAAE,WAAW,EAAE,yDAAyD,EAAE,CAAC;;iDACjF;AAGjB;IADC,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,EAAE,WAAW,EAAE,uDAAuD,EAAE,CAAC;;+CACjF;AAGf;IADC,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,0BAAY,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CAC3B;AAGrB;IADC,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6CACZ;yBApBH,cAAc;IAD1B,IAAA,wBAAS,GAAE;GACC,cAAc,CAqB1B;AAGM,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;CA2B5B,CAAA;AA3BY,4CAAgB;AAE3B;IADC,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,iBAAE,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CAC3B;AAGX;IADC,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,kBAAG,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CAC1B;AAGb;IADC,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,kBAAG,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACvB;AAGhB;IADC,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,kBAAG,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CACzB;AAGd;IADC,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,EAAE,WAAW,EAAE,yDAAyD,EAAE,CAAC;;mDACjF;AAGjB;IADC,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,EAAE,WAAW,EAAE,uDAAuD,EAAE,CAAC;;iDACjF;AAGf;IADC,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,0BAAY,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDAC3B;AAGrB;IADC,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CACZ;AAGd;IADC,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDACX;2BA1BJ,gBAAgB;IAD5B,IAAA,wBAAS,GAAE;GACC,gBAAgB,CA2B5B;AAGM,IAAM,eAAe,GAArB,MAAM,eAAe;CAM3B,CAAA;AANY,0CAAe;AAE1B;IADC,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,CAAC,0BAAW,CAAC,CAAC;;8CACT;AAGpB;IADC,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,kBAAG,CAAC;;8CACN;0BALF,eAAe;IAD3B,IAAA,yBAAU,GAAE;GACA,eAAe,CAM3B","sourcesContent":["import { InputType, Field, Int, ID, ObjectType } from 'type-graphql'\nimport { FiscalStatus } from '../common-type'\nimport { FiscalMonth } from './fiscal-month'\n\n@InputType()\nexport class NewFiscalMonth {\n @Field(type => Int)\n year: number // 회계연도 (예: 2023)\n\n @Field(type => Int)\n quarter: number // 1, 2, 3, 4 분기\n\n @Field(type => Int)\n month: number // 1 ~ 12월\n\n @Field(type => String, { description: 'The start date of the fiscal month in YYYY-MM-DD format' })\n startDate: string // 월의 시작일\n\n @Field(type => String, { description: 'The end date of the fiscal month in YYYY-MM-DD format' })\n endDate: string // 월의 종료일\n\n @Field(type => FiscalStatus, { nullable: true })\n status?: FiscalStatus // 월의 상태 (OPEN, CLOSED, FINALIZED)\n\n @Field({ nullable: true })\n notes?: string // 월에 대한 설명이나 주석\n}\n\n@InputType()\nexport class FiscalMonthPatch {\n @Field(type => ID, { nullable: true })\n id?: string\n\n @Field(type => Int, { nullable: true })\n year?: number // 회계연도 (예: 2023)\n\n @Field(type => Int, { nullable: true })\n quarter?: number // 1, 2, 3, 4 분기\n\n @Field(type => Int, { nullable: true })\n month?: number // 1 ~ 12월\n\n @Field(type => String, { description: 'The start date of the fiscal month in YYYY-MM-DD format' })\n startDate: string // 월의 시작일\n\n @Field(type => String, { description: 'The end date of the fiscal month in YYYY-MM-DD format' })\n endDate: string // 월의 종료일\n\n @Field(type => FiscalStatus, { nullable: true })\n status?: FiscalStatus // 월의 상태 (OPEN, CLOSED, FINALIZED)\n\n @Field({ nullable: true })\n notes?: string // 월에 대한 설명이나 주석\n\n @Field({ nullable: true })\n cuFlag?: string // Create/Update Flag\n}\n\n@ObjectType()\nexport class FiscalMonthList {\n @Field(type => [FiscalMonth])\n items: FiscalMonth[]\n\n @Field(type => Int)\n total: number\n}\n"]}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import { Domain } from '@things-factory/shell';
|
2
|
+
import { User } from '@things-factory/auth-base';
|
3
|
+
import { FiscalStatus } from '../common-type';
|
4
|
+
export declare class FiscalMonth {
|
5
|
+
readonly id: string;
|
6
|
+
domain?: Domain;
|
7
|
+
domainId?: string;
|
8
|
+
year: number;
|
9
|
+
quarter: number;
|
10
|
+
month: number;
|
11
|
+
startDate: string;
|
12
|
+
endDate: string;
|
13
|
+
status: FiscalStatus;
|
14
|
+
notes?: string;
|
15
|
+
createdAt?: Date;
|
16
|
+
updatedAt?: Date;
|
17
|
+
deletedAt?: Date;
|
18
|
+
creator?: User;
|
19
|
+
creatorId?: string;
|
20
|
+
updater?: User;
|
21
|
+
updaterId?: string;
|
22
|
+
}
|
@@ -0,0 +1,99 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.FiscalMonth = void 0;
|
4
|
+
const tslib_1 = require("tslib");
|
5
|
+
const typeorm_1 = require("typeorm");
|
6
|
+
const type_graphql_1 = require("type-graphql");
|
7
|
+
const shell_1 = require("@things-factory/shell");
|
8
|
+
const auth_base_1 = require("@things-factory/auth-base");
|
9
|
+
const common_type_1 = require("../common-type");
|
10
|
+
let FiscalMonth = class FiscalMonth {
|
11
|
+
};
|
12
|
+
exports.FiscalMonth = FiscalMonth;
|
13
|
+
tslib_1.__decorate([
|
14
|
+
(0, typeorm_1.PrimaryGeneratedColumn)('uuid'),
|
15
|
+
(0, type_graphql_1.Field)(type => type_graphql_1.ID),
|
16
|
+
tslib_1.__metadata("design:type", String)
|
17
|
+
], FiscalMonth.prototype, "id", void 0);
|
18
|
+
tslib_1.__decorate([
|
19
|
+
(0, typeorm_1.ManyToOne)(type => shell_1.Domain),
|
20
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
21
|
+
tslib_1.__metadata("design:type", shell_1.Domain)
|
22
|
+
], FiscalMonth.prototype, "domain", void 0);
|
23
|
+
tslib_1.__decorate([
|
24
|
+
(0, typeorm_1.RelationId)((fiscalMonth) => fiscalMonth.domain),
|
25
|
+
tslib_1.__metadata("design:type", String)
|
26
|
+
], FiscalMonth.prototype, "domainId", void 0);
|
27
|
+
tslib_1.__decorate([
|
28
|
+
(0, typeorm_1.Column)(),
|
29
|
+
(0, type_graphql_1.Field)(type => type_graphql_1.Int, { description: 'The fiscal year (e.g., 2023)' }),
|
30
|
+
tslib_1.__metadata("design:type", Number)
|
31
|
+
], FiscalMonth.prototype, "year", void 0);
|
32
|
+
tslib_1.__decorate([
|
33
|
+
(0, typeorm_1.Column)(),
|
34
|
+
(0, type_graphql_1.Field)(type => type_graphql_1.Int, { description: 'The quarter number (1, 2, 3, or 4)' }),
|
35
|
+
tslib_1.__metadata("design:type", Number)
|
36
|
+
], FiscalMonth.prototype, "quarter", void 0);
|
37
|
+
tslib_1.__decorate([
|
38
|
+
(0, typeorm_1.Column)(),
|
39
|
+
(0, type_graphql_1.Field)(type => type_graphql_1.Int, { description: 'The month number (1 to 12)' }),
|
40
|
+
tslib_1.__metadata("design:type", Number)
|
41
|
+
], FiscalMonth.prototype, "month", void 0);
|
42
|
+
tslib_1.__decorate([
|
43
|
+
(0, typeorm_1.Column)(),
|
44
|
+
(0, type_graphql_1.Field)(type => String, { description: 'The start date of the fiscal month in YYYY-MM-DD format' }),
|
45
|
+
tslib_1.__metadata("design:type", String)
|
46
|
+
], FiscalMonth.prototype, "startDate", void 0);
|
47
|
+
tslib_1.__decorate([
|
48
|
+
(0, typeorm_1.Column)(),
|
49
|
+
(0, type_graphql_1.Field)(type => String, { description: 'The end date of the fiscal month in YYYY-MM-DD format' }),
|
50
|
+
tslib_1.__metadata("design:type", String)
|
51
|
+
], FiscalMonth.prototype, "endDate", void 0);
|
52
|
+
tslib_1.__decorate([
|
53
|
+
(0, typeorm_1.Column)({ type: 'enum', enum: common_type_1.FiscalStatus, default: common_type_1.FiscalStatus.OPEN }),
|
54
|
+
(0, type_graphql_1.Field)(type => common_type_1.FiscalStatus, { description: 'The status of the fiscal month (OPEN, CLOSED, FINALIZED)' }),
|
55
|
+
tslib_1.__metadata("design:type", String)
|
56
|
+
], FiscalMonth.prototype, "status", void 0);
|
57
|
+
tslib_1.__decorate([
|
58
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
59
|
+
(0, type_graphql_1.Field)({ nullable: true, description: 'Notes or comments about the fiscal month' }),
|
60
|
+
tslib_1.__metadata("design:type", String)
|
61
|
+
], FiscalMonth.prototype, "notes", void 0);
|
62
|
+
tslib_1.__decorate([
|
63
|
+
(0, typeorm_1.CreateDateColumn)(),
|
64
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
65
|
+
tslib_1.__metadata("design:type", Date)
|
66
|
+
], FiscalMonth.prototype, "createdAt", void 0);
|
67
|
+
tslib_1.__decorate([
|
68
|
+
(0, typeorm_1.UpdateDateColumn)(),
|
69
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
70
|
+
tslib_1.__metadata("design:type", Date)
|
71
|
+
], FiscalMonth.prototype, "updatedAt", void 0);
|
72
|
+
tslib_1.__decorate([
|
73
|
+
(0, typeorm_1.DeleteDateColumn)(),
|
74
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
75
|
+
tslib_1.__metadata("design:type", Date)
|
76
|
+
], FiscalMonth.prototype, "deletedAt", void 0);
|
77
|
+
tslib_1.__decorate([
|
78
|
+
(0, typeorm_1.ManyToOne)(type => auth_base_1.User, { nullable: true }),
|
79
|
+
(0, type_graphql_1.Field)(type => auth_base_1.User, { nullable: true }),
|
80
|
+
tslib_1.__metadata("design:type", auth_base_1.User)
|
81
|
+
], FiscalMonth.prototype, "creator", void 0);
|
82
|
+
tslib_1.__decorate([
|
83
|
+
(0, typeorm_1.RelationId)((fiscalMonth) => fiscalMonth.creator),
|
84
|
+
tslib_1.__metadata("design:type", String)
|
85
|
+
], FiscalMonth.prototype, "creatorId", void 0);
|
86
|
+
tslib_1.__decorate([
|
87
|
+
(0, typeorm_1.ManyToOne)(type => auth_base_1.User, { nullable: true }),
|
88
|
+
(0, type_graphql_1.Field)(type => auth_base_1.User, { nullable: true }),
|
89
|
+
tslib_1.__metadata("design:type", auth_base_1.User)
|
90
|
+
], FiscalMonth.prototype, "updater", void 0);
|
91
|
+
tslib_1.__decorate([
|
92
|
+
(0, typeorm_1.RelationId)((fiscalMonth) => fiscalMonth.updater),
|
93
|
+
tslib_1.__metadata("design:type", String)
|
94
|
+
], FiscalMonth.prototype, "updaterId", void 0);
|
95
|
+
exports.FiscalMonth = FiscalMonth = tslib_1.__decorate([
|
96
|
+
(0, type_graphql_1.ObjectType)({ description: 'Entity representing a fiscal month' }),
|
97
|
+
(0, typeorm_1.Entity)()
|
98
|
+
], FiscalMonth);
|
99
|
+
//# sourceMappingURL=fiscal-month.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"fiscal-month.js","sourceRoot":"","sources":["../../../server/service/fiscal-month/fiscal-month.ts"],"names":[],"mappings":"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","sourcesContent":["import {\n CreateDateColumn,\n DeleteDateColumn,\n UpdateDateColumn,\n Entity,\n Index,\n Column,\n ManyToOne,\n RelationId,\n PrimaryGeneratedColumn\n} from 'typeorm'\nimport { ObjectType, Field, Int, ID } from 'type-graphql'\nimport { Domain } from '@things-factory/shell'\nimport { User } from '@things-factory/auth-base'\nimport { FiscalStatus } from '../common-type'\n\n@ObjectType({ description: 'Entity representing a fiscal month' })\n@Entity()\nexport class FiscalMonth {\n @PrimaryGeneratedColumn('uuid')\n @Field(type => ID)\n readonly id: string\n\n @ManyToOne(type => Domain)\n @Field({ nullable: true })\n domain?: Domain\n\n @RelationId((fiscalMonth: FiscalMonth) => fiscalMonth.domain)\n domainId?: string\n\n @Column()\n @Field(type => Int, { description: 'The fiscal year (e.g., 2023)' })\n year: number // 회계연도 (예: 2023)\n\n @Column()\n @Field(type => Int, { description: 'The quarter number (1, 2, 3, or 4)' })\n quarter: number // 1, 2, 3, 4 분기\n\n @Column()\n @Field(type => Int, { description: 'The month number (1 to 12)' })\n month: number // 1 ~ 12월\n\n @Column()\n @Field(type => String, { description: 'The start date of the fiscal month in YYYY-MM-DD format' })\n startDate: string // 월의 시작일\n\n @Column()\n @Field(type => String, { description: 'The end date of the fiscal month in YYYY-MM-DD format' })\n endDate: string // 월의 종료일\n\n @Column({ type: 'enum', enum: FiscalStatus, default: FiscalStatus.OPEN })\n @Field(type => FiscalStatus, { description: 'The status of the fiscal month (OPEN, CLOSED, FINALIZED)' })\n status: FiscalStatus // 월의 상태 (OPEN, CLOSED, FINALIZED)\n\n @Column({ nullable: true })\n @Field({ nullable: true, description: 'Notes or comments about the fiscal month' })\n notes?: string // 월에 대한 설명이나 주석\n\n @CreateDateColumn()\n @Field({ nullable: true })\n createdAt?: Date\n\n @UpdateDateColumn()\n @Field({ nullable: true })\n updatedAt?: Date\n\n @DeleteDateColumn()\n @Field({ nullable: true })\n deletedAt?: Date\n\n @ManyToOne(type => User, { nullable: true })\n @Field(type => User, { nullable: true })\n creator?: User\n\n @RelationId((fiscalMonth: FiscalMonth) => fiscalMonth.creator)\n creatorId?: string\n\n @ManyToOne(type => User, { nullable: true })\n @Field(type => User, { nullable: true })\n updater?: User\n\n @RelationId((fiscalMonth: FiscalMonth) => fiscalMonth.updater)\n updaterId?: string\n}\n"]}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import { FiscalMonth } from './fiscal-month';
|
2
|
+
import { FiscalMonthQuery } from './fiscal-month-query';
|
3
|
+
import { FiscalMonthMutation } from './fiscal-month-mutation';
|
4
|
+
export declare const entities: (typeof FiscalMonth)[];
|
5
|
+
export declare const resolvers: (typeof FiscalMonthQuery | typeof FiscalMonthMutation)[];
|
6
|
+
export declare const subscribers: any[];
|
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.subscribers = exports.resolvers = exports.entities = void 0;
|
4
|
+
const fiscal_month_1 = require("./fiscal-month");
|
5
|
+
const fiscal_month_query_1 = require("./fiscal-month-query");
|
6
|
+
const fiscal_month_mutation_1 = require("./fiscal-month-mutation");
|
7
|
+
exports.entities = [fiscal_month_1.FiscalMonth];
|
8
|
+
exports.resolvers = [fiscal_month_query_1.FiscalMonthQuery, fiscal_month_mutation_1.FiscalMonthMutation];
|
9
|
+
exports.subscribers = [];
|
10
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../server/service/fiscal-month/index.ts"],"names":[],"mappings":";;;AAAA,iDAA4C;AAC5C,6DAAuD;AACvD,mEAA6D;AAEhD,QAAA,QAAQ,GAAG,CAAC,0BAAW,CAAC,CAAA;AACxB,QAAA,SAAS,GAAG,CAAC,qCAAgB,EAAE,2CAAmB,CAAC,CAAA;AACnD,QAAA,WAAW,GAAG,EAAE,CAAA","sourcesContent":["import { FiscalMonth } from './fiscal-month'\nimport { FiscalMonthQuery } from './fiscal-month-query'\nimport { FiscalMonthMutation } from './fiscal-month-mutation'\n\nexport const entities = [FiscalMonth]\nexport const resolvers = [FiscalMonthQuery, FiscalMonthMutation]\nexport const subscribers = []\n"]}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { FiscalQuarter } from './fiscal-quarter';
|
2
|
+
import { NewFiscalQuarter, FiscalQuarterPatch } from './fiscal-quarter-type';
|
3
|
+
export declare class FiscalQuarterMutation {
|
4
|
+
createFiscalQuarter(fiscalQuarter: NewFiscalQuarter, context: ResolverContext): Promise<FiscalQuarter>;
|
5
|
+
updateFiscalQuarter(id: string, patch: FiscalQuarterPatch, context: ResolverContext): Promise<FiscalQuarter>;
|
6
|
+
updateMultipleFiscalQuarter(patches: FiscalQuarterPatch[], context: ResolverContext): Promise<FiscalQuarter[]>;
|
7
|
+
deleteFiscalQuarter(id: string, context: ResolverContext): Promise<boolean>;
|
8
|
+
deleteFiscalQuarters(ids: string[], context: ResolverContext): Promise<boolean>;
|
9
|
+
importFiscalQuarters(fiscalQuarters: FiscalQuarterPatch[], context: ResolverContext): Promise<boolean>;
|
10
|
+
}
|