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

yannong huang commented on OFBIZ-12734:
---------------------------------------

A quick fix changing tag name from "include-form" to "include-grid" seemly 
worked:

From:

<include-form name="ListTimeEntries" 
location="component://accounting/widget/InvoiceForms.xml"/>

To:

<include-grid name="ListTimeEntries" 
location="component://accounting/widget/InvoiceForms.xml"/>

On 1/9/23, 9:55 AM, "Jacques Le Roux (Jira)" <[email protected] 
<mailto:[email protected]>> wrote:

[ 
https://issues.apache.org/jira/browse/OFBIZ-12734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17656219#comment-17656219
 
<https://issues.apache.org/jira/browse/OFBIZ-12734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=17656219#comment-17656219>
 ] 


Jacques Le Roux edited comment on OFBIZ-12734 at 1/9/23 5:54 PM:
-----------------------------------------------------------------


Hi Yannong (seems you prefer to Huang :)),


It's related to 
https://stackoverflow.com/questions/51094274/eclipse-cant-find-xml-related-classes-after-switching-build-path-to-jdk-10
 
<https://stackoverflow.com/questions/51094274/eclipse-cant-find-xml-related-classes-after-switching-build-path-to-jdk-10>




was (Author: jacques.le.roux):
Hi Yannong (seems you prefer to Huang :),


It's related to 
https://stackoverflow.com/questions/51094274/eclipse-cant-find-xml-related-classes-after-switching-build-path-to-jdk-10
 
<https://stackoverflow.com/questions/51094274/eclipse-cant-find-xml-related-classes-after-switching-build-path-to-jdk-10>








--
This message was sent by Atlassian Jira
(v8.20.10#820010)


> Error when showing invoice of project time/material
> ---------------------------------------------------
>
>                 Key: OFBIZ-12734
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12734
>             Project: OFBiz
>          Issue Type: Bug
>          Components: projectmgr
>    Affects Versions: 22.01.01
>         Environment: Release 22.01
> JDK 11.0.7
>            Reporter: yannong huang
>            Assignee: Jacques Le Roux
>            Priority: Major
>             Fix For: 22.01.01
>
>         Attachments: Screenshot 1.png, Screenshot 2.png, Screenshot 3.png
>
>
> Within the Project plugin,
>  # Screenshot 1, create an invoice after entering and completing 
> timesheet/time-entry. Hourly rate is set under Accounting/GL.
>  # Screenshot 2, generate invoice.
>  # Screenshot 3, errors happen when showing overview of the invoice.
>  
> Reproduced in local environment. When commenting out the “timeEntries” 
> section in the InvoiceScreens.xml, the issue seems to go away …
> <!-- section>
>     <condition>
>         <not><if-empty field="timeEntries"/></not>
>     </condition>
>     <widgets>
>         <screenlet title="${uiLabelMap.AccountingInvoiceTimeEntries}" 
> navigation-form-name="ListTimeEntries">
>             <include-form name="ListTimeEntries" 
> location="component://accounting/widget/InvoiceForms.xml"/>
>         </screenlet>
>     </widgets>
> </section -->
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to