Intervallfinder überarbeitet & Bug gefixt, der zu einem Fehler beim Suchen nach freien Intervallen über mehrere Tage geführt hatte, wenn die Enduhrzeit vor der Startuhrzeit lag. Berichte mit Parametern. Verbesserte Mitarbeiter-, Klienten-, Team-, und Organisationsdropdowns mit Suche. Quittierungsbelegresultate (zum Unterschreiben) wird wie die Zeiterfassung paginiert. FaC: neuer Kalender noch nicht fertig.
23 lines
1.1 KiB
XML
23 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2">
|
|
<class name="BeWo.Data.Entities.Signature,BeWo.Data" table="Signature">
|
|
<id name="Oid" column ="Oid" unsaved-value="null">
|
|
<generator class="identity" />
|
|
</id>
|
|
<version type="Int64" name="Version" />
|
|
<property name="ServiceRecordOid" type="Int64" />
|
|
<property name="InsTs" type="DateTime" />
|
|
<property name="InsUser" type="String" />
|
|
<property name="_Tid" type="BS.Shared.TableID, BS.Shared" column="Tid" access="field" />
|
|
<property name="UdpUser" type="String" />
|
|
<property name="IsActive" type="BS.Shared.ActivationTypeId, BS.Shared" />
|
|
<property name="SystemEntryID" type="BS.Shared.SystemEntryID, BS.Shared" />
|
|
<property name="Notice" type="String" />
|
|
<property name="Latitute" type="String" />
|
|
<property name="Longitute" type="String" />
|
|
<property name="Zeitstempel" type="DateTime" />
|
|
<property name="DataBild" type="String" />
|
|
<property name="BargeldtransaktionsOid" type="Int64" />
|
|
</class>
|
|
</hibernate-mapping> |