[jira] [Closed] (OFBIZ-9195) Error in glAccountId retrieval for fixed asset depreciations

2017-02-01 Thread Gil Portenseigne (JIRA)

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

Gil Portenseigne closed OFBIZ-9195.
---

> Error in glAccountId retrieval for fixed asset depreciations 
> -
>
> Key: OFBIZ-9195
> URL: https://issues.apache.org/jira/browse/OFBIZ-9195
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: 16.11.01, Upcoming Release
>Reporter: Gil Portenseigne
>Assignee: Gil Portenseigne
> Fix For: Upcoming Release, 16.11.02
>
>
> Debit and credit entries for fixed asset depreciations are reversed in 
> getGlAccountFromAccountType service



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Resolved] (OFBIZ-9195) Error in glAccountId retrieval for fixed asset depreciations

2017-02-01 Thread Gil Portenseigne (JIRA)

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

Gil Portenseigne resolved OFBIZ-9195.
-
   Resolution: Fixed
Fix Version/s: 16.11.02
   Upcoming Release

Commited in :
14.12 : 1781317
15.12 : 1781316

Thanks [~jacques.le.roux] for the reminder about the jira, and [~jacopoc] for 
the patch.

> Error in glAccountId retrieval for fixed asset depreciations 
> -
>
> Key: OFBIZ-9195
> URL: https://issues.apache.org/jira/browse/OFBIZ-9195
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: 16.11.01, Upcoming Release
>Reporter: Gil Portenseigne
>Assignee: Gil Portenseigne
> Fix For: Upcoming Release, 16.11.02
>
>
> Debit and credit entries for fixed asset depreciations are reversed in 
> getGlAccountFromAccountType service



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (OFBIZ-9195) Error in glAccountId retrieval for fixed asset depreciations

2017-02-01 Thread Gil Portenseigne (JIRA)
Gil Portenseigne created OFBIZ-9195:
---

 Summary: Error in glAccountId retrieval for fixed asset 
depreciations 
 Key: OFBIZ-9195
 URL: https://issues.apache.org/jira/browse/OFBIZ-9195
 Project: OFBiz
  Issue Type: Bug
  Components: accounting
Affects Versions: 16.11.01, Upcoming Release
Reporter: Gil Portenseigne
Assignee: Gil Portenseigne


Debit and credit entries for fixed asset depreciations are reversed in 
getGlAccountFromAccountType service



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9195) Error in glAccountId retrieval for fixed asset depreciations

2017-02-01 Thread Gil Portenseigne (JIRA)

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

Gil Portenseigne commented on OFBIZ-9195:
-

Thanks [~jacopoc] for the patch and the commits in :
trunk : 1781109
r16.11 : 1781110

> Error in glAccountId retrieval for fixed asset depreciations 
> -
>
> Key: OFBIZ-9195
> URL: https://issues.apache.org/jira/browse/OFBIZ-9195
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: 16.11.01, Upcoming Release
>Reporter: Gil Portenseigne
>Assignee: Gil Portenseigne
>
> Debit and credit entries for fixed asset depreciations are reversed in 
> getGlAccountFromAccountType service



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9182) create a separate svn repository for OFBiz official plugins

2017-02-01 Thread Nicolas Malin (JIRA)

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

Nicolas Malin commented on OFBIZ-9182:
--

[~taher] Yes I understand well your priority of simplicity. What I tried to 
explain without success that if a plugin is published on a stable branch, you 
can on different time need to pull it from the svn src. But in fact, maybe it's 
not a problem (I just sharing my brain ^^).

[~jacques.le.roux] Resolve the stable branch from the svn implies that it would 
be unusable from publish ofbiz version, but only work from a source checkout.  
But in fact, maybe it's not a problem  :D

