Author: jleroux
Date: Thu Feb 16 13:32:00 2017
New Revision: 1783202
URL:
http://svn.apache.org/viewvc?rev=1783202&view=revLog:
Fixed: report GL Account Trial Balance
(OFBIZ-9216)
Go to Accouting --> Organization GL Settings -->Accounting button – >>
reports --> GL Account Trial Balance
this report the give me an error
Thanks: Moatasim Al Masri for report, Pierre Smits for patch
Modified:
ofbiz/ofbiz-framework/trunk/applications/accounting/groovyScripts/reports/GlAccountTrialBalance.groovy
Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/groovyScripts/reports/GlAccountTrialBalance.groovy
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/groovyScripts/reports/GlAccountTrialBalance.groovy?rev=1783202&r1=1783201&r2=1783202&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/accounting/groovyScripts/reports/GlAccountTrialBalance.groovy (original)
+++ ofbiz/ofbiz-framework/trunk/applications/accounting/groovyScripts/reports/GlAccountTrialBalance.groovy Thu Feb 16 13:32:00 2017
@@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
-
+import com.ibm.icu.util.Calendar
import org.apache.ofbiz.accounting.util.UtilAccounting
import org.apache.ofbiz.base.util.UtilDateTime
import org.apache.ofbiz.base.util.UtilNumber