Author: jleroux
Date: Sun Oct 15 17:53:04 2017
New Revision: 1812226

URL: http://svn.apache.org/viewvc?rev=1812226&view=rev
Log:
Fixed: GlAccountOrganizations manually added using accounting forms do not 
appear on trial report because fromDate gets set to NULL
(OFBIZ-5938)

This was broken again when changing the createGlAccountOrganization service 
to entity-auto

Thanks: Rajesh Kumar Mallah for reporting

Modified:
    ofbiz/branches/release16.11/applications/accounting/widget/GlSetupForms.xml
    
ofbiz/branches/release16.11/applications/accounting/widget/GlobalGlAccountsForms.xml
    ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlSetupForms.xml
    
ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml

Modified: 
ofbiz/branches/release16.11/applications/accounting/widget/GlSetupForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release16.11/applications/accounting/widget/GlSetupForms.xml?rev=1812226&r1=1812225&r2=1812226&view=diff
==============================================================================
--- ofbiz/branches/release16.11/applications/accounting/widget/GlSetupForms.xml 
(original)
+++ ofbiz/branches/release16.11/applications/accounting/widget/GlSetupForms.xml 
Sun Oct 15 17:53:04 2017
@@ -143,6 +143,7 @@ under the License.
                 </entity-options>
             </drop-down>
         </field>
+        <field name="fromDate"><date-time 
default-value="${nowTimestamp}"/></field>
         <field name="submitButton" 
title="${uiLabelMap.AccountingCreateAssignment}"><submit 
button-type="button"/></field>
     </form>
 

Modified: 
ofbiz/branches/release16.11/applications/accounting/widget/GlobalGlAccountsForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release16.11/applications/accounting/widget/GlobalGlAccountsForms.xml?rev=1812226&r1=1812225&r2=1812226&view=diff
==============================================================================
--- 
ofbiz/branches/release16.11/applications/accounting/widget/GlobalGlAccountsForms.xml
 (original)
+++ 
ofbiz/branches/release16.11/applications/accounting/widget/GlobalGlAccountsForms.xml
 Sun Oct 15 17:53:04 2017
@@ -62,6 +62,7 @@ under the License.
                 </entity-options>
             </drop-down>
         </field>
+        <field name="fromDate"><date-time 
default-value="${nowTimestamp}"/></field>
         <field name="submitButton" 
title="${uiLabelMap.AccountingCreateAssignment}" 
widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
 

Modified: 
ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlSetupForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlSetupForms.xml?rev=1812226&r1=1812225&r2=1812226&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlSetupForms.xml 
(original)
+++ ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlSetupForms.xml 
Sun Oct 15 17:53:04 2017
@@ -143,6 +143,7 @@ under the License.
                 </entity-options>
             </drop-down>
         </field>
+        <field name="fromDate"><date-time 
default-value="${nowTimestamp}"/></field>
         <field name="submitButton" 
title="${uiLabelMap.AccountingCreateAssignment}"><submit 
button-type="button"/></field>
     </form>
 

Modified: 
ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml?rev=1812226&r1=1812225&r2=1812226&view=diff
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml
 Sun Oct 15 17:53:04 2017
@@ -62,6 +62,7 @@ under the License.
                 </entity-options>
             </drop-down>
         </field>
+        <field name="fromDate"><date-time 
default-value="${nowTimestamp}"/></field>
         <field name="submitButton" 
title="${uiLabelMap.AccountingCreateAssignment}" 
widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
 


Reply via email to