[jira] [Created] (OFBIZ-13101) Duplicate action trigger in Manufacturing

2024-05-24 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13101:


 Summary: Duplicate action trigger in Manufacturing
 Key: OFBIZ-13101
 URL: https://issues.apache.org/jira/browse/OFBIZ-13101
 Project: OFBiz
  Issue Type: Improvement
  Components: manufacturing
Reporter: Pierre Smits


On the 'FndProductionRun' an action trigger to create something is shown.
This links to CreateProductionRun. This action trigger is already available via 
the MainActionMenu.

Removing this duplicate also improves the experience for users with only VIEW 
permissions, like auditor in the demo site.



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


[jira] [Commented] (OFBIZ-13099) PartyFinancialHistory throws an error

2024-05-24 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13099:
--

Hi Jacques,

Are they now not redundant?

> PartyFinancialHistory throws an error
> -
>
> Key: OFBIZ-13099
> URL: https://issues.apache.org/jira/browse/OFBIZ-13099
> Project: OFBiz
>  Issue Type: Improvement
>  Components: party
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Minor
> Fix For: Upcoming Branch
>
>
> When accessing the financial history screen in the partymgr application (e.g. 
> via 
> [https://localhost:8443/partymgr/control/PartyFinancialHistory?partyId=EuroSupplier]
>  following error multiple times are thrown:
> {code:java}
> 2024-05-24 10:17:35,821 |jsse-nio-8443-exec-2 |EntityListIterator            
> |W| For performance reasons do not use the EntityListIterator.hasNext() 
> method, just call next() until it returns null; see JavaDoc comments in the 
> EntityListIterator class for details and an example
> java.lang.Exception: null
>         at 
> org.apache.ofbiz.entity.util.EntityListIterator.hasNext(EntityListIterator.java:283)
>  [main/:?]
>         at java_util_ListIterator$hasNext.call(Unknown Source) [?:?]
>         at 
> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
>  [groovy-3.0.21.jar:3.0.21]
>         at 
> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
>  [groovy-3.0.21.jar:3.0.21]
>         at 
> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:130)
>  [groovy-3.0.21.jar:3.0.21]
>         at 
> org.apache.ofbiz.party.party.UnAppliedInvoicesForParty.run(UnAppliedInvoicesForParty.groovy:49)
>  [script:?]
>         at 
> org.apache.ofbiz.base.util.GroovyUtil.runScriptAtLocation(GroovyUtil.java:213)
>  [main/:?]
>         at 
> org.apache.ofbiz.base.util.ScriptUtil.executeScript(ScriptUtil.java:312) 
> [main/:?]
>         at 
> org.apache.ofbiz.base.util.ScriptUtil.executeScript(ScriptUtil.java:295) 
> [main/:?]
>         at 
> org.apache.ofbiz.widget.model.AbstractModelAction$Script.runAction(AbstractModelAction.java:716)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.AbstractModelAction.runSubActions(AbstractModelAction.java:138)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelForm.runFormActions(ModelForm.java:1816) 
> [main/:?]
>         at 
> org.apache.ofbiz.widget.renderer.FormRenderer.render(FormRenderer.java:265) 
> [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget$Grid.renderWidgetString(ModelScreenWidget.java:1188)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.renderer.macro.MacroScreenRenderer.renderScreenletSubWidget(MacroScreenRenderer.java:736)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget$Screenlet.renderWidgetString(ModelScreenWidget.java:631)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:297)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget$DecoratorSection.renderWidgetString(ModelScreenWidget.java:947)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget$SectionsRenderer.render(ModelScreenWidget.java:142)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget$DecoratorSectionInclude.renderWidgetString(ModelScreenWidget.java:986)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:297)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget$DecoratorSection.renderWidgetString(ModelScreenWidget.java:947)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget$SectionsRenderer.render(ModelScreenWidget.java:142)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget$DecoratorSectionInclude.renderWidgetString(ModelScreenWidget.java:986)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
>  [main/:?]
>         at 
> 

[jira] [Created] (OFBIZ-13100) LInk to supplier in Accounting Main does not show PartyFinancialHistory

2024-05-24 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13100:


 Summary: LInk to supplier in Accounting Main does not show 
PartyFinancialHistory
 Key: OFBIZ-13100
 URL: https://issues.apache.org/jira/browse/OFBIZ-13100
 Project: OFBiz
  Issue Type: Bug
Reporter: Pierre Smits


When accessing the link to the PartyFinancialHistory screen of the supplier in 
[https://demo-trunk.ofbiz.apache.org/accounting/control/main|https://demo-trunk.ofbiz.apache.org/accounting/control/main,]
 the resulting PartyFinancialHistory in partymgr shows no data.



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


[jira] [Commented] (OFBIZ-13099) PartyFinancialHistory throws an error

2024-05-24 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13099:
--

Thanks Jacques.

> PartyFinancialHistory throws an error
> -
>
> Key: OFBIZ-13099
> URL: https://issues.apache.org/jira/browse/OFBIZ-13099
> Project: OFBiz
>  Issue Type: Improvement
>  Components: party
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Priority: Minor
>
> When accessing the financial history screen in the partymgr application (e.g. 
> via 
> [https://localhost:8443/partymgr/control/PartyFinancialHistory?partyId=EuroSupplier]
>  following error multiple times are thrown:
> {code:java}
> 2024-05-24 10:17:35,821 |jsse-nio-8443-exec-2 |EntityListIterator            
> |W| For performance reasons do not use the EntityListIterator.hasNext() 
> method, just call next() until it returns null; see JavaDoc comments in the 
> EntityListIterator class for details and an example
> java.lang.Exception: null
>         at 
> org.apache.ofbiz.entity.util.EntityListIterator.hasNext(EntityListIterator.java:283)
>  [main/:?]
>         at java_util_ListIterator$hasNext.call(Unknown Source) [?:?]
>         at 
> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
>  [groovy-3.0.21.jar:3.0.21]
>         at 
> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
>  [groovy-3.0.21.jar:3.0.21]
>         at 
> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:130)
>  [groovy-3.0.21.jar:3.0.21]
>         at 
> org.apache.ofbiz.party.party.UnAppliedInvoicesForParty.run(UnAppliedInvoicesForParty.groovy:49)
>  [script:?]
>         at 
> org.apache.ofbiz.base.util.GroovyUtil.runScriptAtLocation(GroovyUtil.java:213)
>  [main/:?]
>         at 
> org.apache.ofbiz.base.util.ScriptUtil.executeScript(ScriptUtil.java:312) 
> [main/:?]
>         at 
> org.apache.ofbiz.base.util.ScriptUtil.executeScript(ScriptUtil.java:295) 
> [main/:?]
>         at 
> org.apache.ofbiz.widget.model.AbstractModelAction$Script.runAction(AbstractModelAction.java:716)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.AbstractModelAction.runSubActions(AbstractModelAction.java:138)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelForm.runFormActions(ModelForm.java:1816) 
> [main/:?]
>         at 
> org.apache.ofbiz.widget.renderer.FormRenderer.render(FormRenderer.java:265) 
> [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget$Grid.renderWidgetString(ModelScreenWidget.java:1188)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.renderer.macro.MacroScreenRenderer.renderScreenletSubWidget(MacroScreenRenderer.java:736)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget$Screenlet.renderWidgetString(ModelScreenWidget.java:631)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:297)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget$DecoratorSection.renderWidgetString(ModelScreenWidget.java:947)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget$SectionsRenderer.render(ModelScreenWidget.java:142)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget$DecoratorSectionInclude.renderWidgetString(ModelScreenWidget.java:986)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:297)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget$DecoratorSection.renderWidgetString(ModelScreenWidget.java:947)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget$SectionsRenderer.render(ModelScreenWidget.java:142)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget$DecoratorSectionInclude.renderWidgetString(ModelScreenWidget.java:986)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
>  [main/:?]
>         at 
> org.apache.ofbiz.widget.model.ModelScreenWidget$Container.renderWidgetString(ModelScreenWidget.java:481)
>  [main/:?]
>         at 
> 

[jira] [Updated] (OFBIZ-13099) PartyFinancialHistory throws an error

2024-05-24 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-13099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-13099:
-
Description: 
When accessing the financial history screen in the partymgr application (e.g. 
via 
[https://localhost:8443/partymgr/control/PartyFinancialHistory?partyId=EuroSupplier),]
 following error multiple times are thrown:
{code:java}
2024-05-24 10:17:35,821 |jsse-nio-8443-exec-2 |EntityListIterator            
|W| For performance reasons do not use the EntityListIterator.hasNext() method, 
just call next() until it returns null; see JavaDoc comments in the 
EntityListIterator class for details and an example
java.lang.Exception: null
        at 
org.apache.ofbiz.entity.util.EntityListIterator.hasNext(EntityListIterator.java:283)
 [main/:?]
        at java_util_ListIterator$hasNext.call(Unknown Source) [?:?]
        at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
 [groovy-3.0.21.jar:3.0.21]
        at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
 [groovy-3.0.21.jar:3.0.21]
        at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:130)
 [groovy-3.0.21.jar:3.0.21]
        at 
org.apache.ofbiz.party.party.UnAppliedInvoicesForParty.run(UnAppliedInvoicesForParty.groovy:49)
 [script:?]
        at 
org.apache.ofbiz.base.util.GroovyUtil.runScriptAtLocation(GroovyUtil.java:213) 
[main/:?]
        at 
org.apache.ofbiz.base.util.ScriptUtil.executeScript(ScriptUtil.java:312) 
[main/:?]
        at 
org.apache.ofbiz.base.util.ScriptUtil.executeScript(ScriptUtil.java:295) 
[main/:?]
        at 
org.apache.ofbiz.widget.model.AbstractModelAction$Script.runAction(AbstractModelAction.java:716)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.AbstractModelAction.runSubActions(AbstractModelAction.java:138)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelForm.runFormActions(ModelForm.java:1816) 
[main/:?]
        at 
org.apache.ofbiz.widget.renderer.FormRenderer.render(FormRenderer.java:265) 
[main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$Grid.renderWidgetString(ModelScreenWidget.java:1188)
 [main/:?]
        at 
org.apache.ofbiz.widget.renderer.macro.MacroScreenRenderer.renderScreenletSubWidget(MacroScreenRenderer.java:736)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$Screenlet.renderWidgetString(ModelScreenWidget.java:631)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:297)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$DecoratorSection.renderWidgetString(ModelScreenWidget.java:947)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$SectionsRenderer.render(ModelScreenWidget.java:142)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$DecoratorSectionInclude.renderWidgetString(ModelScreenWidget.java:986)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:297)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$DecoratorSection.renderWidgetString(ModelScreenWidget.java:947)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$SectionsRenderer.render(ModelScreenWidget.java:142)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$DecoratorSectionInclude.renderWidgetString(ModelScreenWidget.java:986)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$Container.renderWidgetString(ModelScreenWidget.java:481)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:297)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$Container.renderWidgetString(ModelScreenWidget.java:481)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
 [main/:?]
        at 

[jira] [Created] (OFBIZ-13099) PartyFinancialHistory throws an error

2024-05-24 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13099:


 Summary: PartyFinancialHistory throws an error
 Key: OFBIZ-13099
 URL: https://issues.apache.org/jira/browse/OFBIZ-13099
 Project: OFBiz
  Issue Type: Bug
  Components: party
Reporter: Pierre Smits


