1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Miglioramento modulo Statistiche

This commit is contained in:
Thomas Zilio
2019-07-11 12:04:22 +02:00
parent 3f73aa4def
commit 65fcdf57a2
21 changed files with 505 additions and 392 deletions

View File

@ -0,0 +1,11 @@
// Inzializzazione manager standard
var info = {
url: local_url,
id_module: globals.id_module,
id_record: globals.id_record,
start_date: globals.start_date,
end_date: globals.end_date,
};
var manager = new Manager(info);
add_calendar();