Files
BeWoPlaner/Model/Changes_2021_06_08_BetreuWo_FlsAuswertungsauswertung.txt

17 lines
683 B
Plaintext
Raw Normal View History

2021-08-19 09:54:50 +02:00
INSERT INTO query(tid, type, title, notice, insts, version, isactive, reporttypename)
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')
;
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
;
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
;