When accessing the financial history screen in the partymgr application (e.g. 
via 
[https://localhost:8443/partymgr/control/PartyFinancialHistory?partyId=EuroSupplier),]
 following error multiple times:
{code:java}
2024-05-24 10:17:35,821 |jsse-nio-8443-exec-2 |EntityListIterator            
|W| For performance reasons do not use the EntityListIterator.hasNext() method, 
just call next() until it returns null; see JavaDoc comments in the 
EntityListIterator class for details and an example
java.lang.Exception: null
        at 
org.apache.ofbiz.entity.util.EntityListIterator.hasNext(EntityListIterator.java:283)
 [main/:?]
        at java_util_ListIterator$hasNext.call(Unknown Source) [?:?]
        at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
 [groovy-3.0.21.jar:3.0.21]
        at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
 [groovy-3.0.21.jar:3.0.21]
        at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:130)
 [groovy-3.0.21.jar:3.0.21]
        at 
org.apache.ofbiz.party.party.UnAppliedInvoicesForParty.run(UnAppliedInvoicesForParty.groovy:49)
 [script:?]
        at 
org.apache.ofbiz.base.util.GroovyUtil.runScriptAtLocation(GroovyUtil.java:213) 
[main/:?]
        at 
org.apache.ofbiz.base.util.ScriptUtil.executeScript(ScriptUtil.java:312) 
[main/:?]
        at 
org.apache.ofbiz.base.util.ScriptUtil.executeScript(ScriptUtil.java:295) 
[main/:?]
        at 
org.apache.ofbiz.widget.model.AbstractModelAction$Script.runAction(AbstractModelAction.java:716)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.AbstractModelAction.runSubActions(AbstractModelAction.java:138)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelForm.runFormActions(ModelForm.java:1816) 
[main/:?]
        at 
org.apache.ofbiz.widget.renderer.FormRenderer.render(FormRenderer.java:265) 
[main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$Grid.renderWidgetString(ModelScreenWidget.java:1188)
 [main/:?]
        at 
org.apache.ofbiz.widget.renderer.macro.MacroScreenRenderer.renderScreenletSubWidget(MacroScreenRenderer.java:736)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$Screenlet.renderWidgetString(ModelScreenWidget.java:631)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:297)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$DecoratorSection.renderWidgetString(ModelScreenWidget.java:947)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$SectionsRenderer.render(ModelScreenWidget.java:142)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$DecoratorSectionInclude.renderWidgetString(ModelScreenWidget.java:986)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:297)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$DecoratorSection.renderWidgetString(ModelScreenWidget.java:947)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$SectionsRenderer.render(ModelScreenWidget.java:142)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$DecoratorSectionInclude.renderWidgetString(ModelScreenWidget.java:986)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$Container.renderWidgetString(ModelScreenWidget.java:481)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:297)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:109)
 [main/:?]
        at 
org.apache.ofbiz.widget.model.ModelScreenWidget$Container.renderWidgetString(ModelScreenWidget.java:481)
 [main/:?]
        at 

[jira] [Commented] (OFBIZ-13097) Have an XSD regarding portal records

2024-05-22 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13097:
--

