[jira] [Updated] (OFBIZ-5764) Add/Revise Traditional Chinese (zh-TW) translation

2014-09-10 Thread Nick Ho (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Ho updated OFBIZ-5764: --- Attachment: translation-zh-TW.zip Add/Revise Traditional Chinese (zh-TW) translation

[jira] [Commented] (OFBIZ-5763) createGlAccountTypeDefault generate an error in log

2014-09-10 Thread Pierre Smits (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14128117#comment-14128117 ] Pierre Smits commented on OFBIZ-5763: - So, from a form in a screen accessed via a

[jira] [Updated] (OFBIZ-5764) Add/Revise Traditional Chinese (zh-TW) translation

2014-09-10 Thread Nick Ho (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Ho updated OFBIZ-5764: --- Attachment: (was: translation-zh-TW.zip) Add/Revise Traditional Chinese (zh-TW) translation

[jira] [Updated] (OFBIZ-5764) Add/Revise Traditional Chinese (zh-TW) translation

2014-09-10 Thread Nick Ho (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Ho updated OFBIZ-5764: --- Attachment: translation-zh-TW.zip Add/Revise Traditional Chinese (zh-TW) translation

[jira] [Commented] (OFBIZ-5758) SalaryStep entity missing From and Thru dates

2014-09-10 Thread Pierre Smits (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14128160#comment-14128160 ] Pierre Smits commented on OFBIZ-5758: - I can indeed imagine that salarysteps have a

[jira] [Comment Edited] (OFBIZ-5758) SalaryStep entity missing From and Thru dates

2014-09-10 Thread Pierre Smits (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14128160#comment-14128160 ] Pierre Smits edited comment on OFBIZ-5758 at 9/10/14 7:08 AM: --

buildbot success in ASF Buildbot on ofbiz-branch13

2014-09-10 Thread buildbot
The Buildbot has detected a restored build on builder ofbiz-branch13 while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/ofbiz-branch13/builds/95 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: lares_ubuntu Build Reason: scheduler Build

getLast in EntityUtil ?

2014-09-10 Thread Jacques Le Roux
I want to introduce a getLast in EntityUtil class like we have getFirst But I wonder if some of you are not doing it otherwise, because I find strange that it's not already there. It would be: --- a/framework/entity/src/org/ofbiz/entity/util/EntityUtil.java +++

[jira] [Updated] (OFBIZ-5764) Add/Revise Traditional Chinese (zh-TW) translation

2014-09-10 Thread Nick Ho (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Ho updated OFBIZ-5764: --- Attachment: (was: translation-zh-TW.zip) Add/Revise Traditional Chinese (zh-TW) translation

Re: getLast in EntityUtil ?

2014-09-10 Thread Jacques Le Roux
Actually I thought about it even before sending and I guess it's because people are using an ASC or DESC sort in function of their need, so getLast is not needed, agreed? Jacques Le 10/09/2014 09:53, Jacques Le Roux a écrit : I want to introduce a getLast in EntityUtil class like we have

[jira] [Updated] (OFBIZ-5764) Add/Revise Traditional Chinese (zh-TW) translation

2014-09-10 Thread Nick Ho (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Ho updated OFBIZ-5764: --- Attachment: translation-zh-TW.zip Add/Revise Traditional Chinese (zh-TW) translation

Re: getLast in EntityUtil ?

2014-09-10 Thread Jacques Le Roux
BTW, I just realise that FastList has getFirst() and getLast() methods (only getLast() is used, twice in OFBiz code) Jacques Le 10/09/2014 11:05, Jacques Le Roux a écrit : Actually I thought about it even before sending and I guess it's because people are using an ASC or DESC sort in function

Re: getLast in EntityUtil ?

2014-09-10 Thread Adrian Crum
So does java.util.LinkedList. Adrian Crum Sandglass Software www.sandglass-software.com On 9/10/2014 10:43 AM, Jacques Le Roux wrote: BTW, I just realise that FastList has getFirst() and getLast() methods (only getLast() is used, twice in OFBiz code) Jacques Le 10/09/2014 11:05, Jacques Le

Re: getLast in EntityUtil ?

2014-09-10 Thread Pierre Smits
Ample constructs/solutions to get the result you need. Pierre Smits *ORRTIZ.COM http://www.orrtiz.com* Services Solutions for Cloud- Based Manufacturing, Professional Services and Retail Trade http://www.orrtiz.com On Wed, Sep 10, 2014 at 12:00 PM, Adrian Crum

Re: getLast in EntityUtil ?

2014-09-10 Thread Nicolas Malin
As LinkedList, I use a few this code element = elements.getLast() But I use more element = EntityUtil.getFirst(elements) instead of element = elements.getFirst() So +1 ;) Nicolas Le 10/09/2014 11:43, Jacques Le Roux a écrit : BTW, I just realise that FastList has getFirst() and getLast()

[ANNOUNCE] Apache OFBiz 12.04.05 released

2014-09-10 Thread Jacopo Cappellato
The Apache OFBiz community is pleased to announce the new release Apache OFBiz 12.04.05. Apache OFBiz™ is an open source product for the automation of enterprise processes that includes framework components and business applications for ERP (Enterprise Resource Planning), CRM (Customer

[ANNOUNCE] Apache OFBiz 11.04.06 released

2014-09-10 Thread Jacopo Cappellato
The Apache OFBiz community is pleased to announce the new release Apache OFBiz 11.04.06. Apache OFBiz™ is an open source product for the automation of enterprise processes that includes framework components and business applications for ERP (Enterprise Resource Planning), CRM (Customer

[jira] [Created] (OFBIZ-5765) missing request map for changing currency

2014-09-10 Thread Josip Almasi (JIRA)
Josip Almasi created OFBIZ-5765: --- Summary: missing request map for changing currency Key: OFBIZ-5765 URL: https://issues.apache.org/jira/browse/OFBIZ-5765 Project: OFBiz Issue Type: Bug

[jira] [Updated] (OFBIZ-5765) missing request map for changing currency

2014-09-10 Thread Josip Almasi (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josip Almasi updated OFBIZ-5765: Description: By analyzing eccommerce controller.xml and appropriate java code, I found out there

[jira] [Updated] (OFBIZ-5765) missing request map for changing currency

2014-09-10 Thread Josip Almasi (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josip Almasi updated OFBIZ-5765: Description: By analyzing eccommerce controller.xml and appropriate java code, I found out there

[jira] [Updated] (OFBIZ-5765) missing request map for changing currency

2014-09-10 Thread Josip Almasi (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josip Almasi updated OFBIZ-5765: Attachment: ecommerce-multicurrency.patch Fixes ecommerce controller.xml by including servlet

[jira] [Updated] (OFBIZ-5765) missing request map for changing currency

2014-09-10 Thread Josip Almasi (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josip Almasi updated OFBIZ-5765: Description: By analyzing eccommerce controller.xml and appropriate java code, I found out there

[jira] [Created] (OFBIZ-5766) Error when adding a task to a Production Run

2014-09-10 Thread Guillaume Sigoigne (JIRA)
Guillaume Sigoigne created OFBIZ-5766: - Summary: Error when adding a task to a Production Run Key: OFBIZ-5766 URL: https://issues.apache.org/jira/browse/OFBIZ-5766 Project: OFBiz Issue

[jira] [Updated] (OFBIZ-5766) Error when adding a task to a Production Run

2014-09-10 Thread Guillaume Sigoigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Sigoigne updated OFBIZ-5766: -- Attachment: Add-Task-To-Production-Run-trunk.patch Error when adding a task to a

[jira] [Updated] (OFBIZ-5766) Error when adding a task to a Production Run

2014-09-10 Thread Guillaume Sigoigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Sigoigne updated OFBIZ-5766: -- Attachment: Add-Task-To-Production-Run-13.07.patch Error when adding a task to a