[jira] [Commented] (OFBIZ-6225) Add a basic VAT report with frequency setting

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-6225) Add a basic VAT report with frequency setting

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-6225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14499745#comment-14499745 ]

Jacques Le Roux commented on OFBIZ-6225:
----------------------------------------

Ha, we will have to check that also

{code}
 [java] 2015-04-17 14:30:13,781 |http-bio-8444-exec-3 |ScreenFactory                 |I| Got 24 screens in 0.006s from: file:/C:/projectsASF/ofbiz/framework/common/widget/CommonScreens.xml
 [java] 2015-04-17 14:30:13,841 |Finalizer            |SQLProcessor                  |E| Error closing the result, connection, etc in finalize SQLProcessor
 [java] java.lang.NullPointerException
 [java]     at org.apache.commons.dbcp2.DelegatingConnection.closeInternal(DelegatingConnection.java:235) ~[commons-dbcp2-2.1.jar:2.1]
 [java]     at org.apache.commons.dbcp2.DelegatingConnection.close(DelegatingConnection.java:218) ~[commons-dbcp2-2.1.jar:2.1]
 [java]     at org.apache.commons.dbcp2.managed.ManagedConnection.close(ManagedConnection.java:166) ~[commons-dbcp2-2.1.jar:2.1]
 [java]     at org.ofbiz.entity.jdbc.SQLProcessor.close(SQLProcessor.java:235) ~[ofbiz-entity.jar:?]
 [java]     at org.ofbiz.entity.jdbc.SQLProcessor.finalize(SQLProcessor.java:844) [ofbiz-entity.jar:?]
 [java]     at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method) ~[?:1.7.0_45]
 [java]     at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:101) [?:1.7.0_45]
 [java]     at java.lang.ref.Finalizer.access$100(Finalizer.java:32) [?:1.7.0_45]
 [java]     at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:190) [?:1.7.0_45]
 [java] 2015-04-17 14:30:13,841 |Finalizer            |EntityListIterator            |E|
 [java] ====================================================================
 [java]  EntityListIterator Not Closed for Entity [InvoiceItem], caught in Finalize
 [java]  ====================================================================
 [java]
{code}

I did not see anything obvious related in your code. What is dummy99?

> Add a basic VAT report with frequency setting
> ---------------------------------------------
>
>                 Key: OFBIZ-6225
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6225
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: accounting
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>              Labels: reporting, vat
>         Attachments: OFBIZ-6225 - Vat control reports.patch, OFBIZ-6225-TaxReport.patch
>
>
> Few years ago I began to work on that. I just stumbled upon it so I note it here to continue when I will get a chance. It would be something basic with a find and single input form, rendered with FOP



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)