Given this can become quite complex, I doubt whether to have this as per the  
[framework/widget/dtd/ofbiz-portal.xsd|https://github.com/apache/ofbiz-framework/pull/803/files#diff-317330fffb9a539f77cd5f5b5d40b2983ff9bf32455b6adb70e47995b5a4f217]
 file in this PR, or whether the following would be better:

 

    
        
    


    
        
             Identifier for the portal portlet. 

        
    

> Have an XSD regarding portal records
> 
>
> Key: OFBIZ-13097
> URL: https://issues.apache.org/jira/browse/OFBIZ-13097
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Pierre Smits
>Priority: Major
>
> Per suggestion by [~jleroux]:
> {quote}But we really miss the same for data used to define portals. So I 
> strongly suggest that we create a shema for *PortletData.xml files. It should 
> not be hard to create. It would help possible customers to create their own 
> portals with a bit of documentation that seriously lacks for now. 
> {quote}



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


[jira] (OFBIZ-13097) Have an XSD regarding portal records

2024-05-22 Thread Pierre Smits (Jira)


[ https://issues.apache.org/jira/browse/OFBIZ-13097 ]


Pierre Smits deleted comment on OFBIZ-13097:
--

was (Author: pfm.smits):
Hi [~jleroux] ,

I have submitted PR#11 to the of biz-site repo for review.
Unfortunately, this repo does not have the same setup as ofbiz-framework or 
ofbiz-plugins which leads to no emails to a mailing list of the project. Nor 
automagically showing up in this ticket.

> Have an XSD regarding portal records
> 
>
> Key: OFBIZ-13097
> URL: https://issues.apache.org/jira/browse/OFBIZ-13097
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Pierre Smits
>Priority: Major
>
> Per suggestion by [~jleroux]:
> {quote}But we really miss the same for data used to define portals. So I 
> strongly suggest that we create a shema for *PortletData.xml files. It should 
> not be hard to create. It would help possible customers to create their own 
> portals with a bit of documentation that seriously lacks for now. 
> {quote}



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


[jira] [Commented] (OFBIZ-13097) Have an XSD regarding portal records

2024-05-22 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13097:
--

Hi [~jleroux] ,

I have submitted PR#11 to the of biz-site repo for review.
Unfortunately, this repo does not have the same setup as ofbiz-framework or 
ofbiz-plugins which leads to no emails to a mailing list of the project. Nor 
automagically showing up in this ticket.

> Have an XSD regarding portal records
> 
>
> Key: OFBIZ-13097
> URL: https://issues.apache.org/jira/browse/OFBIZ-13097
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Pierre Smits
>Priority: Major
>
> Per suggestion by [~jleroux]:
> {quote}But we really miss the same for data used to define portals. So I 
> strongly suggest that we create a shema for *PortletData.xml files. It should 
> not be hard to create. It would help possible customers to create their own 
> portals with a bit of documentation that seriously lacks for now. 
> {quote}



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


[jira] [Commented] (OFBIZ-13097) Have an XSD regarding portal records

2024-05-21 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13097:
--

HI [~jleroux] ,

Where should the location of this xsd file be? In the same folder as widgets, 
etc? Or in one of the other repos?

> Have an XSD regarding portal records
> 
>
> Key: OFBIZ-13097
> URL: https://issues.apache.org/jira/browse/OFBIZ-13097
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Pierre Smits
>Priority: Major
>
> Per suggestion by [~jleroux]:
> {quote}But we really miss the same for data used to define portals. So I 
> strongly suggest that we create a shema for *PortletData.xml files. It should 
> not be hard to create. It would help possible customers to create their own 
> portals with a bit of documentation that seriously lacks for now. 
> {quote}



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


[jira] [Created] (OFBIZ-13097) Have an XSD regarding portal records

2024-05-21 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13097:


 Summary: Have an XSD regarding portal records
 Key: OFBIZ-13097
 URL: https://issues.apache.org/jira/browse/OFBIZ-13097
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Pierre Smits


Per suggestion by [~jleroux]:
{quote}But we really miss the same for data used to define portals. So I 
strongly suggest that we create a shema for *PortletData.xml files. It should 
not be hard to create. It would help possible customers to create their own 
portals with a bit of documentation that seriously lacks for now. 
{quote}



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


[jira] [Updated] (OFBIZ-13048) createPlugin - improve templates

2024-05-19 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-13048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-13048:
-
Description: 
With the parameterization of the menu location, improvements to the 
createPlugin templates are warranted.

Replacing minilang folder with script folder, to ensure developers have a place 
to have their non-compiled script files (groovy and others).

Removing non English labels, as in coding English is the internationally used 
language (and more particarly within the ASF communities). 

  was:
With the parameterization of the menu location, improvements to the 
createPlugin templates are warranted.

replacing mining with script folder, to ensure developers have a place to have 
their non-compiled script files (groovy and others).

Removing non English labels, as in coding English is the internationally used 
language (and more particarly within the ASF communities). 


> createPlugin - improve templates
> 
>
> Key: OFBIZ-13048
> URL: https://issues.apache.org/jira/browse/OFBIZ-13048
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Reporter: Pierre Smits
>Priority: Major
>  Labels: development
>
> With the parameterization of the menu location, improvements to the 
> createPlugin templates are warranted.
> Replacing minilang folder with script folder, to ensure developers have a 
> place to have their non-compiled script files (groovy and others).
> Removing non English labels, as in coding English is the internationally used 
> language (and more particarly within the ASF communities). 



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


[jira] [Updated] (OFBIZ-13048) createPlugin - improve templates

2024-05-19 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-13048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-13048:
-
Description: 
With the parameterization of the menu location, improvements to the 
createPlugin templates are warranted.

replacing mining with script folder, to ensure developers have a place to have 
their non-compiled script files (groovy and others).

Removing non English labels, as in coding English is the internationally used 
language (and more particarly within the ASF communities). 

  was:With the parameterization of the menu location, improvements to the 
createPlugin templates are warranted.


> createPlugin - improve templates
> 
>
> Key: OFBIZ-13048
> URL: https://issues.apache.org/jira/browse/OFBIZ-13048
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Reporter: Pierre Smits
>Priority: Major
>  Labels: development
>
> With the parameterization of the menu location, improvements to the 
> createPlugin templates are warranted.
> replacing mining with script folder, to ensure developers have a place to 
> have their non-compiled script files (groovy and others).
> Removing non English labels, as in coding English is the internationally used 
> language (and more particarly within the ASF communities). 



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


[jira] [Commented] (OFBIZ-13095) The non ASCII language in UiLabels.xml are not correctly handled during plugin creation

2024-05-19 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13095:
--

Hi [~jleroux],

With pull request 778 re OFBIZ-13048, I already removed the ZH labels.

> The non ASCII language in UiLabels.xml are not correctly handled during 
> plugin creation
> ---
>
> Key: OFBIZ-13095
> URL: https://issues.apache.org/jira/browse/OFBIZ-13095
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: Gradle
>Affects Versions: 18.12.14
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Major
>
> You get this error:
> 2024-05-19 09:52:41,314 |jsse-nio-8443-exec-3 |UtilProperties
> |W| XML file for locale  could not be loaded.
> org.xml.sax.SAXParseException: Invalid byte 3 of 3-byte UTF-8 sequence.
> When removing ZH labels it works. We should keep only English languages or 
> amend the createPlugin Gradle task. In this issue I'll remove ZH labels and 
> put a comment as documentation about that for developers in 
> framework/resources/templates/UiLabels.xml



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


[jira] [Commented] (OFBIZ-12951) CommonExt - Move from hard-code menu location to parameterized

2024-05-18 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-12951:
--

Hi Jacques,

With the latest addition to the pull-request we can finally put the issue to 
rest. Adding a MainActionMenu to Menus.xml in ofbizsetup, that extends the same 
in PartyMenus.xml resolves the issue.

Anyway, thank you for your time and diligence.

> CommonExt - Move from hard-code menu location to parameterized
> --
>
> Key: OFBIZ-12951
> URL: https://issues.apache.org/jira/browse/OFBIZ-12951
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: commonext
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: Upcoming Branch
>
> Attachments: Screenshot 2024-05-05 at 20.32.11.png, Screenshot 
> 2024-05-13 at 12.18.38.png
>
>
> Move the menu location in the various commonest screens from hard-coded to 
> parameterized.



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


[jira] [Created] (OFBIZ-13093) Payment to Supplier with non default currency generates an error

2024-05-18 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13093:


 Summary: Payment to Supplier with non default currency generates 
an error
 Key: OFBIZ-13093
 URL: https://issues.apache.org/jira/browse/OFBIZ-13093
 Project: OFBiz
  Issue Type: Bug
  Components: accounting
Affects Versions: 18.12.13
Reporter: Pierre Smits


When creating a payment to a supplier that has a different currency than 
default for the OFBiz setup (in demo stable: EuroSupplier, following error is 
shown:


{code:java}
The Following Errors Occurred:Exception thrown while creating the "payment" 
GenericValue: org.apache.ofbiz.entity.GenericEntityException: Error while 
inserting: 
[GenericEntity:Payment][amount,100(java.math.BigDecimal)][comments,paper 
toner(java.lang.String)][createdStamp,2024-05-18 
07:35:11.375(java.sql.Timestamp)][createdTxStamp,2024-05-18 
07:35:11.35(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][effectiveDate,2024-05-18
 07:35:11.375(java.sql.Timestamp)][lastUpdatedStamp,2024-05-18 
07:35:11.375(java.sql.Timestamp)][lastUpdatedTxStamp,2024-05-18 
07:35:11.35(java.sql.Timestamp)][overrideGlAccountId,null()][partyIdFrom,Company(java.lang.String)][partyIdTo,euro(java.lang.String)][paymentId,10001(java.lang.String)][paymentMethodId,ABN_CHECKING(java.lang.String)][paymentMethodTypeId,COMPANY_CHECK(java.lang.String)][paymentRefNum,1(java.lang.String)][paymentTypeId,VENDOR_PAYMENT(java.lang.String)][statusId,PMNT_NOT_PAID(java.lang.String)]
 (SQL Exception while executing the following:INSERT INTO OFBIZ.PAYMENT 
(PAYMENT_ID, PAYMENT_TYPE_ID, PAYMENT_METHOD_TYPE_ID, PAYMENT_METHOD_ID, 
PAYMENT_GATEWAY_RESPONSE_ID, PAYMENT_PREFERENCE_ID, PARTY_ID_FROM, PARTY_ID_TO, 
ROLE_TYPE_ID_TO, STATUS_ID, EFFECTIVE_DATE, PAYMENT_REF_NUM, AMOUNT, 
CURRENCY_UOM_ID, COMMENTS, FIN_ACCOUNT_TRANS_ID, OVERRIDE_GL_ACCOUNT_ID, 
ACTUAL_CURRENCY_AMOUNT, ACTUAL_CURRENCY_UOM_ID, LAST_UPDATED_STAMP, 
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (INSERT on table 
'PAYMENT' caused a violation of foreign key constraint 'PAYMENT_TPTY' for key 
(euro). The statement has been rolled back.)) (Error while inserting: 
[GenericEntity:Payment][amount,100(java.math.BigDecimal)][comments,paper 
toner(java.lang.String)][createdStamp,2024-05-18 
07:35:11.375(java.sql.Timestamp)][createdTxStamp,2024-05-18 
07:35:11.35(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][effectiveDate,2024-05-18
 07:35:11.375(java.sql.Timestamp)][lastUpdatedStamp,2024-05-18 
07:35:11.375(java.sql.Timestamp)][lastUpdatedTxStamp,2024-05-18 
07:35:11.35(java.sql.Timestamp)][overrideGlAccountId,null()][partyIdFrom,Company(java.lang.String)][partyIdTo,euro(java.lang.String)][paymentId,10001(java.lang.String)][paymentMethodId,ABN_CHECKING(java.lang.String)][paymentMethodTypeId,COMPANY_CHECK(java.lang.String)][paymentRefNum,1(java.lang.String)][paymentTypeId,VENDOR_PAYMENT(java.lang.String)][statusId,PMNT_NOT_PAID(java.lang.String)]
 (SQL Exception while executing the following:INSERT INTO OFBIZ.PAYMENT 
(PAYMENT_ID, PAYMENT_TYPE_ID, PAYMENT_METHOD_TYPE_ID, PAYMENT_METHOD_ID, 
PAYMENT_GATEWAY_RESPONSE_ID, PAYMENT_PREFERENCE_ID, PARTY_ID_FROM, PARTY_ID_TO, 
ROLE_TYPE_ID_TO, STATUS_ID, EFFECTIVE_DATE, PAYMENT_REF_NUM, AMOUNT, 
CURRENCY_UOM_ID, COMMENTS, FIN_ACCOUNT_TRANS_ID, OVERRIDE_GL_ACCOUNT_ID, 
ACTUAL_CURRENCY_AMOUNT, ACTUAL_CURRENCY_UOM_ID, LAST_UPDATED_STAMP, 
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, 
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (INSERT on table 
'PAYMENT' caused a violation of foreign key constraint 'PAYMENT_TPTY' for key 
(euro). The statement has been rolled back.))) {code}



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


[jira] [Comment Edited] (OFBIZ-12951) CommonExt - Move from hard-code menu location to parameterized

2024-05-18 Thread Pierre Smits (Jira)


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

Pierre Smits edited comment on OFBIZ-12951 at 5/18/24 6:55 AM:
---

HI [~jleroux] ,

with the latest update to PR#795, the issue in demo-trunk is now fixed.


was (Author: pfm.smits):
HI [~jleroux] ,

with the latest update to PR#79, the issue in demo-trunk is now fixed.

> CommonExt - Move from hard-code menu location to parameterized
> --
>
> Key: OFBIZ-12951
> URL: https://issues.apache.org/jira/browse/OFBIZ-12951
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: commonext
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: Upcoming Branch
>
> Attachments: Screenshot 2024-05-05 at 20.32.11.png, Screenshot 
> 2024-05-13 at 12.18.38.png
>
>
> Move the menu location in the various commonest screens from hard-coded to 
> parameterized.



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


[jira] [Commented] (OFBIZ-12951) CommonExt - Move from hard-code menu location to parameterized

2024-05-17 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-12951:
--

HI [~jleroux] ,

with the latest update to PR#79, the issue in demo-trunk is now fixed.

> CommonExt - Move from hard-code menu location to parameterized
> --
>
> Key: OFBIZ-12951
> URL: https://issues.apache.org/jira/browse/OFBIZ-12951
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: commonext
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: Upcoming Branch
>
> Attachments: Screenshot 2024-05-05 at 20.32.11.png, Screenshot 
> 2024-05-13 at 12.18.38.png
>
>
> Move the menu location in the various commonest screens from hard-coded to 
> parameterized.



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


[jira] [Updated] (OFBIZ-12951) CommonExt - Move from hard-code menu location to parameterized

2024-05-13 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-12951:
-
Attachment: Screenshot 2024-05-13 at 12.18.38.png

> CommonExt - Move from hard-code menu location to parameterized
> --
>
> Key: OFBIZ-12951
> URL: https://issues.apache.org/jira/browse/OFBIZ-12951
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: commonext
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: Upcoming Branch
>
> Attachments: Screenshot 2024-05-05 at 20.32.11.png, Screenshot 
> 2024-05-13 at 12.18.38.png
>
>
> Move the menu location in the various commonest screens from hard-coded to 
> parameterized.



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


[jira] [Commented] (OFBIZ-12951) CommonExt - Move from hard-code menu location to parameterized

2024-05-13 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-12951:
--

Hi Jacques,

Yes, I did. And I am still investigating.

If you could merge PR#795, it would surely help (see attached image), as 
switching between trunk and dev/test branches in the local dev environment is 
cumbersome and a potential source of confusion.

> CommonExt - Move from hard-code menu location to parameterized
> --
>
> Key: OFBIZ-12951
> URL: https://issues.apache.org/jira/browse/OFBIZ-12951
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: commonext
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: Upcoming Branch
>
> Attachments: Screenshot 2024-05-05 at 20.32.11.png
>
>
> Move the menu location in the various commonest screens from hard-coded to 
> parameterized.



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


[jira] [Commented] (OFBIZ-13015) Miss UI user message for projectmgr/control/MyTimesheet

2024-05-13 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13015:
--

Hi Jacques,
 
Unfortunately, Adrian. is not around anymore to ask him. At times I feel him 
dearly missed as a source of insights and a voice of reason.
 
Yes, I know bit was implemented 17 years ago. I suggest to log in to any 
application with a userLogId that is not one of the *ADMIN' and doesn't have 
ASSETMAINT permissions.

E.g. in Manufacturing, when updating a Routing or Task or ProductionRun this 
becomes obvious. See attached image. 
Furthermore, it has been agreed long ago that there should be no dependencies 
of ofbiz-framework application on ofbiz-plugin components. 

> Miss UI user message for projectmgr/control/MyTimesheet
> ---
>
> Key: OFBIZ-13015
> URL: https://issues.apache.org/jira/browse/OFBIZ-13015
> Project: OFBiz
>  Issue Type: Improvement
>  Components: projectmgr
>Affects Versions: Upcoming Branch
>Reporter: Jacques Le Roux
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: Screenshot 2024-05-13 at 11.59.32.png
>
>
> Currently there is only a hard legible message for users without sufficient 
> permissions (sorry in French):
> ERROR MESSAGE
> java.lang.IllegalArgumentException: Error running script at location 
> [component://projectmgr/src/main/groovy/org/apache/ofbiz/projectmgr/EditWeekTimesheet.groovy]:
>  org.apache.ofbiz.service.ExecutionServiceException: ERROR: Could not 
> complete the Create Timesheet For This Week of no date provided, otherwise 
> for a specific week [TimesheetServices.xml#createTimesheetForThisWeek] 
> process [problem invoking the [createTimesheet] service with the map named 
> [parameters] containing 
> [{userLogin=[GenericEntity:UserLogin][createdStamp,2024-04-12 
> 02:36:48.635(java.sql.Timestamp)][createdTxStamp,2024-04-12 
> 02:36:48.551(java.sql.Timestamp)][currentPassword,{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a(java.lang.String)][disabledBy,null()][disabledDateTime,null()][enabled,null()][externalAuthId,null()][hasLoggedOut,null()][isSystem,null()][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,null()][lastUpdatedStamp,2024-04-12
>  02:36:48.635(java.sql.Timestamp)][lastUpdatedTxStamp,2024-04-12 
> 02:36:48.551(java.sql.Timestamp)][partyId,DemoAuditor(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,auditor(java.lang.String)],
>  fromDate=2024-04-07 00:00:00.0, 
> timeZone=sun.util.calendar.ZoneInfo[id="Etc/UTC",offset=0,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],
>  partyId=DemoAuditor, locale=fr, thruDate=2024-04-13 23:59:59.0}]: Vous 
> n'avez pas la permission sur le service createTimesheet, raison : Erreur de 
> sécurité : pour exécuter createTimesheet vous devez avoir une des 
> autorisations suivantes : ASSETMAINT_CREATE, ASSETMAINT_ADMIN]
> Even if I think users can understand the meaning, it's not very clean



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


[jira] [Updated] (OFBIZ-13015) Miss UI user message for projectmgr/control/MyTimesheet

2024-05-13 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-13015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-13015:
-
Attachment: Screenshot 2024-05-13 at 11.59.32.png

> Miss UI user message for projectmgr/control/MyTimesheet
> ---
>
> Key: OFBIZ-13015
> URL: https://issues.apache.org/jira/browse/OFBIZ-13015
> Project: OFBiz
>  Issue Type: Improvement
>  Components: projectmgr
>Affects Versions: Upcoming Branch
>Reporter: Jacques Le Roux
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: Screenshot 2024-05-13 at 11.59.32.png
>
>
> Currently there is only a hard legible message for users without sufficient 
> permissions (sorry in French):
> ERROR MESSAGE
> java.lang.IllegalArgumentException: Error running script at location 
> [component://projectmgr/src/main/groovy/org/apache/ofbiz/projectmgr/EditWeekTimesheet.groovy]:
>  org.apache.ofbiz.service.ExecutionServiceException: ERROR: Could not 
> complete the Create Timesheet For This Week of no date provided, otherwise 
> for a specific week [TimesheetServices.xml#createTimesheetForThisWeek] 
> process [problem invoking the [createTimesheet] service with the map named 
> [parameters] containing 
> [{userLogin=[GenericEntity:UserLogin][createdStamp,2024-04-12 
> 02:36:48.635(java.sql.Timestamp)][createdTxStamp,2024-04-12 
> 02:36:48.551(java.sql.Timestamp)][currentPassword,{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a(java.lang.String)][disabledBy,null()][disabledDateTime,null()][enabled,null()][externalAuthId,null()][hasLoggedOut,null()][isSystem,null()][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,null()][lastUpdatedStamp,2024-04-12
>  02:36:48.635(java.sql.Timestamp)][lastUpdatedTxStamp,2024-04-12 
> 02:36:48.551(java.sql.Timestamp)][partyId,DemoAuditor(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,auditor(java.lang.String)],
>  fromDate=2024-04-07 00:00:00.0, 
> timeZone=sun.util.calendar.ZoneInfo[id="Etc/UTC",offset=0,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],
>  partyId=DemoAuditor, locale=fr, thruDate=2024-04-13 23:59:59.0}]: Vous 
> n'avez pas la permission sur le service createTimesheet, raison : Erreur de 
> sécurité : pour exécuter createTimesheet vous devez avoir une des 
> autorisations suivantes : ASSETMAINT_CREATE, ASSETMAINT_ADMIN]
> Even if I think users can understand the meaning, it's not very clean



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


[jira] [Created] (OFBIZ-13090) Manufacturing - VIEW permissions

2024-05-13 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13090:


 Summary: Manufacturing - VIEW permissions
 Key: OFBIZ-13090
 URL: https://issues.apache.org/jira/browse/OFBIZ-13090
 Project: OFBiz
  Issue Type: Improvement
  Components: manufacturing
Reporter: Pierre Smits


Currently, a user with only 'VIEW' permissions, as demonstrated in trunk demo 
with userId = auditor, accessing a ProductionRun related screen, sees triggers 
(to requests) reserved for users with 'CREATE' or 'UPDATE' permissions.

To see/test: https://localhost:8443/manufacturing/control/ShowProductionRun



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


[jira] [Commented] (OFBIZ-13049) Configurable Main page

2024-05-13 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13049:
--

{quote}Perhaps you it would help us understand your position if you provide 
some non-portlet examples of how OFBiz uses data to dynamically to affect the 
user experience.
{quote}
I suggest when logging in at any application in 
[https://demo-trunk.ofbiz.apache.org/] to use a userLoginId other than one 
associated with the admin party.

In every place where the condition 'hasPermission' is used users have a data 
driven experience.

> Configurable Main page
> --
>
> Key: OFBIZ-13049
> URL: https://issues.apache.org/jira/browse/OFBIZ-13049
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Reporter: Pierre Smits
>Priority: Major
> Attachments: CommonPortletData.xml
>
>
> Currently the OFBiz product has configurable Main pages in applications 
> Accounting, Order, SFA, and plugin MyPortal. Unfortunately, none in the 
> community felt the urge to implement the concept further in other 
> applications.
> Having a configurable Main page of an application improves both the appeal of 
> OFBiz to (potential) adopters and their users, and to developers.
> With a configurable Main page, developers have less screens to consider when 
> doing customisation, while at the same time trying to stay in sync with 
> changes from the project.



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


[jira] [Updated] (OFBIZ-13088) CATALOG-Main: VIEW permission

2024-05-13 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-13088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-13088:
-
Summary: CATALOG-Main: VIEW permission  (was: CATALOG-Main)

> CATALOG-Main: VIEW permission
> -
>
> Key: OFBIZ-13088
> URL: https://issues.apache.org/jira/browse/OFBIZ-13088
> Project: OFBiz
>  Issue Type: Improvement
>  Components: product/catalog
>Reporter: Pierre Smits
>Priority: Major
>  Labels: usability
>
> Currently, a user with only 'VIEW' permissions, as demonstrated in trunk demo 
> with userId = auditor, accessing the Catalog Main Page, sees triggers (to 
> requests) reserved for users with 'CREATE' or 'UPDATE' permissions.
> To see/test: https://demo-trunk.ofbiz.apache.org/catalog/control/main



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


[jira] [Created] (OFBIZ-13088) CATALOG-Main

2024-05-13 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13088:


 Summary: CATALOG-Main
 Key: OFBIZ-13088
 URL: https://issues.apache.org/jira/browse/OFBIZ-13088
 Project: OFBiz
  Issue Type: Improvement
  Components: product/catalog
Reporter: Pierre Smits


Currently, a user with only 'VIEW' permissions, as demonstrated in trunk demo 
with userId = auditor, accessing the Catalog Main Page, sees triggers (to 
requests) reserved for users with 'CREATE' or 'UPDATE' permissions.

To see/test: https://demo-trunk.ofbiz.apache.org/catalog/control/main



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


[jira] [Commented] (OFBIZ-13049) Configurable Main page

2024-05-13 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13049:
--

Hi [~danwatford],

Yes, SMART is an acronym. See:[https://en.wikipedia.org/wiki/SMART_criteria]

 

> Configurable Main page
> --
>
> Key: OFBIZ-13049
> URL: https://issues.apache.org/jira/browse/OFBIZ-13049
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Reporter: Pierre Smits
>Priority: Major
> Attachments: CommonPortletData.xml
>
>
> Currently the OFBiz product has configurable Main pages in applications 
> Accounting, Order, SFA, and plugin MyPortal. Unfortunately, none in the 
> community felt the urge to implement the concept further in other 
> applications.
> Having a configurable Main page of an application improves both the appeal of 
> OFBiz to (potential) adopters and their users, and to developers.
> With a configurable Main page, developers have less screens to consider when 
> doing customisation, while at the same time trying to stay in sync with 
> changes from the project.



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


[jira] [Commented] (OFBIZ-13049) Configurable Main page

2024-05-11 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13049:
--

Hi Jacques,

Thank you for your reaction.
{quote}I re-read the comments above where Daniel and Michael were not 
enthusiast.
{quote}
Regarding the feedback from Daniel, I repeat what I commented earlier:
{quote}I am just utilising what is available OOTB. implemented and reviewed by 
quite a few contributors in the period between 2008 and 2010 (amongst other 
Bruno Busco, David Jones and even you) under ticket OFBIZ-1999 and follow-ups.
{quote}
I am *not* introducing different technologies or concepts alien to what is 
already available in the OFBiz. As for
{quote} Introducing another layer of indirection via the database will reduce 
the navigability of the UI further. 
{quote}
We use data everywhere to showcase the flexibility and usability of OFBiz. The 
user experience (the appeal of OFBiz as an Open Source business management and 
e-commerce solution) is dependent on data.

Similarly the customization appeal and experience is affected by hard coded 
aspects. Everywhere we have that, we make it challenging for adopters to apply 
and maintain their customizations without disrupting ongoing updates from the 
OFBiz community. Having application main pages displaying what is most 
important through PortalPortlet and associated records facilitate just that 
flexibility and adaptability. I regard this ticket equally beneficial to 
adopters and their developers as OFBIZ-12928.


{quote}Would you mind to assume this task before we continue with subtasks here?
{quote}
Thank you for the suggestion. I will keep it in mind for future consideration. 
For now, I'm focused on prioritizing straightforward improvements that 
significantly benefit both the user and developer experience. 
Participating in an open source project is as much about enhancing the user and 
developer experience through collaboration as it is about refining the 
codebase. I truly value our positive collaborations I've had in this project 
and look forward to more in the future. 

This means that I don't just create new tickets for myself to work on; I also 
do it to encourage fellow contributors to offer valuable feedback on the matter 
at hand and to engage in the development process.

> Configurable Main page
> --
>
> Key: OFBIZ-13049
> URL: https://issues.apache.org/jira/browse/OFBIZ-13049
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Reporter: Pierre Smits
>Priority: Major
> Attachments: CommonPortletData.xml
>
>
> Currently the OFBiz product has configurable Main pages in applications 
> Accounting, Order, SFA, and plugin MyPortal. Unfortunately, none in the 
> community felt the urge to implement the concept further in other 
> applications.
> Having a configurable Main page of an application improves both the appeal of 
> OFBiz to (potential) adopters and their users, and to developers.
> With a configurable Main page, developers have less screens to consider when 
> doing customisation, while at the same time trying to stay in sync with 
> changes from the project.



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


[jira] [Commented] (OFBIZ-13053) Manufacturing-Main page

2024-05-10 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13053:
--

Hi [~jleroux] <

As with the PR re OFBIZ-13054, I found a trailing space one of the changes. I 
have corrected this.

> Manufacturing-Main page
> ---
>
> Key: OFBIZ-13053
> URL: https://issues.apache.org/jira/browse/OFBIZ-13053
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Pierre Smits
>Priority: Major
> Attachments: Screenshot MFG new main.png
>
>
> Currently the 'main' view-map points to the 'FindProductionRun' screen.
> In order to improve the user experience the main request-map and view-map 
> should show what is most pressing in manufacturing to address: the production 
> runs in progress. See attached image



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


[jira] [Commented] (OFBIZ-13053) Manufacturing-Main page

2024-05-09 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13053:
--

HI Jacques,

As you can see in the Accounting Main page, not all invoices are shown through 
the portlet screens. We don't show invoices that have been cancelled or paid in 
full.

Similarly in this inprovement for Manufacturing, and as you can verify when 
reviewing the changes in the CommonScreens.xml file in the pull request, only 
running or active production runs will be displayed as those with statusId = 
'PRUN_CANCELED' and 'PRUN_CLOSED' are excluded from the generated list. 

Which should be a default for anything shown on a component's Main page, as it 
is intended for those users that work with the application. Having them go 
through search/find mechanisms first lessens the user experience.

> Manufacturing-Main page
> ---
>
> Key: OFBIZ-13053
> URL: https://issues.apache.org/jira/browse/OFBIZ-13053
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Pierre Smits
>Priority: Major
> Attachments: Screenshot MFG new main.png
>
>
> Currently the 'main' view-map points to the 'FindProductionRun' screen.
> In order to improve the user experience the main request-map and view-map 
> should show what is most pressing in manufacturing to address: the production 
> runs in progress. See attached image



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


[jira] [Updated] (OFBIZ-13053) Manufacturing-Main page

2024-05-08 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-13053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-13053:
-
Attachment: Screenshot MFG new main.png

> Manufacturing-Main page
> ---
>
> Key: OFBIZ-13053
> URL: https://issues.apache.org/jira/browse/OFBIZ-13053
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Pierre Smits
>Priority: Major
> Attachments: Screenshot MFG new main.png
>
>
> Currently the 'main' view-map points to the 'FindProductionRun' screen.
> In order to improve the user experience the main request-map and view-map 
> should show what is most pressing in manufacturing to address: the production 
> runs in progress.



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


[jira] [Updated] (OFBIZ-13053) Manufacturing-Main page

2024-05-08 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-13053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-13053:
-
Description: 
Currently the 'main' view-map points to the 'FindProductionRun' screen.

In order to improve the user experience the main request-map and view-map 
should show what is most pressing in manufacturing to address: the production 
runs in progress. See attached image

  was:
Currently the 'main' view-map points to the 'FindProductionRun' screen.

In order to improve the user experience the main request-map and view-map 
should show what is most pressing in manufacturing to address: the production 
runs in progress.


> Manufacturing-Main page
> ---
>
> Key: OFBIZ-13053
> URL: https://issues.apache.org/jira/browse/OFBIZ-13053
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Pierre Smits
>Priority: Major
> Attachments: Screenshot MFG new main.png
>
>
> Currently the 'main' view-map points to the 'FindProductionRun' screen.
> In order to improve the user experience the main request-map and view-map 
> should show what is most pressing in manufacturing to address: the production 
> runs in progress. See attached image



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


[jira] [Updated] (OFBIZ-13054) Marketing-Main page

2024-05-08 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-13054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-13054:
-
Description: 
Currently the 'main' view-map points to a screen showing a label, see the first 
attached image.

 

In order to improve the user experience the main request-map and view-map 
should show what is most pressing in marketing to address: active campaigns and 
contact list communication events. See the second attached image

  was:
Currently the 'main' view-map points to a screen showing a label

In order to improve the user experience the main request-map and view-map 
should show what is most pressing in marketing to address: active campaigns and 
contact list communication events.


> Marketing-Main page
> ---
>
> Key: OFBIZ-13054
> URL: https://issues.apache.org/jira/browse/OFBIZ-13054
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Pierre Smits
>Priority: Major
> Attachments: Screenshot 2024-05-08 at 08.41.28.png, Screenshot 
> 2024-05-08 at 08.47.24.png
>
>
> Currently the 'main' view-map points to a screen showing a label, see the 
> first attached image.
>  
> In order to improve the user experience the main request-map and view-map 
> should show what is most pressing in marketing to address: active campaigns 
> and contact list communication events. See the second attached image



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


[jira] [Updated] (OFBIZ-13054) Marketing-Main page

2024-05-08 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-13054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-13054:
-
Attachment: Screenshot 2024-05-08 at 08.47.24.png

> Marketing-Main page
> ---
>
> Key: OFBIZ-13054
> URL: https://issues.apache.org/jira/browse/OFBIZ-13054
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Pierre Smits
>Priority: Major
> Attachments: Screenshot 2024-05-08 at 08.41.28.png, Screenshot 
> 2024-05-08 at 08.47.24.png
>
>
> Currently the 'main' view-map points to a screen showing a label
> In order to improve the user experience the main request-map and view-map 
> should show what is most pressing in marketing to address: active campaigns 
> and contact list communication events.



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


[jira] [Updated] (OFBIZ-13054) Marketing-Main page

2024-05-08 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-13054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-13054:
-
Attachment: Screenshot 2024-05-08 at 08.41.28.png

> Marketing-Main page
> ---
>
> Key: OFBIZ-13054
> URL: https://issues.apache.org/jira/browse/OFBIZ-13054
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Pierre Smits
>Priority: Major
> Attachments: Screenshot 2024-05-08 at 08.41.28.png
>
>
> Currently the 'main' view-map points to a screen showing a label
> In order to improve the user experience the main request-map and view-map 
> should show what is most pressing in marketing to address: active campaigns 
> and contact list communication events.



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


[jira] [Commented] (OFBIZ-12966) Integrate AR Past Due into accounting- main

2024-05-07 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-12966:
--

Hi [~jleroux] ,

This ticket was addressed and closed on April, 12th.  But a reference to this 
ticket in the commit by Leila added a comment here. So there is nothing to do 
here anymore.

However, there is still [https://github.com/apache/ofbiz-framework/pull/789] 
related to OFBIZ-13068 that should go into trunk (to fix the main page of 
ACCOUNTING)

 

 

> Integrate AR Past Due into accounting- main
> ---
>
> Key: OFBIZ-12966
> URL: https://issues.apache.org/jira/browse/OFBIZ-12966
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: Upcoming Branch
>
>
> Integrate the overview of invoices past due date of accounts receivable as a 
> portal page into the main screen of the accounting application.



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


[jira] [Commented] (OFBIZ-12951) CommonExt - Move from hard-code menu location to parameterized

2024-05-05 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-12951:
--

This is weird: when opening ofbizsetup in a new browser session (after a 
cleanAll / loadAll of the server) I get the following attached image.

The image shows the inspect section of the Mozilla browser with following code
{code:java}







 {code}
More digging down the rabbit's hole

> CommonExt - Move from hard-code menu location to parameterized
> --
>
> Key: OFBIZ-12951
> URL: https://issues.apache.org/jira/browse/OFBIZ-12951
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: commonext
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: Upcoming Branch
>
> Attachments: Screenshot 2024-05-05 at 20.32.11.png
>
>
> Move the menu location in the various commonest screens from hard-coded to 
> parameterized.



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


[jira] [Updated] (OFBIZ-12951) CommonExt - Move from hard-code menu location to parameterized

2024-05-05 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-12951:
-
Attachment: Screenshot 2024-05-05 at 20.32.11.png

> CommonExt - Move from hard-code menu location to parameterized
> --
>
> Key: OFBIZ-12951
> URL: https://issues.apache.org/jira/browse/OFBIZ-12951
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: commonext
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: Upcoming Branch
>
> Attachments: Screenshot 2024-05-05 at 20.32.11.png
>
>
> Move the menu location in the various commonest screens from hard-coded to 
> parameterized.



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


[jira] [Commented] (OFBIZ-12951) CommonExt - Move from hard-code menu location to parameterized

2024-05-04 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-12951:
--

Hi [~jleroux]<

I have added PR#795 that fixes the issue.

Are you on a bug hunt?

> CommonExt - Move from hard-code menu location to parameterized
> --
>
> Key: OFBIZ-12951
> URL: https://issues.apache.org/jira/browse/OFBIZ-12951
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: commonext
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: Upcoming Branch
>
>
> Move the menu location in the various commonest screens from hard-coded to 
> parameterized.



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


[jira] [Commented] (OFBIZ-12951) CommonExt - Move from hard-code menu location to parameterized

2024-05-04 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-12951:
--

Thanks @[~jleroux] 

I will look into this.

 

> CommonExt - Move from hard-code menu location to parameterized
> --
>
> Key: OFBIZ-12951
> URL: https://issues.apache.org/jira/browse/OFBIZ-12951
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: commonext
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: Upcoming Branch
>
>
> Move the menu location in the various commonest screens from hard-coded to 
> parameterized.



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


[jira] [Commented] (OFBIZ-12982) updateMyTimesheet throws an error

2024-05-03 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-12982:
--

Thanks Nicolas.

> updateMyTimesheet throws an error
> -
>
> Key: OFBIZ-12982
> URL: https://issues.apache.org/jira/browse/OFBIZ-12982
> Project: OFBiz
>  Issue Type: Bug
>  Components: projectmgr
>Reporter: Pierre Smits
>Assignee: Nicolas Malin
>Priority: Major
> Attachments: OFBIZ-12982.patch
>
>
> When updating a timesheet in projectmgr following error is thrown:
> {code:java}
> The Following Errors Occurred:
> Error:Error running the simple-method: Could not find  name="assignPartyToWorkEffort"> in XML document 
> component://workeffort/minilang/workeffort/WorkEffortSimpleServices.xml, 
> File#Method = ProjectServices.xml#updateTimeEntryByWorkeffort, Element = 
> , Line 491null
> {code}
> to try/test: 
> https://demo-trunk.ofbiz.apache.org/projectmgr/control/MyTimesheet and update 
> the timesheet with a selected task and time.



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


[jira] [Comment Edited] (OFBIZ-13068) Accounts Payable Past Due Invoices doesn't show outstanding amount

2024-04-29 Thread Pierre Smits (Jira)


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

Pierre Smits edited comment on OFBIZ-13068 at 4/29/24 10:02 AM:


Hi Jacques,

Thanks for showing the same screen as I did (from demo-trunk).

The following screen shows with PR#789 merged: 
https://issues.apache.org/jira/secure/attachment/13068530/Screenshot%202024-04-29%20at%2011.52.07.png
Please scroll to the right to see the difference (the last column).

As was in my original commit 
https://github.com/apache/ofbiz-framework/commit/e740f56701a9e0a970f89415c962ac37ae2d5570
Which got changed with: 
https://github.com/apache/ofbiz-framework/commit/c7230e1006ee18a8c55e8295e57725d78c355e13




was (Author: pfm.smits):
Hi Jacques,

Thanks for showing the same screen as I did (from demo-trunk).

The following screen shows with PR#789 merged: 
https://issues.apache.org/jira/secure/attachment/13068529/Image%20016.png
Please scroll to the right to see the difference (the last column).

As was in my original commit 
https://github.com/apache/ofbiz-framework/commit/e740f56701a9e0a970f89415c962ac37ae2d5570
Which got changed with: 
https://github.com/apache/ofbiz-framework/commit/c7230e1006ee18a8c55e8295e57725d78c355e13



> Accounts Payable Past Due Invoices doesn't show outstanding amount
> --
>
> Key: OFBIZ-13068
> URL: https://issues.apache.org/jira/browse/OFBIZ-13068
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Trivial
> Fix For: Upcoming Branch
>
> Attachments: Image 016.png, Screenshot 2024-04-29 at 11.52.07.png, 
> image-2024-04-29-09-05-28-760.png
>
>
> With recent changes via commit ec0adc02f102d75be15e1ee04062b75621219f0d 
> [ec0adc02f1] the field outstanding got replaced with amountToApply in grid 
> ListApReport.



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


[jira] [Commented] (OFBIZ-13068) Accounts Payable Past Due Invoices doesn't show outstanding amount

2024-04-29 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13068:
--

Hi Jacques,

Thanks for showing the same screen as I did (from demo-trunk).

The following screen shows with PR#789 merged: 
https://issues.apache.org/jira/secure/attachment/13068529/Image%20016.png
Please scroll to the right to see the difference (the last column).

As was in my original commit 
https://github.com/apache/ofbiz-framework/commit/e740f56701a9e0a970f89415c962ac37ae2d5570
Which got changed with: 
https://github.com/apache/ofbiz-framework/commit/c7230e1006ee18a8c55e8295e57725d78c355e13



> Accounts Payable Past Due Invoices doesn't show outstanding amount
> --
>
> Key: OFBIZ-13068
> URL: https://issues.apache.org/jira/browse/OFBIZ-13068
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Trivial
> Fix For: Upcoming Branch
>
> Attachments: Image 016.png, Screenshot 2024-04-29 at 11.52.07.png, 
> image-2024-04-29-09-05-28-760.png
>
>
> With recent changes via commit ec0adc02f102d75be15e1ee04062b75621219f0d 
> [ec0adc02f1] the field outstanding got replaced with amountToApply in grid 
> ListApReport.



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


[jira] [Updated] (OFBIZ-13068) Accounts Payable Past Due Invoices doesn't show outstanding amount

2024-04-29 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-13068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-13068:
-
Attachment: Screenshot 2024-04-29 at 11.52.07.png

> Accounts Payable Past Due Invoices doesn't show outstanding amount
> --
>
> Key: OFBIZ-13068
> URL: https://issues.apache.org/jira/browse/OFBIZ-13068
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Trivial
> Fix For: Upcoming Branch
>
> Attachments: Image 016.png, Screenshot 2024-04-29 at 11.52.07.png, 
> image-2024-04-29-09-05-28-760.png
>
>
> With recent changes via commit ec0adc02f102d75be15e1ee04062b75621219f0d 
> [ec0adc02f1] the field outstanding got replaced with amountToApply in grid 
> ListApReport.



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


[jira] [Comment Edited] (OFBIZ-13068) Accounts Payable Past Due Invoices doesn't show outstanding amount

2024-04-29 Thread Pierre Smits (Jira)


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

Pierre Smits edited comment on OFBIZ-13068 at 4/29/24 7:55 AM:
---

I am not joking. 2 Different applications, 2 different screens, 2 different 
grids.


was (Author: pfm.smits):
I am not joking.

> Accounts Payable Past Due Invoices doesn't show outstanding amount
> --
>
> Key: OFBIZ-13068
> URL: https://issues.apache.org/jira/browse/OFBIZ-13068
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Trivial
> Fix For: Upcoming Branch
>
> Attachments: image-2024-04-29-09-05-28-760.png
>
>
> With recent changes via commit ec0adc02f102d75be15e1ee04062b75621219f0d 
> [ec0adc02f1] the field outstanding got replaced with amountToApply in grid 
> ListApReport.



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


[jira] [Commented] (OFBIZ-13068) Accounts Payable Past Due Invoices doesn't show outstanding amount

2024-04-29 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13068:
--

I am not joking.

> Accounts Payable Past Due Invoices doesn't show outstanding amount
> --
>
> Key: OFBIZ-13068
> URL: https://issues.apache.org/jira/browse/OFBIZ-13068
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Trivial
> Fix For: Upcoming Branch
>
> Attachments: image-2024-04-29-09-05-28-760.png
>
>
> With recent changes via commit ec0adc02f102d75be15e1ee04062b75621219f0d 
> [ec0adc02f1] the field outstanding got replaced with amountToApply in grid 
> ListApReport.



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


[jira] [Comment Edited] (OFBIZ-13068) Accounts Payable Past Due Invoices doesn't show outstanding amount

2024-04-29 Thread Pierre Smits (Jira)


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

Pierre Smits edited comment on OFBIZ-13068 at 4/29/24 7:07 AM:
---

You're probable looking at the main page of the wrong application. Here is the 
image of the main page of accounting
!image-2024-04-29-09-05-28-760.png!

You need to scroll to the right.
Please keep in mind that the AP application != the Accounting application.


was (Author: pfm.smits):
You're probable looking at the main page of the wrong application. Here is the 
image of the main page of accounting
!image-2024-04-29-09-05-28-760.png!

> Accounts Payable Past Due Invoices doesn't show outstanding amount
> --
>
> Key: OFBIZ-13068
> URL: https://issues.apache.org/jira/browse/OFBIZ-13068
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Trivial
> Fix For: Upcoming Branch
>
> Attachments: image-2024-04-29-09-05-28-760.png
>
>
> With recent changes via commit ec0adc02f102d75be15e1ee04062b75621219f0d 
> [ec0adc02f1] the field outstanding got replaced with amountToApply in grid 
> ListApReport.



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


[jira] [Commented] (OFBIZ-13068) Accounts Payable Past Due Invoices doesn't show outstanding amount

2024-04-29 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13068:
--

You're probable looking at the main page of the wrong application. Here is the 
image of the main page of accounting
!image-2024-04-29-09-05-28-760.png!

> Accounts Payable Past Due Invoices doesn't show outstanding amount
> --
>
> Key: OFBIZ-13068
> URL: https://issues.apache.org/jira/browse/OFBIZ-13068
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Trivial
> Fix For: Upcoming Branch
>
> Attachments: image-2024-04-29-09-05-28-760.png
>
>
> With recent changes via commit ec0adc02f102d75be15e1ee04062b75621219f0d 
> [ec0adc02f1] the field outstanding got replaced with amountToApply in grid 
> ListApReport.



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


[jira] [Updated] (OFBIZ-13068) Accounts Payable Past Due Invoices doesn't show outstanding amount

2024-04-29 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-13068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-13068:
-
Attachment: image-2024-04-29-09-05-28-760.png

> Accounts Payable Past Due Invoices doesn't show outstanding amount
> --
>
> Key: OFBIZ-13068
> URL: https://issues.apache.org/jira/browse/OFBIZ-13068
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Trivial
> Fix For: Upcoming Branch
>
> Attachments: image-2024-04-29-09-05-28-760.png
>
>
> With recent changes via commit ec0adc02f102d75be15e1ee04062b75621219f0d 
> [ec0adc02f1] the field outstanding got replaced with amountToApply in grid 
> ListApReport.



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


[jira] [Created] (OFBIZ-13074) convert FinAccount getArithmeticSettingsInline to groovy

2024-04-28 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13074:


 Summary: convert FinAccount getArithmeticSettingsInline to groovy
 Key: OFBIZ-13074
 URL: https://issues.apache.org/jira/browse/OFBIZ-13074
 Project: OFBiz
  Issue Type: Sub-task
  Components: accounting
Reporter: Pierre Smits






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


[jira] [Reopened] (OFBIZ-13068) Accounts Payable Past Due Invoices doesn't show outstanding amount

2024-04-28 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-13068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits reopened OFBIZ-13068:
--

commit c7230e1006ee18a8c55e8295e57725d78c355e13 broke visibility of the 
outstanding amount on Accounts Payable in the Main Screen of the accounting 
application

> Accounts Payable Past Due Invoices doesn't show outstanding amount
> --
>
> Key: OFBIZ-13068
> URL: https://issues.apache.org/jira/browse/OFBIZ-13068
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Trivial
> Fix For: Upcoming Branch
>
>
> With recent changes via commit ec0adc02f102d75be15e1ee04062b75621219f0d 
> [ec0adc02f1] the field outstanding got replaced with amountToApply in grid 
> ListApReport.



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


[jira] [Commented] (OFBIZ-13068) Accounts Payable Past Due Invoices doesn't show outstanding amount

2024-04-28 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13068:
--

Hence my suggestion to put in the 2 new labels for the overviews.

> Accounts Payable Past Due Invoices doesn't show outstanding amount
> --
>
> Key: OFBIZ-13068
> URL: https://issues.apache.org/jira/browse/OFBIZ-13068
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Trivial
> Fix For: Upcoming Branch
>
>
> With recent changes via commit ec0adc02f102d75be15e1ee04062b75621219f0d 
> [ec0adc02f1] the field outstanding got replaced with amountToApply in grid 
> ListApReport.



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


[jira] [Commented] (OFBIZ-13068) Accounts Payable Past Due Invoices doesn't show outstanding amount

2024-04-28 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13068:
--

To make OFBiz more user friendly for the non accounting-savvy, we could 
introduce 2 new labels in accounting:
{code:java}

To Pay
 {code}
and
{code:java}

To Receive
 {code}

and apply those labels to the appropriate overview

> Accounts Payable Past Due Invoices doesn't show outstanding amount
> --
>
> Key: OFBIZ-13068
> URL: https://issues.apache.org/jira/browse/OFBIZ-13068
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Trivial
> Fix For: Upcoming Branch
>
>
> With recent changes via commit ec0adc02f102d75be15e1ee04062b75621219f0d 
> [ec0adc02f1] the field outstanding got replaced with amountToApply in grid 
> ListApReport.



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


[jira] [Commented] (OFBIZ-13068) Accounts Payable Past Due Invoices doesn't show outstanding amount

2024-04-28 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13068:
--

Hi Jacques,

Please keep in mind that 'Amount to apply' is only applicable for payments, and 
not for invoices.

As the screenlets in two overviews in Accounting main indicate:
 * for Accounts Receivable: the outstanding amount is 'to receive'
 * for Accounts Payable: the outstanding amount is 'to pay'

same applies for the individual invoices in those 2 overviews.

> Accounts Payable Past Due Invoices doesn't show outstanding amount
> --
>
> Key: OFBIZ-13068
> URL: https://issues.apache.org/jira/browse/OFBIZ-13068
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Trivial
> Fix For: Upcoming Branch
>
>
> With recent changes via commit ec0adc02f102d75be15e1ee04062b75621219f0d 
> [ec0adc02f1] the field outstanding got replaced with amountToApply in grid 
> ListApReport.



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


[jira] [Commented] (OFBIZ-11414) Improve the BI component

2024-04-28 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-11414:
--

Hi Jacques,

No worries. I understand that it quite the set of improvements. 

If you need any context, I'll be happy to provide.
In the mean time, there are quite the number of other pull requests in both 
ofbiz-framework and ofbiz-plugins that improve the OFBiz experience

> Improve the BI component
> 
>
> Key: OFBIZ-11414
> URL: https://issues.apache.org/jira/browse/OFBIZ-11414
> Project: OFBiz
>  Issue Type: Improvement
>  Components: bi
>Affects Versions: Trunk, 22.01.01, Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>Priority: Major
>  Labels: birt, dwh
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Improving the BI component enhances the feature set of OFBiz.
> The BI component is essential for doing analysis (trend and otherwise) on 
> data captured from transactions, while avoiding heavy (query) loads on the 
> transaction system. An additional benefit is that data analysts don't need 
> access/permissions to the transaction system.
> This is a placeholder ticket to capture all underlying tickets (tasks)



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


[jira] [Commented] (OFBIZ-13070) BalanceSheet generates an error

2024-04-25 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13070:
--

Same for 
https://demo-trunk.ofbiz.apache.org/accounting/control/ComparativeBalanceSheet?organizationPartyId=Company

> BalanceSheet generates an error
> ---
>
> Key: OFBIZ-13070
> URL: https://issues.apache.org/jira/browse/OFBIZ-13070
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Reporter: Pierre Smits
>Priority: Major
>
> When accessing 
> [https://demo-trunk.ofbiz.apache.org/accounting/control/BalanceSheet?organizationPartyId=Company]
>  following error is thrown
> {code:java}
> java.lang.IllegalArgumentException: Error running script at location 
> [component://accounting/src/main/groovy/org/apache/ofbiz/accounting/reports/BalanceSheet.groovy]:
>  org.apache.ofbiz.service.ExecutionServiceException: ERROR: Could not 
> complete the Prepare data for the Income Statement 
> [GeneralLedgerServices.xml#prepareIncomeStatement] process [problem invoking 
> the [getAcctgTransEntriesAndTransTotal] service with the map named 
> [acctgTransEntriesAndTransTotalMap] containing 
> [{userLogin=[GenericEntity:UserLogin][createdStamp,2024-04-24 
> 15:39:29.792(java.sql.Timestamp)][createdTxStamp,2024-04-24 
> 15:39:29.788(java.sql.Timestamp)][currentPassword,{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a(java.lang.String)][disabledBy,null()][disabledDateTime,null()][enabled,null()][externalAuthId,null()][hasLoggedOut,null()][isSystem,null()][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,Europe/Amsterdam(java.lang.String)][lastUpdatedStamp,2024-04-25
>  08:48:07.463(java.sql.Timestamp)][lastUpdatedTxStamp,2024-04-25 
> 08:48:07.428(java.sql.Timestamp)][partyId,admin(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,admin(java.lang.String)],
>  customTimePeriodEndDate=2024-04-25 16:10:46.214, isPosted=Y, 
> glAccountId=409000, organizationPartyId=Company, locale=en_US}]: The 
> following required parameter is missing: customTimePeriodStartDate] {code}



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


[jira] [Created] (OFBIZ-13070) BalanceSheet generates an error

2024-04-25 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13070:


 Summary: BalanceSheet generates an error
 Key: OFBIZ-13070
 URL: https://issues.apache.org/jira/browse/OFBIZ-13070
 Project: OFBiz
  Issue Type: Bug
  Components: accounting
Reporter: Pierre Smits


When accessing 
[https://demo-trunk.ofbiz.apache.org/accounting/control/BalanceSheet?organizationPartyId=Company]
 following error is thrown
{code:java}
java.lang.IllegalArgumentException: Error running script at location 
[component://accounting/src/main/groovy/org/apache/ofbiz/accounting/reports/BalanceSheet.groovy]:
 org.apache.ofbiz.service.ExecutionServiceException: ERROR: Could not complete 
the Prepare data for the Income Statement 
[GeneralLedgerServices.xml#prepareIncomeStatement] process [problem invoking 
the [getAcctgTransEntriesAndTransTotal] service with the map named 
[acctgTransEntriesAndTransTotalMap] containing 
[{userLogin=[GenericEntity:UserLogin][createdStamp,2024-04-24 
15:39:29.792(java.sql.Timestamp)][createdTxStamp,2024-04-24 
15:39:29.788(java.sql.Timestamp)][currentPassword,{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a(java.lang.String)][disabledBy,null()][disabledDateTime,null()][enabled,null()][externalAuthId,null()][hasLoggedOut,null()][isSystem,null()][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,Europe/Amsterdam(java.lang.String)][lastUpdatedStamp,2024-04-25
 08:48:07.463(java.sql.Timestamp)][lastUpdatedTxStamp,2024-04-25 
08:48:07.428(java.sql.Timestamp)][partyId,admin(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,admin(java.lang.String)],
 customTimePeriodEndDate=2024-04-25 16:10:46.214, isPosted=Y, 
glAccountId=409000, organizationPartyId=Company, locale=en_US}]: The following 
required parameter is missing: customTimePeriodStartDate] {code}



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


[jira] [Commented] (OFBIZ-13060) quickInitDataWarehouse fails

2024-04-25 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13060:
--

Hi [~jleroux] ,

I had such fixed with the improvements under OFBIZ-11414

> quickInitDataWarehouse fails
> 
>
> Key: OFBIZ-13060
> URL: https://issues.apache.org/jira/browse/OFBIZ-13060
> Project: OFBiz
>  Issue Type: Bug
>  Components: bi
>Affects Versions: Upcoming Branch
>Reporter: Jacques Le Roux
>Priority: Major
> Fix For: Upcoming Branch
>
>
> The error is:
> org.apache.ofbiz.webapp.event.EventHandlerException: Service invocation error 
> (Could not commit transaction for service [quickInitDataWarehouse] call: Roll 
> back error (with no rollbackOnly cause found), could not commit transaction, 
> was rolled back instead: java.lang.Exception: Transaction has timed out 
> (Transaction has timed out))
> It works in next demo, so it's due to a "recent" changes. It seems the 
> conversion from XML of DimensionServices to groovy is the reason. 



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


[jira] [Created] (OFBIZ-13069) Attic AR and AP Applications

2024-04-25 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13069:


 Summary: Attic AR and AP Applications
 Key: OFBIZ-13069
 URL: https://issues.apache.org/jira/browse/OFBIZ-13069
 Project: OFBiz
  Issue Type: Improvement
  Components: accounting
Reporter: Pierre Smits


With the integration over outstanding overviews for Accounts Payable and 
Accounts Receivable, we should attic the AP and AR applications.

 

 



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


[jira] [Commented] (OFBIZ-13068) Accounts Payable Past Due Invoices doesn't show outstanding amount

2024-04-25 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13068:
--

HI [~jleroux] 

In the accounting and financial control domain there is no subtle difference 
between Accounts Payable invoices and Accounts Receivable invoice as you 
describe.
In that domain
 # the outstanding amount on invoices in Accounts Payable is the amount of 
money you are owed to pay to others , and
 # the outstanding amount on invoices in Accounts Receivable is the amount of 
money others are owed to pay to you

In both cases the term 'Outstanding' is correct.

I suggest you do a search/find (on e.g google) on:
 # supplier invoice outstanding
 # supplier invoice to apply

I remember we had this discussion about this 'to apply' before.

Please revert this last change:
{code:java}
-        
+        
 {code}
 

> Accounts Payable Past Due Invoices doesn't show outstanding amount
> --
>
> Key: OFBIZ-13068
> URL: https://issues.apache.org/jira/browse/OFBIZ-13068
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Trivial
> Fix For: Upcoming Branch
>
>
> With recent changes via commit ec0adc02f102d75be15e1ee04062b75621219f0d 
> [ec0adc02f1] the field outstanding got replaced with amountToApply in grid 
> ListApReport.



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


[jira] [Created] (OFBIZ-13068) Accounts Payable Past Due Invoices doesn't show outstanding amount

2024-04-25 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13068:


 Summary: Accounts Payable Past Due Invoices doesn't show 
outstanding amount
 Key: OFBIZ-13068
 URL: https://issues.apache.org/jira/browse/OFBIZ-13068
 Project: OFBiz
  Issue Type: Improvement
  Components: accounting
Reporter: Pierre Smits


With recent changes via commit ec0adc02f102d75be15e1ee04062b75621219f0d 
[ec0adc02f1] the field outstanding got replaced with amountToApply in grid 
ListApReport.



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


[jira] [Updated] (OFBIZ-13054) Marketing-Main page

2024-04-24 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-13054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-13054:
-
Description: 
Currently the 'main' view-map points to a screen showing a label

In order to improve the user experience the main request-map and view-map 
should show what is most pressing in marketing to address: active campaigns and 
contact list communication events.

> Marketing-Main page
> ---
>
> Key: OFBIZ-13054
> URL: https://issues.apache.org/jira/browse/OFBIZ-13054
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Pierre Smits
>Priority: Major
>
> Currently the 'main' view-map points to a screen showing a label
> In order to improve the user experience the main request-map and view-map 
> should show what is most pressing in marketing to address: active campaigns 
> and contact list communication events.



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


[jira] [Updated] (OFBIZ-13053) Manufacturing-Main page

2024-04-24 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-13053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-13053:
-
Description: 
Currently the 'main' view-map points to the 'FindProductionRun' screen.

In order to improve the user experience the main request-map and view-map 
should show what is most pressing in manufacturing to address: the production 
runs in progress.

> Manufacturing-Main page
> ---
>
> Key: OFBIZ-13053
> URL: https://issues.apache.org/jira/browse/OFBIZ-13053
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Pierre Smits
>Priority: Major
>
> Currently the 'main' view-map points to the 'FindProductionRun' screen.
> In order to improve the user experience the main request-map and view-map 
> should show what is most pressing in manufacturing to address: the production 
> runs in progress.



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


[jira] [Commented] (OFBIZ-13049) Configurable Main page

2024-04-24 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13049:
--

I can imagine that a lot of developers (and their employers) could be angry 
with their customization experience.  

If only they would come forward and would make actionable suggestions (e.g. in 
the form of Jira ticket), the project (and its contributors) would have 
something to work with.

> Configurable Main page
> --
>
> Key: OFBIZ-13049
> URL: https://issues.apache.org/jira/browse/OFBIZ-13049
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Reporter: Pierre Smits
>Priority: Major
>
> Currently the OFBiz product has configurable Main pages in applications 
> Accounting, Order, SFA, and plugin MyPortal. Unfortunately, none in the 
> community felt the urge to implement the concept further in other 
> applications.
> Having a configurable Main page of an application improves both the appeal of 
> OFBiz to (potential) adopters and their users, and to developers.
> With a configurable Main page, developers have less screens to consider when 
> doing customisation, while at the same time trying to stay in sync with 
> changes from the project.



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


[jira] [Updated] (OFBIZ-13051) Facility-Main page

2024-04-24 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-13051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-13051:
-
Component/s: product/facility

> Facility-Main page
> --
>
> Key: OFBIZ-13051
> URL: https://issues.apache.org/jira/browse/OFBIZ-13051
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product/facility
>Reporter: Pierre Smits
>Priority: Major
>
> Currently the 'main' view-map points to the 'FindFacility' screen.
> In order to improve the user experience the main request-map and view-map 
> should show what is most pressing in warehousing to address: incoming and 
> outgoing shipments to process.



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


[jira] [Updated] (OFBIZ-13051) Facility-Main page

2024-04-24 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-13051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-13051:
-
Description: 
Currently the 'main' view-map points to the 'FindFacility' screen.

In order to improve the user experience the main request-map and view-map 
should show what is most pressing in warehousing to address: incoming and 
outgoing shipments to process.

  was:Currently the main request-map point main page shows the OrgTree screen 
in a hard-coded way for about 50% of the available screen.


> Facility-Main page
> --
>
> Key: OFBIZ-13051
> URL: https://issues.apache.org/jira/browse/OFBIZ-13051
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Pierre Smits
>Priority: Major
>
> Currently the 'main' view-map points to the 'FindFacility' screen.
> In order to improve the user experience the main request-map and view-map 
> should show what is most pressing in warehousing to address: incoming and 
> outgoing shipments to process.



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


[jira] [Updated] (OFBIZ-13051) Facility-Main page

2024-04-24 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-13051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-13051:
-
Description: Currently the main request-map point main page shows the 
OrgTree screen in a hard-coded way for about 50% of the available screen.

> Facility-Main page
> --
>
> Key: OFBIZ-13051
> URL: https://issues.apache.org/jira/browse/OFBIZ-13051
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Pierre Smits
>Priority: Major
>
> Currently the main request-map point main page shows the OrgTree screen in a 
> hard-coded way for about 50% of the available screen.



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


[jira] [Comment Edited] (OFBIZ-13035) Fix cross-app menu location issues

2024-04-23 Thread Pierre Smits (Jira)


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

Pierre Smits edited comment on OFBIZ-13035 at 4/23/24 5:22 PM:
---

HI [~jleroux] 
In which application was this happening? Without more information this is hard 
to address.


was (Author: pfm.smits):
HI @jacques,
In which application was this happening? Without more information this is hard 
to address.

> Fix cross-app menu location issues
> --
>
> Key: OFBIZ-13035
> URL: https://issues.apache.org/jira/browse/OFBIZ-13035
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL APPLICATIONS
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Priority: Major
> Fix For: Upcoming Branch
>
>
> address cross application menu-location issues.



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


[jira] [Commented] (OFBIZ-13035) Fix cross-app menu location issues

2024-04-23 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13035:
--

HI @jacques,
In which application was this happening? Without more information this is hard 
to address.

> Fix cross-app menu location issues
> --
>
> Key: OFBIZ-13035
> URL: https://issues.apache.org/jira/browse/OFBIZ-13035
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL APPLICATIONS
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Priority: Major
> Fix For: Upcoming Branch
>
>
> address cross application menu-location issues.



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


[jira] [Created] (OFBIZ-13064) Move Payment Gateway Config menu-item

2024-04-23 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13064:


 Summary: Move Payment Gateway Config menu-item
 Key: OFBIZ-13064
 URL: https://issues.apache.org/jira/browse/OFBIZ-13064
 Project: OFBiz
  Issue Type: Improvement
  Components: accounting
Reporter: Pierre Smits


Currently the Payment Gateway Config menu-item is in the AccountingAppBar menu. 
However it is  a Payment Gateway Configuration is a global configuration 
aspect. As such it should be in the GlobalGlSettingsMenus menu.



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


[jira] [Created] (OFBIZ-13063) Wrong partyId Accounts Payable

2024-04-23 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13063:


 Summary: Wrong partyId Accounts Payable
 Key: OFBIZ-13063
 URL: https://issues.apache.org/jira/browse/OFBIZ-13063
 Project: OFBiz
  Issue Type: Improvement
  Components: accounting
Reporter: Pierre Smits


The Accounts Payable Past Due and Due Soon overviews in the Main page shows the 
wrong partyId of the creditor.



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


[jira] [Commented] (OFBIZ-13035) Fix cross-app menu location issues

2024-04-22 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13035:
--

Jacques,

ExampleExt is quite the outlier compared to the average component/plugin. So 
there is no easy fix there. Any suggestions?

> Fix cross-app menu location issues
> --
>
> Key: OFBIZ-13035
> URL: https://issues.apache.org/jira/browse/OFBIZ-13035
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL APPLICATIONS
>Affects Versions: Upcoming Branch
>Reporter: Pierre Smits
>Priority: Major
> Fix For: Upcoming Branch
>
>
> address cross application menu-location issues.



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


[jira] [Commented] (OFBIZ-13049) Configurable Main page

2024-04-22 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13049:
--

HI Jacques,

I am just utilising what is available OOTB. Implemented and reviewed by quite a 
few contributors in the period between 2008 and 2010 (amongst other Bruno 
Busco, David Jones and even you) under ticket OFBIZ-1999 and follow-ups. 
Unfortunately I could not find any preceding discussion in ofbiz-dev. Maybe you 
have greater luck. . 

> Configurable Main page
> --
>
> Key: OFBIZ-13049
> URL: https://issues.apache.org/jira/browse/OFBIZ-13049
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Reporter: Pierre Smits
>Priority: Major
>
> Currently the OFBiz product has configurable Main pages in applications 
> Accounting, Order, SFA, and plugin MyPortal. Unfortunately, none in the 
> community felt the urge to implement the concept further in other 
> applications.
> Having a configurable Main page of an application improves both the appeal of 
> OFBiz to (potential) adopters and their users, and to developers.
> With a configurable Main page, developers have less screens to consider when 
> doing customisation, while at the same time trying to stay in sync with 
> changes from the project.



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


[jira] [Updated] (OFBIZ-13050) HumanRes-Main page

2024-04-21 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-13050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-13050:
-
Description: Current main page shows the OrgTree screen in a hard-coded way 
for about 50% of the available screen.

> HumanRes-Main page
> --
>
> Key: OFBIZ-13050
> URL: https://issues.apache.org/jira/browse/OFBIZ-13050
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: humanres
>Reporter: Pierre Smits
>Priority: Major
>
> Current main page shows the OrgTree screen in a hard-coded way for about 50% 
> of the available screen.



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


[jira] [Updated] (OFBIZ-13011) Integrate Invoice Due Soon and Past Due into accounting main

2024-04-21 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-13011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-13011:
-
Parent: OFBIZ-13049
Issue Type: Sub-task  (was: Improvement)

> Integrate Invoice Due Soon and Past Due into accounting main
> 
>
> Key: OFBIZ-13011
> URL: https://issues.apache.org/jira/browse/OFBIZ-13011
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: Upcoming Branch
>
>
> Further integrate overviews regarding Invoice Past Due and Due Soon into the 
> main screen of the accounting application as portal pages.



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


[jira] [Updated] (OFBIZ-12966) Integrate AR Past Due into accounting- main

2024-04-21 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-12966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-12966:
-
Parent: OFBIZ-13049
Issue Type: Sub-task  (was: Improvement)

> Integrate AR Past Due into accounting- main
> ---
>
> Key: OFBIZ-12966
> URL: https://issues.apache.org/jira/browse/OFBIZ-12966
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Reporter: Pierre Smits
>Assignee: Jacques Le Roux
>Priority: Major
> Fix For: Upcoming Branch
>
>
> Integrate the overview of invoices past due date of accounts receivable as a 
> portal page into the main screen of the accounting application.



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


[jira] [Commented] (OFBIZ-13007) Investigate if the issue in description could lead to problems

2024-04-20 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13007:
--

Hi [~jleroux],

Just guessing, but does this come from the Lucene plugin (if installed)?

> Investigate if the issue in description could lead to problems
> --
>
> Key: OFBIZ-13007
> URL: https://issues.apache.org/jira/browse/OFBIZ-13007
> Project: OFBiz
>  Issue Type: Improvement
>  Components: product/catalog
>Affects Versions: Upcoming Branch
>Reporter: Jacques Le Roux
>Priority: Minor
>
> https://localhost:8443/catalog/control/keywordsearch;jsessionid=1B188DE02B16E9C3D1151DC1F655C24B.jvm1?PAGING=Y_SIZE=25
> Not sure how it's generated yet, the jsessionid in URL is annoying



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


[jira] [Commented] (OFBIZ-13049) Configurable Main page

2024-04-20 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13049:
--

Hi [~danwatford],

I have adjusted the title and the description of this ticket. I trust this will 
help understanding the motivation behind this parent  ticket. The sub-tasks 
under this ticket indicate the applications/components that can be improved by 
the community in a SMART way.

> Configurable Main page
> --
>
> Key: OFBIZ-13049
> URL: https://issues.apache.org/jira/browse/OFBIZ-13049
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Reporter: Pierre Smits
>Priority: Major
>
> Currently the OFBiz product has configurable Main pages in applications 
> Accounting, Order, SFA, and plugin MyPortal. Unfortunately, none in the 
> community felt the urge to implement the concept further in other 
> applications.
> Having a configurable Main page of an application improves both the appeal of 
> OFBiz to (potential) adopters and their users, and to developers.
> With a configurable Main page, developers have less screens to consider when 
> doing customisation, while at the same time trying to stay in sync with 
> changes from the project.



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


[jira] [Updated] (OFBIZ-13049) Portalize Main page

2024-04-20 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-13049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-13049:
-
Description: 
Currently the OFBiz product has configurable Main pages in applications 
Accounting, Order, SFA, and plugin MyPortal. Unfortunately, none in the 
community felt the urge to implement the concept further in other applications.

Having a configurable Main page of an application improves both the appeal of 
OFBiz to (potential) adopters and their users, and to developers.

With a configurable Main page, developers have less screens to consider when 
doing customisation, while at the same time trying to stay in sync with changes 
from the project.

  was:
Portalizing the main page of an application improves both the appeal of OFBiz 
to (potential) adopters and their user, and to developers.

With a porstalised Main page, developers have less screens to consider when 
doing customisation, while at the same time trying to stay in sync with changes 
from the project.


> Portalize Main page
> ---
>
> Key: OFBIZ-13049
> URL: https://issues.apache.org/jira/browse/OFBIZ-13049
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Reporter: Pierre Smits
>Priority: Major
>
> Currently the OFBiz product has configurable Main pages in applications 
> Accounting, Order, SFA, and plugin MyPortal. Unfortunately, none in the 
> community felt the urge to implement the concept further in other 
> applications.
> Having a configurable Main page of an application improves both the appeal of 
> OFBiz to (potential) adopters and their users, and to developers.
> With a configurable Main page, developers have less screens to consider when 
> doing customisation, while at the same time trying to stay in sync with 
> changes from the project.



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


[jira] [Updated] (OFBIZ-13049) Configurable Main page

2024-04-20 Thread Pierre Smits (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-13049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre Smits updated OFBIZ-13049:
-
Summary: Configurable Main page  (was: Portalize Main page)

> Configurable Main page
> --
>
> Key: OFBIZ-13049
> URL: https://issues.apache.org/jira/browse/OFBIZ-13049
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Reporter: Pierre Smits
>Priority: Major
>
> Currently the OFBiz product has configurable Main pages in applications 
> Accounting, Order, SFA, and plugin MyPortal. Unfortunately, none in the 
> community felt the urge to implement the concept further in other 
> applications.
> Having a configurable Main page of an application improves both the appeal of 
> OFBiz to (potential) adopters and their users, and to developers.
> With a configurable Main page, developers have less screens to consider when 
> doing customisation, while at the same time trying to stay in sync with 
> changes from the project.



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


[jira] [Created] (OFBIZ-13058) Scrum-Main page

2024-04-19 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13058:


 Summary: Scrum-Main page
 Key: OFBIZ-13058
 URL: https://issues.apache.org/jira/browse/OFBIZ-13058
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Pierre Smits






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


[jira] [Created] (OFBIZ-13057) ISMGR-Main page

2024-04-19 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13057:


 Summary: ISMGR-Main page
 Key: OFBIZ-13057
 URL: https://issues.apache.org/jira/browse/OFBIZ-13057
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Pierre Smits






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


[jira] [Created] (OFBIZ-13056) AssetMaint-Main page

2024-04-19 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13056:


 Summary: AssetMaint-Main page
 Key: OFBIZ-13056
 URL: https://issues.apache.org/jira/browse/OFBIZ-13056
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Pierre Smits






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


[jira] [Created] (OFBIZ-13055) Project-Main page

2024-04-19 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13055:


 Summary: Project-Main page
 Key: OFBIZ-13055
 URL: https://issues.apache.org/jira/browse/OFBIZ-13055
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Pierre Smits






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


[jira] [Created] (OFBIZ-13054) Marketing-Main page

2024-04-19 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13054:


 Summary: Marketing-Main page
 Key: OFBIZ-13054
 URL: https://issues.apache.org/jira/browse/OFBIZ-13054
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Pierre Smits






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


[jira] [Created] (OFBIZ-13053) Manufacturing-Main page

2024-04-19 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13053:


 Summary: Manufacturing-Main page
 Key: OFBIZ-13053
 URL: https://issues.apache.org/jira/browse/OFBIZ-13053
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Pierre Smits






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


[jira] [Created] (OFBIZ-13052) Content-Main page

2024-04-19 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13052:


 Summary: Content-Main page
 Key: OFBIZ-13052
 URL: https://issues.apache.org/jira/browse/OFBIZ-13052
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Pierre Smits






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


[jira] [Created] (OFBIZ-13051) Facility-Main page

2024-04-19 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13051:


 Summary: Facility-Main page
 Key: OFBIZ-13051
 URL: https://issues.apache.org/jira/browse/OFBIZ-13051
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Pierre Smits






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


[jira] [Created] (OFBIZ-13050) HumanRes-Main page

2024-04-19 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13050:


 Summary: HumanRes-Main page
 Key: OFBIZ-13050
 URL: https://issues.apache.org/jira/browse/OFBIZ-13050
 Project: OFBiz
  Issue Type: Sub-task
  Components: humanres
Reporter: Pierre Smits






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


[jira] [Created] (OFBIZ-13049) Portalize Main page

2024-04-19 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13049:


 Summary: Portalize Main page
 Key: OFBIZ-13049
 URL: https://issues.apache.org/jira/browse/OFBIZ-13049
 Project: OFBiz
  Issue Type: Improvement
  Components: ALL APPLICATIONS
Reporter: Pierre Smits


Portalizing the main page of an application improves both the appeal of OFBiz 
to (potential) adopters and their user, and to developers.

With a porstalised Main page, developers have less screens to consider when 
doing customisation, while at the same time trying to stay in sync with changes 
from the project.



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


[jira] [Created] (OFBIZ-13048) createPlugin - improve templates

2024-04-19 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13048:


 Summary: createPlugin - improve templates
 Key: OFBIZ-13048
 URL: https://issues.apache.org/jira/browse/OFBIZ-13048
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Reporter: Pierre Smits


With the parameterization of the menu location, improvements to the 
createPlugin templates are warranted.



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


[jira] [Commented] (OFBIZ-13017) invoiceOverview generates an error

2024-04-18 Thread Pierre Smits (Jira)


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

Pierre Smits commented on OFBIZ-13017:
--

I suggest to use Invoice instead of ViewInvoice not only for screen name but 
also for request-map and view-map. 

Let's reserve names with a verb in It for request-maps that invoke services, 
e.g.:
{code:java}

 
 
 

{code}

> invoiceOverview generates an error
> --
>
> Key: OFBIZ-13017
> URL: https://issues.apache.org/jira/browse/OFBIZ-13017
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Reporter: Pierre Smits
>Priority: Major
>
> see 
> https://demo-trunk.ofbiz.apache.org/accounting/control/invoiceOverview?invoiceId=demo10001



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


[jira] [Created] (OFBIZ-13047) SOLR-parameterized menu location

2024-04-18 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13047:


 Summary: SOLR-parameterized menu location
 Key: OFBIZ-13047
 URL: https://issues.apache.org/jira/browse/OFBIZ-13047
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Pierre Smits






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


[jira] [Created] (OFBIZ-13046) ExampleExt- parameterized menu location

2024-04-18 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13046:


 Summary: ExampleExt- parameterized menu location
 Key: OFBIZ-13046
 URL: https://issues.apache.org/jira/browse/OFBIZ-13046
 Project: OFBiz
  Issue Type: Sub-task
  Components: exampleext
Reporter: Pierre Smits






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


[jira] [Created] (OFBIZ-13045) FIRST - parameterized menu location

2024-04-18 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13045:


 Summary: FIRST - parameterized menu location
 Key: OFBIZ-13045
 URL: https://issues.apache.org/jira/browse/OFBIZ-13045
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Pierre Smits






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


[jira] [Created] (OFBIZ-13044) PRI- parameterized menu location

2024-04-18 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13044:


 Summary: PRI- parameterized menu location
 Key: OFBIZ-13044
 URL: https://issues.apache.org/jira/browse/OFBIZ-13044
 Project: OFBiz
  Issue Type: Sub-task
  Components: pricat
Reporter: Pierre Smits






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


[jira] [Created] (OFBIZ-13043) MSG-parameterized menu location

2024-04-18 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13043:


 Summary: MSG-parameterized menu location
 Key: OFBIZ-13043
 URL: https://issues.apache.org/jira/browse/OFBIZ-13043
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Pierre Smits


Move the various menu locations in content screens to parameterized



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


[jira] [Created] (OFBIZ-13042) Ecommerce-parameterized menu location

2024-04-18 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13042:


 Summary: Ecommerce-parameterized menu location
 Key: OFBIZ-13042
 URL: https://issues.apache.org/jira/browse/OFBIZ-13042
 Project: OFBiz
  Issue Type: Sub-task
  Components: ecommerce
Reporter: Pierre Smits


Move to  parameterized menu locations



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


[jira] [Created] (OFBIZ-13041) EbayStore-menu location to parameterized

2024-04-18 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13041:


 Summary: EbayStore-menu location to parameterized
 Key: OFBIZ-13041
 URL: https://issues.apache.org/jira/browse/OFBIZ-13041
 Project: OFBiz
  Issue Type: Sub-task
  Components: ebaystore
Reporter: Pierre Smits


Move the various menu locations in content screens to parameterized



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


[jira] [Created] (OFBIZ-13040) BI-Move from hard-coded menu location to parameterized

2024-04-18 Thread Pierre Smits (Jira)
Pierre Smits created OFBIZ-13040:


 Summary: BI-Move from hard-coded menu location to parameterized
 Key: OFBIZ-13040
 URL: https://issues.apache.org/jira/browse/OFBIZ-13040
 Project: OFBiz
  Issue Type: Sub-task
  Components: bi
Reporter: Pierre Smits


Move the various menu locations in content screens to parameterized



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


  1   2   3   4   5   6   7   8   9   10   >