#
#	ITSV-GmbH
#	CCDB - Command and Control Database
#
#	FILE:				dquerymfile_LSWinfo
#	DESCRIPTION:		DQUERY definitions of CCDB DQUERY LSWinfo
#
@querytitle				Information über eine Lohnsoftware anzeigen
@querydescription		Zeigt alle Informationen über eine Lohnsoftware (gespeichert in SVCLRLSW und CCATT) an und erlaubt deren Bearbeitung
@group					SVCLEARRW
@attributenames			LSWID:LSWID
@querytype				dbselect
@sql					select LSWID as LSWID, 'LSWID' as EIGENSCHAFT, LSWID as WERT from SVCLRWLSW where LSWID=::LSWID::
						UNION
						select LSWID as LSWID, 'HERSTELLER' as EIGENSCHAFT, LSWHID as WERT from SVCLRWLSW where LSWID=::LSWID::
						UNION
						select LSWID as LSWID, 'ATTRIBUTE' as EIGENSCHAFT, LSWATTRIBS as WERT from SVCLRWLSW where LSWID=::LSWID::
						UNION
						select ATTPARKURZ as LSWID, CONCAT(ATTARCHTYP,'_',ATTNAME) as EIGENSCHAFT, ATTVALUE as WERT from CCATT where ATTPARTYPE='SVCLRWLSW' and ATTPARKURZ=::LSWID::
@title					Informationen über Lohnsoftware {{LSWID}}
@decoration.decorate_colcell.2			$CONTROL:werteingabe:weoptions
@weoptions.control_type					edit
@weoptions.value						@@celldata@@
@weoptions.url							/dquery?dataname=performObjectAction&action=SET&objtype=svcllsw&key=@@row.LSWID@@&attribute=@@row.EIGENSCHAFT@@&return_to=LSWinfo
@weoptions.submitlabel					Geänderten Wert für @@row.EIGENSCHAFT@@ speichern
@weoptions.textinput_fieldname			value
@bottomtext
	<h3>Weitere Aktionen</h3>
	<ul>
		<li><a href="/dquery?dataname=listallLSWSOIDs&LSWID=[[LSWID]]">Alle SOIDs zu LSW ID [[LSWID]] anzeigen</a></li>
		<li><a href="/dquery?dataname=repLSWtopCF&LSWID=[[LSWID]]">Bericht über Top-Clearingfälle zu Software [[LSWID]]</a></li>
	</ul>