Re: Calling all people are using Apache OFBiz!

2010-03-30 Thread Tim Ruppert
Thanks Steve! Cheers, Ruppert On Mar 30, 2010, at 4:29 PM, Steve wrote: >> On Fri, Mar 19, 2010 at 7:13 AM, Tim Ruppert >> wrote: >> >>> All, as we're doing changes to the home page of OFBiz, I'd like to solicit >>> people to provide links to: >>> >>> 1. Websites you've created that are runni

Re: Calling all people are using Apache OFBiz!

2010-03-30 Thread Steve
On Fri, Mar 19, 2010 at 7:13 AM, Tim Ruppert >wrote: All, as we're doing changes to the home page of OFBiz, I'd like to solicit people to provide links to: 1. Websites you've created that are running on Apache OFBiz Thanks Tim. Neobits - www.neobits.com ofbiz backend with custom template

Re: Programmatically create phases

2010-03-30 Thread tiffanymlk
Yes I need to do it programmatically, but your suggestions are quite a good work around. Thanks, I will take it into consideration. -- View this message in context: http://n4.nabble.com/Programmatically-create-phases-tp1745069p1745705.html Sent from the OFBiz - User mailing list archive at Nab

Re: Checking the Snapshots Created by Buildbot

2010-03-30 Thread BJ Freeman
LOL, thanks Scott maybe is should be move to top so people that don't scroll will see it. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation Specialtymarket.com

Re: Programmatically create phases

2010-03-30 Thread BJ Freeman
it would be nice if we had a repository of templates that people could contribute to. they would have to be massaged first use non numerical ID's so there is no conflict. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation

Re: Programmatically create phases

2010-03-30 Thread Sharan-F
Hi Steph Do you have to do this programmatically? If not then why dont you just a) create a project as a template with the phases that you need b) use the template as the basis for any new project created and it will automatically include the phases defined in the project template. Here's how

Re: Programmatically create phases

2010-03-30 Thread tiffanymlk
In the other thread I was given this link: http://cwiki.apache.org/confluence/display/OFBADMIN/Mailing+Lists#MailingLists-DesignanddevelopmentList:d...@ofbiz.apache.org and I tried to find a similar solution in the Global Searchable Archives, but I couldn't find a similar thread -- View this mes

Re: Checking the Snapshots Created by Buildbot

2010-03-30 Thread Scott Gray
It's already there, left hand side, scroll down a little. Regards Scott On 30/03/2010, at 12:30 PM, BJ Freeman wrote: > like to add that night builds are for testers not considered as a > release at least for the trunk. > > = > BJ Freeman > http://bjfreeman.elance.com >

Re: Checking the Snapshots Created by Buildbot

2010-03-30 Thread BJ Freeman
like to add that night builds are for testers not considered as a release at least for the trunk. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation Specialtymarket.com <

Re: <#list> and <#map> in FTL files

2010-03-30 Thread BJ Freeman
only <#list varname as map> http://fmpp.sourceforge.net/freemarker/app_faq.html 14. the confusion my come from things like then the ftl <#if addressMatchMaps?has_content>

Re: Programmatically create phases

2010-03-30 Thread isserg
hi, i have a similar problem but i cant find where the solution is provided. thanks alot for your help and answers. -- View this message in context: http://n4.nabble.com/Programmatically-create-phases-tp1745069p1745524.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: <#list> and <#map> in FTL files

2010-03-30 Thread Jacques Le Roux
This might help http://stackoverflow.com/questions/149/freemarker-iterating-over-hash-map-keys You will find some examples also in OFBiz Jacques From: "Patrick" I'm looking around for maps in the FTL files. I can use <#list> just fine, but can't seem to find a directive for a map. What'

Re: Programmatically create phases

2010-03-30 Thread BJ Freeman
sorry totally offbase with this answer. but if you read your previous thread it was answered. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation Specialtymarket.com

<#list> and <#map> in FTL files

2010-03-30 Thread Patrick
I'm looking around for maps in the FTL files. I can use <#list> just fine, but can't seem to find a directive for a map. What's the correct way to do this ? Thanks Patrick

Re: Programmatically create phases

2010-03-30 Thread tiffanymlk
I'm actually referring to the phases that can be created in a project (in the projectmgr module). As part of an assignment, I need to customize this module in order to automatically create a set of phases whenever a project is created. For instance, when a user creates a project in the projectmsg

Re: Programmatically create phases

