Hi Jacques,
What is the purpose of converting list forms to grids? Regards, Taher Alkhateeb On Mar 14, 2017 6:59 PM, <[hidden email]> wrote: > Author: jleroux > Date: Tue Mar 14 15:59:23 2017 > New Revision: 1786919 > > URL: http://svn.apache.org/viewvc?rev=1786919&view=rev > Log: > Improved: refactor list related forms in Lookup widgets > (OFBIZ-9232) > > Refactoring various list forms into grids > Refactoring various list form references in screen widgets > > > Thanks: Pierre Smits > > Modified: > ofbiz/ofbiz-framework/trunk/applications/accounting/ > widget/FieldLookupForms.xml > ofbiz/ofbiz-framework/trunk/applications/accounting/ > widget/LookupScreens.xml > > Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/ > widget/FieldLookupForms.xml > URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/ > applications/accounting/widget/FieldLookupForms.xml? > rev=1786919&r1=1786918&r2=1786919&view=diff > ============================================================ > ================== > --- ofbiz/ofbiz-framework/trunk/applications/accounting/widget/FieldLookupForms.xml > (original) > +++ ofbiz/ofbiz-framework/trunk/applications/accounting/widget/FieldLookupForms.xml > Tue Mar 14 15:59:23 2017 > @@ -36,7 +36,7 @@ under the License. > <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" > + <grid name="ListLookupFixedAsset" list-name="listIt" title="" > 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"> > @@ -51,7 +51,7 @@ under the License. > </field> > <field name="fixedAssetName" title="${uiLabelMap. > CommonName}"><display/></field> > <field name="fixedAssetTypeId" title="${uiLabelMap. > AccountingFixedAssetTypeId}"><display-entity > entity-name="FixedAssetType"/></field> > - </form> > + </grid> > <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"/> > @@ -94,7 +94,7 @@ under the License. > <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" > + <grid name="ListBillingAccount" list-name="listIt" title="" > 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"> > @@ -110,7 +110,7 @@ under the License. > </field> > <field name="description"><display/></field> > <field name="externalAccountId" title="${uiLabelMap. > AccountingExternalAccountId}"><display/></field> > - </form> > + </grid> > > <form name="LookupGlAccount" target="LookupGlAccount" title="" > type="single" > header-row-style="header-row" default-table-style="basic-table"> > @@ -134,7 +134,8 @@ under the License. > <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" > + > + <form name="ListLookupGlAccount" list-name="listIt" title="" > 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"> > @@ -151,6 +152,7 @@ under the License. > <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"/> > @@ -162,7 +164,8 @@ under the License. > <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" > + > + <form name="ListPayment" list-name="listIt" title="" 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"> > @@ -181,7 +184,7 @@ under the License. > <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" /--> > @@ -206,7 +209,8 @@ under the License. > <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" > + > + <form name="ListInvoice" list-name="listIt" title="" 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"> > @@ -238,7 +242,8 @@ under the License. > <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" > + > + <grid 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"> > @@ -255,7 +260,7 @@ under the License. > <field name="agreementDate" title="${uiLabelMap. > CommonFromDate}"><display/></field> > <field name="agreementTypeId"><display/></field> > <field name="description"><display/></field> > - </form> > + </grid> > > <form name="LookupAgreementItem" target="LookupAgreementItem" > title="" type="single" > header-row-style="header-row" default-table-style="basic-table"> > @@ -269,7 +274,8 @@ under the License. > <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" > + > + <grid name="ListAgreementItems" list-name="listIt" title="" > 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"> > @@ -285,7 +291,7 @@ under the License. > </field> > <field name="agreementItemTypeId"><display/></field> > <field name="currencyUomId"><display/></field> > - </form> > + </grid> > > <form name="LookupPaymentGroupMember" target="LookupPaymentGroupMember" > title="" type="single" header-row-style="header-row" > default-table-style="basic-table"> > <field name="paymentGroupId"><text-find/></field> > @@ -296,7 +302,8 @@ under the License. > <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" > + > + <grid name="ListPaymentGroupMember" list-name="listIt" title="" > 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"> > @@ -323,7 +330,7 @@ under the License. > <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" > + <grid name="ListLookupReconciliation" list-name="listIt" 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"> > @@ -339,7 +346,7 @@ under the License. > <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> > + </grid> > > <form name="LookupCustomTimePeriod" target="LookupCustomTimePeriod" > title="" type="single" > header-row-style="header-row" default-table-style="basic-table"> > @@ -366,7 +373,7 @@ under the License. > <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" > + <grid name="ListLookupCustomTimePeriod" list-name="listIt" title="" > 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"> > @@ -386,5 +393,5 @@ under the License. > <field name="fromDate"><display/></field> > <field name="thruDate"><display/></field> > <field name="isClosed"><display/></field> > - </form> > + </grid> > </forms> > > Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/ > widget/LookupScreens.xml > URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/ > applications/accounting/widget/LookupScreens.xml?rev= > 1786919&r1=1786918&r2=1786919&view=diff > ============================================================ > ================== > --- ofbiz/ofbiz-framework/trunk/applications/accounting/widget/LookupScreens.xml > (original) > +++ ofbiz/ofbiz-framework/trunk/applications/accounting/widget/LookupScreens.xml > Tue Mar 14 15:59:23 2017 > @@ -41,7 +41,7 @@ under the License. > <include-form name="LookupPayment" > location="component://accounting/widget/FieldLookupForms.xml"/> > </decorator-section> > <decorator-section name="search-results"> > - <include-form name="ListPayment" > location="component://accounting/widget/FieldLookupForms.xml"/> > + <include-grid name="ListPayment" > location="component://accounting/widget/FieldLookupForms.xml"/> > </decorator-section> > </decorator-screen> > </widgets> > @@ -68,7 +68,7 @@ under the License. > <include-form name="LookupInvoice" > location="component://accounting/widget/FieldLookupForms.xml"/> > </decorator-section> > <decorator-section name="search-results"> > - <include-form name="ListInvoice" > location="component://accounting/widget/FieldLookupForms.xml"/> > + <include-grid name="ListInvoice" > location="component://accounting/widget/FieldLookupForms.xml"/> > </decorator-section> > </decorator-screen> > </widgets> > @@ -95,7 +95,7 @@ under the License. > <include-form name="LookupFixedAsset" > location="component://accounting/widget/FieldLookupForms.xml"/> > </decorator-section> > <decorator-section name="search-results"> > - <include-form name="ListLookupFixedAsset" > location="component://accounting/widget/FieldLookupForms.xml"/> > + <include-grid name="ListLookupFixedAsset" > location="component://accounting/widget/FieldLookupForms.xml"/> > </decorator-section> > </decorator-screen> > </widgets> > @@ -123,7 +123,7 @@ under the License. > <include-form name="lookupBillingAccount" > location="component://accounting/widget/FieldLookupForms.xml"/> > </decorator-section> > <decorator-section name="search-results"> > - <include-form name="ListBillingAccount" > location="component://accounting/widget/FieldLookupForms.xml"/> > + <include-grid name="ListBillingAccount" > location="component://accounting/widget/FieldLookupForms.xml"/> > </decorator-section> > </decorator-screen> > </widgets> > @@ -151,7 +151,7 @@ under the License. > <include-form name="LookupGlAccount" > location="component://accounting/widget/FieldLookupForms.xml"/> > </decorator-section> > <decorator-section name="search-results"> > - <include-form name="ListLookupGlAccount" > location="component://accounting/widget/FieldLookupForms.xml"/> > + <include-grid name="ListLookupGlAccount" > location="component://accounting/widget/FieldLookupForms.xml"/> > </decorator-section> > </decorator-screen> > </widgets> > @@ -179,7 +179,7 @@ under the License. > <include-form name="LookupAgreement" > location="component://accounting/widget/FieldLookupForms.xml"/> > </decorator-section> > <decorator-section name="search-results"> > - <include-form name="ListAgreements" > location="component://accounting/widget/FieldLookupForms.xml"/> > + <include-grid name="ListAgreements" > location="component://accounting/widget/FieldLookupForms.xml"/> > </decorator-section> > </decorator-screen> > </widgets> > @@ -207,7 +207,7 @@ under the License. > <include-form name="LookupAgreementItem" > location="component://accounting/widget/FieldLookupForms.xml"/> > </decorator-section> > <decorator-section name="search-results"> > - <include-form name="ListAgreementItems" > location="component://accounting/widget/FieldLookupForms.xml"/> > + <include-grid name="ListAgreementItems" > location="component://accounting/widget/FieldLookupForms.xml"/> > </decorator-section> > </decorator-screen> > </widgets> > @@ -235,7 +235,7 @@ under the License. > <include-form name="LookupPaymentGroupMember" > location="component://accounting/widget/FieldLookupForms.xml"/> > </decorator-section> > <decorator-section name="search-results"> > - <include-form name="ListPaymentGroupMember" > location="component://accounting/widget/FieldLookupForms.xml"/> > + <include-grid name="ListPaymentGroupMember" > location="component://accounting/widget/FieldLookupForms.xml"/> > </decorator-section> > </decorator-screen> > </widgets> > @@ -262,7 +262,7 @@ under the License. > <include-form name="LookupGlReconciliation" > location="component://accounting/widget/FieldLookupForms.xml"/> > </decorator-section> > <decorator-section name="search-results"> > - <include-form name="ListLookupReconciliation" > location="component://accounting/widget/FieldLookupForms.xml"/> > + <include-grid name="ListLookupReconciliation" > location="component://accounting/widget/FieldLookupForms.xml"/> > </decorator-section> > </decorator-screen> > </widgets> > @@ -287,7 +287,7 @@ under the License. > <include-form name="LookupCustomTimePeriod" > location="component://accounting/widget/FieldLookupForms.xml"/> > </decorator-section> > <decorator-section name="search-results"> > - <include-form name="ListLookupCustomTimePeriod" > location="component://accounting/widget/FieldLookupForms.xml"/> > + <include-grid name="ListLookupCustomTimePeriod" > location="component://accounting/widget/FieldLookupForms.xml"/> > </decorator-section> > </decorator-screen> > </widgets> > > > |
Administrator
|
Hi Taher,
It's explained here http://markmail.org/message/77swtjvr6q25rq4d Quoting Adrian. <<Finally, I would like to extract list functionality from the form widget and create a new grid widget. So, instead of a form widget representing a single data entry form OR a list, it will ONLY represent a single form. If you want a list, you use the grid widget. Initially, this change will be backwards-compatible - the XML parser will accept a <form> element for both types and it will create the correct model based on the type attribute.>> Initially I wondered if Adrian had not a CSS idea in mind, I can't clearly remember if we discussed it or not Jacques Le 14/03/2017 à 17:06, Taher Alkhateeb a écrit : > Hi Jacques, > > What is the purpose of converting list forms to grids? > > Regards, > > Taher Alkhateeb > > On Mar 14, 2017 6:59 PM, <[hidden email]> wrote: > >> Author: jleroux >> Date: Tue Mar 14 15:59:23 2017 >> New Revision: 1786919 >> >> URL: http://svn.apache.org/viewvc?rev=1786919&view=rev >> Log: >> Improved: refactor list related forms in Lookup widgets >> (OFBIZ-9232) >> >> Refactoring various list forms into grids >> Refactoring various list form references in screen widgets >> >> >> Thanks: Pierre Smits >> >> Modified: >> ofbiz/ofbiz-framework/trunk/applications/accounting/ >> widget/FieldLookupForms.xml >> ofbiz/ofbiz-framework/trunk/applications/accounting/ >> widget/LookupScreens.xml >> >> Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/ >> widget/FieldLookupForms.xml >> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/ >> applications/accounting/widget/FieldLookupForms.xml? >> rev=1786919&r1=1786918&r2=1786919&view=diff >> ============================================================ >> ================== >> --- ofbiz/ofbiz-framework/trunk/applications/accounting/widget/FieldLookupForms.xml >> (original) >> +++ ofbiz/ofbiz-framework/trunk/applications/accounting/widget/FieldLookupForms.xml >> Tue Mar 14 15:59:23 2017 >> @@ -36,7 +36,7 @@ under the License. >> <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" >> + <grid name="ListLookupFixedAsset" list-name="listIt" title="" >> 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"> >> @@ -51,7 +51,7 @@ under the License. >> </field> >> <field name="fixedAssetName" title="${uiLabelMap. >> CommonName}"><display/></field> >> <field name="fixedAssetTypeId" title="${uiLabelMap. >> AccountingFixedAssetTypeId}"><display-entity >> entity-name="FixedAssetType"/></field> >> - </form> >> + </grid> >> <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"/> >> @@ -94,7 +94,7 @@ under the License. >> <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" >> + <grid name="ListBillingAccount" list-name="listIt" title="" >> 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"> >> @@ -110,7 +110,7 @@ under the License. >> </field> >> <field name="description"><display/></field> >> <field name="externalAccountId" title="${uiLabelMap. >> AccountingExternalAccountId}"><display/></field> >> - </form> >> + </grid> >> >> <form name="LookupGlAccount" target="LookupGlAccount" title="" >> type="single" >> header-row-style="header-row" default-table-style="basic-table"> >> @@ -134,7 +134,8 @@ under the License. >> <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" >> + >> + <form name="ListLookupGlAccount" list-name="listIt" title="" >> 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"> >> @@ -151,6 +152,7 @@ under the License. >> <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"/> >> @@ -162,7 +164,8 @@ under the License. >> <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" >> + >> + <form name="ListPayment" list-name="listIt" title="" 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"> >> @@ -181,7 +184,7 @@ under the License. >> <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" /--> >> @@ -206,7 +209,8 @@ under the License. >> <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" >> + >> + <form name="ListInvoice" list-name="listIt" title="" 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"> >> @@ -238,7 +242,8 @@ under the License. >> <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" >> + >> + <grid 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"> >> @@ -255,7 +260,7 @@ under the License. >> <field name="agreementDate" title="${uiLabelMap. >> CommonFromDate}"><display/></field> >> <field name="agreementTypeId"><display/></field> >> <field name="description"><display/></field> >> - </form> >> + </grid> >> >> <form name="LookupAgreementItem" target="LookupAgreementItem" >> title="" type="single" >> header-row-style="header-row" default-table-style="basic-table"> >> @@ -269,7 +274,8 @@ under the License. >> <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" >> + >> + <grid name="ListAgreementItems" list-name="listIt" title="" >> 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"> >> @@ -285,7 +291,7 @@ under the License. >> </field> >> <field name="agreementItemTypeId"><display/></field> >> <field name="currencyUomId"><display/></field> >> - </form> >> + </grid> >> >> <form name="LookupPaymentGroupMember" target="LookupPaymentGroupMember" >> title="" type="single" header-row-style="header-row" >> default-table-style="basic-table"> >> <field name="paymentGroupId"><text-find/></field> >> @@ -296,7 +302,8 @@ under the License. >> <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" >> + >> + <grid name="ListPaymentGroupMember" list-name="listIt" title="" >> 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"> >> @@ -323,7 +330,7 @@ under the License. >> <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" >> + <grid name="ListLookupReconciliation" list-name="listIt" 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"> >> @@ -339,7 +346,7 @@ under the License. >> <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> >> + </grid> >> >> <form name="LookupCustomTimePeriod" target="LookupCustomTimePeriod" >> title="" type="single" >> header-row-style="header-row" default-table-style="basic-table"> >> @@ -366,7 +373,7 @@ under the License. >> <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" >> + <grid name="ListLookupCustomTimePeriod" list-name="listIt" title="" >> 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"> >> @@ -386,5 +393,5 @@ under the License. >> <field name="fromDate"><display/></field> >> <field name="thruDate"><display/></field> >> <field name="isClosed"><display/></field> >> - </form> >> + </grid> >> </forms> >> >> Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/ >> widget/LookupScreens.xml >> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/ >> applications/accounting/widget/LookupScreens.xml?rev= >> 1786919&r1=1786918&r2=1786919&view=diff >> ============================================================ >> ================== >> --- ofbiz/ofbiz-framework/trunk/applications/accounting/widget/LookupScreens.xml >> (original) >> +++ ofbiz/ofbiz-framework/trunk/applications/accounting/widget/LookupScreens.xml >> Tue Mar 14 15:59:23 2017 >> @@ -41,7 +41,7 @@ under the License. >> <include-form name="LookupPayment" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> </decorator-section> >> <decorator-section name="search-results"> >> - <include-form name="ListPayment" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> + <include-grid name="ListPayment" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> </decorator-section> >> </decorator-screen> >> </widgets> >> @@ -68,7 +68,7 @@ under the License. >> <include-form name="LookupInvoice" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> </decorator-section> >> <decorator-section name="search-results"> >> - <include-form name="ListInvoice" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> + <include-grid name="ListInvoice" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> </decorator-section> >> </decorator-screen> >> </widgets> >> @@ -95,7 +95,7 @@ under the License. >> <include-form name="LookupFixedAsset" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> </decorator-section> >> <decorator-section name="search-results"> >> - <include-form name="ListLookupFixedAsset" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> + <include-grid name="ListLookupFixedAsset" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> </decorator-section> >> </decorator-screen> >> </widgets> >> @@ -123,7 +123,7 @@ under the License. >> <include-form name="lookupBillingAccount" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> </decorator-section> >> <decorator-section name="search-results"> >> - <include-form name="ListBillingAccount" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> + <include-grid name="ListBillingAccount" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> </decorator-section> >> </decorator-screen> >> </widgets> >> @@ -151,7 +151,7 @@ under the License. >> <include-form name="LookupGlAccount" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> </decorator-section> >> <decorator-section name="search-results"> >> - <include-form name="ListLookupGlAccount" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> + <include-grid name="ListLookupGlAccount" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> </decorator-section> >> </decorator-screen> >> </widgets> >> @@ -179,7 +179,7 @@ under the License. >> <include-form name="LookupAgreement" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> </decorator-section> >> <decorator-section name="search-results"> >> - <include-form name="ListAgreements" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> + <include-grid name="ListAgreements" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> </decorator-section> >> </decorator-screen> >> </widgets> >> @@ -207,7 +207,7 @@ under the License. >> <include-form name="LookupAgreementItem" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> </decorator-section> >> <decorator-section name="search-results"> >> - <include-form name="ListAgreementItems" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> + <include-grid name="ListAgreementItems" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> </decorator-section> >> </decorator-screen> >> </widgets> >> @@ -235,7 +235,7 @@ under the License. >> <include-form name="LookupPaymentGroupMember" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> </decorator-section> >> <decorator-section name="search-results"> >> - <include-form name="ListPaymentGroupMember" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> + <include-grid name="ListPaymentGroupMember" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> </decorator-section> >> </decorator-screen> >> </widgets> >> @@ -262,7 +262,7 @@ under the License. >> <include-form name="LookupGlReconciliation" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> </decorator-section> >> <decorator-section name="search-results"> >> - <include-form name="ListLookupReconciliation" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> + <include-grid name="ListLookupReconciliation" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> </decorator-section> >> </decorator-screen> >> </widgets> >> @@ -287,7 +287,7 @@ under the License. >> <include-form name="LookupCustomTimePeriod" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> </decorator-section> >> <decorator-section name="search-results"> >> - <include-form name="ListLookupCustomTimePeriod" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> + <include-grid name="ListLookupCustomTimePeriod" >> location="component://accounting/widget/FieldLookupForms.xml"/> >> </decorator-section> >> </decorator-screen> >> </widgets> >> >> >> |
So it's two widgets that output an identical HTML structure with no plan in
sight of making a differentiation. This is now putting in the code base two ways of achieving the same thing (more complexity) for no added value. Maybe we need to discuss the added value and direction of such work. On Tue, Mar 14, 2017 at 7:20 PM, Jacques Le Roux < [hidden email]> wrote: > Hi Taher, > > It's explained here http://markmail.org/message/77swtjvr6q25rq4d > > Quoting Adrian. > > <<Finally, I would like to extract list functionality from the form widget > and create a new grid widget. So, instead of a form widget representing a > single data entry form OR a list, it will ONLY represent a single form. If > you want a list, you use the grid widget. Initially, this change will be > backwards-compatible - the XML parser will accept a <form> element for both > types and it will create the correct model based on the type attribute.>> > > Initially I wondered if Adrian had not a CSS idea in mind, I can't clearly > remember if we discussed it or not > > Jacques > > > > Le 14/03/2017 à 17:06, Taher Alkhateeb a écrit : > >> Hi Jacques, >> >> What is the purpose of converting list forms to grids? >> >> Regards, >> >> Taher Alkhateeb >> >> On Mar 14, 2017 6:59 PM, <[hidden email]> wrote: >> >> Author: jleroux >>> Date: Tue Mar 14 15:59:23 2017 >>> New Revision: 1786919 >>> >>> URL: http://svn.apache.org/viewvc?rev=1786919&view=rev >>> Log: >>> Improved: refactor list related forms in Lookup widgets >>> (OFBIZ-9232) >>> >>> Refactoring various list forms into grids >>> Refactoring various list form references in screen widgets >>> >>> >>> Thanks: Pierre Smits >>> >>> Modified: >>> ofbiz/ofbiz-framework/trunk/applications/accounting/ >>> widget/FieldLookupForms.xml >>> ofbiz/ofbiz-framework/trunk/applications/accounting/ >>> widget/LookupScreens.xml >>> >>> Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/ >>> widget/FieldLookupForms.xml >>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/ >>> applications/accounting/widget/FieldLookupForms.xml? >>> rev=1786919&r1=1786918&r2=1786919&view=diff >>> ============================================================ >>> ================== >>> --- ofbiz/ofbiz-framework/trunk/applications/accounting/widget/ >>> FieldLookupForms.xml >>> (original) >>> +++ ofbiz/ofbiz-framework/trunk/applications/accounting/widget/ >>> FieldLookupForms.xml >>> Tue Mar 14 15:59:23 2017 >>> @@ -36,7 +36,7 @@ under the License. >>> <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" >>> + <grid name="ListLookupFixedAsset" list-name="listIt" title="" >>> 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"> >>> @@ -51,7 +51,7 @@ under the License. >>> </field> >>> <field name="fixedAssetName" title="${uiLabelMap. >>> CommonName}"><display/></field> >>> <field name="fixedAssetTypeId" title="${uiLabelMap. >>> AccountingFixedAssetTypeId}"><display-entity >>> entity-name="FixedAssetType"/></field> >>> - </form> >>> + </grid> >>> <form name="LookupBudget" target="LookupBudget" title="" >>> type="single" >>> header-row-style="header-row" default-table-style="basic-tab >>> le"> >>> <auto-fields-entity entity-name="Budget" >>> default-field-type="hidden"/> >>> @@ -94,7 +94,7 @@ under the License. >>> <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" >>> + <grid name="ListBillingAccount" list-name="listIt" title="" >>> 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"> >>> @@ -110,7 +110,7 @@ under the License. >>> </field> >>> <field name="description"><display/></field> >>> <field name="externalAccountId" title="${uiLabelMap. >>> AccountingExternalAccountId}"><display/></field> >>> - </form> >>> + </grid> >>> >>> <form name="LookupGlAccount" target="LookupGlAccount" title="" >>> type="single" >>> header-row-style="header-row" default-table-style="basic-tab >>> le"> >>> @@ -134,7 +134,8 @@ under the License. >>> <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" >>> + >>> + <form name="ListLookupGlAccount" list-name="listIt" title="" >>> 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"> >>> @@ -151,6 +152,7 @@ under the License. >>> <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-tab >>> le"> >>> <auto-fields-entity entity-name="Payment" >>> default-field-type="hidden"/> >>> @@ -162,7 +164,8 @@ under the License. >>> <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" >>> + >>> + <form name="ListPayment" list-name="listIt" title="" >>> 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"> >>> @@ -181,7 +184,7 @@ under the License. >>> <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-tab >>> le"> >>> <!--auto-fields-entity entity-name="Invoice" >>> default-field-type="hidden" /--> >>> @@ -206,7 +209,8 @@ under the License. >>> <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" >>> + >>> + <form name="ListInvoice" list-name="listIt" title="" >>> 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"> >>> @@ -238,7 +242,8 @@ under the License. >>> <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" >>> + >>> + <grid 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"> >>> @@ -255,7 +260,7 @@ under the License. >>> <field name="agreementDate" title="${uiLabelMap. >>> CommonFromDate}"><display/></field> >>> <field name="agreementTypeId"><display/></field> >>> <field name="description"><display/></field> >>> - </form> >>> + </grid> >>> >>> <form name="LookupAgreementItem" target="LookupAgreementItem" >>> title="" type="single" >>> header-row-style="header-row" default-table-style="basic-tab >>> le"> >>> @@ -269,7 +274,8 @@ under the License. >>> <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" >>> + >>> + <grid name="ListAgreementItems" list-name="listIt" title="" >>> 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"> >>> @@ -285,7 +291,7 @@ under the License. >>> </field> >>> <field name="agreementItemTypeId"><display/></field> >>> <field name="currencyUomId"><display/></field> >>> - </form> >>> + </grid> >>> >>> <form name="LookupPaymentGroupMember" >>> target="LookupPaymentGroupMember" >>> title="" type="single" header-row-style="header-row" >>> default-table-style="basic-table"> >>> <field name="paymentGroupId"><text-find/></field> >>> @@ -296,7 +302,8 @@ under the License. >>> <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" >>> + >>> + <grid name="ListPaymentGroupMember" list-name="listIt" title="" >>> 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"> >>> @@ -323,7 +330,7 @@ under the License. >>> <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" >>> + <grid name="ListLookupReconciliation" list-name="listIt" 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"> >>> @@ -339,7 +346,7 @@ under the License. >>> <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> >>> + </grid> >>> >>> <form name="LookupCustomTimePeriod" target="LookupCustomTimePeriod >>> " >>> title="" type="single" >>> header-row-style="header-row" default-table-style="basic-tab >>> le"> >>> @@ -366,7 +373,7 @@ under the License. >>> <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" >>> + <grid name="ListLookupCustomTimePeriod" list-name="listIt" title="" >>> 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"> >>> @@ -386,5 +393,5 @@ under the License. >>> <field name="fromDate"><display/></field> >>> <field name="thruDate"><display/></field> >>> <field name="isClosed"><display/></field> >>> - </form> >>> + </grid> >>> </forms> >>> >>> Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/ >>> widget/LookupScreens.xml >>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/ >>> applications/accounting/widget/LookupScreens.xml?rev= >>> 1786919&r1=1786918&r2=1786919&view=diff >>> ============================================================ >>> ================== >>> --- ofbiz/ofbiz-framework/trunk/applications/accounting/widget/ >>> LookupScreens.xml >>> (original) >>> +++ ofbiz/ofbiz-framework/trunk/applications/accounting/widget/ >>> LookupScreens.xml >>> Tue Mar 14 15:59:23 2017 >>> @@ -41,7 +41,7 @@ under the License. >>> <include-form name="LookupPayment" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> </decorator-section> >>> <decorator-section name="search-results"> >>> - <include-form name="ListPayment" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> + <include-grid name="ListPayment" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> </decorator-section> >>> </decorator-screen> >>> </widgets> >>> @@ -68,7 +68,7 @@ under the License. >>> <include-form name="LookupInvoice" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> </decorator-section> >>> <decorator-section name="search-results"> >>> - <include-form name="ListInvoice" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> + <include-grid name="ListInvoice" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> </decorator-section> >>> </decorator-screen> >>> </widgets> >>> @@ -95,7 +95,7 @@ under the License. >>> <include-form name="LookupFixedAsset" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> </decorator-section> >>> <decorator-section name="search-results"> >>> - <include-form name="ListLookupFixedAsset" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> + <include-grid name="ListLookupFixedAsset" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> </decorator-section> >>> </decorator-screen> >>> </widgets> >>> @@ -123,7 +123,7 @@ under the License. >>> <include-form name="lookupBillingAccount" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> </decorator-section> >>> <decorator-section name="search-results"> >>> - <include-form name="ListBillingAccount" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> + <include-grid name="ListBillingAccount" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> </decorator-section> >>> </decorator-screen> >>> </widgets> >>> @@ -151,7 +151,7 @@ under the License. >>> <include-form name="LookupGlAccount" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> </decorator-section> >>> <decorator-section name="search-results"> >>> - <include-form name="ListLookupGlAccount" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> + <include-grid name="ListLookupGlAccount" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> </decorator-section> >>> </decorator-screen> >>> </widgets> >>> @@ -179,7 +179,7 @@ under the License. >>> <include-form name="LookupAgreement" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> </decorator-section> >>> <decorator-section name="search-results"> >>> - <include-form name="ListAgreements" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> + <include-grid name="ListAgreements" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> </decorator-section> >>> </decorator-screen> >>> </widgets> >>> @@ -207,7 +207,7 @@ under the License. >>> <include-form name="LookupAgreementItem" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> </decorator-section> >>> <decorator-section name="search-results"> >>> - <include-form name="ListAgreementItems" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> + <include-grid name="ListAgreementItems" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> </decorator-section> >>> </decorator-screen> >>> </widgets> >>> @@ -235,7 +235,7 @@ under the License. >>> <include-form name="LookupPaymentGroupMember" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> </decorator-section> >>> <decorator-section name="search-results"> >>> - <include-form name="ListPaymentGroupMember" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> + <include-grid name="ListPaymentGroupMember" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> </decorator-section> >>> </decorator-screen> >>> </widgets> >>> @@ -262,7 +262,7 @@ under the License. >>> <include-form name="LookupGlReconciliation" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> </decorator-section> >>> <decorator-section name="search-results"> >>> - <include-form name="ListLookupReconciliation" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> + <include-grid name="ListLookupReconciliation" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> </decorator-section> >>> </decorator-screen> >>> </widgets> >>> @@ -287,7 +287,7 @@ under the License. >>> <include-form name="LookupCustomTimePeriod" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> </decorator-section> >>> <decorator-section name="search-results"> >>> - <include-form name="ListLookupCustomTimePeriod" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> + <include-grid name="ListLookupCustomTimePeriod" >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>> </decorator-section> >>> </decorator-screen> >>> </widgets> >>> >>> >>> >>> > |
That is what you get in transitional stages. But then again, OFBiz offers
lots of flexibility in order to get from A to Z. As I read it, it was the intention of Adrian to simplify (I would like to extract list functionality from the form widget and create a new grid widget). But you can't remove the functionality until all referenced widgets are converted (the backward compatibility). Best regards, Pierre Smits ORRTIZ.COM <http://www.orrtiz.com> OFBiz based solutions & services OFBiz Extensions Marketplace http://oem.ofbizci.net/oci-2/ On Wed, Mar 15, 2017 at 6:49 AM, Taher Alkhateeb <[hidden email] > wrote: > So it's two widgets that output an identical HTML structure with no plan in > sight of making a differentiation. This is now putting in the code base two > ways of achieving the same thing (more complexity) for no added value. > Maybe we need to discuss the added value and direction of such work. > > On Tue, Mar 14, 2017 at 7:20 PM, Jacques Le Roux < > [hidden email]> wrote: > > > Hi Taher, > > > > It's explained here http://markmail.org/message/77swtjvr6q25rq4d > > > > Quoting Adrian. > > > > <<Finally, I would like to extract list functionality from the form > widget > > and create a new grid widget. So, instead of a form widget representing a > > single data entry form OR a list, it will ONLY represent a single form. > If > > you want a list, you use the grid widget. Initially, this change will be > > backwards-compatible - the XML parser will accept a <form> element for > both > > types and it will create the correct model based on the type attribute.>> > > > > Initially I wondered if Adrian had not a CSS idea in mind, I can't > clearly > > remember if we discussed it or not > > > > Jacques > > > > > > > > Le 14/03/2017 à 17:06, Taher Alkhateeb a écrit : > > > >> Hi Jacques, > >> > >> What is the purpose of converting list forms to grids? > >> > >> Regards, > >> > >> Taher Alkhateeb > >> > >> On Mar 14, 2017 6:59 PM, <[hidden email]> wrote: > >> > >> Author: jleroux > >>> Date: Tue Mar 14 15:59:23 2017 > >>> New Revision: 1786919 > >>> > >>> URL: http://svn.apache.org/viewvc?rev=1786919&view=rev > >>> Log: > >>> Improved: refactor list related forms in Lookup widgets > >>> (OFBIZ-9232) > >>> > >>> Refactoring various list forms into grids > >>> Refactoring various list form references in screen widgets > >>> > >>> > >>> Thanks: Pierre Smits > >>> > >>> Modified: > >>> ofbiz/ofbiz-framework/trunk/applications/accounting/ > >>> widget/FieldLookupForms.xml > >>> ofbiz/ofbiz-framework/trunk/applications/accounting/ > >>> widget/LookupScreens.xml > >>> > >>> Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/ > >>> widget/FieldLookupForms.xml > >>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/ > >>> applications/accounting/widget/FieldLookupForms.xml? > >>> rev=1786919&r1=1786918&r2=1786919&view=diff > >>> ============================================================ > >>> ================== > >>> --- ofbiz/ofbiz-framework/trunk/applications/accounting/widget/ > >>> FieldLookupForms.xml > >>> (original) > >>> +++ ofbiz/ofbiz-framework/trunk/applications/accounting/widget/ > >>> FieldLookupForms.xml > >>> Tue Mar 14 15:59:23 2017 > >>> @@ -36,7 +36,7 @@ under the License. > >>> <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" > >>> + <grid name="ListLookupFixedAsset" list-name="listIt" title="" > >>> 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"> > >>> @@ -51,7 +51,7 @@ under the License. > >>> </field> > >>> <field name="fixedAssetName" title="${uiLabelMap. > >>> CommonName}"><display/></field> > >>> <field name="fixedAssetTypeId" title="${uiLabelMap. > >>> AccountingFixedAssetTypeId}"><display-entity > >>> entity-name="FixedAssetType"/></field> > >>> - </form> > >>> + </grid> > >>> <form name="LookupBudget" target="LookupBudget" title="" > >>> type="single" > >>> header-row-style="header-row" default-table-style="basic-tab > >>> le"> > >>> <auto-fields-entity entity-name="Budget" > >>> default-field-type="hidden"/> > >>> @@ -94,7 +94,7 @@ under the License. > >>> <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" > >>> + <grid name="ListBillingAccount" list-name="listIt" title="" > >>> 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"> > >>> @@ -110,7 +110,7 @@ under the License. > >>> </field> > >>> <field name="description"><display/></field> > >>> <field name="externalAccountId" title="${uiLabelMap. > >>> AccountingExternalAccountId}"><display/></field> > >>> - </form> > >>> + </grid> > >>> > >>> <form name="LookupGlAccount" target="LookupGlAccount" title="" > >>> type="single" > >>> header-row-style="header-row" default-table-style="basic-tab > >>> le"> > >>> @@ -134,7 +134,8 @@ under the License. > >>> <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" > >>> + > >>> + <form name="ListLookupGlAccount" list-name="listIt" title="" > >>> 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"> > >>> @@ -151,6 +152,7 @@ under the License. > >>> <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-tab > >>> le"> > >>> <auto-fields-entity entity-name="Payment" > >>> default-field-type="hidden"/> > >>> @@ -162,7 +164,8 @@ under the License. > >>> <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" > >>> + > >>> + <form name="ListPayment" list-name="listIt" title="" > >>> 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"> > >>> @@ -181,7 +184,7 @@ under the License. > >>> <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-tab > >>> le"> > >>> <!--auto-fields-entity entity-name="Invoice" > >>> default-field-type="hidden" /--> > >>> @@ -206,7 +209,8 @@ under the License. > >>> <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" > >>> + > >>> + <form name="ListInvoice" list-name="listIt" title="" > >>> 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"> > >>> @@ -238,7 +242,8 @@ under the License. > >>> <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" > >>> + > >>> + <grid 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"> > >>> @@ -255,7 +260,7 @@ under the License. > >>> <field name="agreementDate" title="${uiLabelMap. > >>> CommonFromDate}"><display/></field> > >>> <field name="agreementTypeId"><display/></field> > >>> <field name="description"><display/></field> > >>> - </form> > >>> + </grid> > >>> > >>> <form name="LookupAgreementItem" target="LookupAgreementItem" > >>> title="" type="single" > >>> header-row-style="header-row" default-table-style="basic-tab > >>> le"> > >>> @@ -269,7 +274,8 @@ under the License. > >>> <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" > >>> + > >>> + <grid name="ListAgreementItems" list-name="listIt" title="" > >>> 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"> > >>> @@ -285,7 +291,7 @@ under the License. > >>> </field> > >>> <field name="agreementItemTypeId"><display/></field> > >>> <field name="currencyUomId"><display/></field> > >>> - </form> > >>> + </grid> > >>> > >>> <form name="LookupPaymentGroupMember" > >>> target="LookupPaymentGroupMember" > >>> title="" type="single" header-row-style="header-row" > >>> default-table-style="basic-table"> > >>> <field name="paymentGroupId"><text-find/></field> > >>> @@ -296,7 +302,8 @@ under the License. > >>> <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" > >>> + > >>> + <grid name="ListPaymentGroupMember" list-name="listIt" title="" > >>> 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"> > >>> @@ -323,7 +330,7 @@ under the License. > >>> <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" > >>> + <grid name="ListLookupReconciliation" list-name="listIt" 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"> > >>> @@ -339,7 +346,7 @@ under the License. > >>> <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> > >>> + </grid> > >>> > >>> <form name="LookupCustomTimePeriod" > target="LookupCustomTimePeriod > >>> " > >>> title="" type="single" > >>> header-row-style="header-row" default-table-style="basic-tab > >>> le"> > >>> @@ -366,7 +373,7 @@ under the License. > >>> <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" > >>> + <grid name="ListLookupCustomTimePeriod" list-name="listIt" > title="" > >>> 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"> > >>> @@ -386,5 +393,5 @@ under the License. > >>> <field name="fromDate"><display/></field> > >>> <field name="thruDate"><display/></field> > >>> <field name="isClosed"><display/></field> > >>> - </form> > >>> + </grid> > >>> </forms> > >>> > >>> Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/ > >>> widget/LookupScreens.xml > >>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/ > >>> applications/accounting/widget/LookupScreens.xml?rev= > >>> 1786919&r1=1786918&r2=1786919&view=diff > >>> ============================================================ > >>> ================== > >>> --- ofbiz/ofbiz-framework/trunk/applications/accounting/widget/ > >>> LookupScreens.xml > >>> (original) > >>> +++ ofbiz/ofbiz-framework/trunk/applications/accounting/widget/ > >>> LookupScreens.xml > >>> Tue Mar 14 15:59:23 2017 > >>> @@ -41,7 +41,7 @@ under the License. > >>> <include-form name="LookupPayment" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> </decorator-section> > >>> <decorator-section name="search-results"> > >>> - <include-form name="ListPayment" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> + <include-grid name="ListPayment" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> </decorator-section> > >>> </decorator-screen> > >>> </widgets> > >>> @@ -68,7 +68,7 @@ under the License. > >>> <include-form name="LookupInvoice" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> </decorator-section> > >>> <decorator-section name="search-results"> > >>> - <include-form name="ListInvoice" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> + <include-grid name="ListInvoice" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> </decorator-section> > >>> </decorator-screen> > >>> </widgets> > >>> @@ -95,7 +95,7 @@ under the License. > >>> <include-form name="LookupFixedAsset" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> </decorator-section> > >>> <decorator-section name="search-results"> > >>> - <include-form name="ListLookupFixedAsset" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> + <include-grid name="ListLookupFixedAsset" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> </decorator-section> > >>> </decorator-screen> > >>> </widgets> > >>> @@ -123,7 +123,7 @@ under the License. > >>> <include-form name="lookupBillingAccount" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> </decorator-section> > >>> <decorator-section name="search-results"> > >>> - <include-form name="ListBillingAccount" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> + <include-grid name="ListBillingAccount" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> </decorator-section> > >>> </decorator-screen> > >>> </widgets> > >>> @@ -151,7 +151,7 @@ under the License. > >>> <include-form name="LookupGlAccount" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> </decorator-section> > >>> <decorator-section name="search-results"> > >>> - <include-form name="ListLookupGlAccount" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> + <include-grid name="ListLookupGlAccount" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> </decorator-section> > >>> </decorator-screen> > >>> </widgets> > >>> @@ -179,7 +179,7 @@ under the License. > >>> <include-form name="LookupAgreement" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> </decorator-section> > >>> <decorator-section name="search-results"> > >>> - <include-form name="ListAgreements" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> + <include-grid name="ListAgreements" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> </decorator-section> > >>> </decorator-screen> > >>> </widgets> > >>> @@ -207,7 +207,7 @@ under the License. > >>> <include-form name="LookupAgreementItem" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> </decorator-section> > >>> <decorator-section name="search-results"> > >>> - <include-form name="ListAgreementItems" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> + <include-grid name="ListAgreementItems" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> </decorator-section> > >>> </decorator-screen> > >>> </widgets> > >>> @@ -235,7 +235,7 @@ under the License. > >>> <include-form name=" > LookupPaymentGroupMember" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> </decorator-section> > >>> <decorator-section name="search-results"> > >>> - <include-form name="ListPaymentGroupMember" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> + <include-grid name="ListPaymentGroupMember" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> </decorator-section> > >>> </decorator-screen> > >>> </widgets> > >>> @@ -262,7 +262,7 @@ under the License. > >>> <include-form name="LookupGlReconciliation" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> </decorator-section> > >>> <decorator-section name="search-results"> > >>> - <include-form name="ListLookupReconciliation" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> + <include-grid name="ListLookupReconciliation" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> </decorator-section> > >>> </decorator-screen> > >>> </widgets> > >>> @@ -287,7 +287,7 @@ under the License. > >>> <include-form name="LookupCustomTimePeriod" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> </decorator-section> > >>> <decorator-section name="search-results"> > >>> - <include-form name=" > ListLookupCustomTimePeriod" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> + <include-grid name=" > ListLookupCustomTimePeriod" > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > >>> </decorator-section> > >>> </decorator-screen> > >>> </widgets> > >>> > >>> > >>> > >>> > > > |
Still seems unclear. What is the value of this extraction? How is it
implemented? Who intends on implementing the new features if any? What are the new features? How does that play into the UI refactoring intended within themes? What do we gain by this whole exercise? Given that we lost Adrian, someone should have answers to these questions before we commit to such a large body of work. There are hundreds if not thousands of such forms all over the code base. On Wed, Mar 15, 2017 at 11:29 AM, Pierre Smits <[hidden email]> wrote: > That is what you get in transitional stages. But then again, OFBiz offers > lots of flexibility in order to get from A to Z. > > As I read it, it was the intention of Adrian to simplify (I would like to > extract list functionality from the form widget and create a new grid > widget). But you can't remove the functionality until all referenced > widgets are converted (the backward compatibility). > > Best regards, > > Pierre Smits > > ORRTIZ.COM <http://www.orrtiz.com> > OFBiz based solutions & services > > OFBiz Extensions Marketplace > http://oem.ofbizci.net/oci-2/ > > On Wed, Mar 15, 2017 at 6:49 AM, Taher Alkhateeb < > [hidden email] > > wrote: > > > So it's two widgets that output an identical HTML structure with no plan > in > > sight of making a differentiation. This is now putting in the code base > two > > ways of achieving the same thing (more complexity) for no added value. > > Maybe we need to discuss the added value and direction of such work. > > > > On Tue, Mar 14, 2017 at 7:20 PM, Jacques Le Roux < > > [hidden email]> wrote: > > > > > Hi Taher, > > > > > > It's explained here http://markmail.org/message/77swtjvr6q25rq4d > > > > > > Quoting Adrian. > > > > > > <<Finally, I would like to extract list functionality from the form > > widget > > > and create a new grid widget. So, instead of a form widget > representing a > > > single data entry form OR a list, it will ONLY represent a single form. > > If > > > you want a list, you use the grid widget. Initially, this change will > be > > > backwards-compatible - the XML parser will accept a <form> element for > > both > > > types and it will create the correct model based on the type > attribute.>> > > > > > > Initially I wondered if Adrian had not a CSS idea in mind, I can't > > clearly > > > remember if we discussed it or not > > > > > > Jacques > > > > > > > > > > > > Le 14/03/2017 à 17:06, Taher Alkhateeb a écrit : > > > > > >> Hi Jacques, > > >> > > >> What is the purpose of converting list forms to grids? > > >> > > >> Regards, > > >> > > >> Taher Alkhateeb > > >> > > >> On Mar 14, 2017 6:59 PM, <[hidden email]> wrote: > > >> > > >> Author: jleroux > > >>> Date: Tue Mar 14 15:59:23 2017 > > >>> New Revision: 1786919 > > >>> > > >>> URL: http://svn.apache.org/viewvc?rev=1786919&view=rev > > >>> Log: > > >>> Improved: refactor list related forms in Lookup widgets > > >>> (OFBIZ-9232) > > >>> > > >>> Refactoring various list forms into grids > > >>> Refactoring various list form references in screen widgets > > >>> > > >>> > > >>> Thanks: Pierre Smits > > >>> > > >>> Modified: > > >>> ofbiz/ofbiz-framework/trunk/applications/accounting/ > > >>> widget/FieldLookupForms.xml > > >>> ofbiz/ofbiz-framework/trunk/applications/accounting/ > > >>> widget/LookupScreens.xml > > >>> > > >>> Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/ > > >>> widget/FieldLookupForms.xml > > >>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/ > > >>> applications/accounting/widget/FieldLookupForms.xml? > > >>> rev=1786919&r1=1786918&r2=1786919&view=diff > > >>> ============================================================ > > >>> ================== > > >>> --- ofbiz/ofbiz-framework/trunk/applications/accounting/widget/ > > >>> FieldLookupForms.xml > > >>> (original) > > >>> +++ ofbiz/ofbiz-framework/trunk/applications/accounting/widget/ > > >>> FieldLookupForms.xml > > >>> Tue Mar 14 15:59:23 2017 > > >>> @@ -36,7 +36,7 @@ under the License. > > >>> <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" > > >>> + <grid name="ListLookupFixedAsset" list-name="listIt" title="" > > >>> 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"> > > >>> @@ -51,7 +51,7 @@ under the License. > > >>> </field> > > >>> <field name="fixedAssetName" title="${uiLabelMap. > > >>> CommonName}"><display/></field> > > >>> <field name="fixedAssetTypeId" title="${uiLabelMap. > > >>> AccountingFixedAssetTypeId}"><display-entity > > >>> entity-name="FixedAssetType"/></field> > > >>> - </form> > > >>> + </grid> > > >>> <form name="LookupBudget" target="LookupBudget" title="" > > >>> type="single" > > >>> header-row-style="header-row" > default-table-style="basic-tab > > >>> le"> > > >>> <auto-fields-entity entity-name="Budget" > > >>> default-field-type="hidden"/> > > >>> @@ -94,7 +94,7 @@ under the License. > > >>> <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" > > >>> + <grid name="ListBillingAccount" list-name="listIt" title="" > > >>> 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"> > > >>> @@ -110,7 +110,7 @@ under the License. > > >>> </field> > > >>> <field name="description"><display/></field> > > >>> <field name="externalAccountId" title="${uiLabelMap. > > >>> AccountingExternalAccountId}"><display/></field> > > >>> - </form> > > >>> + </grid> > > >>> > > >>> <form name="LookupGlAccount" target="LookupGlAccount" title="" > > >>> type="single" > > >>> header-row-style="header-row" > default-table-style="basic-tab > > >>> le"> > > >>> @@ -134,7 +134,8 @@ under the License. > > >>> <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" > > >>> + > > >>> + <form name="ListLookupGlAccount" list-name="listIt" title="" > > >>> 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"> > > >>> @@ -151,6 +152,7 @@ under the License. > > >>> <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-tab > > >>> le"> > > >>> <auto-fields-entity entity-name="Payment" > > >>> default-field-type="hidden"/> > > >>> @@ -162,7 +164,8 @@ under the License. > > >>> <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" > > >>> + > > >>> + <form name="ListPayment" list-name="listIt" title="" > > >>> 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"> > > >>> @@ -181,7 +184,7 @@ under the License. > > >>> <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-tab > > >>> le"> > > >>> <!--auto-fields-entity entity-name="Invoice" > > >>> default-field-type="hidden" /--> > > >>> @@ -206,7 +209,8 @@ under the License. > > >>> <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" > > >>> + > > >>> + <form name="ListInvoice" list-name="listIt" title="" > > >>> 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"> > > >>> @@ -238,7 +242,8 @@ under the License. > > >>> <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" > > >>> + > > >>> + <grid 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"> > > >>> @@ -255,7 +260,7 @@ under the License. > > >>> <field name="agreementDate" title="${uiLabelMap. > > >>> CommonFromDate}"><display/></field> > > >>> <field name="agreementTypeId"><display/></field> > > >>> <field name="description"><display/></field> > > >>> - </form> > > >>> + </grid> > > >>> > > >>> <form name="LookupAgreementItem" target="LookupAgreementItem" > > >>> title="" type="single" > > >>> header-row-style="header-row" > default-table-style="basic-tab > > >>> le"> > > >>> @@ -269,7 +274,8 @@ under the License. > > >>> <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" > > >>> + > > >>> + <grid name="ListAgreementItems" list-name="listIt" title="" > > >>> 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"> > > >>> @@ -285,7 +291,7 @@ under the License. > > >>> </field> > > >>> <field name="agreementItemTypeId"><display/></field> > > >>> <field name="currencyUomId"><display/></field> > > >>> - </form> > > >>> + </grid> > > >>> > > >>> <form name="LookupPaymentGroupMember" > > >>> target="LookupPaymentGroupMember" > > >>> title="" type="single" header-row-style="header-row" > > >>> default-table-style="basic-table"> > > >>> <field name="paymentGroupId"><text-find/></field> > > >>> @@ -296,7 +302,8 @@ under the License. > > >>> <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" > > >>> + > > >>> + <grid name="ListPaymentGroupMember" list-name="listIt" title="" > > >>> 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"> > > >>> @@ -323,7 +330,7 @@ under the License. > > >>> <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" > > >>> + <grid name="ListLookupReconciliation" list-name="listIt" > 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"> > > >>> @@ -339,7 +346,7 @@ under the License. > > >>> <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> > > >>> + </grid> > > >>> > > >>> <form name="LookupCustomTimePeriod" > > target="LookupCustomTimePeriod > > >>> " > > >>> title="" type="single" > > >>> header-row-style="header-row" > default-table-style="basic-tab > > >>> le"> > > >>> @@ -366,7 +373,7 @@ under the License. > > >>> <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" > > >>> + <grid name="ListLookupCustomTimePeriod" list-name="listIt" > > title="" > > >>> 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"> > > >>> @@ -386,5 +393,5 @@ under the License. > > >>> <field name="fromDate"><display/></field> > > >>> <field name="thruDate"><display/></field> > > >>> <field name="isClosed"><display/></field> > > >>> - </form> > > >>> + </grid> > > >>> </forms> > > >>> > > >>> Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/ > > >>> widget/LookupScreens.xml > > >>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/ > > >>> applications/accounting/widget/LookupScreens.xml?rev= > > >>> 1786919&r1=1786918&r2=1786919&view=diff > > >>> ============================================================ > > >>> ================== > > >>> --- ofbiz/ofbiz-framework/trunk/applications/accounting/widget/ > > >>> LookupScreens.xml > > >>> (original) > > >>> +++ ofbiz/ofbiz-framework/trunk/applications/accounting/widget/ > > >>> LookupScreens.xml > > >>> Tue Mar 14 15:59:23 2017 > > >>> @@ -41,7 +41,7 @@ under the License. > > >>> <include-form name="LookupPayment" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> </decorator-section> > > >>> <decorator-section name="search-results"> > > >>> - <include-form name="ListPayment" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> + <include-grid name="ListPayment" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> </decorator-section> > > >>> </decorator-screen> > > >>> </widgets> > > >>> @@ -68,7 +68,7 @@ under the License. > > >>> <include-form name="LookupInvoice" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> </decorator-section> > > >>> <decorator-section name="search-results"> > > >>> - <include-form name="ListInvoice" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> + <include-grid name="ListInvoice" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> </decorator-section> > > >>> </decorator-screen> > > >>> </widgets> > > >>> @@ -95,7 +95,7 @@ under the License. > > >>> <include-form name="LookupFixedAsset" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> </decorator-section> > > >>> <decorator-section name="search-results"> > > >>> - <include-form name="ListLookupFixedAsset" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> + <include-grid name="ListLookupFixedAsset" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> </decorator-section> > > >>> </decorator-screen> > > >>> </widgets> > > >>> @@ -123,7 +123,7 @@ under the License. > > >>> <include-form name="lookupBillingAccount" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> </decorator-section> > > >>> <decorator-section name="search-results"> > > >>> - <include-form name="ListBillingAccount" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> + <include-grid name="ListBillingAccount" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> </decorator-section> > > >>> </decorator-screen> > > >>> </widgets> > > >>> @@ -151,7 +151,7 @@ under the License. > > >>> <include-form name="LookupGlAccount" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> </decorator-section> > > >>> <decorator-section name="search-results"> > > >>> - <include-form name="ListLookupGlAccount" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> + <include-grid name="ListLookupGlAccount" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> </decorator-section> > > >>> </decorator-screen> > > >>> </widgets> > > >>> @@ -179,7 +179,7 @@ under the License. > > >>> <include-form name="LookupAgreement" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> </decorator-section> > > >>> <decorator-section name="search-results"> > > >>> - <include-form name="ListAgreements" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> + <include-grid name="ListAgreements" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> </decorator-section> > > >>> </decorator-screen> > > >>> </widgets> > > >>> @@ -207,7 +207,7 @@ under the License. > > >>> <include-form name="LookupAgreementItem" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> </decorator-section> > > >>> <decorator-section name="search-results"> > > >>> - <include-form name="ListAgreementItems" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> + <include-grid name="ListAgreementItems" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> </decorator-section> > > >>> </decorator-screen> > > >>> </widgets> > > >>> @@ -235,7 +235,7 @@ under the License. > > >>> <include-form name=" > > LookupPaymentGroupMember" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> </decorator-section> > > >>> <decorator-section name="search-results"> > > >>> - <include-form name="ListPaymentGroupMember" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> + <include-grid name="ListPaymentGroupMember" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> </decorator-section> > > >>> </decorator-screen> > > >>> </widgets> > > >>> @@ -262,7 +262,7 @@ under the License. > > >>> <include-form name="LookupGlReconciliation" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> </decorator-section> > > >>> <decorator-section name="search-results"> > > >>> - <include-form name=" > ListLookupReconciliation" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> + <include-grid name=" > ListLookupReconciliation" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> </decorator-section> > > >>> </decorator-screen> > > >>> </widgets> > > >>> @@ -287,7 +287,7 @@ under the License. > > >>> <include-form name="LookupCustomTimePeriod" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> </decorator-section> > > >>> <decorator-section name="search-results"> > > >>> - <include-form name=" > > ListLookupCustomTimePeriod" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> + <include-grid name=" > > ListLookupCustomTimePeriod" > > >>> location="component://accounting/widget/FieldLookupForms.xml"/> > > >>> </decorator-section> > > >>> </decorator-screen> > > >>> </widgets> > > >>> > > >>> > > >>> > > >>> > > > > > > |
Hi Taher,
Common grid functionalities include pivots, sorting columns, multiple-row header, aggregate functions, in-grid editing etc. IMO, these should be standard grid features for modern ERP. I see the value of the extraction. It would be difficult to innovate in the future if lists are still coupled with forms. Regards, James Yong
|
Administrator
|
Thanks James,
Here are some more elements to convince Taher that it was not a shoot in the dark. They are all available from http://ofbiz.apache.org/release-notes-16.11.01.html, just look for "grid" http://markmail.org/message/4m3vgq4wdvo7ziaj https://issues.apache.org/jira/browse/OFBIZ-6404 https://issues.apache.org/jira/browse/OFBIZ-6501 https://issues.apache.org/jira/browse/OFBIZ-6502 https://issues.apache.org/jira/browse/OFBIZ-7029 So it's not 100% done, but I don't see myself reverting all this work with really good reasons! Jacques Le 15/03/2017 à 10:05, james yong a écrit : > Hi Taher, > > Common grid functionalities include pivots, sorting columns, multiple-row > header, aggregate functions, in-grid editing etc. IMO, these should be > standard grid features for modern ERP. I see the value of the extraction. It > would be difficult to innovate in the future if lists are still coupled with > forms. > > Regards, > James Yong > > > taher wrote >> Still seems unclear. What is the value of this extraction? How is it >> implemented? Who intends on implementing the new features if any? What are >> the new features? How does that play into the UI refactoring intended >> within themes? What do we gain by this whole exercise? Given that we lost >> Adrian, someone should have answers to these questions before we commit to >> such a large body of work. There are hundreds if not thousands of such >> forms all over the code base. >> >> On Wed, Mar 15, 2017 at 11:29 AM, Pierre Smits < >> pierre.smits@ >> > >> wrote: >> >>> That is what you get in transitional stages. But then again, OFBiz offers >>> lots of flexibility in order to get from A to Z. >>> >>> As I read it, it was the intention of Adrian to simplify (I would like to >>> extract list functionality from the form widget and create a new grid >>> widget). But you can't remove the functionality until all referenced >>> widgets are converted (the backward compatibility). >>> >>> Best regards, >>> >>> Pierre Smits >>> >>> ORRTIZ.COM <http://www.orrtiz.com> >>> OFBiz based solutions & services >>> >>> OFBiz Extensions Marketplace >>> http://oem.ofbizci.net/oci-2/ >>> >>> On Wed, Mar 15, 2017 at 6:49 AM, Taher Alkhateeb < >>> >> slidingfilaments@ >>>> wrote: >>>> So it's two widgets that output an identical HTML structure with no >>> plan >>> in >>>> sight of making a differentiation. This is now putting in the code base >>> two >>>> ways of achieving the same thing (more complexity) for no added value. >>>> Maybe we need to discuss the added value and direction of such work. >>>> >>>> On Tue, Mar 14, 2017 at 7:20 PM, Jacques Le Roux < >>>> >> jacques.le.roux@ >>> wrote: >>>>> Hi Taher, >>>>> >>>>> It's explained here http://markmail.org/message/77swtjvr6q25rq4d >>>>> >>>>> Quoting Adrian. >>>>> >>>>> <<Finally, I would like to extract list functionality from the >>> form >> > > widget >>>>> and create a new grid widget. So, instead of a form widget >>> representing a >>>>> single data entry form OR a list, it will ONLY represent a single >>> form. >>>> If >>>>> you want a list, you use the grid widget. Initially, this change will >>> be >>>>> backwards-compatible - the XML parser will accept a >> <form> >> element for >>>> both >>>>> types and it will create the correct model based on the type >>> attribute.>> >>>>> Initially I wondered if Adrian had not a CSS idea in mind, I can't >>>> clearly >>>>> remember if we discussed it or not >>>>> >>>>> Jacques >>>>> >>>>> >>>>> >>>>> Le 14/03/2017 à 17:06, Taher Alkhateeb a écrit : >>>>> >>>>>> Hi Jacques, >>>>>> >>>>>> What is the purpose of converting list forms to grids? >>>>>> >>>>>> Regards, >>>>>> >>>>>> Taher Alkhateeb >>>>>> >>>>>> On Mar 14, 2017 6:59 PM, < >> jleroux@ >> > wrote: >>>>>> Author: jleroux >>>>>>> Date: Tue Mar 14 15:59:23 2017 >>>>>>> New Revision: 1786919 >>>>>>> >>>>>>> URL: http://svn.apache.org/viewvc?rev=1786919&view=rev >>>>>>> Log: >>>>>>> Improved: refactor list related forms in Lookup widgets >>>>>>> (OFBIZ-9232) >>>>>>> >>>>>>> Refactoring various list forms into grids >>>>>>> Refactoring various list form references in screen widgets >>>>>>> >>>>>>> >>>>>>> Thanks: Pierre Smits >>>>>>> >>>>>>> Modified: >>>>>>> ofbiz/ofbiz-framework/trunk/applications/accounting/ >>>>>>> widget/FieldLookupForms.xml >>>>>>> ofbiz/ofbiz-framework/trunk/applications/accounting/ >>>>>>> widget/LookupScreens.xml >>>>>>> >>>>>>> Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/ >>>>>>> widget/FieldLookupForms.xml >>>>>>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/ >>>>>>> applications/accounting/widget/FieldLookupForms.xml? >>>>>>> rev=1786919&r1=1786918&r2=1786919&view=diff >>>>>>> ============================================================ >>>>>>> ================== >>>>>>> --- ofbiz/ofbiz-framework/trunk/applications/accounting/widget/ >>>>>>> FieldLookupForms.xml >>>>>>> (original) >>>>>>> +++ ofbiz/ofbiz-framework/trunk/applications/accounting/widget/ >>>>>>> FieldLookupForms.xml >>>>>>> Tue Mar 14 15:59:23 2017 >>>>>>> @@ -36,7 +36,7 @@ under the License. >>>>>>> >> <field name="noConditionFind"> >> <hidden value="Y"/> >> </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" >>>>>>> + >> <grid name="ListLookupFixedAsset" list-name="listIt" title="" >> > >>> 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"> >>>>>>> @@ -51,7 +51,7 @@ under the License. >>>>>>> >> </field> >>>>>>> >> <field name="fixedAssetName" title="${uiLabelMap. >> > >>> CommonName}"> >> <display/> >> </field> >>>>>>> >> <field name="fixedAssetTypeId" title="${uiLabelMap. >> > >>> AccountingFixedAssetTypeId}"> >> <display-entity >> > >>> entity-name="FixedAssetType"/> >> </field> >>>>>>> - >> </form> >>>>>>> + >> </grid> >>>>>>> >> <form name="LookupBudget" target="LookupBudget" title="" >> > >>> type="single" >>>>>>> header-row-style="header-row" >>> default-table-style="basic-tab >>>>>>> le"> >>>>>>> >> <auto-fields-entity entity-name="Budget" >> > >>> default-field-type="hidden"/> >>>>>>> @@ -94,7 +94,7 @@ under the License. >>>>>>> >> <field name="noConditionFind"> >> <hidden value="Y"/> >> </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" >>>>>>> + >> <grid name="ListBillingAccount" list-name="listIt" title="" >> > >>> 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"> >>>>>>> @@ -110,7 +110,7 @@ under the License. >>>>>>> >> </field> >>>>>>> >> <field name="description"> >> <display/> >> </field> >>>>>>> >> <field name="externalAccountId" title="${uiLabelMap. >> > >>> AccountingExternalAccountId}"> >> <display/> >> </field> >>>>>>> - >> </form> >>>>>>> + >> </grid> >>>>>>> >> <form name="LookupGlAccount" target="LookupGlAccount" title="" >> > >>> type="single" >>>>>>> header-row-style="header-row" >>> default-table-style="basic-tab >>>>>>> le"> >>>>>>> @@ -134,7 +134,8 @@ under the License. >>>>>>> >> <field name="noConditionFind"> >> <hidden value="Y"/> >> </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" >>>>>>> + >>>>>>> + >> <form name="ListLookupGlAccount" list-name="listIt" title="" >> > >>> 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"> >>>>>>> @@ -151,6 +152,7 @@ under the License. >>>>>>> >> <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-tab >>>>>>> le"> >>>>>>> >> <auto-fields-entity entity-name="Payment" >> > >>> default-field-type="hidden"/> >>>>>>> @@ -162,7 +164,8 @@ under the License. >>>>>>> >> <field name="noConditionFind"> >> <hidden value="Y"/> >> </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" >>>>>>> + >>>>>>> + >> <form name="ListPayment" list-name="listIt" title="" >> > >>> 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"> >>>>>>> @@ -181,7 +184,7 @@ under the License. >>>>>>> >> <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-tab >>>>>>> le"> >>>>>>> >>>>>>> @@ -206,7 +209,8 @@ under the License. >>>>>>> >> <field name="noConditionFind"> >> <hidden value="Y"/> >> </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" >>>>>>> + >>>>>>> + >> <form name="ListInvoice" list-name="listIt" title="" >> > >>> 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"> >>>>>>> @@ -238,7 +242,8 @@ under the License. >>>>>>> >> <field name="noConditionFind"> >> <hidden value="Y"/> >> </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" >>>>>>> + >>>>>>> + >> <grid 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"> >>>>>>> @@ -255,7 +260,7 @@ under the License. >>>>>>> >> <field name="agreementDate" title="${uiLabelMap. >> > >>> CommonFromDate}"> >> <display/> >> </field> >>>>>>> >> <field name="agreementTypeId"> >> <display/> >> </field> >>>>>>> >> <field name="description"> >> <display/> >> </field> >>>>>>> - >> </form> >>>>>>> + >> </grid> >>>>>>> >> <form name="LookupAgreementItem" target="LookupAgreementItem" >> > >>> title="" type="single" >>>>>>> header-row-style="header-row" >>> default-table-style="basic-tab >>>>>>> le"> >>>>>>> @@ -269,7 +274,8 @@ under the License. >>>>>>> >> <field name="noConditionFind"> >> <hidden value="Y"/> >> </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" >>>>>>> + >>>>>>> + >> <grid name="ListAgreementItems" list-name="listIt" title="" >> > >>> 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"> >>>>>>> @@ -285,7 +291,7 @@ under the License. >>>>>>> >> </field> >>>>>>> >> <field name="agreementItemTypeId"> >> <display/> >> </field> >>>>>>> >> <field name="currencyUomId"> >> <display/> >> </field> >>>>>>> - >> </form> >>>>>>> + >> </grid> >>>>>>> >> <form name="LookupPaymentGroupMember" >> > >>> target="LookupPaymentGroupMember" >>>>>>> title="" type="single" header-row-style="header-row" >>>>>>> default-table-style="basic-table"> >>>>>>> >> <field name="paymentGroupId"> >> <text-find/> >> </field> >>>>>>> @@ -296,7 +302,8 @@ under the License. >>>>>>> >> <field name="noConditionFind"> >> <hidden value="Y"/> >> </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" >>>>>>> + >>>>>>> + >> <grid name="ListPaymentGroupMember" list-name="listIt" title="" >> > >>> 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"> >>>>>>> @@ -323,7 +330,7 @@ under the License. >>>>>>> >> <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" >>>>>>> + >> <grid name="ListLookupReconciliation" list-name="listIt" >> 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"> >>>>>>> @@ -339,7 +346,7 @@ under the License. >>>>>>> >> <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> >>>>>>> + >> </grid> >>>>>>> >> <form name="LookupCustomTimePeriod" >> > target="LookupCustomTimePeriod >>>>>>> " >>>>>>> title="" type="single" >>>>>>> header-row-style="header-row" >>> default-table-style="basic-tab >>>>>>> le"> >>>>>>> @@ -366,7 +373,7 @@ under the License. >>>>>>> >> <field name="noConditionFind"> >> <hidden value="Y"/> >> </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" >>>>>>> + >> <grid name="ListLookupCustomTimePeriod" list-name="listIt" >> > title="" >>>>>>> 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"> >>>>>>> @@ -386,5 +393,5 @@ under the License. >>>>>>> >> <field name="fromDate"> >> <display/> >> </field> >>>>>>> >> <field name="thruDate"> >> <display/> >> </field> >>>>>>> >> <field name="isClosed"> >> <display/> >> </field> >>>>>>> - >> </form> >>>>>>> + >> </grid> >>>>>>> >> </forms> >>>>>>> Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/ >>>>>>> widget/LookupScreens.xml >>>>>>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/ >>>>>>> applications/accounting/widget/LookupScreens.xml?rev= >>>>>>> 1786919&r1=1786918&r2=1786919&view=diff >>>>>>> ============================================================ >>>>>>> ================== >>>>>>> --- ofbiz/ofbiz-framework/trunk/applications/accounting/widget/ >>>>>>> LookupScreens.xml >>>>>>> (original) >>>>>>> +++ ofbiz/ofbiz-framework/trunk/applications/accounting/widget/ >>>>>>> LookupScreens.xml >>>>>>> Tue Mar 14 15:59:23 2017 >>>>>>> @@ -41,7 +41,7 @@ under the License. >>>>>>> >> <include-form name="LookupPayment" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> >> </decorator-section> >>>>>>> >> <decorator-section name="search-results"> >>>>>>> - >> <include-form name="ListPayment" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> + >> <include-grid name="ListPayment" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> >> </decorator-section> >>>>>>> >> </decorator-screen> >>>>>>> >> </widgets> >>>>>>> @@ -68,7 +68,7 @@ under the License. >>>>>>> >> <include-form name="LookupInvoice" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> >> </decorator-section> >>>>>>> >> <decorator-section name="search-results"> >>>>>>> - >> <include-form name="ListInvoice" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> + >> <include-grid name="ListInvoice" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> >> </decorator-section> >>>>>>> >> </decorator-screen> >>>>>>> >> </widgets> >>>>>>> @@ -95,7 +95,7 @@ under the License. >>>>>>> >> <include-form name="LookupFixedAsset" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> >> </decorator-section> >>>>>>> >> <decorator-section name="search-results"> >>>>>>> - >> <include-form name="ListLookupFixedAsset" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> + >> <include-grid name="ListLookupFixedAsset" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> >> </decorator-section> >>>>>>> >> </decorator-screen> >>>>>>> >> </widgets> >>>>>>> @@ -123,7 +123,7 @@ under the License. >>>>>>> >> <include-form name="lookupBillingAccount" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> >> </decorator-section> >>>>>>> >> <decorator-section name="search-results"> >>>>>>> - >> <include-form name="ListBillingAccount" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> + >> <include-grid name="ListBillingAccount" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> >> </decorator-section> >>>>>>> >> </decorator-screen> >>>>>>> >> </widgets> >>>>>>> @@ -151,7 +151,7 @@ under the License. >>>>>>> >> <include-form name="LookupGlAccount" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> >> </decorator-section> >>>>>>> >> <decorator-section name="search-results"> >>>>>>> - >> <include-form name="ListLookupGlAccount" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> + >> <include-grid name="ListLookupGlAccount" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> >> </decorator-section> >>>>>>> >> </decorator-screen> >>>>>>> >> </widgets> >>>>>>> @@ -179,7 +179,7 @@ under the License. >>>>>>> >> <include-form name="LookupAgreement" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> >> </decorator-section> >>>>>>> >> <decorator-section name="search-results"> >>>>>>> - >> <include-form name="ListAgreements" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> + >> <include-grid name="ListAgreements" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> >> </decorator-section> >>>>>>> >> </decorator-screen> >>>>>>> >> </widgets> >>>>>>> @@ -207,7 +207,7 @@ under the License. >>>>>>> >> <include-form name="LookupAgreementItem" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> >> </decorator-section> >>>>>>> >> <decorator-section name="search-results"> >>>>>>> - >> <include-form name="ListAgreementItems" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> + >> <include-grid name="ListAgreementItems" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> >> </decorator-section> >>>>>>> >> </decorator-screen> >>>>>>> >> </widgets> >>>>>>> @@ -235,7 +235,7 @@ under the License. >>>>>>> >> <include-form name=" >> > LookupPaymentGroupMember" >>>>>>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> >> </decorator-section> >>>>>>> >> <decorator-section name="search-results"> >>>>>>> - >> <include-form name="ListPaymentGroupMember" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> + >> <include-grid name="ListPaymentGroupMember" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> >> </decorator-section> >>>>>>> >> </decorator-screen> >>>>>>> >> </widgets> >>>>>>> @@ -262,7 +262,7 @@ under the License. >>>>>>> >> <include-form name="LookupGlReconciliation" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> >> </decorator-section> >>>>>>> >> <decorator-section name="search-results"> >>>>>>> - >> <include-form name=" >> ListLookupReconciliation" >>>>>>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> + >> <include-grid name=" >> ListLookupReconciliation" >>>>>>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> >> </decorator-section> >>>>>>> >> </decorator-screen> >>>>>>> >> </widgets> >>>>>>> @@ -287,7 +287,7 @@ under the License. >>>>>>> >> <include-form name="LookupCustomTimePeriod" >> > >>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> >> </decorator-section> >>>>>>> >> <decorator-section name="search-results"> >>>>>>> - >> <include-form name=" >> > ListLookupCustomTimePeriod" >>>>>>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> + >> <include-grid name=" >> > ListLookupCustomTimePeriod" >>>>>>> location="component://accounting/widget/FieldLookupForms.xml"/> >>>>>>> >> </decorator-section> >>>>>>> >> </decorator-screen> >>>>>>> >> </widgets> >>>>>>> >>>>>>> >>>>>>> > > > > > -- > View this message in context: http://ofbiz.135035.n4.nabble.com/Re-svn-commit-r1786919-in-ofbiz-ofbiz-framework-trunk-applications-accounting-widget-FieldLookupForml-tp4703327p4703371.html > Sent from the OFBiz - Dev mailing list archive at Nabble.com. > |
I'm not familiar with the work Adrian did any subsequent work but I do
believe the basis of the idea has merit. While there are some similarities between a form and a table, I think there are enough differences that it would be easier to move forward with new features specific to one or the other if they were separated. Regards Scott On 16 March 2017 at 19:12, Jacques Le Roux <[hidden email]> wrote: > Thanks James, > > Here are some more elements to convince Taher that it was not a shoot in > the dark. > > They are all available from http://ofbiz.apache.org/releas > e-notes-16.11.01.html, just look for "grid" > > http://markmail.org/message/4m3vgq4wdvo7ziaj > > https://issues.apache.org/jira/browse/OFBIZ-6404 > > https://issues.apache.org/jira/browse/OFBIZ-6501 > > https://issues.apache.org/jira/browse/OFBIZ-6502 > > https://issues.apache.org/jira/browse/OFBIZ-7029 > > So it's not 100% done, but I don't see myself reverting all this work with > really good reasons! > > Jacques > > Le 15/03/2017 à 10:05, james yong a écrit : > >> Hi Taher, >> >> Common grid functionalities include pivots, sorting columns, multiple-row >> header, aggregate functions, in-grid editing etc. IMO, these should be >> standard grid features for modern ERP. I see the value of the extraction. >> It >> would be difficult to innovate in the future if lists are still coupled >> with >> forms. >> >> Regards, >> James Yong >> >> >> taher wrote >> >>> Still seems unclear. What is the value of this extraction? How is it >>> implemented? Who intends on implementing the new features if any? What >>> are >>> the new features? How does that play into the UI refactoring intended >>> within themes? What do we gain by this whole exercise? Given that we lost >>> Adrian, someone should have answers to these questions before we commit >>> to >>> such a large body of work. There are hundreds if not thousands of such >>> forms all over the code base. >>> >>> On Wed, Mar 15, 2017 at 11:29 AM, Pierre Smits < >>> pierre.smits@ >>> > >>> wrote: >>> >>> That is what you get in transitional stages. But then again, OFBiz offers >>>> lots of flexibility in order to get from A to Z. >>>> >>>> As I read it, it was the intention of Adrian to simplify (I would like >>>> to >>>> extract list functionality from the form widget and create a new grid >>>> widget). But you can't remove the functionality until all referenced >>>> widgets are converted (the backward compatibility). >>>> >>>> Best regards, >>>> >>>> Pierre Smits >>>> >>>> ORRTIZ.COM <http://www.orrtiz.com> >>>> OFBiz based solutions & services >>>> >>>> OFBiz Extensions Marketplace >>>> http://oem.ofbizci.net/oci-2/ >>>> >>>> On Wed, Mar 15, 2017 at 6:49 AM, Taher Alkhateeb < >>>> >>>> slidingfilaments@ >>> >>>> wrote: >>>>> So it's two widgets that output an identical HTML structure with no >>>>> >>>> plan >>>> in >>>> >>>>> sight of making a differentiation. This is now putting in the code base >>>>> >>>> two >>>> >>>>> ways of achieving the same thing (more complexity) for no added value. >>>>> Maybe we need to discuss the added value and direction of such work. >>>>> >>>>> On Tue, Mar 14, 2017 at 7:20 PM, Jacques Le Roux < >>>>> >>>>> jacques.le.roux@ >>> >>>> wrote: >>>> >>>>> Hi Taher, >>>>>> >>>>>> It's explained here http://markmail.org/message/77swtjvr6q25rq4d >>>>>> >>>>>> Quoting Adrian. >>>>>> >>>>>> <<Finally, I would like to extract list functionality from the >>>>>> >>>>> form >>>> >>> > > widget >>> >>>> and create a new grid widget. So, instead of a form widget >>>>>> >>>>> representing a >>>> >>>>> single data entry form OR a list, it will ONLY represent a single >>>>>> >>>>> form. >>>> >>>>> If >>>>> >>>>>> you want a list, you use the grid widget. Initially, this change will >>>>>> >>>>> be >>>> >>>>> backwards-compatible - the XML parser will accept a >>>>>> >>>>> <form> >>> element for >>> >>>> both >>>>> >>>>>> types and it will create the correct model based on the type >>>>>> >>>>> attribute.>> >>>> >>>>> Initially I wondered if Adrian had not a CSS idea in mind, I can't >>>>>> >>>>> clearly >>>>> >>>>>> remember if we discussed it or not >>>>>> >>>>>> Jacques >>>>>> >>>>>> >>>>>> >>>>>> Le 14/03/2017 à 17:06, Taher Alkhateeb a écrit : >>>>>> >>>>>> Hi Jacques, >>>>>>> >>>>>>> What is the purpose of converting list forms to grids? >>>>>>> >>>>>>> Regards, >>>>>>> >>>>>>> Taher Alkhateeb >>>>>>> >>>>>>> On Mar 14, 2017 6:59 PM, < >>>>>>> >>>>>> jleroux@ >>> > wrote: >>> >>>> Author: jleroux >>>>>>> >>>>>>>> Date: Tue Mar 14 15:59:23 2017 >>>>>>>> New Revision: 1786919 >>>>>>>> >>>>>>>> URL: http://svn.apache.org/viewvc?rev=1786919&view=rev >>>>>>>> Log: >>>>>>>> Improved: refactor list related forms in Lookup widgets >>>>>>>> (OFBIZ-9232) >>>>>>>> >>>>>>>> Refactoring various list forms into grids >>>>>>>> Refactoring various list form references in screen widgets >>>>>>>> >>>>>>>> >>>>>>>> Thanks: Pierre Smits >>>>>>>> >>>>>>>> Modified: >>>>>>>> ofbiz/ofbiz-framework/trunk/applications/accounting/ >>>>>>>> widget/FieldLookupForms.xml >>>>>>>> ofbiz/ofbiz-framework/trunk/applications/accounting/ >>>>>>>> widget/LookupScreens.xml >>>>>>>> >>>>>>>> Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/ >>>>>>>> widget/FieldLookupForms.xml >>>>>>>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/ >>>>>>>> applications/accounting/widget/FieldLookupForms.xml? >>>>>>>> rev=1786919&r1=1786918&r2=1786919&view=diff >>>>>>>> ============================================================ >>>>>>>> ================== >>>>>>>> --- ofbiz/ofbiz-framework/trunk/applications/accounting/widget/ >>>>>>>> FieldLookupForms.xml >>>>>>>> (original) >>>>>>>> +++ ofbiz/ofbiz-framework/trunk/applications/accounting/widget/ >>>>>>>> FieldLookupForms.xml >>>>>>>> Tue Mar 14 15:59:23 2017 >>>>>>>> @@ -36,7 +36,7 @@ under the License. >>>>>>>> >>>>>>>> >>>>>>> <field name="noConditionFind"> >>> <hidden value="Y"/> >>> </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" >>> >>>> + >>>>>>>> >>>>>>> <grid name="ListLookupFixedAsset" list-name="listIt" title="" >>> > >>> 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"> >>> >>>> @@ -51,7 +51,7 @@ under the License. >>>>>>>> >>>>>>>> >>>>>>> </field> >>> >>>> >>>>>>>> >>>>>>> <field name="fixedAssetName" title="${uiLabelMap. >>> > >>> CommonName}"> >>> <display/> >>> </field> >>> >>>> >>>>>>>> >>>>>>> <field name="fixedAssetTypeId" title="${uiLabelMap. >>> > >>> AccountingFixedAssetTypeId}"> >>> <display-entity >>> > >>> entity-name="FixedAssetType"/> >>> </field> >>> >>>> - >>>>>>>> >>>>>>> </form> >>> >>>> + >>>>>>>> >>>>>>> </grid> >>> >>>> >>>>>>>> >>>>>>> <form name="LookupBudget" target="LookupBudget" title="" >>> > >>> type="single" >>> >>>> header-row-style="header-row" >>>>>>>> >>>>>>> default-table-style="basic-tab >>>> >>>>> le"> >>>>>>>> >>>>>>>> >>>>>>> <auto-fields-entity entity-name="Budget" >>> > >>> default-field-type="hidden"/> >>> >>>> @@ -94,7 +94,7 @@ under the License. >>>>>>>> >>>>>>>> >>>>>>> <field name="noConditionFind"> >>> <hidden value="Y"/> >>> </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" >>> >>>> + >>>>>>>> >>>>>>> <grid name="ListBillingAccount" list-name="listIt" title="" >>> > >>> 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"> >>> >>>> @@ -110,7 +110,7 @@ under the License. >>>>>>>> >>>>>>>> >>>>>>> </field> >>> >>>> >>>>>>>> >>>>>>> <field name="description"> >>> <display/> >>> </field> >>> >>>> >>>>>>>> >>>>>>> <field name="externalAccountId" title="${uiLabelMap. >>> > >>> AccountingExternalAccountId}"> >>> <display/> >>> </field> >>> >>>> - >>>>>>>> >>>>>>> </form> >>> >>>> + >>>>>>>> >>>>>>> </grid> >>> >>>> >>>>>>>> >>>>>>> <form name="LookupGlAccount" target="LookupGlAccount" title="" >>> > >>> type="single" >>> >>>> header-row-style="header-row" >>>>>>>> >>>>>>> default-table-style="basic-tab >>>> >>>>> le"> >>>>>>>> @@ -134,7 +134,8 @@ under the License. >>>>>>>> >>>>>>>> >>>>>>> <field name="noConditionFind"> >>> <hidden value="Y"/> >>> </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" >>> >>>> + >>>>>>>> + >>>>>>>> >>>>>>> <form name="ListLookupGlAccount" list-name="listIt" title="" >>> > >>> 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"> >>> >>>> @@ -151,6 +152,7 @@ under the License. >>>>>>>> >>>>>>>> >>>>>>> <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-tab >>>> >>>>> le"> >>>>>>>> >>>>>>>> >>>>>>> <auto-fields-entity entity-name="Payment" >>> > >>> default-field-type="hidden"/> >>> >>>> @@ -162,7 +164,8 @@ under the License. >>>>>>>> >>>>>>>> >>>>>>> <field name="noConditionFind"> >>> <hidden value="Y"/> >>> </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" >>> >>>> + >>>>>>>> + >>>>>>>> >>>>>>> <form name="ListPayment" list-name="listIt" title="" >>> > >>> 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"> >>> >>>> @@ -181,7 +184,7 @@ under the License. >>>>>>>> >>>>>>>> >>>>>>> <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-tab >>>> >>>>> le"> >>>>>>>> @@ -206,7 +209,8 @@ under the License. >>>>>>>> >>>>>>>> >>>>>>> <field name="noConditionFind"> >>> <hidden value="Y"/> >>> </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" >>> >>>> + >>>>>>>> + >>>>>>>> >>>>>>> <form name="ListInvoice" list-name="listIt" title="" >>> > >>> 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"> >>> >>>> @@ -238,7 +242,8 @@ under the License. >>>>>>>> >>>>>>>> >>>>>>> <field name="noConditionFind"> >>> <hidden value="Y"/> >>> </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" >>>>>>>> + >>>>>>>> + >>>>>>>> >>>>>>> <grid 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"> >>> >>>> @@ -255,7 +260,7 @@ under the License. >>>>>>>> >>>>>>>> >>>>>>> <field name="agreementDate" title="${uiLabelMap. >>> > >>> CommonFromDate}"> >>> <display/> >>> </field> >>> >>>> >>>>>>>> >>>>>>> <field name="agreementTypeId"> >>> <display/> >>> </field> >>> >>>> >>>>>>>> >>>>>>> <field name="description"> >>> <display/> >>> </field> >>> >>>> - >>>>>>>> >>>>>>> </form> >>> >>>> + >>>>>>>> >>>>>>> </grid> >>> >>>> >>>>>>>> >>>>>>> <form name="LookupAgreementItem" target="LookupAgreementItem" >>> > >>> title="" type="single" >>> >>>> header-row-style="header-row" >>>>>>>> >>>>>>> default-table-style="basic-tab >>>> >>>>> le"> >>>>>>>> @@ -269,7 +274,8 @@ under the License. >>>>>>>> >>>>>>>> >>>>>>> <field name="noConditionFind"> >>> <hidden value="Y"/> >>> </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" >>> >>>> + >>>>>>>> + >>>>>>>> >>>>>>> <grid name="ListAgreementItems" list-name="listIt" title="" >>> > >>> 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"> >>> >>>> @@ -285,7 +291,7 @@ under the License. >>>>>>>> >>>>>>>> >>>>>>> </field> >>> >>>> >>>>>>>> >>>>>>> <field name="agreementItemTypeId"> >>> <display/> >>> </field> >>> >>>> >>>>>>>> >>>>>>> <field name="currencyUomId"> >>> <display/> >>> </field> >>> >>>> - >>>>>>>> >>>>>>> </form> >>> >>>> + >>>>>>>> >>>>>>> </grid> >>> >>>> >>>>>>>> >>>>>>> <form name="LookupPaymentGroupMember" >>> > >>> target="LookupPaymentGroupMember" >>> >>>> title="" type="single" header-row-style="header-row" >>>>>>>> default-table-style="basic-table"> >>>>>>>> >>>>>>>> >>>>>>> <field name="paymentGroupId"> >>> <text-find/> >>> </field> >>> >>>> @@ -296,7 +302,8 @@ under the License. >>>>>>>> >>>>>>>> >>>>>>> <field name="noConditionFind"> >>> <hidden value="Y"/> >>> </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" >>> >>>> + >>>>>>>> + >>>>>>>> >>>>>>> <grid name="ListPaymentGroupMember" list-name="listIt" title="" >>> > >>> 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"> >>> >>>> @@ -323,7 +330,7 @@ under the License. >>>>>>>> >>>>>>>> >>>>>>> <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" >>>>>>>> + >>>>>>>> >>>>>>> <grid name="ListLookupReconciliation" list-name="listIt" >>> 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"> >>> >>>> @@ -339,7 +346,7 @@ under the License. >>>>>>>> >>>>>>>> >>>>>>> <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> >>> >>>> + >>>>>>>> >>>>>>> </grid> >>> >>>> >>>>>>>> >>>>>>> <form name="LookupCustomTimePeriod" >>> > target="LookupCustomTimePeriod >>> >>>> " >>>>>>>> title="" type="single" >>>>>>>> header-row-style="header-row" >>>>>>>> >>>>>>> default-table-style="basic-tab >>>> >>>>> le"> >>>>>>>> @@ -366,7 +373,7 @@ under the License. >>>>>>>> >>>>>>>> >>>>>>> <field name="noConditionFind"> >>> <hidden value="Y"/> >>> </field> >>> >>>> >>>>>>> >>>>>>> |
Right Scott all good points. So we should have some kind of plan that says
once the migration is complete then we will do X Y and Z. For example, we will update the XSD files to disable list forms, split the backend themes and templates to have a separate HTML output for each widget type, so on and so forth. What I saw was an incomplete picture of just switching forms to grids randomly. I don't remember discussing in the community for everyone to stop writing any list forms (and I remember more being added / changed lately). So maybe we need to agree on that as well. A project like this one requires a coordinated effort to get the value out of it, because without a full switch there is no value right? Anyway, things are more clear now, but I recommend we layout a plan instead of just cruising. Maybe put the action points in a JIRA or something. On Thu, Mar 16, 2017 at 11:57 AM, Scott Gray <[hidden email]> wrote: > I'm not familiar with the work Adrian did any subsequent work but I do > believe the basis of the idea has merit. While there are some similarities > between a form and a table, I think there are enough differences that it > would be easier to move forward with new features specific to one or the > other if they were separated. > > Regards > Scott > > On 16 March 2017 at 19:12, Jacques Le Roux <[hidden email]> > wrote: > > > Thanks James, > > > > Here are some more elements to convince Taher that it was not a shoot in > > the dark. > > > > They are all available from http://ofbiz.apache.org/releas > > e-notes-16.11.01.html, just look for "grid" > > > > http://markmail.org/message/4m3vgq4wdvo7ziaj > > > > https://issues.apache.org/jira/browse/OFBIZ-6404 > > > > https://issues.apache.org/jira/browse/OFBIZ-6501 > > > > https://issues.apache.org/jira/browse/OFBIZ-6502 > > > > https://issues.apache.org/jira/browse/OFBIZ-7029 > > > > So it's not 100% done, but I don't see myself reverting all this work > with > > really good reasons! > > > > Jacques > > > > Le 15/03/2017 à 10:05, james yong a écrit : > > > >> Hi Taher, > >> > >> Common grid functionalities include pivots, sorting columns, > multiple-row > >> header, aggregate functions, in-grid editing etc. IMO, these should be > >> standard grid features for modern ERP. I see the value of the > extraction. > >> It > >> would be difficult to innovate in the future if lists are still coupled > >> with > >> forms. > >> > >> Regards, > >> James Yong > >> > >> > >> taher wrote > >> > >>> Still seems unclear. What is the value of this extraction? How is it > >>> implemented? Who intends on implementing the new features if any? What > >>> are > >>> the new features? How does that play into the UI refactoring intended > >>> within themes? What do we gain by this whole exercise? Given that we > lost > >>> Adrian, someone should have answers to these questions before we commit > >>> to > >>> such a large body of work. There are hundreds if not thousands of such > >>> forms all over the code base. > >>> > >>> On Wed, Mar 15, 2017 at 11:29 AM, Pierre Smits < > >>> pierre.smits@ > >>> > > >>> wrote: > >>> > >>> That is what you get in transitional stages. But then again, OFBiz > offers > >>>> lots of flexibility in order to get from A to Z. > >>>> > >>>> As I read it, it was the intention of Adrian to simplify (I would like > >>>> to > >>>> extract list functionality from the form widget and create a new grid > >>>> widget). But you can't remove the functionality until all referenced > >>>> widgets are converted (the backward compatibility). > >>>> > >>>> Best regards, > >>>> > >>>> Pierre Smits > >>>> > >>>> ORRTIZ.COM <http://www.orrtiz.com> > >>>> OFBiz based solutions & services > >>>> > >>>> OFBiz Extensions Marketplace > >>>> http://oem.ofbizci.net/oci-2/ > >>>> > >>>> On Wed, Mar 15, 2017 at 6:49 AM, Taher Alkhateeb < > >>>> > >>>> slidingfilaments@ > >>> > >>>> wrote: > >>>>> So it's two widgets that output an identical HTML structure with no > >>>>> > >>>> plan > >>>> in > >>>> > >>>>> sight of making a differentiation. This is now putting in the code > base > >>>>> > >>>> two > >>>> > >>>>> ways of achieving the same thing (more complexity) for no added > value. > >>>>> Maybe we need to discuss the added value and direction of such work. > >>>>> > >>>>> On Tue, Mar 14, 2017 at 7:20 PM, Jacques Le Roux < > >>>>> > >>>>> jacques.le.roux@ > >>> > >>>> wrote: > >>>> > >>>>> Hi Taher, > >>>>>> > >>>>>> It's explained here http://markmail.org/message/77swtjvr6q25rq4d > >>>>>> > >>>>>> Quoting Adrian. > >>>>>> > >>>>>> <<Finally, I would like to extract list functionality from the > >>>>>> > >>>>> form > >>>> > >>> > > widget > >>> > >>>> and create a new grid widget. So, instead of a form widget > >>>>>> > >>>>> representing a > >>>> > >>>>> single data entry form OR a list, it will ONLY represent a single > >>>>>> > >>>>> form. > >>>> > >>>>> If > >>>>> > >>>>>> you want a list, you use the grid widget. Initially, this change > will > >>>>>> > >>>>> be > >>>> > >>>>> backwards-compatible - the XML parser will accept a > >>>>>> > >>>>> <form> > >>> element for > >>> > >>>> both > >>>>> > >>>>>> types and it will create the correct model based on the type > >>>>>> > >>>>> attribute.>> > >>>> > >>>>> Initially I wondered if Adrian had not a CSS idea in mind, I can't > >>>>>> > >>>>> clearly > >>>>> > >>>>>> remember if we discussed it or not > >>>>>> > >>>>>> Jacques > >>>>>> > >>>>>> > >>>>>> > >>>>>> Le 14/03/2017 à 17:06, Taher Alkhateeb a écrit : > >>>>>> > >>>>>> Hi Jacques, > >>>>>>> > >>>>>>> What is the purpose of converting list forms to grids? > >>>>>>> > >>>>>>> Regards, > >>>>>>> > >>>>>>> Taher Alkhateeb > >>>>>>> > >>>>>>> On Mar 14, 2017 6:59 PM, < > >>>>>>> > >>>>>> jleroux@ > >>> > wrote: > >>> > >>>> Author: jleroux > >>>>>>> > >>>>>>>> Date: Tue Mar 14 15:59:23 2017 > >>>>>>>> New Revision: 1786919 > >>>>>>>> > >>>>>>>> URL: http://svn.apache.org/viewvc?rev=1786919&view=rev > >>>>>>>> Log: > >>>>>>>> Improved: refactor list related forms in Lookup widgets > >>>>>>>> (OFBIZ-9232) > >>>>>>>> > >>>>>>>> Refactoring various list forms into grids > >>>>>>>> Refactoring various list form references in screen widgets > >>>>>>>> > >>>>>>>> > >>>>>>>> Thanks: Pierre Smits > >>>>>>>> > >>>>>>>> Modified: > >>>>>>>> ofbiz/ofbiz-framework/trunk/applications/accounting/ > >>>>>>>> widget/FieldLookupForms.xml > >>>>>>>> ofbiz/ofbiz-framework/trunk/applications/accounting/ > >>>>>>>> widget/LookupScreens.xml > >>>>>>>> > >>>>>>>> Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/ > >>>>>>>> widget/FieldLookupForms.xml > >>>>>>>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/ > >>>>>>>> applications/accounting/widget/FieldLookupForms.xml? > >>>>>>>> rev=1786919&r1=1786918&r2=1786919&view=diff > >>>>>>>> ============================================================ > >>>>>>>> ================== > >>>>>>>> --- ofbiz/ofbiz-framework/trunk/applications/accounting/widget/ > >>>>>>>> FieldLookupForms.xml > >>>>>>>> (original) > >>>>>>>> +++ ofbiz/ofbiz-framework/trunk/applications/accounting/widget/ > >>>>>>>> FieldLookupForms.xml > >>>>>>>> Tue Mar 14 15:59:23 2017 > >>>>>>>> @@ -36,7 +36,7 @@ under the License. > >>>>>>>> > >>>>>>>> > >>>>>>> <field name="noConditionFind"> > >>> <hidden value="Y"/> > >>> </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" > >>> > >>>> + > >>>>>>>> > >>>>>>> <grid name="ListLookupFixedAsset" list-name="listIt" title="" > >>> > >>> 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"> > >>> > >>>> @@ -51,7 +51,7 @@ under the License. > >>>>>>>> > >>>>>>>> > >>>>>>> </field> > >>> > >>>> > >>>>>>>> > >>>>>>> <field name="fixedAssetName" title="${uiLabelMap. > >>> > >>> CommonName}"> > >>> <display/> > >>> </field> > >>> > >>>> > >>>>>>>> > >>>>>>> <field name="fixedAssetTypeId" title="${uiLabelMap. > >>> > >>> AccountingFixedAssetTypeId}"> > >>> <display-entity > >>> > >>> entity-name="FixedAssetType"/> > >>> </field> > >>> > >>>> - > >>>>>>>> > >>>>>>> </form> > >>> > >>>> + > >>>>>>>> > >>>>>>> </grid> > >>> > >>>> > >>>>>>>> > >>>>>>> <form name="LookupBudget" target="LookupBudget" title="" > >>> > >>> type="single" > >>> > >>>> header-row-style="header-row" > >>>>>>>> > >>>>>>> default-table-style="basic-tab > >>>> > >>>>> le"> > >>>>>>>> > >>>>>>>> > >>>>>>> <auto-fields-entity entity-name="Budget" > >>> > >>> default-field-type="hidden"/> > >>> > >>>> @@ -94,7 +94,7 @@ under the License. > >>>>>>>> > >>>>>>>> > >>>>>>> <field name="noConditionFind"> > >>> <hidden value="Y"/> > >>> </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" > >>> > >>>> + > >>>>>>>> > >>>>>>> <grid name="ListBillingAccount" list-name="listIt" title="" > >>> > >>> 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"> > >>> > >>>> @@ -110,7 +110,7 @@ under the License. > >>>>>>>> > >>>>>>>> > >>>>>>> </field> > >>> > >>>> > >>>>>>>> > >>>>>>> <field name="description"> > >>> <display/> > >>> </field> > >>> > >>>> > >>>>>>>> > >>>>>>> <field name="externalAccountId" title="${uiLabelMap. > >>> > >>> AccountingExternalAccountId}"> > >>> <display/> > >>> </field> > >>> > >>>> - > >>>>>>>> > >>>>>>> </form> > >>> > >>>> + > >>>>>>>> > >>>>>>> </grid> > >>> > >>>> > >>>>>>>> > >>>>>>> <form name="LookupGlAccount" target="LookupGlAccount" title="" > >>> > >>> type="single" > >>> > >>>> header-row-style="header-row" > >>>>>>>> > >>>>>>> default-table-style="basic-tab > >>>> > >>>>> le"> > >>>>>>>> @@ -134,7 +134,8 @@ under the License. > >>>>>>>> > >>>>>>>> > >>>>>>> <field name="noConditionFind"> > >>> <hidden value="Y"/> > >>> </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" > >>> > >>>> + > >>>>>>>> + > >>>>>>>> > >>>>>>> <form name="ListLookupGlAccount" list-name="listIt" title="" > >>> > >>> 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"> > >>> > >>>> @@ -151,6 +152,7 @@ under the License. > >>>>>>>> > >>>>>>>> > >>>>>>> <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-tab > >>>> > >>>>> le"> > >>>>>>>> > >>>>>>>> > >>>>>>> <auto-fields-entity entity-name="Payment" > >>> > >>> default-field-type="hidden"/> > >>> > >>>> @@ -162,7 +164,8 @@ under the License. > >>>>>>>> > >>>>>>>> > >>>>>>> <field name="noConditionFind"> > >>> <hidden value="Y"/> > >>> </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" > >>> > >>>> + > >>>>>>>> + > >>>>>>>> > >>>>>>> <form name="ListPayment" list-name="listIt" title="" > >>> > >>> 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"> > >>> > >>>> @@ -181,7 +184,7 @@ under the License. > >>>>>>>> > >>>>>>>> > >>>>>>> <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-tab > >>>> > >>>>> le"> > >>>>>>>> @@ -206,7 +209,8 @@ under the License. > >>>>>>>> > >>>>>>>> > >>>>>>> <field name="noConditionFind"> > >>> <hidden value="Y"/> > >>> </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" > >>> > >>>> + > >>>>>>>> + > >>>>>>>> > >>>>>>> <form name="ListInvoice" list-name="listIt" title="" > >>> > >>> 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"> > >>> > >>>> @@ -238,7 +242,8 @@ under the License. > >>>>>>>> > >>>>>>>> > >>>>>>> <field name="noConditionFind"> > >>> <hidden value="Y"/> > >>> </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" > >>>>>>>> + > >>>>>>>> + > >>>>>>>> > >>>>>>> <grid 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"> > >>> > >>>> @@ -255,7 +260,7 @@ under the License. > >>>>>>>> > >>>>>>>> > >>>>>>> <field name="agreementDate" title="${uiLabelMap. > >>> > >>> CommonFromDate}"> > >>> <display/> > >>> </field> > >>> > >>>> > >>>>>>>> > >>>>>>> <field name="agreementTypeId"> > >>> <display/> > >>> </field> > >>> > >>>> > >>>>>>>> > >>>>>>> <field name="description"> > >>> <display/> > >>> </field> > >>> > >>>> - > >>>>>>>> > >>>>>>> </form> > >>> > >>>> + > >>>>>>>> > >>>>>>> </grid> > >>> > >>>> > >>>>>>>> > >>>>>>> <form name="LookupAgreementItem" target="LookupAgreementItem" > >>> > >>> title="" type="single" > >>> > >>>> header-row-style="header-row" > >>>>>>>> > >>>>>>> default-table-style="basic-tab > >>>> > >>>>> le"> > >>>>>>>> @@ -269,7 +274,8 @@ under the License. > >>>>>>>> > >>>>>>>> > >>>>>>> <field name="noConditionFind"> > >>> <hidden value="Y"/> > >>> </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" > >>> > >>>> + > >>>>>>>> + > >>>>>>>> > >>>>>>> <grid name="ListAgreementItems" list-name="listIt" title="" > >>> > >>> 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"> > >>> > >>>> @@ -285,7 +291,7 @@ under the License. > >>>>>>>> > >>>>>>>> > >>>>>>> </field> > >>> > >>>> > >>>>>>>> > >>>>>>> <field name="agreementItemTypeId"> > >>> <display/> > >>> </field> > >>> > >>>> > >>>>>>>> > >>>>>>> <field name="currencyUomId"> > >>> <display/> > >>> </field> > >>> > >>>> - > >>>>>>>> > >>>>>>> </form> > >>> > >>>> + > >>>>>>>> > >>>>>>> </grid> > >>> > >>>> > >>>>>>>> > >>>>>>> <form name="LookupPaymentGroupMember" > >>> > >>> target="LookupPaymentGroupMember" > >>> > >>>> title="" type="single" header-row-style="header-row" > >>>>>>>> default-table-style="basic-table"> > >>>>>>>> > >>>>>>>> > >>>>>>> <field name="paymentGroupId"> > >>> <text-find/> > >>> </field> > >>> > >>>> @@ -296,7 +302,8 @@ under the License. > >>>>>>>> > >>>>>>>> > >>>>>>> <field name="noConditionFind"> > >>> <hidden value="Y"/> > >>> </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" > >>> > >>>> + > >>>>>>>> + > >>>>>>>> > >>>>>>> <grid name="ListPaymentGroupMember" list-name="listIt" title="" > >>> > >>> 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"> > >>> > >>>> @@ -323,7 +330,7 @@ under the License. > >>>>>>>> > >>>>>>>> > >>>>>>> <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" > >>>>>>>> + > >>>>>>>> > >>>>>>> <grid name="ListLookupReconciliation" list-name="listIt" > >>> 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"> > >>> > >>>> @@ -339,7 +346,7 @@ under the License. > >>>>>>>> > >>>>>>>> > >>>>>>> <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> > >>> > >>>> + > >>>>>>>> > >>>>>>> </grid> > >>> > >>>> > >>>>>>>> > >>>>>>> <form name="LookupCustomTimePeriod" > >>> > target="LookupCustomTimePeriod > >>> > >>>> " > >>>>>>>> title="" type="single" > >>>>>>>> header-row-style="header-row" > >>>>>>>> > >>>>>>> default-table-style="basic-tab > >>>> > >>>>> le"> > >>>>>>>> @@ -366,7 +373,7 @@ under the License. > >>>>>>>> > >>>>>>>> > >>>>>>> <field name="noConditionFind"> > >>> <hidden value="Y"/> > >>> </field> > >>> > >>>> > >>>>>>> > >>>>>>> > |
Administrator
|
Yes that makes sense +1
Looking forward Jacques Le 16/03/2017 à 11:56, Taher Alkhateeb a écrit : > Right Scott all good points. So we should have some kind of plan that says > once the migration is complete then we will do X Y and Z. For example, we > will update the XSD files to disable list forms, split the backend themes > and templates to have a separate HTML output for each widget type, so on > and so forth. > > What I saw was an incomplete picture of just switching forms to grids > randomly. I don't remember discussing in the community for everyone to stop > writing any list forms (and I remember more being added / changed lately). > So maybe we need to agree on that as well. A project like this one requires > a coordinated effort to get the value out of it, because without a full > switch there is no value right? > > Anyway, things are more clear now, but I recommend we layout a plan instead > of just cruising. Maybe put the action points in a JIRA or something. > > On Thu, Mar 16, 2017 at 11:57 AM, Scott Gray <[hidden email]> > wrote: > >> I'm not familiar with the work Adrian did any subsequent work but I do >> believe the basis of the idea has merit. While there are some similarities >> between a form and a table, I think there are enough differences that it >> would be easier to move forward with new features specific to one or the >> other if they were separated. >> >> Regards >> Scott >> >> On 16 March 2017 at 19:12, Jacques Le Roux <[hidden email]> >> wrote: >> >>> Thanks James, >>> >>> Here are some more elements to convince Taher that it was not a shoot in >>> the dark. >>> >>> They are all available from http://ofbiz.apache.org/releas >>> e-notes-16.11.01.html, just look for "grid" >>> >>> http://markmail.org/message/4m3vgq4wdvo7ziaj >>> >>> https://issues.apache.org/jira/browse/OFBIZ-6404 >>> >>> https://issues.apache.org/jira/browse/OFBIZ-6501 >>> >>> https://issues.apache.org/jira/browse/OFBIZ-6502 >>> >>> https://issues.apache.org/jira/browse/OFBIZ-7029 >>> >>> So it's not 100% done, but I don't see myself reverting all this work >> with >>> really good reasons! >>> >>> Jacques >>> >>> Le 15/03/2017 à 10:05, james yong a écrit : >>> >>>> Hi Taher, >>>> >>>> Common grid functionalities include pivots, sorting columns, >> multiple-row >>>> header, aggregate functions, in-grid editing etc. IMO, these should be >>>> standard grid features for modern ERP. I see the value of the >> extraction. >>>> It >>>> would be difficult to innovate in the future if lists are still coupled >>>> with >>>> forms. >>>> >>>> Regards, >>>> James Yong >>>> >>>> >>>> taher wrote >>>> >>>>> Still seems unclear. What is the value of this extraction? How is it >>>>> implemented? Who intends on implementing the new features if any? What >>>>> are >>>>> the new features? How does that play into the UI refactoring intended >>>>> within themes? What do we gain by this whole exercise? Given that we >> lost >>>>> Adrian, someone should have answers to these questions before we commit >>>>> to >>>>> such a large body of work. There are hundreds if not thousands of such >>>>> forms all over the code base. >>>>> >>>>> On Wed, Mar 15, 2017 at 11:29 AM, Pierre Smits < >>>>> pierre.smits@ >>>>> > >>>>> wrote: >>>>> >>>>> That is what you get in transitional stages. But then again, OFBiz >> offers >>>>>> lots of flexibility in order to get from A to Z. >>>>>> >>>>>> As I read it, it was the intention of Adrian to simplify (I would like >>>>>> to >>>>>> extract list functionality from the form widget and create a new grid >>>>>> widget). But you can't remove the functionality until all referenced >>>>>> widgets are converted (the backward compatibility). >>>>>> >>>>>> Best regards, >>>>>> >>>>>> Pierre Smits >>>>>> >>>>>> ORRTIZ.COM <http://www.orrtiz.com> >>>>>> OFBiz based solutions & services >>>>>> >>>>>> OFBiz Extensions Marketplace >>>>>> http://oem.ofbizci.net/oci-2/ >>>>>> >>>>>> On Wed, Mar 15, 2017 at 6:49 AM, Taher Alkhateeb < >>>>>> >>>>>> slidingfilaments@ >>>>>> wrote: >>>>>>> So it's two widgets that output an identical HTML structure with no >>>>>>> >>>>>> plan >>>>>> in >>>>>> >>>>>>> sight of making a differentiation. This is now putting in the code >> base >>>>>> two >>>>>> >>>>>>> ways of achieving the same thing (more complexity) for no added >> value. >>>>>>> Maybe we need to discuss the added value and direction of such work. >>>>>>> >>>>>>> On Tue, Mar 14, 2017 at 7:20 PM, Jacques Le Roux < >>>>>>> >>>>>>> jacques.le.roux@ >>>>>> wrote: >>>>>> >>>>>>> Hi Taher, >>>>>>>> It's explained here http://markmail.org/message/77swtjvr6q25rq4d >>>>>>>> >>>>>>>> Quoting Adrian. >>>>>>>> >>>>>>>> <<Finally, I would like to extract list functionality from the >>>>>>>> >>>>>>> form >>>>> > > widget >>>>> >>>>>> and create a new grid widget. So, instead of a form widget >>>>>>> representing a >>>>>>> single data entry form OR a list, it will ONLY represent a single >>>>>>> form. >>>>>>> If >>>>>>> >>>>>>>> you want a list, you use the grid widget. Initially, this change >> will >>>>>>> be >>>>>>> backwards-compatible - the XML parser will accept a >>>>>>> <form> >>>>> element for >>>>> >>>>>> both >>>>>>>> types and it will create the correct model based on the type >>>>>>>> >>>>>>> attribute.>> >>>>>>> Initially I wondered if Adrian had not a CSS idea in mind, I can't >>>>>>> clearly >>>>>>> >>>>>>>> remember if we discussed it or not >>>>>>>> >>>>>>>> Jacques >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> Le 14/03/2017 à 17:06, Taher Alkhateeb a écrit : >>>>>>>> >>>>>>>> Hi Jacques, >>>>>>>>> What is the purpose of converting list forms to grids? >>>>>>>>> >>>>>>>>> Regards, >>>>>>>>> >>>>>>>>> Taher Alkhateeb >>>>>>>>> >>>>>>>>> On Mar 14, 2017 6:59 PM, < >>>>>>>>> >>>>>>>> jleroux@ >>>>> > wrote: >>>>> >>>>>> Author: jleroux >>>>>>>>>> Date: Tue Mar 14 15:59:23 2017 >>>>>>>>>> New Revision: 1786919 >>>>>>>>>> >>>>>>>>>> URL: http://svn.apache.org/viewvc?rev=1786919&view=rev >>>>>>>>>> Log: >>>>>>>>>> Improved: refactor list related forms in Lookup widgets >>>>>>>>>> (OFBIZ-9232) >>>>>>>>>> >>>>>>>>>> Refactoring various list forms into grids >>>>>>>>>> Refactoring various list form references in screen widgets >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Thanks: Pierre Smits >>>>>>>>>> >>>>>>>>>> Modified: >>>>>>>>>> ofbiz/ofbiz-framework/trunk/applications/accounting/ >>>>>>>>>> widget/FieldLookupForms.xml >>>>>>>>>> ofbiz/ofbiz-framework/trunk/applications/accounting/ >>>>>>>>>> widget/LookupScreens.xml >>>>>>>>>> >>>>>>>>>> Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/ >>>>>>>>>> widget/FieldLookupForms.xml >>>>>>>>>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/ >>>>>>>>>> applications/accounting/widget/FieldLookupForms.xml? >>>>>>>>>> rev=1786919&r1=1786918&r2=1786919&view=diff >>>>>>>>>> ============================================================ >>>>>>>>>> ================== >>>>>>>>>> --- ofbiz/ofbiz-framework/trunk/applications/accounting/widget/ >>>>>>>>>> FieldLookupForms.xml >>>>>>>>>> (original) >>>>>>>>>> +++ ofbiz/ofbiz-framework/trunk/applications/accounting/widget/ >>>>>>>>>> FieldLookupForms.xml >>>>>>>>>> Tue Mar 14 15:59:23 2017 >>>>>>>>>> @@ -36,7 +36,7 @@ under the License. >>>>>>>>>> >>>>>>>>>> >>>>>>>>> <field name="noConditionFind"> >>>>> <hidden value="Y"/> >>>>> </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" >>>>> >>>>>> + >>>>>>>>> <grid name="ListLookupFixedAsset" list-name="listIt" title="" >>>>> > >>> 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"> >>>>> >>>>>> @@ -51,7 +51,7 @@ under the License. >>>>>>>>>> >>>>>>>>> </field> >>>>>>>>> <field name="fixedAssetName" title="${uiLabelMap. >>>>> > >>> CommonName}"> >>>>> <display/> >>>>> </field> >>>>> >>>>>>>>> <field name="fixedAssetTypeId" title="${uiLabelMap. >>>>> > >>> AccountingFixedAssetTypeId}"> >>>>> <display-entity >>>>> > >>> entity-name="FixedAssetType"/> >>>>> </field> >>>>> >>>>>> - >>>>>>>>> </form> >>>>>> + >>>>>>>>> </grid> >>>>>>>>> <form name="LookupBudget" target="LookupBudget" title="" >>>>> > >>> type="single" >>>>> >>>>>> header-row-style="header-row" >>>>>>>>> default-table-style="basic-tab >>>>>>> le"> >>>>>>>>>> >>>>>>>>> <auto-fields-entity entity-name="Budget" >>>>> > >>> default-field-type="hidden"/> >>>>> >>>>>> @@ -94,7 +94,7 @@ under the License. >>>>>>>>>> >>>>>>>>> <field name="noConditionFind"> >>>>> <hidden value="Y"/> >>>>> </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" >>>>> >>>>>> + >>>>>>>>> <grid name="ListBillingAccount" list-name="listIt" title="" >>>>> > >>> 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"> >>>>> >>>>>> @@ -110,7 +110,7 @@ under the License. >>>>>>>>>> >>>>>>>>> </field> >>>>>>>>> <field name="description"> >>>>> <display/> >>>>> </field> >>>>> >>>>>>>>> <field name="externalAccountId" title="${uiLabelMap. >>>>> > >>> AccountingExternalAccountId}"> >>>>> <display/> >>>>> </field> >>>>> >>>>>> - >>>>>>>>> </form> >>>>>> + >>>>>>>>> </grid> >>>>>>>>> <form name="LookupGlAccount" target="LookupGlAccount" title="" >>>>> > >>> type="single" >>>>> >>>>>> header-row-style="header-row" >>>>>>>>> default-table-style="basic-tab >>>>>>> le"> >>>>>>>>>> @@ -134,7 +134,8 @@ under the License. >>>>>>>>>> >>>>>>>>>> >>>>>>>>> <field name="noConditionFind"> >>>>> <hidden value="Y"/> >>>>> </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" >>>>> >>>>>> + >>>>>>>>>> + >>>>>>>>>> >>>>>>>>> <form name="ListLookupGlAccount" list-name="listIt" title="" >>>>> > >>> 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"> >>>>> >>>>>> @@ -151,6 +152,7 @@ under the License. >>>>>>>>>> >>>>>>>>> <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-tab >>>>>>> le"> >>>>>>>>>> >>>>>>>>> <auto-fields-entity entity-name="Payment" >>>>> > >>> default-field-type="hidden"/> >>>>> >>>>>> @@ -162,7 +164,8 @@ under the License. >>>>>>>>>> >>>>>>>>> <field name="noConditionFind"> >>>>> <hidden value="Y"/> >>>>> </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" >>>>> >>>>>> + >>>>>>>>>> + >>>>>>>>>> >>>>>>>>> <form name="ListPayment" list-name="listIt" title="" >>>>> > >>> 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"> >>>>> >>>>>> @@ -181,7 +184,7 @@ under the License. >>>>>>>>>> >>>>>>>>> <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-tab >>>>>>> le"> >>>>>>>>>> @@ -206,7 +209,8 @@ under the License. >>>>>>>>>> >>>>>>>>>> >>>>>>>>> <field name="noConditionFind"> >>>>> <hidden value="Y"/> >>>>> </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" >>>>> >>>>>> + >>>>>>>>>> + >>>>>>>>>> >>>>>>>>> <form name="ListInvoice" list-name="listIt" title="" >>>>> > >>> 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"> >>>>> >>>>>> @@ -238,7 +242,8 @@ under the License. >>>>>>>>>> >>>>>>>>> <field name="noConditionFind"> >>>>> <hidden value="Y"/> >>>>> </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" >>>>>>>>>> + >>>>>>>>>> + >>>>>>>>>> >>>>>>>>> <grid 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"> >>>>> >>>>>> @@ -255,7 +260,7 @@ under the License. >>>>>>>>>> >>>>>>>>> <field name="agreementDate" title="${uiLabelMap. >>>>> > >>> CommonFromDate}"> >>>>> <display/> >>>>> </field> >>>>> >>>>>>>>> <field name="agreementTypeId"> >>>>> <display/> >>>>> </field> >>>>> >>>>>>>>> <field name="description"> >>>>> <display/> >>>>> </field> >>>>> >>>>>> - >>>>>>>>> </form> >>>>>> + >>>>>>>>> </grid> >>>>>>>>> <form name="LookupAgreementItem" target="LookupAgreementItem" >>>>> > >>> title="" type="single" >>>>> >>>>>> header-row-style="header-row" >>>>>>>>> default-table-style="basic-tab >>>>>>> le"> >>>>>>>>>> @@ -269,7 +274,8 @@ under the License. >>>>>>>>>> >>>>>>>>>> >>>>>>>>> <field name="noConditionFind"> >>>>> <hidden value="Y"/> >>>>> </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" >>>>> >>>>>> + >>>>>>>>>> + >>>>>>>>>> >>>>>>>>> <grid name="ListAgreementItems" list-name="listIt" title="" >>>>> > >>> 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"> >>>>> >>>>>> @@ -285,7 +291,7 @@ under the License. >>>>>>>>>> >>>>>>>>> </field> >>>>>>>>> <field name="agreementItemTypeId"> >>>>> <display/> >>>>> </field> >>>>> >>>>>>>>> <field name="currencyUomId"> >>>>> <display/> >>>>> </field> >>>>> >>>>>> - >>>>>>>>> </form> >>>>>> + >>>>>>>>> </grid> >>>>>>>>> <form name="LookupPaymentGroupMember" >>>>> > >>> target="LookupPaymentGroupMember" >>>>> >>>>>> title="" type="single" header-row-style="header-row" >>>>>>>>>> default-table-style="basic-table"> >>>>>>>>>> >>>>>>>>>> >>>>>>>>> <field name="paymentGroupId"> >>>>> <text-find/> >>>>> </field> >>>>> >>>>>> @@ -296,7 +302,8 @@ under the License. >>>>>>>>>> >>>>>>>>> <field name="noConditionFind"> >>>>> <hidden value="Y"/> >>>>> </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" >>>>> >>>>>> + >>>>>>>>>> + >>>>>>>>>> >>>>>>>>> <grid name="ListPaymentGroupMember" list-name="listIt" title="" >>>>> > >>> 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"> >>>>> >>>>>> @@ -323,7 +330,7 @@ under the License. >>>>>>>>>> >>>>>>>>> <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" >>>>>>>>>> + >>>>>>>>>> >>>>>>>>> <grid name="ListLookupReconciliation" list-name="listIt" >>>>> 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"> >>>>> >>>>>> @@ -339,7 +346,7 @@ under the License. >>>>>>>>>> >>>>>>>>> <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> >>>>>> + >>>>>>>>> </grid> >>>>>>>>> <form name="LookupCustomTimePeriod" >>>>> > target="LookupCustomTimePeriod >>>>> >>>>>> " >>>>>>>>>> title="" type="single" >>>>>>>>>> header-row-style="header-row" >>>>>>>>>> >>>>>>>>> default-table-style="basic-tab >>>>>>> le"> >>>>>>>>>> @@ -366,7 +373,7 @@ under the License. >>>>>>>>>> >>>>>>>>>> >>>>>>>>> <field name="noConditionFind"> >>>>> <hidden value="Y"/> >>>>> </field> >>>>> >>>>>>>>> > |
In reply to this post by taher
+1
Regards, James Yong
|
Free forum by Nabble | Edit this page |