[jira] [Commented] (OFBIZ-5282) Introduce Accounting ledger segmentation

2013-08-20 Thread Pierre Smits (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13744739#comment-13744739 ] Pierre Smits commented on OFBIZ-5282: - Hans, I'm trying to test your patch and

[jira] [Commented] (OFBIZ-5282) Introduce Accounting ledger segmentation

2013-08-20 Thread Pierre Smits (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13744741#comment-13744741 ] Pierre Smits commented on OFBIZ-5282: - Also, your changes to AccountingUiLabels.xml

[jira] [Commented] (OFBIZ-5282) Introduce Accounting ledger segmentation

2013-08-20 Thread Pierre Smits (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13744742#comment-13744742 ] Pierre Smits commented on OFBIZ-5282: - Also, when trying to create a new invoice an

Proposal: convert all platform dependent scripts under tools to Groovy scripts

2013-08-20 Thread Jacopo Cappellato
Hi all, the proposal is about migrating all the *.sh and *bat scripts to *groovy scripts: as you know Groovy scripts can be called from the command line and executed like OS scipts. The only prerequisite is to have the Groovy jars in the classpath, but this is easy to implement since it is

buildbot success in ASF Buildbot on ofbiz-branch12

2013-08-20 Thread buildbot
The Buildbot has detected a restored build on builder ofbiz-branch12 while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/ofbiz-branch12/builds/120 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: portunus_ubuntu Build Reason: forced: by IRC

Re: Proposal: convert all platform dependent scripts under tools to Groovy scripts

2013-08-20 Thread Pierre Smits
Jacopo, +1 Just a reminder, the prerequisite must then also be stated in implementation documentation. Regards, Pierre Pierre Smits On Tue, Aug 20, 2013 at 9:48 AM, Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com wrote: Hi all, the proposal is about migrating all the *.sh and *bat

[jira] [Created] (OFBIZ-5295) Anonymous Quick Checkout: No Payment Method Information shown in Order Confirmation

2013-08-20 Thread Sebastian Wachinger (JIRA)
Sebastian Wachinger created OFBIZ-5295: -- Summary: Anonymous Quick Checkout: No Payment Method Information shown in Order Confirmation Key: OFBIZ-5295 URL: https://issues.apache.org/jira/browse/OFBIZ-5295

Re: Proposal: convert all platform dependent scripts under tools to Groovy scripts

2013-08-20 Thread Taher Alkhateeb
There is a small possible problem in the implementation. In linux you can immediatly execute a groovy script starting with a #!/usr/bin/env groovy Declaration. In windows however you must run java -jar groovy.jar scriptname. So perhaps a workaround is to have only two shell scripts that are

Re: Proposal: convert all platform dependent scripts under tools to Groovy scripts

2013-08-20 Thread Jacopo Cappellato
Hi Taher, On Aug 20, 2013, at 12:53 PM, Taher Alkhateeb slidingfilame...@gmail.com wrote: So perhaps a workaround is to have only two shell scripts that are platform dependent (e.g. groovy.sh and groovy.bat) which point to the groovy library inside OFBiz and is used to launch all groovy

[jira] [Created] (OFBIZ-5296) AtP of products should be adjusted when production run is confirmed

2013-08-20 Thread Pierre Smits (JIRA)
Pierre Smits created OFBIZ-5296: --- Summary: AtP of products should be adjusted when production run is confirmed Key: OFBIZ-5296 URL: https://issues.apache.org/jira/browse/OFBIZ-5296 Project: OFBiz

Re: [jira] [Created] (OFBIZ-5296) AtP of products should be adjusted when production run is confirmed

2013-08-20 Thread c . schinzer
See my previous comments on the mailing list. I disagre with this behaviour. The current behaviour reflects reality much better (I do not say this is ideal). Taking raw materials out and putting inexistent stock in at the confirmation of a production will result in incorrect accounts for both,

Re: Proposal: convert all platform dependent scripts under tools to Groovy scripts

2013-08-20 Thread David E Jones
Moqui does use groovy for a lot more, including all expressions (no juel) and all string expansions. Moqui does not have any deployment scripts other than ant/gradle tasks because it deploys as a single war file so it uses whatever the server container uses, ie the Tomcat or Jetty or whatever

Re: [jira] [Created] (OFBIZ-5296) AtP of products should be adjusted when production run is confirmed

2013-08-20 Thread Pierre Smits
Hi Carsten, Thanks for your feedback. However, this is much like the handling of sales orders on products. When registering an order the inventory of the product is not adjusted, but only the AtP of the good. Likewise, the confirmation of a production run does not trigger the inventory mutation.

Re: [jira] [Created] (OFBIZ-5296) AtP of products should be adjusted when production run is confirmed

2013-08-20 Thread Jacques Le Roux
For the sake of history and to keep a sole track, better to comment in Jira... For instance which comments are you referring to in See my previous comments on the mailing list. I disagre with this behaviour. not obvious to me... Jacques - Original Message - From: c.schin...@gmail.com

Re: Proposal: convert all platform dependent scripts under tools to Groovy scripts

2013-08-20 Thread Jacques Le Roux
Thanks for clarifying David, Indeed, after writing I guessed there is only the war way in Moqui, better that you confirmed. You did not encouter any restrictions doing so? Jacques - Original Message - From: David E Jones d...@me.com To: dev@ofbiz.apache.org Cc: dev@ofbiz.apache.org

Re: [jira] [Created] (OFBIZ-5296) AtP of products should be adjusted when production run is confirmed

2013-08-20 Thread Scott Gray
Carsten is referring to this: On confirmation of the production run (action = Confirm), the AtP of the product to be produced must increase ATP for the products to be produced shouldn't increase until they are actually available. Regards Scott On 21/08/2013, at 1:14 AM, Pierre Smits wrote: