Reports halfway through.
Editing report parameters and execution/monitoring of reports is TBD.
This commit is contained in:
parent
d4cea46f07
commit
aba42d94ac
10 changed files with 493 additions and 0 deletions
10
routes/reports-legacy-integration.js
Normal file
10
routes/reports-legacy-integration.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
'use strict';
|
||||
|
||||
const _ = require('../lib/translate')._;
|
||||
const clientHelpers = require('../lib/client-helpers');
|
||||
|
||||
const router = require('../lib/router-async').create();
|
||||
|
||||
clientHelpers.registerRootRoute(router, _('Report Templates'), 'reportTemplates');
|
||||
|
||||
module.exports = router;
|
Loading…
Add table
Add a link
Reference in a new issue