#
#	ITSV-GmbH
#	CCDB - Command and Control Database
#
#	FILE:				dquerymfile_LSWHEDITOR.txt
#	DESCRIPTION:		DQUERY definitions for CCDB-query LSWHEDITOR
#
#	AUTHOR:				Wolfgang Scherer
#	VERSION:			1.0
#	ISSUE:				14.10.2019
#
@querytitle			Bearbeite Regelwerk der Lohnsoftware-Hersteller
@querydescription	Zeigt alle bekannten Lohnsoftware-Hersteller an und erlaubt die Bearbeitung
@group				SVCLMVBRFAUSWDATALOAD
@querytype			dbselect
@sql				SELECT LSWHID,LSWHBEZ,LSWHATTRIBS
					  FROM SVCLRWLSWH order by LSWHID asc
@tableclass			excelFilterTable
#
@decoration.decorate_colcell.0			$CONTROL:lswhideingabe:lswhideoptions
@lswhideoptions.control_type			edit
@lswhideoptions.value					@@celldata@@
@lswhideoptions.url						/dquery?dataname=performObjectAction&objtype=svcllswh&key=@@row.LSWHID@@&attribute=LSWHID&action=SET
@lswhideoptions.submitlabel				geänderte ID speichern
@lswhideoptions.textinput_fieldname		value
#
@decoration.decorate_colcell.1			$CONTROL:lswhbezeingabe:lswhbezeoptions
@lswhbezeoptions.control_type			edit
@lswhbezeoptions.value					@@celldata@@
@lswhbezeoptions.url					/dquery?dataname=performObjectAction&objtype=svcllswh&key=@@row.LSWHID@@&attribute=LSWHBEZ&action=SET
@lswhbezeoptions.submitlabel			geänderte Hersteller-Bezeichnung speichern
@lswhbezeoptions.textinput_fieldname	value
#
@decoration.decorate_colcell.3			$CONTROL:lswhattribseingabe:lswhaeoptions
@lswhaeoptions.control_type				edit
@lswhaeoptions.url						/dquery?dataname=performObjectAction&objtype=svcllswh&key=@@row.LSWHID@@attribute=LSWHATTRIBS&action=SET
@lswhaeoptions.submitlabel				geänderte Attribute speichern
@lswhaeoptions.textinput_fieldname		value
@title									Lohnsoftware-Hersteller
