MoK: Report Viewer hinzugefügt

FaC: Das alte Flag von Terminen, die in die Zeiterfassung übernommen worden sind, wird ebenfalls berücksichtigt.
This commit is contained in:
2023-03-13 19:39:04 +01:00
parent f131c5347c
commit fda2c306b5
24534 changed files with 12044171 additions and 86 deletions

View File

@@ -0,0 +1,15 @@
[
{
"id": "a1b5af78",
"source": "console.log(require('./foo')(5))",
"deps": { "./foo": "b8f69fa5" },
"entry": true,
"sourceFile": "wunder/bar.js"
},
{
"id": "b8f69fa5",
"source": "module.exports = function (n) { return n * 111 }",
"deps": {},
"sourceFile": "foo.js"
}
]