@opengis/admin 0.3.23 → 0.3.25
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/README.md +97 -97
- package/config.js +4 -4
- package/dist/{add-page-2cPkdIAC.js → add-page-BI4K8Lzk.js} +1 -1
- package/dist/{admin-interface-D9Dx7QqK.js → admin-interface-DDP6KpGO.js} +226 -226
- package/dist/{admin-view-C_Ecdip-.js → admin-view-C--DkpIG.js} +3 -3
- package/dist/admin.js +1 -1
- package/dist/admin.umd.cjs +48 -48
- package/dist/assets/logo.svg +41 -41
- package/dist/{card-view-MuS2Gqq6.js → card-view-CPwz8aJg.js} +1 -1
- package/dist/{edit-page-Dr397YuE.js → edit-page-BsDJ8lKP.js} +1 -1
- package/dist/{import-file-CcRnsq1s.js → import-file-B8gDejaq.js} +5459 -5452
- package/dist/{profile-page-BrKTAsqO.js → profile-page-C5UftUwo.js} +1 -1
- package/dist/style.css +1 -1
- package/module/settings/card/admin.accounts.table/index.yml +7 -7
- package/module/settings/card/admin.accounts.table/rules.hbs +18 -18
- package/module/settings/card/admin.accounts.table/users.hbs +13 -13
- package/module/settings/card/admin.roles.table/access.hbs +11 -11
- package/module/settings/card/admin.roles.table/general_info.hbs +9 -9
- package/module/settings/card/admin.roles.table/index.yml +22 -22
- package/module/settings/card/admin.roles.table/users.hbs +12 -12
- package/module/settings/card/admin.routes.table/general_info.hbs +13 -13
- package/module/settings/card/admin.routes.table/groups.hbs +11 -11
- package/module/settings/card/admin.routes.table/index.yml +15 -15
- package/module/settings/card/admin.routes.table/users.hbs +16 -16
- package/module/settings/card/admin.table_properties.table/custom_columns.hbs +22 -22
- package/module/settings/card/admin.table_properties.table/index.yml +12 -12
- package/module/settings/card/admin.table_properties.table/info.hbs +17 -17
- package/module/settings/card/admin.users.table/general_info.hbs +18 -18
- package/module/settings/card/admin.users.table/index.yml +20 -20
- package/module/settings/card/admin.users.table/last_login.hbs +17 -17
- package/module/settings/card/admin.users.table/logs.hbs +16 -16
- package/module/settings/card/admin.users.table/routes.hbs +13 -13
- package/module/settings/card/admin.users.table/user_roles.hbs +35 -35
- package/module/settings/cls/change_type.json +13 -13
- package/module/settings/cls/core.actions.json +17 -17
- package/module/settings/cls/core.column_type.json +14 -14
- package/module/settings/cls/core.scope.json +13 -13
- package/module/settings/cls/properties.site_status.json +13 -13
- package/module/settings/cls/properties.widget_status.json +13 -13
- package/module/settings/cls/users.user_type.json +13 -13
- package/module/settings/cls/yes_no.json +11 -11
- package/module/settings/form/admin.accounts.form.json +13 -13
- package/module/settings/form/admin.custom_column.form.json +55 -55
- package/module/settings/form/admin.properties.form.json +15 -15
- package/module/settings/form/admin.roles.form.json +21 -21
- package/module/settings/form/admin.routes.form.json +25 -25
- package/module/settings/form/admin.rules.form.json +30 -30
- package/module/settings/form/admin.table_properties.form.json +19 -19
- package/module/settings/form/admin.user_properties.form.json +15 -15
- package/module/settings/form/admin.user_roles.form.json +24 -24
- package/module/settings/form/admin.user_roles_card.form.json +13 -13
- package/module/settings/form/admin.users.form.json +177 -177
- package/module/settings/form/admin.users_edit.form.json +145 -145
- package/module/settings/form/context.account_grants.form.json +24 -24
- package/module/settings/form/context.account_users.form.json +12 -12
- package/module/settings/form/user.user_roles.form.json +13 -13
- package/module/settings/interface/admin.properties.json +4 -4
- package/module/settings/interface/admin.roles.json +4 -4
- package/module/settings/interface/admin.routes.json +4 -4
- package/module/settings/interface/admin.users.json +4 -4
- package/module/settings/menu.json +72 -72
- package/module/settings/select/core.routes.sql +1 -1
- package/module/settings/select/core.user_mentioned.sql +1 -1
- package/module/settings/select/core.user_uid.sql +1 -1
- package/module/settings/table/admin.accounts.table.json +49 -49
- package/module/settings/table/admin.custom_column.table.json +100 -100
- package/module/settings/table/admin.properties.table.json +39 -39
- package/module/settings/table/admin.roles.table.json +77 -77
- package/module/settings/table/admin.routes.table.json +73 -73
- package/module/settings/table/admin.rules.table.json +77 -77
- package/module/settings/table/admin.table_properties.table.json +37 -37
- package/module/settings/table/admin.user_properties.table.json +34 -34
- package/module/settings/table/admin.user_roles.table.json +74 -74
- package/module/settings/table/admin.users.table.json +135 -135
- package/module/settings/table/context.account_grants.table.json +88 -88
- package/module/settings/table/context.account_users.table.json +53 -53
- package/module/settings/table/log.table_changes.table.json +100 -100
- package/package.json +102 -102
- package/plugin.js +30 -30
- package/server/helpers/core/badge.js +16 -16
- package/server/helpers/core/buttonHelper.js +21 -21
- package/server/helpers/core/coalesce.js +7 -7
- package/server/helpers/core/select.js +48 -48
- package/server/helpers/core/token.js +18 -18
- package/server/helpers/index.js +40 -40
- package/server/helpers/list/buttonHelper.js +21 -21
- package/server/helpers/list/descriptionList.js +45 -45
- package/server/helpers/list/tableList.js +82 -82
- package/server/helpers/list/utils/button.js +5 -5
- package/server/helpers/list/utils/buttonDel.js +12 -12
- package/server/helpers/list/utils/buttonEdit.js +14 -14
- package/server/helpers/temp/contentList.js +58 -58
- package/server/helpers/temp/ifCond.js +101 -101
- package/server/helpers/utils/button.js +5 -5
- package/server/helpers/utils/buttonAdd.js +6 -6
- package/server/helpers/utils/buttonDel.js +6 -6
- package/server/helpers/utils/buttonEdit.js +5 -5
- package/server/helpers/utils/mdToHTML.js +17 -17
- package/server/helpers/utils/paddingNumber.js +3 -3
- package/server/plugins/access/funcs/getAdminAccess.js +12 -12
- package/server/plugins/access/index.mjs +6 -6
- package/server/plugins/adminHook.js +81 -81
- package/server/plugins/cron.js +10 -10
- package/server/plugins/docs.js +28 -28
- package/server/plugins/hook.js +276 -276
- package/server/plugins/vite.js +77 -77
- package/server/routes/access/controllers/access.group.js +29 -29
- package/server/routes/access/controllers/access.group.post.js +54 -54
- package/server/routes/access/controllers/access.interface.js +33 -33
- package/server/routes/access/index.mjs +11 -11
- package/server/routes/access/schema.mjs +67 -67
- package/server/routes/calendar/controllers/calendar.data.js +125 -125
- package/server/routes/calendar/index.mjs +7 -7
- package/server/routes/calendar/schema.js +21 -21
- package/server/routes/data/controllers/cardData.js +127 -127
- package/server/routes/data/controllers/cardTabData.js +49 -49
- package/server/routes/data/controllers/funcs/getFilterSQL/index.js +92 -92
- package/server/routes/data/controllers/funcs/getFilterSQL/util/formatValue.js +170 -170
- package/server/routes/data/controllers/funcs/getFilterSQL/util/getCustomQuery.js +13 -13
- package/server/routes/data/controllers/funcs/getFilterSQL/util/getFilterQuery.js +64 -64
- package/server/routes/data/controllers/funcs/getFilterSQL/util/getOptimizedQuery.js +12 -12
- package/server/routes/data/controllers/funcs/getFilterSQL/util/getTableSql.js +34 -34
- package/server/routes/data/controllers/tableData.js +31 -31
- package/server/routes/data/controllers/tableDataId.js +27 -27
- package/server/routes/data/controllers/tableFilter.js +9 -9
- package/server/routes/data/controllers/tableInfo.js +112 -112
- package/server/routes/data/controllers/tokenInfo.js +9 -9
- package/server/routes/data/controllers/utils/assignTokens.js +30 -30
- package/server/routes/data/controllers/utils/conditions.js +20 -20
- package/server/routes/data/controllers/utils/getColumns.js +8 -8
- package/server/routes/data/index.mjs +20 -20
- package/server/routes/data/schema.js +54 -54
- package/server/routes/dblist/controllers/readItems.js +20 -20
- package/server/routes/dblist/controllers/setItem.js +22 -22
- package/server/routes/dblist/index.mjs +18 -18
- package/server/routes/dblist/utils/formatData.js +7 -7
- package/server/routes/menu/controllers/getMenu.js +77 -77
- package/server/routes/menu/controllers/interfaces.js +20 -20
- package/server/routes/menu/index.mjs +7 -7
- package/server/routes/notifications/controllers/readNotifications.js +27 -27
- package/server/routes/notifications/controllers/testEmail.js +35 -35
- package/server/routes/notifications/controllers/userNotifications.js +53 -53
- package/server/routes/notifications/funcs/addNotification.js +21 -21
- package/server/routes/notifications/funcs/sendNotification.js +92 -92
- package/server/routes/notifications/hook/onWidgetSet.js +56 -56
- package/server/routes/notifications/index.mjs +26 -26
- package/server/routes/notifications/schema.js +16 -16
- package/server/routes/print/controllers/cardPrint.js +135 -135
- package/server/routes/print/controllers/printTemplate.add.js +37 -37
- package/server/routes/print/controllers/printTemplate.delete.js +29 -29
- package/server/routes/print/controllers/printTemplate.edit.js +42 -42
- package/server/routes/print/controllers/printTemplate.js +67 -67
- package/server/routes/print/controllers/printTemplateList.js +19 -19
- package/server/routes/print/controllers/printTemplatePreview.js +87 -87
- package/server/routes/print/index.mjs +19 -19
- package/server/routes/properties/controllers/admin.properties.get.js +31 -31
- package/server/routes/properties/controllers/table.properties.get.js +120 -120
- package/server/routes/properties/controllers/table.properties.post.js +115 -115
- package/server/routes/properties/controllers/user.properties.get.js +19 -19
- package/server/routes/properties/controllers/user.properties.post.js +10 -10
- package/server/routes/properties/index.mjs +21 -21
- package/server/routes/properties/schema.js +10 -10
- package/server/routes/properties/utils/dataInsert.js +26 -26
- package/server/routes/properties/utils/getColumnMetaData.js +17 -17
- package/server/routes/properties/utils/refreshData.js +128 -128
- package/server/routes/report/controllers/data.js +76 -76
- package/server/routes/report/controllers/list.js +18 -18
- package/server/routes/report/index.mjs +7 -7
- package/server/routes/report/utils/formatValue.js +179 -179
- package/server/routes/report/utils/getFilterQuery.js +67 -67
- package/server/routes/root.mjs +3 -3
- package/server/routes/templates/controllers/getTemplate.js +44 -44
- package/server/routes/templates/index.mjs +16 -16
- package/server/routes/templates/schema.js +8 -8
- package/server/routes/user/controllers/user.cls.id.js +14 -14
- package/server/routes/user/controllers/user.cls.js +72 -72
- package/server/routes/user/controllers/user.cls.post.js +54 -54
- package/server/routes/user/controllers/user.info.js +17 -17
- package/server/routes/user/schema.js +14 -14
- package/server/routes/util/controllers/code.generator.js +89 -89
- package/server/routes/util/index.mjs +5 -5
- package/server/routes/widget/controllers/widget.del.js +63 -63
- package/server/routes/widget/controllers/widget.get.js +125 -125
- package/server/routes/widget/controllers/widget.set.js +84 -84
- package/server/routes/widget/hook/onWidgetSet.js +12 -12
- package/server/routes/widget/index.mjs +16 -16
- package/server/routes/widget/schema.js +12 -12
- package/server/templates/cls/itree.recrzone_category.json +73 -73
- package/server/templates/cls/test.json +9 -9
- package/server/templates/form/admin.profile.form.json +31 -31
- package/server/templates/form/admin.user_cls.data.form.json +49 -49
- package/server/templates/form/admin.user_group_rel.form.json +21 -21
- package/server/templates/form/cp_building.form.json +32 -32
- package/server/templates/form/form-user-pass.json +10 -10
- package/server/templates/form/form-user_group.json +39 -39
- package/server/templates/form/form-users.json +156 -156
- package/server/templates/form/user_group_access.form.json +22 -22
- package/server/templates/pt/card-print.pt.hbs +245 -245
- package/server/templates/select/account_id.json +2 -2
- package/server/templates/table/gis.dataset.table.json +43 -43
- package/server/templates/table/management.user_group.table.json +112 -112
- package/server/templates/table/management.users.table.json +126 -126
- package/utils.js +26 -26
@@ -1,136 +1,136 @@
|
|
1
|
-
import path from 'path';
|
2
|
-
import qr from 'qrcode';
|
3
|
-
import { readFile } from 'node:fs/promises';
|
4
|
-
import { fileURLToPath } from 'url';
|
5
|
-
import { createHash } from 'crypto';
|
6
|
-
|
7
|
-
import {
|
8
|
-
config, getTemplate, pgClients, handlebars, getFilterSQL, logger, metaFormat, getMeta,
|
9
|
-
} from '@opengis/fastify-table/utils.js';
|
10
|
-
import { grpc } from '@opengis/fastify-file/utils.js';
|
11
|
-
|
12
|
-
const { htmlToPdf } = grpc();
|
13
|
-
const filename = fileURLToPath(import.meta.url);
|
14
|
-
const dirname = path.dirname(filename);
|
15
|
-
|
16
|
-
// printMap
|
17
|
-
const host = 'https://data.gki.com.ua';
|
18
|
-
const width = 850;
|
19
|
-
const height = 400;
|
20
|
-
const geomBuffer = 0.001;
|
21
|
-
const layers = '';
|
22
|
-
const basemap = 'voyager';
|
23
|
-
|
24
|
-
export default async function cardPrint(req, reply) {
|
25
|
-
const { pg = pgClients.client, params = {}, query = {}, user = {} } = req;
|
26
|
-
const { table, id } = params;
|
27
|
-
|
28
|
-
const { template = 'card-print.pt', tab } = query;
|
29
|
-
const format = query.format || (config.debug ? 'html' : 'pdf');
|
30
|
-
|
31
|
-
const hash = createHash('md5').update([table, id, template, tab].join()).digest('hex');
|
32
|
-
|
33
|
-
// const rootDir = getFolder(req, 'local');
|
34
|
-
// const filepath = path.join(rootDir, '/files/tmp/print/', `${hash}.pdf`);
|
35
|
-
|
36
|
-
const headers = {
|
37
|
-
'Content-Disposition': `inline; filename=${hash}.pdf`,
|
38
|
-
'Content-Type': 'application/pdf',
|
39
|
-
};
|
40
|
-
|
41
|
-
if (!user?.uid) {
|
42
|
-
return { message: 'access restricted', status: 401 };
|
43
|
-
}
|
44
|
-
|
45
|
-
if (!table || !id) {
|
46
|
-
return { message: 'not enougn params: table, id', status: 400 };
|
47
|
-
}
|
48
|
-
|
49
|
-
const body = await getTemplate('table', table);
|
50
|
-
const { geom } = await getMeta({ pg, table: body?.table });
|
51
|
-
|
52
|
-
if (!body?.table) {
|
53
|
-
return { message: 'table nof found', status: 404 };
|
54
|
-
}
|
55
|
-
|
56
|
-
if (!body.key && !pg.pk?.[body.table]) {
|
57
|
-
return { message: 'pkey not found', status: 404 };
|
58
|
-
}
|
59
|
-
|
60
|
-
const where = `${body.query || '1=1'} and ${body.key || pg.pk?.[body.table]}=$1`;
|
61
|
-
|
62
|
-
const { optimizedSQL = `select * from ${body.table} where ${body.query || '1=1'} and ` } = await getFilterSQL({
|
63
|
-
pg,
|
64
|
-
table,
|
65
|
-
query: where,
|
66
|
-
})
|
67
|
-
const { rows = [] } = await pg.query(`select * ${geom ? `, st_asgeojson(${geom})::json as geom` : ''} from (${optimizedSQL})q where ${where}`, [id]);
|
68
|
-
|
69
|
-
// metaFormat + descriptionList => bugs
|
70
|
-
// const cls = body?.columns?.filter(el => el.data)?.reduce((acc, curr) => Object.assign(acc, { [curr.name]: curr.data }), {});
|
71
|
-
// await metaFormat({ rows, cls, sufix: false });
|
72
|
-
|
73
|
-
const data = rows?.[0];
|
74
|
-
if (!data) {
|
75
|
-
return { message: 'data not found', status: 404 };
|
76
|
-
}
|
77
|
-
|
78
|
-
Object.assign(data, { id: data[body.key || pg.pk?.[body.table]] });
|
79
|
-
|
80
|
-
const mapUrl = `${host}/api-user/print-map?basemap=${basemap}&layers=${layers || ''}&geojson=${JSON.stringify(data['geom'])}&base64=1&height=${height}&width=${width}&buffer=${geomBuffer}&nocache=1`;
|
81
|
-
const resp = data['geom'] ? await fetch(mapUrl) : null;
|
82
|
-
const printMap = data['geom'] ? await resp.text() : '';
|
83
|
-
|
84
|
-
const pt = await getTemplate('pt', template)
|
85
|
-
|| await readFile(path.join(dirname, '../../../templates/pt/card-print.pt.hbs'), 'utf8');
|
86
|
-
|
87
|
-
const trimPort = ['80', '443'].find(el => req.hostname.endsWith(el));
|
88
|
-
const url = (req.protocol || 'https') + '://' + req.hostname.replace(trimPort, '') + req.url.replace(req.routeOptions.url.split(':')[0], '/card/');
|
89
|
-
const qrCode = `<img src="${await qr.toDataURL(url, { type: 'png', ec_level: 'M', size: 5, margin: 4 })}" alt="qrcode">`;
|
90
|
-
|
91
|
-
const cardTemplates = await getTemplate('card', table);
|
92
|
-
const index = cardTemplates?.find(el => el[0] === 'index.yml')?.[1];
|
93
|
-
const cardHbsTabs = cardTemplates.filter(el => el[0].endsWith('hbs'));
|
94
|
-
|
95
|
-
const orderedTabs = index?.panels
|
96
|
-
?.flatMap(panel => panel.items?.map(item => {
|
97
|
-
const body = cardHbsTabs.find(el => el[0] === `${item.name}.hbs`)?.[1];
|
98
|
-
return { ...item, body };
|
99
|
-
}))
|
100
|
-
.filter(el => el.name && el.body)
|
101
|
-
.filter(el => query.tab ? el.name === query.tab.toString() : true);
|
102
|
-
|
103
|
-
const tabData = await Promise.all(orderedTabs.map(async (el) => {
|
104
|
-
const html = await handlebars.compile(el.body.replace(/\{\{\{button[^\}]*\}\}\}/g, ''))(data);
|
105
|
-
return { name: el.name, title: el.title, html };
|
106
|
-
}));
|
107
|
-
|
108
|
-
const title = data?.[body.meta.title || ''];
|
109
|
-
|
110
|
-
const columnTitles = body?.columns?.reduce((acc, curr) => Object.assign(acc, { [curr.name]: curr.title || curr.ua }), {});
|
111
|
-
const obj = {
|
112
|
-
title,
|
113
|
-
table_title: body.ua || body.title,
|
114
|
-
printMap,
|
115
|
-
rows: tabData,
|
116
|
-
data: Object.keys(data).filter(el => columnTitles[el]).reduce((acc, curr) => Object.assign(acc, { [columnTitles[curr] || curr]: data[curr] }), {}),
|
117
|
-
rawData: data,
|
118
|
-
url,
|
119
|
-
qr: qrCode,
|
120
|
-
};
|
121
|
-
|
122
|
-
const html = await handlebars.compile(pt || 'template not found')(obj);
|
123
|
-
|
124
|
-
if (format == 'html') {
|
125
|
-
return reply.headers({ 'Content-Type': 'text/html; charset=utf-8' }).send(html);
|
126
|
-
}
|
127
|
-
|
128
|
-
const result = await htmlToPdf({ html });
|
129
|
-
const buffer = Buffer.from(result.result, 'base64');
|
130
|
-
|
131
|
-
// await mkdir(path.dirname(filepath), { recursive: true });
|
132
|
-
// await writeFile(filepath, buffer);
|
133
|
-
|
134
|
-
logger.file('cardPrint', { table, id, format, uid: user?.uid });
|
135
|
-
return reply.headers(headers).send(buffer);
|
1
|
+
import path from 'path';
|
2
|
+
import qr from 'qrcode';
|
3
|
+
import { readFile } from 'node:fs/promises';
|
4
|
+
import { fileURLToPath } from 'url';
|
5
|
+
import { createHash } from 'crypto';
|
6
|
+
|
7
|
+
import {
|
8
|
+
config, getTemplate, pgClients, handlebars, getFilterSQL, logger, metaFormat, getMeta,
|
9
|
+
} from '@opengis/fastify-table/utils.js';
|
10
|
+
import { grpc } from '@opengis/fastify-file/utils.js';
|
11
|
+
|
12
|
+
const { htmlToPdf } = grpc();
|
13
|
+
const filename = fileURLToPath(import.meta.url);
|
14
|
+
const dirname = path.dirname(filename);
|
15
|
+
|
16
|
+
// printMap
|
17
|
+
const host = 'https://data.gki.com.ua';
|
18
|
+
const width = 850;
|
19
|
+
const height = 400;
|
20
|
+
const geomBuffer = 0.001;
|
21
|
+
const layers = '';
|
22
|
+
const basemap = 'voyager';
|
23
|
+
|
24
|
+
export default async function cardPrint(req, reply) {
|
25
|
+
const { pg = pgClients.client, params = {}, query = {}, user = {} } = req;
|
26
|
+
const { table, id } = params;
|
27
|
+
|
28
|
+
const { template = 'card-print.pt', tab } = query;
|
29
|
+
const format = query.format || (config.debug ? 'html' : 'pdf');
|
30
|
+
|
31
|
+
const hash = createHash('md5').update([table, id, template, tab].join()).digest('hex');
|
32
|
+
|
33
|
+
// const rootDir = getFolder(req, 'local');
|
34
|
+
// const filepath = path.join(rootDir, '/files/tmp/print/', `${hash}.pdf`);
|
35
|
+
|
36
|
+
const headers = {
|
37
|
+
'Content-Disposition': `inline; filename=${hash}.pdf`,
|
38
|
+
'Content-Type': 'application/pdf',
|
39
|
+
};
|
40
|
+
|
41
|
+
if (!user?.uid) {
|
42
|
+
return { message: 'access restricted', status: 401 };
|
43
|
+
}
|
44
|
+
|
45
|
+
if (!table || !id) {
|
46
|
+
return { message: 'not enougn params: table, id', status: 400 };
|
47
|
+
}
|
48
|
+
|
49
|
+
const body = await getTemplate('table', table);
|
50
|
+
const { geom } = await getMeta({ pg, table: body?.table });
|
51
|
+
|
52
|
+
if (!body?.table) {
|
53
|
+
return { message: 'table nof found', status: 404 };
|
54
|
+
}
|
55
|
+
|
56
|
+
if (!body.key && !pg.pk?.[body.table]) {
|
57
|
+
return { message: 'pkey not found', status: 404 };
|
58
|
+
}
|
59
|
+
|
60
|
+
const where = `${body.query || '1=1'} and ${body.key || pg.pk?.[body.table]}=$1`;
|
61
|
+
|
62
|
+
const { optimizedSQL = `select * from ${body.table} where ${body.query || '1=1'} and ` } = await getFilterSQL({
|
63
|
+
pg,
|
64
|
+
table,
|
65
|
+
query: where,
|
66
|
+
})
|
67
|
+
const { rows = [] } = await pg.query(`select * ${geom ? `, st_asgeojson(${geom})::json as geom` : ''} from (${optimizedSQL})q where ${where}`, [id]);
|
68
|
+
|
69
|
+
// metaFormat + descriptionList => bugs
|
70
|
+
// const cls = body?.columns?.filter(el => el.data)?.reduce((acc, curr) => Object.assign(acc, { [curr.name]: curr.data }), {});
|
71
|
+
// await metaFormat({ rows, cls, sufix: false });
|
72
|
+
|
73
|
+
const data = rows?.[0];
|
74
|
+
if (!data) {
|
75
|
+
return { message: 'data not found', status: 404 };
|
76
|
+
}
|
77
|
+
|
78
|
+
Object.assign(data, { id: data[body.key || pg.pk?.[body.table]] });
|
79
|
+
|
80
|
+
const mapUrl = `${host}/api-user/print-map?basemap=${basemap}&layers=${layers || ''}&geojson=${JSON.stringify(data['geom'])}&base64=1&height=${height}&width=${width}&buffer=${geomBuffer}&nocache=1`;
|
81
|
+
const resp = data['geom'] ? await fetch(mapUrl) : null;
|
82
|
+
const printMap = data['geom'] ? await resp.text() : '';
|
83
|
+
|
84
|
+
const pt = await getTemplate('pt', template)
|
85
|
+
|| await readFile(path.join(dirname, '../../../templates/pt/card-print.pt.hbs'), 'utf8');
|
86
|
+
|
87
|
+
const trimPort = ['80', '443'].find(el => req.hostname.endsWith(el));
|
88
|
+
const url = (req.protocol || 'https') + '://' + req.hostname.replace(trimPort, '') + req.url.replace(req.routeOptions.url.split(':')[0], '/card/');
|
89
|
+
const qrCode = `<img src="${await qr.toDataURL(url, { type: 'png', ec_level: 'M', size: 5, margin: 4 })}" alt="qrcode">`;
|
90
|
+
|
91
|
+
const cardTemplates = await getTemplate('card', table);
|
92
|
+
const index = cardTemplates?.find(el => el[0] === 'index.yml')?.[1];
|
93
|
+
const cardHbsTabs = cardTemplates.filter(el => el[0].endsWith('hbs'));
|
94
|
+
|
95
|
+
const orderedTabs = index?.panels
|
96
|
+
?.flatMap(panel => panel.items?.map(item => {
|
97
|
+
const body = cardHbsTabs.find(el => el[0] === `${item.name}.hbs`)?.[1];
|
98
|
+
return { ...item, body };
|
99
|
+
}))
|
100
|
+
.filter(el => el.name && el.body)
|
101
|
+
.filter(el => query.tab ? el.name === query.tab.toString() : true);
|
102
|
+
|
103
|
+
const tabData = await Promise.all(orderedTabs.map(async (el) => {
|
104
|
+
const html = await handlebars.compile(el.body.replace(/\{\{\{button[^\}]*\}\}\}/g, ''))(data);
|
105
|
+
return { name: el.name, title: el.title, html };
|
106
|
+
}));
|
107
|
+
|
108
|
+
const title = data?.[body.meta.title || ''];
|
109
|
+
|
110
|
+
const columnTitles = body?.columns?.reduce((acc, curr) => Object.assign(acc, { [curr.name]: curr.title || curr.ua }), {});
|
111
|
+
const obj = {
|
112
|
+
title,
|
113
|
+
table_title: body.ua || body.title,
|
114
|
+
printMap,
|
115
|
+
rows: tabData,
|
116
|
+
data: Object.keys(data).filter(el => columnTitles[el]).reduce((acc, curr) => Object.assign(acc, { [columnTitles[curr] || curr]: data[curr] }), {}),
|
117
|
+
rawData: data,
|
118
|
+
url,
|
119
|
+
qr: qrCode,
|
120
|
+
};
|
121
|
+
|
122
|
+
const html = await handlebars.compile(pt || 'template not found')(obj);
|
123
|
+
|
124
|
+
if (format == 'html') {
|
125
|
+
return reply.headers({ 'Content-Type': 'text/html; charset=utf-8' }).send(html);
|
126
|
+
}
|
127
|
+
|
128
|
+
const result = await htmlToPdf({ html });
|
129
|
+
const buffer = Buffer.from(result.result, 'base64');
|
130
|
+
|
131
|
+
// await mkdir(path.dirname(filepath), { recursive: true });
|
132
|
+
// await writeFile(filepath, buffer);
|
133
|
+
|
134
|
+
logger.file('cardPrint', { table, id, format, uid: user?.uid });
|
135
|
+
return reply.headers(headers).send(buffer);
|
136
136
|
}
|
@@ -1,37 +1,37 @@
|
|
1
|
-
import { pgClients, dataInsert } from '@opengis/fastify-table/utils.js';
|
2
|
-
|
3
|
-
export default async function printTemplateAdd({
|
4
|
-
pg = pgClients.client, body = {}, user = {},
|
5
|
-
}) {
|
6
|
-
if (!user?.uid) {
|
7
|
-
return { message: 'access restricted', status: 403 };
|
8
|
-
}
|
9
|
-
|
10
|
-
const { name, title, route, html } = body;
|
11
|
-
|
12
|
-
if (!name) {
|
13
|
-
return { message: 'not enough body params: name', status: 400 };
|
14
|
-
}
|
15
|
-
|
16
|
-
if (!html) {
|
17
|
-
return { message: 'not enough body params: html', status: 400 };
|
18
|
-
}
|
19
|
-
|
20
|
-
const id = await pg.query(`select template_id as id from admin.templates where $1 in (template_id, name)`, [name])
|
21
|
-
.then(el => el.rows?.[0]?.id);
|
22
|
-
|
23
|
-
if (id) {
|
24
|
-
return { message: 'access restricted: template exists', status: 403 };
|
25
|
-
}
|
26
|
-
|
27
|
-
const res = await dataInsert({
|
28
|
-
pg,
|
29
|
-
table: 'admin.templates',
|
30
|
-
data: { name, title, route_id: route, body: html, type: 'user' },
|
31
|
-
uid: user?.uid,
|
32
|
-
})
|
33
|
-
|
34
|
-
const data = res.rows?.[0];
|
35
|
-
|
36
|
-
return { id: data?.template_id, data };
|
37
|
-
}
|
1
|
+
import { pgClients, dataInsert } from '@opengis/fastify-table/utils.js';
|
2
|
+
|
3
|
+
export default async function printTemplateAdd({
|
4
|
+
pg = pgClients.client, body = {}, user = {},
|
5
|
+
}) {
|
6
|
+
if (!user?.uid) {
|
7
|
+
return { message: 'access restricted', status: 403 };
|
8
|
+
}
|
9
|
+
|
10
|
+
const { name, title, route, html } = body;
|
11
|
+
|
12
|
+
if (!name) {
|
13
|
+
return { message: 'not enough body params: name', status: 400 };
|
14
|
+
}
|
15
|
+
|
16
|
+
if (!html) {
|
17
|
+
return { message: 'not enough body params: html', status: 400 };
|
18
|
+
}
|
19
|
+
|
20
|
+
const id = await pg.query(`select template_id as id from admin.templates where $1 in (template_id, name)`, [name])
|
21
|
+
.then(el => el.rows?.[0]?.id);
|
22
|
+
|
23
|
+
if (id) {
|
24
|
+
return { message: 'access restricted: template exists', status: 403 };
|
25
|
+
}
|
26
|
+
|
27
|
+
const res = await dataInsert({
|
28
|
+
pg,
|
29
|
+
table: 'admin.templates',
|
30
|
+
data: { name, title, route_id: route, body: html, type: 'user' },
|
31
|
+
uid: user?.uid,
|
32
|
+
})
|
33
|
+
|
34
|
+
const data = res.rows?.[0];
|
35
|
+
|
36
|
+
return { id: data?.template_id, data };
|
37
|
+
}
|
@@ -1,29 +1,29 @@
|
|
1
|
-
import { pgClients, dataDelete } from '@opengis/fastify-table/utils.js';
|
2
|
-
|
3
|
-
export default async function printTemplateDelete({
|
4
|
-
pg = pgClients.client, params = {}, user = {},
|
5
|
-
}) {
|
6
|
-
if (!user?.uid) {
|
7
|
-
return { message: 'access restricted', status: 403 };
|
8
|
-
}
|
9
|
-
|
10
|
-
const { id, type } = await pg.query(`select template_id as id, type from admin.templates where enabled and $1 in (template_id, name)`, [params.id])
|
11
|
-
.then(el => el.rows?.[0] || {});
|
12
|
-
|
13
|
-
if (!id) {
|
14
|
-
return { message: 'template not found', status: 404 };
|
15
|
-
}
|
16
|
-
|
17
|
-
if (type === 'demo') {
|
18
|
-
return { message: 'access restricted: demo', status: 403 };
|
19
|
-
}
|
20
|
-
|
21
|
-
const res = await dataDelete({
|
22
|
-
pg,
|
23
|
-
table: 'admin.templates',
|
24
|
-
id,
|
25
|
-
uid: user?.uid,
|
26
|
-
});
|
27
|
-
|
28
|
-
return { id: res?.template_id, data: res };
|
29
|
-
}
|
1
|
+
import { pgClients, dataDelete } from '@opengis/fastify-table/utils.js';
|
2
|
+
|
3
|
+
export default async function printTemplateDelete({
|
4
|
+
pg = pgClients.client, params = {}, user = {},
|
5
|
+
}) {
|
6
|
+
if (!user?.uid) {
|
7
|
+
return { message: 'access restricted', status: 403 };
|
8
|
+
}
|
9
|
+
|
10
|
+
const { id, type } = await pg.query(`select template_id as id, type from admin.templates where enabled and $1 in (template_id, name)`, [params.id])
|
11
|
+
.then(el => el.rows?.[0] || {});
|
12
|
+
|
13
|
+
if (!id) {
|
14
|
+
return { message: 'template not found', status: 404 };
|
15
|
+
}
|
16
|
+
|
17
|
+
if (type === 'demo') {
|
18
|
+
return { message: 'access restricted: demo', status: 403 };
|
19
|
+
}
|
20
|
+
|
21
|
+
const res = await dataDelete({
|
22
|
+
pg,
|
23
|
+
table: 'admin.templates',
|
24
|
+
id,
|
25
|
+
uid: user?.uid,
|
26
|
+
});
|
27
|
+
|
28
|
+
return { id: res?.template_id, data: res };
|
29
|
+
}
|
@@ -1,42 +1,42 @@
|
|
1
|
-
import { pgClients, dataInsert } from '@opengis/fastify-table/utils.js';
|
2
|
-
|
3
|
-
export default async function printTemplateEdit({
|
4
|
-
pg = pgClients.client, params = {}, body = {}, user = {},
|
5
|
-
}) {
|
6
|
-
if (!user?.uid) {
|
7
|
-
return { message: 'access restricted', status: 403 };
|
8
|
-
}
|
9
|
-
|
10
|
-
if (!params?.id) {
|
11
|
-
return { message: 'not enough params: id', status: 400 };
|
12
|
-
}
|
13
|
-
|
14
|
-
const { html, route, title } = body;
|
15
|
-
|
16
|
-
if (!html) {
|
17
|
-
return { message: 'not enough body params: html', status: 400 };
|
18
|
-
}
|
19
|
-
|
20
|
-
const { id, name } = await pg.query(`select template_id as id, name from admin.templates where $1 in (template_id, name)`, [params.id])
|
21
|
-
.then(el => el.rows?.[0] || {});
|
22
|
-
|
23
|
-
if (!id) {
|
24
|
-
return { message: 'template not found', status: 404 };
|
25
|
-
}
|
26
|
-
|
27
|
-
await pg.query(`delete from admin.templates where $1 in (template_id, name)`, [id]);
|
28
|
-
|
29
|
-
const data = { name, body: html, type: 'user' };
|
30
|
-
if (title) Object.assign(data, { title });
|
31
|
-
if (route) Object.assign(data, { route_id: route });
|
32
|
-
|
33
|
-
const res = await dataInsert({
|
34
|
-
pg,
|
35
|
-
table: 'admin.templates',
|
36
|
-
id,
|
37
|
-
data,
|
38
|
-
uid: user?.uid,
|
39
|
-
});
|
40
|
-
|
41
|
-
return { id: res.rows?.[0]?.template_id, data: res.rows?.[0] };
|
42
|
-
}
|
1
|
+
import { pgClients, dataInsert } from '@opengis/fastify-table/utils.js';
|
2
|
+
|
3
|
+
export default async function printTemplateEdit({
|
4
|
+
pg = pgClients.client, params = {}, body = {}, user = {},
|
5
|
+
}) {
|
6
|
+
if (!user?.uid) {
|
7
|
+
return { message: 'access restricted', status: 403 };
|
8
|
+
}
|
9
|
+
|
10
|
+
if (!params?.id) {
|
11
|
+
return { message: 'not enough params: id', status: 400 };
|
12
|
+
}
|
13
|
+
|
14
|
+
const { html, route, title } = body;
|
15
|
+
|
16
|
+
if (!html) {
|
17
|
+
return { message: 'not enough body params: html', status: 400 };
|
18
|
+
}
|
19
|
+
|
20
|
+
const { id, name } = await pg.query(`select template_id as id, name from admin.templates where $1 in (template_id, name)`, [params.id])
|
21
|
+
.then(el => el.rows?.[0] || {});
|
22
|
+
|
23
|
+
if (!id) {
|
24
|
+
return { message: 'template not found', status: 404 };
|
25
|
+
}
|
26
|
+
|
27
|
+
await pg.query(`delete from admin.templates where $1 in (template_id, name)`, [id]);
|
28
|
+
|
29
|
+
const data = { name, body: html, type: 'user' };
|
30
|
+
if (title) Object.assign(data, { title });
|
31
|
+
if (route) Object.assign(data, { route_id: route });
|
32
|
+
|
33
|
+
const res = await dataInsert({
|
34
|
+
pg,
|
35
|
+
table: 'admin.templates',
|
36
|
+
id,
|
37
|
+
data,
|
38
|
+
uid: user?.uid,
|
39
|
+
});
|
40
|
+
|
41
|
+
return { id: res.rows?.[0]?.template_id, data: res.rows?.[0] };
|
42
|
+
}
|
@@ -1,67 +1,67 @@
|
|
1
|
-
import { createHash } from 'node:crypto';
|
2
|
-
|
3
|
-
import { config, getFilterSQL, getTemplate, handlebars, pgClients } from '@opengis/fastify-table/utils.js';
|
4
|
-
import { grpc } from '@opengis/fastify-file/utils.js';
|
5
|
-
|
6
|
-
const { htmlToPdf } = grpc();
|
7
|
-
|
8
|
-
export default async function printTemplate(req, reply) {
|
9
|
-
const {
|
10
|
-
pg = pgClients.client,
|
11
|
-
params = {},
|
12
|
-
query = {},
|
13
|
-
} = req;
|
14
|
-
|
15
|
-
if (!params?.name) {
|
16
|
-
return { message: 'not enough params: name', status: 400 };
|
17
|
-
}
|
18
|
-
|
19
|
-
if (!params?.id) {
|
20
|
-
return { message: 'not enough params: id', status: 400 };
|
21
|
-
}
|
22
|
-
|
23
|
-
const { id, route, body = '' } = await pg.query(`select template_id as id, body, route_id as route from admin.templates where $1 in (template_id,name)`, [params.name])
|
24
|
-
.then(el => el.rows?.[0] || {});
|
25
|
-
|
26
|
-
if (!id) {
|
27
|
-
return reply.status(404).send('template not found');
|
28
|
-
}
|
29
|
-
|
30
|
-
/* -- params.name === document template -- */
|
31
|
-
const format = query.format || (config.debug ? 'html' : 'pdf');
|
32
|
-
|
33
|
-
const hash = createHash('md5')
|
34
|
-
.update([params?.name, params?.id].join())
|
35
|
-
.digest('hex');
|
36
|
-
|
37
|
-
const headers = format === 'pdf'
|
38
|
-
? { 'Content-Disposition': `inline; filename=${hash}.pdf`, 'Content-Type': 'application/pdf' }
|
39
|
-
: { 'Content-Type': 'text/html; charset=utf-8' };
|
40
|
-
|
41
|
-
const table = await pg.query(`select alias from admin.routes where route_id=$1`, [route])
|
42
|
-
.then(el => el.rows?.[0]?.alias);
|
43
|
-
|
44
|
-
if (!table) {
|
45
|
-
return { message: 'route table not found', status: 404 };
|
46
|
-
}
|
47
|
-
|
48
|
-
const loadTable = await getTemplate('table', table);
|
49
|
-
const { optimizedSQL } = await getFilterSQL({ table, pg });
|
50
|
-
|
51
|
-
const where = `${loadTable?.key || pg.pk?.[loadTable?.table || table]}=any($1::text[])`;
|
52
|
-
|
53
|
-
const q = `select * from (${optimizedSQL})q where ${loadTable?.query || '1=1'} and ${where}`;
|
54
|
-
|
55
|
-
const { rows = [] } = await pg.query(q, [params.id.split(',')]);
|
56
|
-
|
57
|
-
const htmls = await Promise.all(rows.map(async (row) => handlebars.compile(body)(row)));
|
58
|
-
const html = htmls.join('<p style="page-break-after: always;"> </p>');
|
59
|
-
|
60
|
-
if (format == 'html') {
|
61
|
-
return reply.headers(headers).send(html);
|
62
|
-
}
|
63
|
-
|
64
|
-
const result = await htmlToPdf({ html });
|
65
|
-
const buffer = Buffer.from(result.result, 'base64');
|
66
|
-
return reply.headers(headers).send(buffer);
|
67
|
-
}
|
1
|
+
import { createHash } from 'node:crypto';
|
2
|
+
|
3
|
+
import { config, getFilterSQL, getTemplate, handlebars, pgClients } from '@opengis/fastify-table/utils.js';
|
4
|
+
import { grpc } from '@opengis/fastify-file/utils.js';
|
5
|
+
|
6
|
+
const { htmlToPdf } = grpc();
|
7
|
+
|
8
|
+
export default async function printTemplate(req, reply) {
|
9
|
+
const {
|
10
|
+
pg = pgClients.client,
|
11
|
+
params = {},
|
12
|
+
query = {},
|
13
|
+
} = req;
|
14
|
+
|
15
|
+
if (!params?.name) {
|
16
|
+
return { message: 'not enough params: name', status: 400 };
|
17
|
+
}
|
18
|
+
|
19
|
+
if (!params?.id) {
|
20
|
+
return { message: 'not enough params: id', status: 400 };
|
21
|
+
}
|
22
|
+
|
23
|
+
const { id, route, body = '' } = await pg.query(`select template_id as id, body, route_id as route from admin.templates where $1 in (template_id,name)`, [params.name])
|
24
|
+
.then(el => el.rows?.[0] || {});
|
25
|
+
|
26
|
+
if (!id) {
|
27
|
+
return reply.status(404).send('template not found');
|
28
|
+
}
|
29
|
+
|
30
|
+
/* -- params.name === document template -- */
|
31
|
+
const format = query.format || (config.debug ? 'html' : 'pdf');
|
32
|
+
|
33
|
+
const hash = createHash('md5')
|
34
|
+
.update([params?.name, params?.id].join())
|
35
|
+
.digest('hex');
|
36
|
+
|
37
|
+
const headers = format === 'pdf'
|
38
|
+
? { 'Content-Disposition': `inline; filename=${hash}.pdf`, 'Content-Type': 'application/pdf' }
|
39
|
+
: { 'Content-Type': 'text/html; charset=utf-8' };
|
40
|
+
|
41
|
+
const table = await pg.query(`select alias from admin.routes where route_id=$1`, [route])
|
42
|
+
.then(el => el.rows?.[0]?.alias);
|
43
|
+
|
44
|
+
if (!table) {
|
45
|
+
return { message: 'route table not found', status: 404 };
|
46
|
+
}
|
47
|
+
|
48
|
+
const loadTable = await getTemplate('table', table);
|
49
|
+
const { optimizedSQL } = await getFilterSQL({ table, pg });
|
50
|
+
|
51
|
+
const where = `${loadTable?.key || pg.pk?.[loadTable?.table || table]}=any($1::text[])`;
|
52
|
+
|
53
|
+
const q = `select * from (${optimizedSQL})q where ${loadTable?.query || '1=1'} and ${where}`;
|
54
|
+
|
55
|
+
const { rows = [] } = await pg.query(q, [params.id.split(',')]);
|
56
|
+
|
57
|
+
const htmls = await Promise.all(rows.map(async (row) => handlebars.compile(body)(row)));
|
58
|
+
const html = htmls.join('<p style="page-break-after: always;"> </p>');
|
59
|
+
|
60
|
+
if (format == 'html') {
|
61
|
+
return reply.headers(headers).send(html);
|
62
|
+
}
|
63
|
+
|
64
|
+
const result = await htmlToPdf({ html });
|
65
|
+
const buffer = Buffer.from(result.result, 'base64');
|
66
|
+
return reply.headers(headers).send(buffer);
|
67
|
+
}
|