> create a separate svn repository for OFBiz official plugins
> ---
>
> Key: OFBIZ-9182
> URL: https://issues.apache.org/jira/browse/OFBIZ-9182
> Project: OFBiz
>  Issue Type: Improvement
>Affects Versions: Upcoming Release
>Reporter: Taher Alkhateeb
>Priority: Minor
>  Labels: gradle, plugins, subversion
> Attachments: OFBIZ-9182-subversion-embedded.patch
>
>
> This issue is related to the discussion found in [this 
> thread|https://s.apache.org/aohk] in which the community approved 
> restructuring our repositories. To achieve this task the following needs to 
> be done (in this order)
> # Update the gradle scripts to assume that no plugins exist in the plugins 
> directory by default and no component-load.xml exists. It should follow the 
> same logic in loading the components as found in the ComponentContainer 
> class. Also the activation and deactivation of plugins happens in 
> ofbiz-component.xml, not in component-load.xml
> # Add a new task to gradle called pullPluginSource that retrieves a plugin 
> from subversion and defaults to the official plugins repository of Apache 
> OFBiz. This task mostly serve "Trunk" because it always needs the latest 
> source code of the plugins.
> # delete plugins/component-load.xml
> # move all plugins to a new repository called 
> http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins
> # move the core framework to a new repository called 
> http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework
> # fix buildbot to point to the new framework location
> # update documentation where applicable including README.md



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Closed] (OFBIZ-9194) After creating a new Flexible Birt report, before visualising it you need to do other actions

2017-02-01 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux closed OFBIZ-9194.
--
Resolution: Fixed

Fixed with revision: 1781218  


> After creating a new Flexible Birt report, before visualising it you need to 
> do other actions
> -
>
> Key: OFBIZ-9194
> URL: https://issues.apache.org/jira/browse/OFBIZ-9194
> Project: OFBiz
>  Issue Type: Bug
>  Components: specialpurpose/birt
>Affects Versions: Trunk
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Trivial
> Fix For: Upcoming Release
>
>
> After creating a new Flexible Birt report, before visualising it you need to 
> add the data set fields with the Birt Report Designer and publish the report.
> So the "Send" button of the "Preview" form on the "Edit report" page should 
> be grayed/unavailable before the report has been plublished. If it's then not 
> correctly done that's an user problem. 
> This should also be clearly documented, hence related with OFBIZ-9188



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (OFBIZ-9194) After creating a new Flexible Birt report, before visualising it you need to do other actions

2017-02-01 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux updated OFBIZ-9194:
---
Description: 
After creating a new Flexible Birt report, before visualising it you need to 
add the data set fields with the Birt Report Designer and publish the report.

So the "Send" button of the "Preview" form on the "Edit report" page should be 
grayed/unavailable before the report has been plublished. If it's then not 
correctly done that's an user problem. 

This should also be clearly documented, hence related with OFBIZ-9188

  was:
After creating a new Flexible Birt report, before visualising it you need to 
add the data set fields with the Birt Report Designer and publish the report.

So the "Send" button of the "Preview" form on the "Edit report" page should be 
grayed/unavailable before the report has been plublished. If it's then not 
correclty done that's an user problem. 

This should also be clearly documented, hence related with OFBIZ-9188


> After creating a new Flexible Birt report, before visualising it you need to 
> do other actions
> -
>
> Key: OFBIZ-9194
> URL: https://issues.apache.org/jira/browse/OFBIZ-9194
> Project: OFBiz
>  Issue Type: Bug
>  Components: specialpurpose/birt
>Affects Versions: Trunk
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Trivial
> Fix For: Upcoming Release
>
>
> After creating a new Flexible Birt report, before visualising it you need to 
> add the data set fields with the Birt Report Designer and publish the report.
> So the "Send" button of the "Preview" form on the "Edit report" page should 
> be grayed/unavailable before the report has been plublished. If it's then not 
> correctly done that's an user problem. 
> This should also be clearly documented, hence related with OFBIZ-9188



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (OFBIZ-9194) After creating a new Flexible Birt report, before visualising it you need to do other actions

2017-02-01 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux updated OFBIZ-9194:
---
Summary: After creating a new Flexible Birt report, before visualising it 
you need to do other actions  (was: After creating a new Flexible Birt report, 
before visualising it you need other actions)

> After creating a new Flexible Birt report, before visualising it you need to 
> do other actions
> -
>
> Key: OFBIZ-9194
> URL: https://issues.apache.org/jira/browse/OFBIZ-9194
> Project: OFBiz
>  Issue Type: Bug
>  Components: specialpurpose/birt
>Affects Versions: Trunk
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Trivial
> Fix For: Upcoming Release
>
>
> After creating a new Flexible Birt report, before visualising it you need to 
> add the data set fields with the Birt Report Designer and publish the report.
> So the "Send" button of the "Preview" form on the "Edit report" page should 
> be grayed/unavailable before the report has been plublished. If it's then not 
> correclty done that's an user problem. 
> This should also be clearly documented, hence related with OFBIZ-9188



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Closed] (OFBIZ-9193) NPE when changing locale from birt/control/CreateFlexibleReport

