Re: F5 ( refresh of browser ) causes another item to be added to the cart

2009-01-18 Thread Jacques Le Roux
Should this be really considered an issue ? Jacques From: Rees Watkins gat.of...@yahoo.co.uk Hi If I add an item to the shopping cart and then refresh the browser this causes the same item to be added to the cart again. I presume this is not correct. Is this a known issue? Cheers Rees

Re: Form Widget question

2009-01-18 Thread Jacques Le Roux
Could you elaborate a bit more please ? Which table are you talking about, an entity ? For text default-value=.../ you can use the ${} syntax to have dynamic data filling in (and what is entry-name mechanizm ?) Jacques From: Jacek Wagner jacek_wag...@berkeley.edu All, Is it possible to

Re: Re:[Blocker] Not display Configurable Product's item on Configurable product detail page

2009-01-18 Thread Jacques Le Roux
I guess a Configurable product should have at least something to be configured... Else you could try to bypass input type=hidden name=configId value=${configId} in configproductdetail.ftl using and if exist condition. But then maybe configId will be missing somewhere along the call, try it...

Re: JobShop Confirm error

2009-01-18 Thread Jacques Le Roux
Hi Wicus, I fixed a typo in ProductionRunDeclaration.groovy line 72 (r735418). Could you please confirm it fixes the error you encountered ? Thanks Jacques From: Wicus wicus...@webmail.co.za Hi, When ready to start a production run, the moment I click on [Confirm], once the job has been

Patch and svk mirror depot

2009-01-18 Thread Eric DE MAULDE
Hi, I have a Debian server with a mirror of the OFBiz trunk SVK is my version control My mirror depot path is //mirror/VendorOfbiz/trunk My local depot path is //local/customOfbiz/trunk When I implemented this version control solution, I didn't think of patching If I create a patch, I type :

Re: Patch and svk mirror depot

2009-01-18 Thread Bruno Busco
Eric, in order to submit committable patches you definitively need to have an SVN working directory checked out from the Apache repository. You can have whatever revision control for your own but at the end, when you whant to submit a patch, you need to: 1) update your SVN apache ofbiz working

Re: financial accounts

2009-01-18 Thread Jacques Le Roux
Wiki : http://docs.ofbiz.org/display/OFBIZ/06+Financial+Accounts, thanks to Sharan Jacques From: Rees Watkins gat.of...@yahoo.co.uk Hi I am trying to figure out financial accounts in ofbiz. I have not been able to find any examples or explanations. Does anyone have any resource they can

Best way to implement design and workflow

2009-01-18 Thread Roel Veldhuizen
Hi all, I'm very new to ofbiz. So, please forgive me when I'm asking real noobie questions. What I'm interested in on the moment is: What is the best way to implement your own design and workflow in ofbiz? Thanks and regards, Roel Veldhuizen

Re: Item IDs errors

2009-01-18 Thread Droshi
Much thanks to both of you, my importing was one-time only, but if I have to revert to a backup in the future I may clean up the numbers by using the ix trick. Thanks again. hansbak wrote: have a look at the SequenceValueItem entity where the highest number is stored. You can avoid

Re: Patch and svk mirror depot

2009-01-18 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practices Eric DE MAULDE sent the following on 1/18/2009 3:31 AM: Hi, I have a Debian server with a mirror of the OFBiz trunk SVK is my version control My mirror depot path is

Re: Patch and svk mirror depot

2009-01-18 Thread Eric DE MAULDE
Thanks everybody The problem : SVK diff doesn't write the same path system than SVN diff , why ? * Example with SVK diff === ProductConfigWrapper.java == --- ProductConfigWrapper.java

Re: Best way to implement design and workflow

2009-01-18 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 are you going to leverage the Entity and Service Engines? at what layer are you planning to interface with ofbiz, framework, application, or presentation layer? Roel Veldhuizen sent the following on 1/18/2009 6:30 AM: Hi all, I'm very new to

Re: how email tracking is done in ofbiz

2009-01-18 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 emails are handled as Communication events. incomming are matched to email in parymgr ID contact mechs. outgoing are matched to the PartID that sent it. There is a communication Event page that list all the unmatched and matched, that may also be

Re: Patch and svk mirror depot

2009-01-18 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 not a problem if you want to submit, it must be in SVN format. you may have to manually massage it. Eric DE MAULDE sent the following on 1/18/2009 12:48 PM: Thanks everybody The problem : SVK diff doesn't write the same path system than SVN

Re: Patch and svk mirror depot

2009-01-18 Thread Bruno Busco
The patch must be in SVN format _AND_ obtained from an SVN working directory that has been checked out from the Apache repo. I suggest you not to spend time in changing the format manually. When a committer will try to apply the patch will always get into troubles if you will not follow this

Re: Patch and svk mirror depot

2009-01-18 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 actually there is more that is covered in the link I provided. Bruno Busco sent the following on 1/18/2009 1:12 PM: The patch must be in SVN format _AND_ obtained from an SVN working directory that has been checked out from the Apache repo. I

Solicitation

2009-01-18 Thread Sven Wesley
Hi all, The option Allow Address Solicitation when adding an address, that means that you permit ads/flyers/catalogs to be sent to that particular address. Right? Regards, Sven

how to place the order through the phone

2009-01-18 Thread nachi19
Hi all, Can any one tell me how to place the order through and how the placed order is processed in ofbiz... we have sales channel as phone channel and email channel.. i want to know how they are processed in ofbiz..can any describe in brief.. thanks in advance -- View this message in context:

digital products

2009-01-18 Thread Heidi Dehaes
Hello, Can anyone tell me how to setup a digital product, for example a e-book which users can download after purchasing it. I know i have to choose digital product in the product definitions. But then at the content tab in the product definition. What do i have to set up as content for the

Re: how to place the order through the phone

2009-01-18 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 they are all processed thru the orderentry. there is a drop down to select the type of sales. after the order is placed, it is processed just like the ecommerce order. the Person(s) that do this would have the permissions on their login to access this

Re: Freemarker/HTML editor recommendations?

2009-01-18 Thread Tim Pizey
On Thursday 15 January 2009 16:22:30 cjhorton wrote: Hi Everyone, What do you recommend for editing freemarker pages? I am customizing some of the checkout pages and keeping track of the HTML tags is becoming tedious. Also, is there anyway of viewing or incorporating items in the

demo.hotwax

2009-01-18 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 seems something in the configuration is messed up. any time I come to the demo, there is double login. the first login has a red, incomplete error message. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla

Debugging ofbiz in eclipse....

2009-01-18 Thread Narayan Patil
Hi Friends, How to debug ofbiz in eclipse? Thanks in Advance! Regards Narayan Patil.

RE: Debugging ofbiz in eclipse....

2009-01-18 Thread Mukesh Marathe
http://docs.ofbiz.org/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse Regards, Mukesh Marathe Amicon Technologies Pvt. Ltd India's No 1 OFBiz Service Provider -Original Message- From: Narayan Patil [mailto:nmpati...@gmail.com] Sent: Monday, January 19, 2009 9:58 AM To:

Re: how email tracking is done in ofbiz

2009-01-18 Thread Santosh Malviya
Hello Harish, Could you be more specific with this question, do you want how email notification is done or something else??? harish84 wrote: -- Thanks and Regards Santosh Malviya Enterprise Software Developer Hotwax Media Inc. Indore(M.P.) India Mobile : +91 9977650914 smime.p7s

Re: F5 ( refresh of browser ) causes another item to be added to the cart

2009-01-18 Thread Ashish Nagar
I too faced this thing.However i think it should be considered as an issue.As if due to some browser specific problem, if a customer tries to refresh the browser, unnecessary one extra item will be added to the cart.Let me know if i am thinking wrong. Regards: -- Ashish Nagar Jacques Le Roux

Re: digital products

