Re: OFBiz and Attitude Trust

2014-10-22 Thread Scott Gray
How is it that you are able to extract so many paragraphs out of the few sentences I wrote? What are you trying to achieve here? As far as I can tell you're the only one who has questions about how a contributor becomes a committer. How much detail is required for something that requires a

Re: OFBiz and Attitude Trust

2014-10-22 Thread Adrian Crum
I am not speaking for Scott, but I want to clarify something here. Many times these discussions imply that there is some kind of hierarchy in the community - with the PMC being in charge. As has been stated before, the PMC has very little authority, and the hierarchy that is implied in these

Re: OFBiz and Attitude Trust

2014-10-22 Thread Jacques Le Roux
Le 22/10/2014 08:17, Scott Gray a écrit : it's a community issue, code review is an important part of open-source and it doesn't require any special access to perform. A very important point, thanks to highlight that Scott! jacques PS: sorry if I tore too much parts apart, I just want to

Re: OFBiz and Attitude Trust

2014-10-22 Thread gil portenseigne
Hi Jacques, i felt the same ! So +1 ! Gil Le 22/10/2014 11:59, Jacques Le Roux a écrit : Le 22/10/2014 08:17, Scott Gray a écrit : it's a community issue, code review is an important part of open-source and it doesn't require any special access to perform. A very important point, thanks

else-comparequestion

2014-10-22 Thread joelfrad...@gmail.com
I am trying to do some logic. if-compare field=parameters.quantityOnHandVar operator=less value=0 do something else-compare do something else /else-compare /if-compare My do something else is never called. I can do two if's ok, but wondered

Re: else-comparequestion

2014-10-22 Thread gil portenseigne
Hi Joel try this in minilang : if-compare field=parameters.quantityOnHandVar operator=less value=0 !-- do -- else !-- do -- /else /if-compare If you're working with eclipse, it's best to configure your xml catalog, to have auto completion based on the

Re: else-comparequestion

2014-10-22 Thread gil portenseigne
The way i use to set xml catalog in eclipse : File - Import Select XML - XML Catalog Then choose in the root of your ofbiz checkout the .xmlcatalog.xml file and validate. After that ctrl + space will guide you into your xml coding. Gil Le 22/10/2014 17:45, gil portenseigne a écrit :

Re: else-comparequestion

2014-10-22 Thread joelfrad...@gmail.com
Thank you. I will check it out. Also will see about the eclipse settings you mentioned. - Joel Fradkin -- View this message in context: http://ofbiz.135035.n4.nabble.com/else-compare-question-tp4657240p4657245.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Need to modfy createInventoryItemVariance

2014-10-22 Thread joelfrad...@gmail.com
If any one is interested, I finished and it works, removing the oldest inventory first. simple-method method-name=createPhysicalInventoryAndVariance short-description=Create a PhysicalInventory and an InventoryItemVariance entity-condition entity-name=InventoryItem

Tool to analyse ML content

2014-10-22 Thread Jacques Le Roux
Pierre, I know you are interested by numbers/stats about the community. By chance (I don't remember how) I stumbled upon this project recently https://github.com/sbenthall/bigbang Unfortunately it does not include EZML parsing yet, but maybe someone (maybe you or your team) will provide it and

Re: date fields

2014-10-22 Thread joelfrad...@gmail.com
field name=FromDate title=From Day (including unless time is set) date-time default-value=${groovy: org.ofbiz.base.util.UtilDateTime.getMonthStart(org.ofbiz.base.util.UtilDateTime.nowTimestamp())}/ /field There is a getMonthEnd but not sure how to set timezone and