75 lines
1.3 KiB
Plaintext
75 lines
1.3 KiB
Plaintext
$newline never
|
|
|
|
$# SPDX-FileCopyrightText: 2022 Steffen Jost <jost@tcs.ifi.lmu.de>
|
|
$#
|
|
$# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
<section>
|
|
<p>
|
|
Upsert User by CardNo or Fraport Personnel Number:
|
|
^{crUsrForm}
|
|
$maybe answer <- mbCrUser
|
|
<p>
|
|
^{answer}
|
|
|
|
<section>
|
|
<p>
|
|
Get Licence by AVS Person ID:
|
|
^{getLicForm}
|
|
$maybe answer <- mbGetLic
|
|
<p>
|
|
^{answer}
|
|
|
|
<section>
|
|
<p>
|
|
Set Licence by AVS Person ID:
|
|
^{setLicForm}
|
|
$maybe answer <- mbSetLic
|
|
<p>
|
|
^{answer}
|
|
|
|
<section>
|
|
<p>
|
|
Synchronize licences with AVS.
|
|
^{qryLicForm}
|
|
$maybe answer <- mbQryLic
|
|
<p>
|
|
^{answer}
|
|
$maybe autodiffs <- mbAutoDiffs
|
|
<p>
|
|
#{autodiffs}
|
|
|
|
<section>
|
|
<p>
|
|
Person Search:
|
|
^{personForm}
|
|
$maybe answer <- mbPerson
|
|
<p>
|
|
Unverarbeitete Antwort: #
|
|
^{answer}
|
|
$maybe apid <- mapid
|
|
<p>
|
|
Einzelne erhaltene AVS PersonId #{show apid} wurde auch gleich
|
|
in die Status und Contact Abfragen eingesetzt.
|
|
|
|
<section>
|
|
<p>
|
|
Person Status:
|
|
^{statusForm}
|
|
$maybe answer <- mbStatus
|
|
<p>
|
|
Unverarbeitete Antwort: #
|
|
^{answer}
|
|
|
|
<section>
|
|
<p>
|
|
Info Person Contact:
|
|
^{contactForm}
|
|
$maybe answer <- mbContact
|
|
<p>
|
|
Unverarbeitete Antwort: #
|
|
^{answer}
|
|
|
|
|
|
<section>
|
|
^{modal "AVS Konfiguration" (Right avsWgt)} |