2009-01-18 Thread Vivek Mishra
Hello Heidi, I think DemoProduct.xml of e-commerce can help you for doing this. Just go through the data which is setup for Digital Gizmo Product. HTH Regards, -- Vivek Heidi Dehaes wrote: Hello, Can anyone tell me how to setup a digital product, for example a e-book which users can

Re: Solicitation

2009-01-18 Thread Amit Sharma
further detail you can go through the link http://www.fcc.gov/cgb/consumerfacts/tcpa.html HTH Regards Amit Sven Wesley wrote: Hi all, The option Allow Address Solicitation when adding an address, that means that you permit ads/flyers/catalogs to be sent to that particular address. Right?

RE: Solicitation

2009-01-18 Thread Nitesh
Hi Sven, If flag for Solicitation is set 'Y' means party is ready to avail that service and in the context you have asked it should work the same way. Regards, Nitesh Yetta Amicon Technologies Pvt. Ltd India's No 1 OFBiz Service Provider -Original Message- From: Sven

Re: JobShop Confirm error

2009-01-18 Thread Wicus
Thanks Jacques, you're the man ! =^D All is A-OK once I updated to revision 735614. -- View this message in context: http://www.nabble.com/Job-run-error-tp21479802p21537456.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Solicitation

2009-01-18 Thread Deepesh Kapoor
Hello, The attribute allow Solicitation , on party contact mechanism ( postal address in your case ) provides a mechanism to indicate that whether the mechanism is to be called for solicitaion purposes. It would be important to record this from a consideration point of view as well

Custom Production Runs

2009-01-18 Thread Wicus
Hi, Is it possible to determine a production run's estimated cost, in total (and even print it as a quotation), prior to starting the production run, for custom runs? Thanks Wicus -- View this message in context: http://www.nabble.com/Custom-Production-Runs-tp21537529p21537529.html Sent from

Re: Custom Production Runs

2009-01-18 Thread Wicus
In addition, was it possible in the past to add additional materials (raw products) to a routing task in progress... ? Currently, trying to submit additional products to Materials Required By The Running Task, one will only receive the following error:- The Following Errors Occurred: Error

Re: how to place the order through the phone

2009-01-18 Thread Jacques Le Roux
This is usually managed by a Customer Service where people are using the Order Manager backend to place orders according to their clients needs, see https://demo.hotwaxmedia.com/ordermgr/control/orderentry (login/pwd : admin/ofbiz) Jacques From: nachi19 nach...@gmail.com Hi all, Can any

Re: demo.hotwax

2009-01-18 Thread Jacques Le Roux
I use to use https://demo.hotwaxmedia.com/catalog/control/login/main?USERNAME=adminPASSWORD=ofbiz and have no pb Jacques From: BJ Freeman bjf...@free-man.net -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 seems something in the configuration is messed up. any time I come to the demo, there is

Re: [Blocker] Not display Configurable Product's item on Configurable product detail page

2009-01-18 Thread Amit Sharma
Thanks for reply Jacques, But one more think as u said configId is missing somewhere , so when we take ProductConfigItem configItemId=PZ configItemTypeId=SINGLE configItemName=Dough description=Select type:/ and ProductConfig productId=PIZZA configItemId=PZ sequenceNum=10

Re: Custom Production Runs

2009-01-18 Thread Wicus
Is it possible to have production runs follow in sequence without gaps? For example, as one can specify in the company setup with Invoices and Quotations ? (ie Enforced Sequence (no gaps, per organization)) -- View this message in context:

Re: Solicitation

2009-01-18 Thread David E Jones
While these are good guidelines (really from the USA though), what allow solicitation means is actually dependent on your privacy policy, which is usually clearly posted on the site if needed. On a side note, this is just a flag. If you want to have multiple channels for customer

Re: Custom Production Runs

2009-01-18 Thread Wicus
Not only being able to add Materials Required By The Running Task, is it currently possible to add additional Routing Tasks to a production run, when it has already been started... ? -- View this message in context: http://www.nabble.com/Custom-Production-Runs-tp21537529p21537824.html Sent