2021-08-19 09:54:50 +02:00
|
|
|
INSERT INTO query(tid, type, title, notice, insts, version, isactive, reporttypename)
|
2021-06-08 11:15:52 +02:00
|
|
|
VALUES
|
2021-08-31 10:47:52 +02:00
|
|
|
(24, 0, 'Stundenübersicht Mitarbeiter', 'direct', NOW(), 1, 1, 'BeWo.BetreuWoReports.FlsAuslastungsauswertung'),
|
2021-08-19 09:54:50 +02:00
|
|
|
(24, 0, 'Stundenübersicht Team', 'direct', NOW(), 1, 1, 'BeWo.BetreuWoReports.FlsAuslastungsauswertung')
|
2021-06-08 11:15:52 +02:00
|
|
|
;
|
|
|
|
|
|
|
|
|
|
INSERT INTO parameter(queryoid, tid, name, type) VALUES
|
2021-08-19 09:54:50 +02:00
|
|
|
(1301, 25, 'Mitarbeiter', 1), #mitarbeiter
|
|
|
|
|
(1301, 25, 'Von_Bis', 5), #mitarbeiter
|
|
|
|
|
(1302, 25, 'Team', 6), #team
|
|
|
|
|
(1302, 25, 'Von_Bis', 5) #team
|
2021-06-08 11:15:52 +02:00
|
|
|
;
|
|
|
|
|
|
|
|
|
|
INSERT INTO parameter(queryoid, tid, name, type) VALUES
|
2021-08-19 09:54:50 +02:00
|
|
|
(1301, 25, 'Intervall', 100), #mitarbeiter
|
|
|
|
|
(1302, 25, 'Intervall', 100) #team
|
2021-06-08 11:15:52 +02:00
|
|
|
;
|