Re: Introspection about data flow in ofbiz

2011-02-08 Thread Divesh Dutta
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide . This should give you idea of all basic stuff. Thanks -- Divesh Dutta. On Feb 8, 2011, at 11:44 AM, Hardik Handa wrote: I know this might be a question that should be quite easy for most of

Re: Email setup: The console.log shows emails are being fetched but they aren't showing in the Owner of Received Emails profile

2011-02-08 Thread Jacques Le Roux
AFAIK, there is only this issue https://issues.apache.org/jira/browse/OFBIZ-3709 Jacques From: BJ Freeman bjf...@free-man.net the current service is storeIncomingEmail the process is an mca is called that then send the email to a service. I checked the trunk and it is all there. I suggest you

Re: Email setup: The console.log shows emails are being fetched but they aren't showing in the Owner of Received Emails profile

2011-02-08 Thread Justin Robinson
I signed in as admin then looked at the party manager then clicked on communications and I see only the oubound emails. None of the inbound, though the log shows them being fetched: A24 OK Success 2011-02-08 09:55:19,300 (Timer-0) [CommunicationEventServices.java:1262:INFO ] Message recevied :

Re: How to add couple of dependent drop downs in one form.

2011-02-08 Thread Atul Vani
Check these links out, we use this and it works perfectly for any number of dependent dropdowns. http://www.hotwaxmedia.com/apache-ofbiz-blog/ofbiz-tutorial-how-to-use-dependent-selects-for-managing-country-state-select-box-pair/

Re: How to add couple of dependent drop downs in one form.

2011-02-08 Thread Jacques Le Roux
Note though that this will not work in trunk which uses jQuery now (instead of Prototype, only in previous releases, R10.04 for instance) Jacques From: Atul Vani atul.v...@hotwaxmedia.com Check these links out, we use this and it works perfectly for any number of dependent dropdowns.

Managing of lot number and tracking features

2011-02-08 Thread Pierre TALLOTTE
Hi, I started to develop an add-on who allows a user to managing all product by lot id : - when he buys a product, he can specify the lot id ; - at each time he produces an inventory item in manufacturing, he can specify the lot id ; - he can choose the lot he wants when he makes a sale

Re: Email setup: The console.log shows emails are being fetched but they aren't showing in the Owner of Received Emails profile

2011-02-08 Thread BJ Freeman
what version are you using. CommunicationEventServices.java:1266:INFO ] -- Message ID is on line 1209 in the current trunk. = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com

Re: Introspection about data flow in ofbiz

2011-02-08 Thread BJ Freeman
if you mean how is th einformmation gather to be displayed, it is marshalled in a groovy. the groovy is either called out in the widget or is the same name as the ftl and in ./WEB-INF/action if you mean how is data passed from ftl it is put in context. not all UI are FTL's they are widgets

Re: How to add couple of dependent drop downs in one form.

2011-02-08 Thread Ryan Foster
We should port this to JQuery as I think it is a useful tool to have. Shouldn't be too hard since I believe the Prototype Class that Anil wrote was originally inspired by a JQuery plugin called Dependent Select by SilVeR (http://plugins.jquery.com/node/11765). There are a couple more examples

Re: How to add couple of dependent drop downs in one form.

2011-02-08 Thread Jacques Le Roux
Have you seen getDependentDropdownValues.js and how I used it at https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductPriceRules?productPriceRuleId=9000 ? Jacques From: Ryan Foster cont...@ryanlfoster.com We should port this to JQuery as I think it is a useful tool to have.

Re: How to add couple of dependent drop downs in one form.

2011-02-08 Thread Ryan Foster
Oops, I haven't seen this. Thanks for pointing it out. On an off-topic note, we need to reduce the size of the Description, From Date, and Thru Date fields a bit on this page as the layout in that first table row gets a bit jacked at different window sizes. I suggest 30, 15, 15 or somewhere

Re: How to add couple of dependent drop downs in one form.

2011-02-08 Thread Jacques Le Roux
BTW I will replace this obsolete comment by a better information on what is really possible Jacques From: Jacques Le Roux jacques.le.r...@les7arts.com Have you seen getDependentDropdownValues.js and how I used it at

Re: How to add couple of dependent drop downs in one form.

2011-02-08 Thread Jacques Le Roux
Right! But this would need more work because the date-time element had yet not size attribute. Could you please create a Jira for that? Thanks Jacques Ryan Foster wrote: Oops, I haven't seen this. Thanks for pointing it out. On an off-topic note, we need to reduce the size of the

Re: How to add couple of dependent drop downs in one form.

2011-02-08 Thread Ryan Foster
sure thing. Ryan L. Foster 801.671.0769 cont...@ryanlfoster.com ryanlfoster.com On Feb 8, 2011, at 10:16 AM, Jacques Le Roux wrote: Right! But this would need more work because the date-time element had yet not size attribute. Could you please create a Jira for that? Thanks Jacques

Re: How to add couple of dependent drop downs in one form.

2011-02-08 Thread Jacques Le Roux
Ryan, Also, while at it, have you no ideas on what we could do for extending the Browse Catalogs/Categories panel without impinging on the main area, an horizontal scroll I guess? Jacques Jacques Le Roux wrote: Right! But this would need more work because the date-time element had yet not

Re: How to add couple of dependent drop downs in one form.

2011-02-08 Thread Ryan Foster
I'll take a look at that this week and see if I can come up with something that will work. Ryan L. Foster 801.671.0769 cont...@ryanlfoster.com ryanlfoster.com On Feb 8, 2011, at 10:20 AM, Jacques Le Roux wrote: Ryan, Also, while at it, have you no ideas on what we could do for extending

Re: How to add couple of dependent drop downs in one form.

2011-02-08 Thread Jacques Le Roux
Done at revision: 1068490 Jacques Jacques Le Roux wrote: BTW I will replace this obsolete comment by a better information on what is really possible Jacques From: Jacques Le Roux jacques.le.r...@les7arts.com Have you seen getDependentDropdownValues.js and how I used it at

Re: Repopulating multiple values in drop down box

2011-02-08 Thread vinay.cp
Thanks Jacques. Much appreciated Jacques Le Roux wrote: You could try to use smselect jquery plugin There is an example at https://demo-trunk.ofbiz.apache.org/example/control/FormWidgetExamples (Multiple drop-downs) And a real use at