Author: pranayp
Date: Sat Oct 15 05:41:01 2016 New Revision: 1765011 URL: http://svn.apache.org/viewvc?rev=1765011&view=rev Log: Improved: Accounting list forms column title alignment. (OFBIZ-8278) Thanks: Aditi Patidar for the contribution. Modified: ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml ofbiz/trunk/applications/accounting/widget/BudgetForms.xml ofbiz/trunk/applications/accounting/widget/FixedAssetForms.xml ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml ofbiz/trunk/applications/accounting/widget/InvoiceItemTypeForms.xml ofbiz/trunk/applications/accounting/widget/PaymentGroupForms.xml ofbiz/trunk/applications/accounting/widget/PaymentMethodTypeForms.xml Modified: ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml?rev=1765011&r1=1765010&r2=1765011&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml Sat Oct 15 05:41:01 2016 @@ -158,7 +158,8 @@ under the License. </form> <form name="ListBillingAccountRoles" type="list" list-name="billingAccountRoleList" target="updateBillingAccountRole" - odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" paginate-target="EditBillingAccountRoles"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" + paginate-target="EditBillingAccountRoles" separate-columns="true"> <actions> <entity-condition entity-name="BillingAccountRole" list="billingAccountRoleList"> <condition-expr field-name="billingAccountId" from-field="billingAccountId"/> Modified: ofbiz/trunk/applications/accounting/widget/BudgetForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/BudgetForms.xml?rev=1765011&r1=1765010&r2=1765011&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/BudgetForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/BudgetForms.xml Sat Oct 15 05:41:01 2016 @@ -133,7 +133,7 @@ under the License. </form> <form name="EditBudgetItems" type="multi" list-name="budgetItems" default-entity-name="BudgetItem" target="updateBudgetItem?budgetId=${budgetId}&viewSize=${viewSize}&viewIndex=${viewIndex}" title="Edit Budget Items" paginate-target="EditBudgetItems" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" default-table-style="basic-table hover-bar" separate-columns="true"> <field name="viewSize"><hidden value="${viewSize}"/></field> <field name="viewIndex"><hidden value="${viewIndex}"/></field> <field name="budgetId"><hidden/></field> Modified: ofbiz/trunk/applications/accounting/widget/FixedAssetForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/FixedAssetForms.xml?rev=1765011&r1=1765010&r2=1765011&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/FixedAssetForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/FixedAssetForms.xml Sat Oct 15 05:41:01 2016 @@ -126,7 +126,8 @@ under the License. </form> <form name="ListFixedAssetProducts" type="list" list-name="fixedAssetProducts" target="updateFixedAssetProduct" - odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" paginate-target="ListFixedAssetProducts"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" + paginate-target="ListFixedAssetProducts" separate-columns="true"> <field name="productId" title="${uiLabelMap.AccountingProduct}"><display-entity entity-name="Product" description="${description}[${productId}]"/></field> <field name="fixedAssetProductTypeId" title="${uiLabelMap.AccountingFixedAssetProductType}"><display-entity entity-name="FixedAssetProductType"/></field> <field name="fromDate" title="${uiLabelMap.CommonFromDate}"><display/></field> @@ -189,7 +190,7 @@ under the License. </form> <form name="ListFixedAssetStdCosts" list-name="fixedAssetStdCosts" type="list" target="updateFixedAssetStdCost" title="" paginate-target="EditFixedAssetStdCosts" - odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" separate-columns="true"> <actions> <entity-condition entity-name="FixedAssetStdCost"> <condition-expr field-name="fixedAssetId" from-field="fixedAssetId"/> @@ -242,7 +243,8 @@ under the License. <!-- List all fixed asset idents --> <form name="ListFixedAssetIdents" type="list" list-name="fixedAssetIdents" target="updateFixedAssetIdent" - odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" paginate-target="EditFixedAssetIdents"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" + paginate-target="EditFixedAssetIdents" separate-columns="true"> <actions> <entity-condition entity-name="FixedAssetIdent"> <condition-expr field-name="fixedAssetId" from-field="fixedAssetId"/> @@ -281,7 +283,8 @@ under the License. <!-- List all fixed asset Registration --> <form name="ListFixedAssetRegistrations" type="list" list-name="fixedAssetRegistrations" target="updateFixedAssetRegistration" - odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" paginate-target="EditFixedAssetRegistrations"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" + paginate-target="EditFixedAssetRegistrations" separate-columns="true"> <actions> <entity-condition entity-name="FixedAssetRegistration"> <condition-expr field-name="fixedAssetId" from-field="fixedAssetId"/> @@ -509,7 +512,8 @@ under the License. <!-- =====================Party Fixed Asset Assignment Forms============== --> <form name="ListPartyFixedAssetAssignments" type="list" list-name="listPartyFixedAssets" target="updatePartyFixedAssetAssignment" - odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" paginate-target="EditPartyFixedAssetAssignments"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" + paginate-target="EditPartyFixedAssetAssignments" separate-columns="true"> <actions> <entity-condition entity-name="PartyFixedAssetAssignment" list="listPartyFixedAssets"> <condition-expr field-name="fixedAssetId" from-field="fixedAssetId"/> Modified: ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml?rev=1765011&r1=1765010&r2=1765011&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml Sat Oct 15 05:41:01 2016 @@ -767,7 +767,7 @@ under the License. </form> <form name="ListProductGlAccounts" type="list" target="updateProductGlAccount" list-name="productGlAccounts" - odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" separate-columns="true"> <auto-fields-service service-name="updateProductGlAccount" default-field-type="display"/> <field name="organizationPartyId"><hidden/></field> <field name="glAccountTypeId"><display-entity entity-name="GlAccountType"/></field> @@ -812,7 +812,7 @@ under the License. </form> <form name="ListFinAccountTypeGlAccounts" type="list" target="updateFinAccountTypeGlAccount" list-name="finAccountTypeGlAccounts" - odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" separate-columns="true"> <auto-fields-service service-name="updateFinAccountTypeGlAccount"/> <field name="organizationPartyId"><hidden value="${organizationPartyId}"/></field> <field name="finAccountTypeId"><display-entity entity-name="FinAccountType"/></field> @@ -852,7 +852,7 @@ under the License. </form> <form name="ListProductCategoryGlAccounts" type="list" target="updateProductCategoryGlAccount" list-name="productCategoryGlAccounts" - odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" separate-columns="true"> <auto-fields-service service-name="updateProductCategoryGlAccount" default-field-type="display"/> <field name="organizationPartyId"><hidden/></field> <field name="glAccountTypeId"><display-entity entity-name="GlAccountType"/></field> @@ -897,7 +897,7 @@ under the License. </form> <form name="ListVarianceReasonGlAccounts" type="list" target="updateVarianceReasonGlAccount" list-name="varianceReasonGlAccounts" - odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" separate-columns="true"> <auto-fields-service service-name="updateVarianceReasonGlAccount" default-field-type="display"/> <field name="organizationPartyId"><hidden/></field> <field name="varianceReasonId"><display-entity entity-name="VarianceReason"/></field> @@ -939,7 +939,7 @@ under the License. </form> <form name="ListCreditCardTypeGlAccounts" type="list" target="updateCreditCardTypeGlAccount" list-name="creditCardTypeGlAccounts" - odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" separate-columns="true"> <auto-fields-service service-name="updateCreditCardTypeGlAccount" default-field-type="display"/> <field name="organizationPartyId"><hidden/></field> <field name="glAccountId" title="${uiLabelMap.AccountingGlAccountId}"> @@ -1035,7 +1035,7 @@ under the License. </form> <form name="ListPartyGlAccounts" type="list" target="updatePartyGlAccount" list-name="partyGlAccounts" - odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> + odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar" separate-columns="true"> <auto-fields-service service-name="updatePartyGlAccount" default-field-type="display"/> <field name="organizationPartyId"><hidden/></field> <field name="partyId"> Modified: ofbiz/trunk/applications/accounting/widget/InvoiceItemTypeForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/InvoiceItemTypeForms.xml?rev=1765011&r1=1765010&r2=1765011&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/InvoiceItemTypeForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/InvoiceItemTypeForms.xml Sat Oct 15 05:41:01 2016 @@ -22,7 +22,7 @@ under the License. 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="ListInvoiceItemType" type="list" target="updateInvoiceItemType" list-name="invoiceItemTypes" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar" paginate-target="editInvoiceItemType"> + odd-row-style="alternate-row" default-table-style="basic-table hover-bar" paginate-target="editInvoiceItemType" separate-columns="true"> <field name="invoiceItemTypeId"><display/></field> <field name="description"><display/></field> <field name="defaultGlAccountId" title="${uiLabelMap.ProductGlAccount}" parameter-name="defaultGlAccountId"> Modified: ofbiz/trunk/applications/accounting/widget/PaymentGroupForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/PaymentGroupForms.xml?rev=1765011&r1=1765010&r2=1765011&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/PaymentGroupForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/PaymentGroupForms.xml Sat Oct 15 05:41:01 2016 @@ -103,7 +103,7 @@ under the License. <!-- Payment Group Member --> <form name="ListPaymentGroupMember" type="list" list-name="paymentGroupMembers" target="updatePaymentGroupMember" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar" header-row-style="header-row"> + odd-row-style="alternate-row" default-table-style="basic-table hover-bar" header-row-style="header-row" separate-columns="true"> <row-actions> <entity-one entity-name="Payment" value-field="payment"/> <set field="paymentTypeId" from-field="payment.paymentTypeId"/> Modified: ofbiz/trunk/applications/accounting/widget/PaymentMethodTypeForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/PaymentMethodTypeForms.xml?rev=1765011&r1=1765010&r2=1765011&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/PaymentMethodTypeForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/PaymentMethodTypeForms.xml Sat Oct 15 05:41:01 2016 @@ -22,7 +22,7 @@ under the License. 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="ListPaymentMethodType" type="list" target="updatePaymentMethodType" list-name="paymentMethodTypes" - odd-row-style="alternate-row" default-table-style="basic-table hover-bar" paginate-target="editPaymentMethodType"> + odd-row-style="alternate-row" default-table-style="basic-table hover-bar" paginate-target="editPaymentMethodType" separate-columns="true"> <field name="paymentMethodTypeId"><display/></field> <field name="description"><display/></field> <field name="defaultGlAccountId" parameter-name="defaultGlAccountId"> |
Free forum by Nabble | Edit this page |