2017-02-01 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux closed OFBIZ-9193.
--
Resolution: Duplicate

It's the same issue: the report is not yet known by OFBiz

> NPE when changing locale from birt/control/CreateFlexibleReport 
> 
>
> Key: OFBIZ-9193
> URL: https://issues.apache.org/jira/browse/OFBIZ-9193
> Project: OFBiz
>  Issue Type: Bug
>  Components: specialpurpose/birt
>Affects Versions: Trunk
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
> Fix For: Upcoming Release
>
>
> After creating and trying (also w/o succes, another issue to come) to 
> visualise a new Flexible Birt report, trying to change the locale generate a 
> NPE
> {code}
> 2017-01-31 13:48:41,534 |http-nio-8443-exec-5 |RequestHandler
> |I| Rendering View [ExecuteFlexibleReport].  Hidden sessionId by default.
> 2017-01-31 13:48:41,535 |http-nio-8443-exec-5 |ControlServlet
> |E| Error in request handler:
> java.lang.NullPointerException
>  at 
> org.apache.ofbiz.birt.webapp.view.BirtViewHandler.render(BirtViewHandler.java:85)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:985)
>  ~[ofbiz.jar:?]
>at 
> org.apache.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:683)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:210) 
> [ofbiz.jar:?]
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) 
> [javax.servlet-api-3.1.0.jar:3.1.0]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) 
> [javax.servlet-api-3.1.0.jar:3.1.0]
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)
>  [tomcat-catalina-8.0.39.jar:8.0.39]
>at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
>  [tomcat-catalina-8.0.39.jar:8.0.39]
>at 
> org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) 
> [tomcat-embed-websocket-8.0.39.jar:8.0.39]
>at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
>  [tomcat-catalina-8.0.39.jar:8.0.39]
>at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
>  [tomcat-catalina-8.0.39.jar:8.0.39]
>at 
> org.apache.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:209)
>  [ofbiz.jar:?]
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
>  [tomcat-catalina-8.0.39.jar:8.0.39]
>at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
>  [tomcat-catalina-8.0.39.jar:8.0.39]
>at 
> org.apache.ofbiz.webapp.control.ControlFilter.doFilter(ControlFilter.java:156)
>  [ofbiz.jar:?]
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
>  [tomcat-catalina-8.0.39.jar:8.0.39]
>at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
>  [tomcat-catalina-8.0.39.jar:8.0.39]
>at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
>  [tomcat-catalina-8.0.39.jar:8.0.39]
>  at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
>  [tomcat-catalina-8.0.39.jar:8.0.39]
>  at 
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
>  [tomcat-catalina-8.0.39.jar:8.0.39]
>   at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141) 
> [tomcat-catalina-8.0.39.jar:8.0.39]
>at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79) 
> [tomcat-catalina-8.0.39.jar:8.0.39]
> at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
>  [tomcat-catalina-8.0.39.jar:8.0.39]
> at 
> org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)
>  [tomcat-catalina-8.0.39.jar:8.0.39]
>at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:509) 
> [tomcat-catalina-8.0.39.jar:8.0.39]
>  at 
> org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1104)
>  [tomcat-coyote-8.0.39.jar:8.0.39]
>at 
> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684)
>  [tomcat-coyote-8.0.39.jar:8.0.39]
>at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
>  [tomcat-coyote-8.0.39.jar:8.0.39]
>at 
> 

[jira] [Commented] (OFBIZ-5306) Error of running "ant clean-all" or "ant refresh"

2017-02-01 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-5306:


Hi Wei, I stumbled upon this by chance while waiting Gradle compilation

You closed as fixed, but it seems it was actually not a problem or alike?

> Error of running "ant clean-all" or "ant refresh"
> -
>
> Key: OFBIZ-5306
> URL: https://issues.apache.org/jira/browse/OFBIZ-5306
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: Trunk
>Reporter: Wei Zhang
>
> see the details below
> BUILD FAILED
> D:\Projects\RHH\ofbiz-trunk\build.xml:64: The following error occurred while 
> executing this line:
> D:\Projects\RHH\ofbiz-trunk\build.xml:77: The following error occurred while 
> executing this line:
> D:\Projects\RHH\ofbiz-trunk\build.xml:145: The following error occurred while 
> executing this line:
> D:\Projects\RHH\ofbiz-trunk\applications\content\build.xml:64: Directory does 
> not exist: D:\Projects\RHH\ofbiz-trunk\runtime\data\indexes



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)