blob: 8e629f1b5317977d96dcec2d164367f35862e550 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://ofbiz.apache.org/Widget-Form" xsi:schemaLocation="http://ofbiz.apache.org/Widget-Form http://ofbiz.apache.org/dtds/widget-form.xsd">
<form name="LookupFixedAsset" target="LookupFixedAsset" title="" type="single"
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="FixedAsset" default-field-type="hidden"/>
<field name="fixedAssetId"><text-find/></field>
<field name="fixedAssetName"><text-find/></field>
<field name="fixedAssetTypeId" title="${uiLabelMap.AccountingFixedAssetTypeId}">
<drop-down allow-empty="true">
<entity-options entity-name="FixedAssetType">
<entity-order-by field-name="description"/>
</entity-options>
</drop-down>
</field>
<field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field>
<field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
<form name="ListLookupFixedAsset" list-name="listIt" title="" type="list" paginate-target="LookupFixedAsset"
odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
<actions>
<service service-name="performFind" result-map="result" result-map-list="listIt">
<field-map field-name="inputFields" from-field="parameters"/>
<field-map field-name="entityName" value="FixedAsset"/>
<field-map field-name="viewIndex" from-field="viewIndex"/>
<field-map field-name="viewSize" from-field="viewSize"/>
</service>
</actions>
<field name="fixedAssetId" widget-style="buttontext">
<hyperlink description="${fixedAssetId}" target="javascript:set_value('${fixedAssetId}')" also-hidden="false" target-type="plain"/>
</field>
<field name="fixedAssetName" title="${uiLabelMap.CommonName}"><display/></field>
<field name="fixedAssetTypeId" title="${uiLabelMap.AccountingFixedAssetTypeId}"><display-entity entity-name="FixedAssetType"/></field>
</form>
<form name="LookupBudget" target="LookupBudget" title="" type="single"
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="Budget" default-field-type="hidden"/>
<field name="budgetId"><text-find/></field>
<field name="budgetTypeId" title="${uiLabelMap.AccountingBudgetType}">
<drop-down allow-empty="true">
<entity-options entity-name="BudgetType">
<entity-order-by field-name="description"/>
</entity-options>
</drop-down>
</field>
<field name="customTimePeriodId"><text-find/></field>
<field name="comments"><text-find/></field>
<field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field>
<field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
<form name="ListLookupBudget" list-name="listIt" title="" type="list" paginate-target="LookupBudget"
odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
<actions>
<service service-name="performFind" result-map="result" result-map-list="listIt">
<field-map field-name="inputFields" from-field="parameters"/>
<field-map field-name="entityName" value="FixedAsset"/>
<field-map field-name="viewIndex" from-field="viewIndex"/>
<field-map field-name="viewSize" from-field="viewSize"/>
</service>
</actions>
<field name="fixedAssetId" widget-style="buttontext">
<hyperlink description="${fixedAssetId}" target="javascript:set_value('${fixedAssetId}')" also-hidden="false" target-type="plain"/>
</field>
<field name="fixedAssetName" title="${uiLabelMap.CommonName}"><display/></field>
<field name="fixedAssetTypeId" title="${uiLabelMap.AccountingFixedAssetTypeId}"><display-entity entity-name="FixedAssetType"/></field>
</form>
<form name="lookupBillingAccount" target="LookupBillingAccount" title="" type="single"
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="BillingAccount" default-field-type="hidden"/>
<field name="billingAccountId" title="${uiLabelMap.AccountingBillingAccountId}"><text-find/></field>
<field name="description" title="${uiLabelMap.CommonDescription}"><text-find/></field>
<field name="externalAccountId" title="${uiLabelMap.AccountingExternalAccountId}"><text-find/></field>
<field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field>
<field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
<form name="ListBillingAccount" list-name="listIt" title="" type="list" paginate-target="LookupBillingAccount"
odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
<actions>
<service service-name="performFind" result-map="result" result-map-list="listIt">
<field-map field-name="inputFields" from-field="parameters"/>
<field-map field-name="entityName" value="BillingAccount"/>
<field-map field-name="orderBy" value="billingAccountId"/>
<field-map field-name="viewIndex" from-field="viewIndex"/>
<field-map field-name="viewSize" from-field="viewSize"/>
</service>
</actions>
<field name="billingAccountId" title="${uiLabelMap.AccountingBillingAccountId}" widget-style="buttontext">
<hyperlink description="${billingAccountId}" target="javascript:set_value('${billingAccountId}')" also-hidden="false" target-type="plain"/>
</field>
<field name="description"><display/></field>
<field name="externalAccountId" title="${uiLabelMap.AccountingExternalAccountId}"><display/></field>
</form>
<form name="LookupGlAccount" target="LookupGlAccount" title="" type="single"
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="GlAccount" default-field-type="hidden"/>
<field name="glAccountId" title="${uiLabelMap.AccountingGlAccountId}"><text-find/></field>
<field name="accountName" title="${uiLabelMap.CommonName}"><text-find/></field>
<field name="glAccountTypeId" title="${uiLabelMap.CommonType}">
<drop-down allow-empty="true">
<entity-options entity-name="GlAccountType">
<entity-order-by field-name="description"/>
</entity-options>
</drop-down>
</field>
<field name="glAccountClassId" title="${uiLabelMap.AccountingGlAccountClass}">
<drop-down allow-empty="true">
<entity-options entity-name="GlAccountClass">
<entity-order-by field-name="description"/>
</entity-options>
</drop-down>
</field>
<field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field>
<field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
<form name="ListLookupGlAccount" list-name="listIt" title="" type="list" paginate-target="LookupGlAccount"
odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
<actions>
<service service-name="performFind" result-map="result" result-map-list="listIt">
<field-map field-name="inputFields" from-field="parameters"/>
<field-map field-name="entityName" value="GlAccount"/>
<field-map field-name="viewIndex" from-field="viewIndex"/>
<field-map field-name="viewSize" from-field="viewSize"/>
</service>
</actions>
<field name="glAccountId" title="${uiLabelMap.AccountingGlAccountId}" widget-style="buttontext">
<hyperlink description="${glAccountId}" target="javascript:set_value('${glAccountId}')" also-hidden="false" target-type="plain"/>
</field>
<field name="accountName" title="${uiLabelMap.CommonName}"><display/></field>
<field name="glAccountTypeId" title="${uiLabelMap.CommonType}"><display-entity entity-name="GlAccountType"/></field>
<field name="glAccountClassId" title="${uiLabelMap.AccountingGlAccountClass}"><display-entity entity-name="GlAccountClass"/></field>
</form>
<form name="LookupPayment" target="LookupPayment" title="" type="single"
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="Payment" default-field-type="hidden"/>
<field name="paymentId" title="${uiLabelMap.AccountingPaymentID}"><text-find/></field>
<field name="partyIdFrom"><lookup target-form-name="LookupPartyName"/></field>
<field name="partyIdTo"><lookup target-form-name="LookupPartyName"/></field>
<field name="amountApplied"><text-find default-value=""></text-find> </field>
<field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field>
<field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
<form name="ListPayment" list-name="listIt" title="" type="list" paginate-target="LookupPayment"
odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
<actions>
<service service-name="performFind" result-map="result" result-map-list="listIt">
<field-map field-name="inputFields" from-field="parameters"/>
<field-map field-name="entityName" value="Payment"/>
<field-map field-name="viewIndex" from-field="viewIndex"/>
<field-map field-name="viewSize" from-field="viewSize"/>
</service>
</actions>
<field name="paymentId" widget-style="buttontext">
<hyperlink description="${paymentId}" target="javascript:set_value('${paymentId}')" also-hidden="false" target-type="plain"/>
</field>
<field name="partyIdFrom"><display-entity entity-name="PartyNameView" key-field-name="partyId" description="${groupName}${lastName}[${partyId}]"/></field>
<field name="partyIdTo"><display-entity entity-name="PartyNameView" key-field-name="partyId" description="${groupName}${lastName}[${partyId}]"/></field>
<field name="effectiveDate"><display/></field>
<field name="amount"><display/></field>
<field name="currencyUomId"><display/></field>
</form>
<form name="LookupInvoice" target="LookupInvoice" title="" type="single"
header-row-style="header-row" default-table-style="basic-table">
<!--auto-fields-entity entity-name="Invoice" default-field-type="hidden" /-->
<field position="1" name="invoiceId" ><text-find/></field>
<field position="1" name="invoiceTypeId">
<drop-down allow-empty="true">
<entity-options entity-name="InvoiceType"/>
</drop-down>
</field>
<field name="statusId" title="${uiLabelMap.CommonStatus}" position="2">
<drop-down allow-empty="true">
<entity-options entity-name="StatusItem">
<entity-constraint name="statusTypeId" operator="equals" value="INVOICE_STATUS"/>
</entity-options>
</drop-down>
</field>
<field position="1" name="partyIdFrom"><lookup target-form-name="LookupPartyName"/></field>
<field position="2" name="partyId" title="${uiLabelMap.AccountingPartyIdTo}"><lookup target-form-name="LookupPartyName"/></field>
<field position="1" name="Datefrom" title="${uiLabelMap.CommonFromDate}"><date-time/></field>
<field position="2" name="DateThru" title="${uiLabelMap.CommonThruDate}"><date-time/></field>
<field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field>
<field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
<form name="ListInvoice" list-name="listIt" title="" type="list" paginate-target="LookupInvoice"
odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
<actions>
<service service-name="performFind" result-map="result" result-map-list="listIt">
<field-map field-name="inputFields" from-field="parameters"/>
<field-map field-name="entityName" value="Invoice"/>
<field-map field-name="viewIndex" from-field="viewIndex"/>
<field-map field-name="viewSize" from-field="viewSize"/>
</service>
</actions>
<field name="invoiceId" widget-style="buttontext">
<hyperlink description="${invoiceId}" target="javascript:set_value('${invoiceId}')" also-hidden="false" target-type="plain"/>
</field>
<field name="invoiceTypeId"><display-entity entity-name="InvoiceType"/></field>
<field name="statusId" title="${uiLabelMap.CommonStatus}"><display-entity entity-name="StatusItem"/></field>
<field name="description"><display/></field>
<field name="partyIdFrom"><display-entity entity-name="PartyNameView" key-field-name="partyId" description="${groupName}${lastName}[${partyId}]"/></field>
<field name="partyId" title="${uiLabelMap.AccountingPartyIdTo}"><display-entity entity-name="PartyNameView" key-field-name="partyId" description="${groupName}${lastName}[${partyId}]"/></field>
<field name="amount"><display/></field>
<field name="currencyUomId"><display/></field>
</form>
<form name="LookupAgreement" target="LookupAgreement" title="" type="single"
header-row-style="header-row" default-table-style="basic-table">
<field name="agreementId" ><text-find/></field>
<field name="productId" ><text-find/></field>
<field name="partyIdFrom"><text-find/></field>
<field name="partyId" title="${uiLabelMap.AccountingPartyIdTo}"><text-find/></field>
<field name="agreementDate" title="${uiLabelMap.CommonFromDate}"><date-time/></field>
<field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field>
<field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
<form name="ListAgreements" list-name="listIt" title="" type="list" target="LookupAgreement"
odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
<actions>
<service service-name="performFind" result-map="result" result-map-list="listIt">
<field-map field-name="inputFields" from-field="parameters"/>
<field-map field-name="entityName" value="Agreement"/>
</service>
</actions>
<field name="agreementId" widget-style="buttontext">
<hyperlink description="${agreementId}" target="javascript:set_value('${agreementId}')" also-hidden="false" target-type="plain"/>
</field>
<field name="productId"><display/></field>
<field name="partyIdFrom"><display/></field>
<field name="partyIdTo"><display/></field>
<field name="agreementDate" title="${uiLabelMap.CommonFromDate}"><display/></field>
<field name="agreementTypeId"><display/></field>
<field name="description"><display/></field>
</form>
<form name="LookupAgreementItem" target="LookupAgreementItem" title="" type="single"
header-row-style="header-row" default-table-style="basic-table">
<field name="agreementId"><text-find/></field>
<field name="agreementItemSeqId"><text-find/></field>
<field name="agreementItemTypeId" title="${uiLabelMap.FormFieldTitle_agreementItemType}">
<drop-down allow-empty="true">
<entity-options entity-name="AgreementItemType"/>
</drop-down>
</field>
<field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field>
<field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
<form name="ListAgreementItems" list-name="listIt" title="" type="list" target="LookupAgreementItem"
odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
<actions>
<service service-name="performFind" result-map="result" result-map-list="listIt">
<field-map field-name="inputFields" from-field="parameters"/>
<field-map field-name="entityName" value="AgreementItem"/>
<field-map field-name="viewIndex" from-field="viewIndex"/>
<field-map field-name="viewSize" from-field="viewSize"/>
</service>
</actions>
<field name="agreementId"><display/></field>
<field name="agreementItemSeqId" widget-style="buttontext">
<hyperlink description="${agreementItemSeqId}" target="javascript:set_value('${agreementItemSeqId}')" also-hidden="false" target-type="plain"/>
</field>
<field name="agreementItemTypeId"><display/></field>
<field name="currencyUomId"><display/></field>
</form>
<form name="LookupPaymentGroupMember" target="LookupPaymentGroupMember" title="" type="single" header-row-style="header-row" default-table-style="basic-table">
<field name="paymentGroupId"><text-find/></field>
<field name="paymentId"><text-find/></field>
<field name="fromDate" position="1"><date-time/></field>
<field name="thruDate" position="2"><date-time/></field>
<field name="sequenceNum"><text-find/></field>
<field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field>
<field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
<form name="ListPaymentGroupMember" list-name="listIt" title="" type="list" target="LookupPaymentGroupMember"
odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
<actions>
<service service-name="performFind" result-map="result" result-map-list="listIt">
<field-map field-name="inputFields" from-field="parameters"/>
<field-map field-name="entityName" value="PaymentGroupMember"/>
<field-map field-name="viewIndex" from-field="viewIndex"/>
<field-map field-name="viewSize" from-field="viewSize"/>
</service>
</actions>
<field name="paymentGroupId" widget-style="buttontext">
<hyperlink description="${paymentGroupId}" target="javascript:set_value('${paymentGroupId}')" also-hidden="false" target-type="plain"/>
</field>
<field name="paymentId"><display/></field>
<field name="sequenceNum"><display/></field>
</form>
<form name="LookupGlReconciliation" target="LookupGlReconciliation" type="single"
header-row-style="header-row" default-table-style="basic-table">
<field name="glReconciliationId" title="${uiLabelMap.FormFieldTitle_glReconciliationId}"><text-find/></field>
<field name="glReconciliationName" title="${uiLabelMap.FormFieldTitle_glReconciliationName}"><text-find/></field>
<field name="organizationPartyId" title="${uiLabelMap.FormFieldTitle_organizationPartyId}"><lookup target-form-name="LookupPartyName"/></field>
<field name="description" title="${uiLabelMap.CommonDescription}"><text-find/></field>
<field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field>
<field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
<form name="ListLookupReconciliation" list-name="listIt" type="list" target="LookupGlReconciliation"
odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
<actions>
<service service-name="performFind" result-map="result" result-map-list="listIt">
<field-map field-name="inputFields" from-field="parameters"/>
<field-map field-name="entityName" value="GlReconciliation"/>
<field-map field-name="viewIndex" from-field="viewIndex"/>
<field-map field-name="viewSize" from-field="viewSize"/>
</service>
</actions>
<field name="glReconciliationId" widget-style="buttontext">
<hyperlink description="${glReconciliationId}" target="javascript:set_value('${glReconciliationId}')" also-hidden="false" target-type="plain"/>
</field>
<field name="glReconciliationName"><display/></field>
<field name="organizationPartyId"><display-entity entity-name="PartyNameView" key-field-name="partyId" description="${groupName}${firstName} ${lastName}[${partyId}]"/></field>
<field name="description" title="${uiLabelMap.CommonDescription}"><display/></field>
</form>
<form name="LookupCustomTimePeriod" target="LookupCustomTimePeriod" title="" type="single"
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-entity entity-name="CustomTimePeriod" default-field-type="hidden"/>
<field name="customTimePeriodId"><text-find/></field>
<field name="parentPeriodId"><text-find/></field>
<field name="periodTypeId">
<drop-down allow-empty="true">
<entity-options entity-name="PeriodType">
<entity-order-by field-name="description"/>
</entity-options>
</drop-down>
</field>
<field name="periodNum"><text-find/></field>
<field name="periodName"><text-find/></field>
<field name="fromDate"><date-time/></field>
<field name="thruDate"><date-time/></field>
<field name="isClosed">
<drop-down allow-empty="true">
<option key="Y" description="${uiLabelMap.CommonY}"/>
<option key="N" description="${uiLabelMap.CommonN}"/>
</drop-down>
</field>
<field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field>
<field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
<form name="ListLookupCustomTimePeriod" list-name="listIt" title="" type="list" paginate-target="LookupCustomTimePeriod"
odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
<actions>
<service service-name="performFind" result-map="result" result-map-list="listIt">
<field-map field-name="inputFields" from-field="parameters"/>
<field-map field-name="entityName" value="CustomTimePeriod"/>
<field-map field-name="viewIndex" from-field="viewIndex"/>
<field-map field-name="viewSize" from-field="viewSize"/>
</service>
</actions>
<field name="customTimePeriodId" widget-style="buttontext">
<hyperlink description="${customTimePeriodId}" target="javascript:set_value('${customTimePeriodId}')" also-hidden="false" target-type="plain"/>
</field>
<field name="parentPeriodId"><display/></field>
<field name="periodTypeId"><display-entity entity-name="PeriodType"/></field>
<field name="periodNum"><display/></field>
<field name="periodName"><display/></field>
<field name="fromDate"><display/></field>
<field name="thruDate"><display/></field>
<field name="isClosed"><display/></field>
</form>
</forms>