2010-03-30 Thread BJ Freeman
not sure what you mean by phases. if you mean the folders with basic files to work from then you can use ant create-project it will create all the folders and copy template files to them for you to start to work. = BJ Freeman http://bjfreeman.elance.com Strategic Power Offi

Programmatically create phases

2010-03-30 Thread tiffanymlk
Hi, I would like to programmatically add the same phases whenever a project is created. Has anyone every tried to do such a thing? I inserted the following code in the 'createProject' method of the ProjectServices.xml files. And this is the '

Executing Project "Schedule" command with an offset date

2010-03-30 Thread Bertuzzi, Armando [Nervianoms]
Hi all, using the ofBiz Project Manager module, is there a way to have the "Schedule" command to schedule project tasks starting from a day different from today's date? Many thanks in advance for your help, Armando

Checking the Snapshots Created by Buildbot

2010-03-30 Thread Tim Ruppert
Just wanted to see if anyone is still having any issues with the Buildbot? There were some issues in the past, but if there are continuing to be issues, please let me know so that I can get issues created with infra to take care of it. http://ci.apache.org/projects/ofbiz/snapshots/ http://ci.

Re: Find amount of data synchronized from MCS to POS

2010-03-30 Thread Jacques Le Roux
There is nothing OOTB for that. But you may open the POS in web mode an look for changed data (mostly products/promos and possibly parties/contacts OOTB) Jacques - Original Message - From: Neha Mehta To: user@ofbiz.apache.org Sent: Tuesday, March 30, 2010 1:23 PM Subject: Fin

Find amount of data synchronized from MCS to POS

2010-03-30 Thread Neha Mehta
Hi, I am trying to synchronize data from MCS(Main central server)to POS (point of sale). I am not able to find out the amount of data getting synchronized from MCS to POS Are there any ways to find out the amount of data synchronized from MCS to POS and vice-versa. Can we use any tools to iden

Fw: Programmatically create phases

2010-03-30 Thread Jacques Le Roux
Forwarded from Hans, BTW, I understand now what happens sometimes Hans, when you answer to me only. Sometimes (I don't know why) it seems 2 messages get to the MLs, and one from me only. If you answer to the one which is re-sent to me it does not get to the ML ;o) Jacques From: "Hans Bakker"

Re: Multitenant documentation

2010-03-30 Thread Ashish Vijaywargiya
Its good to share this article on user mailing list too so that we could get attention of more audience from there. :-) -- Ashish On Tue, Mar 30, 2010 at 2:39 PM, Erwan de FERRIERES wrote: > Hi all, > > I've started a wiki page for multitenant support, and put in it what I knew. > Not much for a

Re: Free-carts

2010-03-30 Thread Jacques Le Roux
Yes, then we will need to vote ;o) BTW, I think I will create a link from OFBiz main page to http://ofbiz.ideascale.com/ After my 1st try with http://ofbiz.ideascale.com/ and http://ofbiz.uservoice.com/ I finally prefer ideascale because it allows negative votes Advantages: * We don't lose goo

Promo implementation

2010-03-30 Thread cqnunez
Would it be possible to set up the ff promo schemes? Any help would be most appreciated. Promo scheme 1: Get a freebie for every $250 purchase plus another freebie for EVERY purchase of special items) Let S-special item, R-regular item. Scenarios: R1 + R2 + R3 = $250, get 1 freebie S1 + R1 + R2

Re: Free-carts

2010-03-30 Thread Ashish Vijaywargiya
This would be simple enough using following link IMO. http://www.free-carts.com/add-a-cart/ -- Ashish On Tue, Mar 30, 2010 at 1:39 PM, Ashish Vijaywargiya wrote: > Should we not add Ecommerce page available OOTB? > > -- > Ashish > > On Tue, Mar 30, 2010 at 12:51 AM, Jacques Le Roux > wrote: >>

Re: Free-carts

2010-03-30 Thread Ashish Vijaywargiya
Should we not add Ecommerce page available OOTB? -- Ashish On Tue, Mar 30, 2010 at 12:51 AM, Jacques Le Roux wrote: > Maybe we should care > > http://www.free-carts.com > > Found while navigating in Wikipedia from Magento to "List of free and open > source eCommerce software" then Directory of F

Re: Quick question about patches for JIRA tickets

2010-03-30 Thread Jacques Le Roux
Hi Bob, Yes this sounds logical indeed. Actually we don't use the resolved status yet and this would be a good reason to use it. I'd say, yes good idea! If everybody agree, I will put a note about that in our contributors best practices. Jacques From: Hi Jacques, I am finally getting back