Files
BeWoPlaner/Data/Mappings/SettlementInvoice.hbm.xml
2016-06-27 01:45:38 +02:00

39 lines
3.0 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2">
<class name="BeWo.Data.Entities.SettlementInvoice,BeWo.Data" table="SettlementInvoice">
<id name="Oid" column="Oid" type="Int64" unsaved-value="null">
<generator class="identity" />
</id>
<version type="Int64" column="Version" name="Version" />
<property column="Tid" type="BS.Shared.TableID, BS.Shared" name="_Tid" access="field" />
<property column="Notice" type="String" name="Notice" length="1024" />
<property column="InsTs" type="DateTime" name="InsTs" />
<property column="InsUser" type="String" name="InsUser" length="256" />
<property column="UdpUser" type="String" name="UdpUser" length="256" />
<property column="IsActive" type="BS.Shared.ActivationTypeId, BS.Shared" name="IsActive" />
<property column="SystemEntryID" type="BS.Shared.SystemEntryID, BS.Shared" name="SystemEntryID" />
<property column="ApprovedFLS" type="Decimal" name="ApprovedFLS" />
<property column="RecordedBillableFLSNetto" type="Decimal" name="RecordedBillableFLSNetto" />
<property column="RecordedBillableFLSNotBillableOutOfApprovedSpan" type="Decimal" name="RecordedBillableFLSNotBillableOutOfApprovedSpan" />
<property column="RecordedBillableFLSNotBillableCustomerAbsent" type="Decimal" name="RecordedBillableFLSNotBillableCustomerAbsent" />
<property column="AmountRecordedBillableFLS" type="Decimal" name="AmountBillableTotal" />
<property column="AmountRateFactor" type="Decimal" name="AmountRateFactor" />
<property column="AmountAdvancedPayments" type="Decimal" name="AmountAdvancedPayments" />
<property column="Claim" type="Decimal" name="Claim" />
<property column="ApprovalNoticeDate" type="DateTime" name="ApprovalNoticeDate" />
<property column="AmountTotalAdvancedPaidWithNewHourlyRate" type="Decimal" name="AmountTotalAdvancedPaidWithNewHourlyRate" />
<property column="HourlyRateOld" type="Decimal" name="HourlyRateOld" />
<property column="AmountTotalAdvancedPaidWithOldHourlyRate" type="Decimal" name="AmountTotalAdvancedPaidWithOldHourlyRate" />
<property column="HourlyRateNew" type="Decimal" name="HourlyRateNew" />
<property column="HourlyRateNewStartDate" type="DateTime" name="HourlyRateNewStartDate" />
<property column="HourlyRateOldEndDate" type="DateTime" name="HourlyRateOldEndDate" />
<property column="ApprovedFLSWithOldHourlyRate" type="Decimal" name="ApprovedFLSWithOldHourlyRate" />
<property column="ApprovedFLSWithActualHourlyRate" type="Decimal" name="ApprovedFLSWithActualHourlyRate" />
<property column="AmountWithRateFactor" type="Decimal" name="AmountWithRateFactor" />
<property column="RecordedBillableFLSBrutto" type="Decimal" name="RecordedBillableFLSBrutto" />
<property column="ErrorNotice" type="String" name="ErrorNotice" />
<many-to-one name="InvoiceBase" column="InvoiceBaseOid" class="BeWo.Data.Entities.InvoiceBase, BeWo.Data" cascade="all" />
</class>
</hibernate-mapping>