Re: Language Code at uiLabelMap

2010-01-07 Thread Erwan de FERRIERES

Hi,

your message seems to be lost in another non related thread. Could you 
just resend it, but from creating a *new* message, and not from using 
another one as template ?


Thanks,

Le 07/01/2010 13:28, Charles TJ - SELC Sales Div a écrit :


Hi All,

Wondering the language code at the uiLabelMap for INDIA and INDONESIA.
INDONESIAN is using "in" instead of "id" inside uiLabelMap. Meanwhile, in - 
setSession -
is used "id" for INDONESIAN as GeoData. As standard "in" code is for INDIA.

If "in" is used for Indonesian, then, for INDIA ... using .. "en_IN" English 
INDIA???
Forbidden using "in_HI" ...for dialect; it will goes to INDONESIAN dialect.

Any opinion?
Thanks


- Charles TJ

===






--
Erwan de FERRIERES
www.nereide.biz


Small help icon next the form field title

2010-01-07 Thread Raj Saini

Hi,

I want to show a small help icon (?) next to the form field title. 
Clicking on the icon should open a pop up describing the function of the 
field. I searched around and could not find if it is possible with the 
form widget.


Thanks,

Raj


Re: Ecommerce in Ofbiz

2010-01-07 Thread Mridul Pathak
Kranthi,

  Paypal integration is available in OFBiz, make sure you have cofigured
ProductStorePaymentSettings (you can find PaymentGateway services in
services_paypal.xml) and PaymentGatewayPayPal entities correctly.

-- 
Thanks & Regards
Mridul Pathak
Hotwax Media
http://www.hotwaxmedia.com
mridul.pat...@hotwaxmedia.com
-
direct: +91 - 942.592.6892

On Thu, Jan 7, 2010 at 3:11 PM, kranthi reddy wrote:

> Hi all,
>
> I am a newbie to ofbiz. I am trying to integrate the ofbiz ecommerce for my
> application. I am trying to go through the ecommerce application and trying
> to use the paypal gateway.
>
> I get an error when i say checkout. Is this because paypal hasn't been
> integrated or I need to implement my own services to access the paypal
> stuff
> ?
>
> If I am not clear, Can some one tell me as to how I can do a payment
> transaction using Paypal in Ofbiz.
>
> Thanks in advance,
> kranthi
>


Re: about multiple lookup

2010-01-07 Thread Michael Xu (xudong)
Any hint or advice?

--
Regards,
Michael Xu (xudong)
www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135
9807 | Fax: (8610) 62670096


On Thu, Jan 7, 2010 at 12:29 PM, Michael Xu (xudong)
wrote:

> hi all,
>
> In ofbiz form, we can use lookup controller for fields which link to
> entities. But the lookup controller only support to return single value. How
> to implement a multiple lookup?
>
> Looking into source code, it seems that we have to extend a new controller
> in form widget schema and implement it in the form render. Is it a correct
> way to go?
>
> BTW: In my opinion, it is not flexible to extend form widget in current
> design. (correct me if I am wrong). Let's take one example.
>
>  target="createGlAccountOrganization" title="" default-map-name="account"
> header-row-style="header-row" default-table-style="basic-table">
> 
> 
>  description="${accountCode} - ${accountName} [${glAccountId}]">
> 
> 
> 
> 
> ...
> 
>
> Here, we have to use  tag to tell system to render a HTML
> drop-down component. But what if a customized field? Then do we have to
> change form widget schema for that field? And then add the render logic in
> the long switch-cases?
>
> Maybe we can refactor the design, like this:
>
>  target="createGlAccountOrganization" title="" default-map-name="account"
> header-row-style="header-row" default-table-style="basic-table">
> 
> 
> 
> 
> 
> 
> 
> 
> ...
> 
>
> with the new design, then we don't need to break the schema and change the
> core code of render logic. Instead, we just need to implement a new
> controller from a predefined controller interface. And then we can reuse it
> in all forms.
>
> (In here, due to the limitation of current form widget, we have to give up
> form and use FTL directly.)
>
> --
> Regards,
> Michael Xu (xudong)
> www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135
> 0135 9807 | Fax: (8610) 62670096
>


cartonizing - optimal picking of cartons for products

2010-01-07 Thread George
Hello,

I am working on the cartonizing problem and unable to find a way to get it
started.

I couldn't able to find such a module in Ofbiz.

Does anyone have any pointers or help in finding an open source solution or
algorithms for cartonizing (Assigning an optimal carton for a list of
products to be packed).

If you have worked with any commercial products for this problem, please do
mention that also.

Your help will be very much appreciated.


Re: contactlist in the screen "profile" in the ecommerce screen

2010-01-07 Thread Jacques Le Roux

Welcome 
http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors+Best+Practices

Jacques

From: "Info Olagos" 

Hello Ruth,

(I am proud because ) this is the first error i solved in ofbiz.
So it works now with a form (without javascript).
I only don't know how to make a patch?
Can anyone explain this to me for a windows platform?

thanks,
Heidi
2010/1/7 Ruth Hoffman 


Correct. Depending on the browser, you can style the submit button to look
like a link - if you want. What I've done is style my links to look like
buttons.


Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
ruth.hoff...@myofbiz.com
Info Olagos wrote:


ok thanks Ruth,

I will try to fix it myself.
Then i suppose i have to use a button instead of a  link to click on?

Heidi

2010/1/7 Ruth Hoffman 




Hi Heidi:
The problem is that several of the existing OFBiz service calls such as
this have not been upgraded to the required (when calling from a secured
location) new method of invocation - as a form. You may either wait for
someone to fix it for you or change the service call to be invoked as
part
of a form instead of as a URL.

Hope this helps.
Regards,
Ruth

Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
ruth.hoff...@myofbiz.com


Info Olagos wrote:




This is done now.

Regards,
Heidi

2010/1/7 Jacques Le Roux 






First thing to do is helping us to help you, please follow the
recommendation

Thanks

Jacques

From: "Info Olagos" 

Hello,





When i try to unsubscribe from a contactlist in the screen "profile"
in
the
ecommerce screen, i get the following error:


Error calling event: org.ofbiz.webapp.event.EventHandlerException:
Found
URL
parameter [contactListId] passed to secure (https) request-map with
uri
[updateContactListParty] with an event that calls service
[updateContactListParty]; this is not allowed for security reasons!
The
data
should be encrypted by making it part of the request body (a form
field)
instead of the request URL.

Moreover it would be kind if you could create a Jira sub-task of
https://issues.apache.org/jira/browse/OFBIZ-2330
(check before if a sub-task for this error does not exist).
If you are not sure how to create a Jira issue please have a look
before
at
http://docs.ofbiz.org/x/r.

Thank you in advance for your help.



Can anyone help me with a solution?



Thanks,

Heidi























Re: contactlist in the screen "profile" in the ecommerce screen

2010-01-07 Thread Ruth Hoffman

Hi Tim:

This is true and I failed in not mentioning this. Thanks for keeping me 
honest.


As I've said before, I think it is unfair to expect new users and 
non-committers to navigate the morass that is "patching". If you don't 
create and submit patches on a regular basis it is a painful process.


Just my 2 cents.
Regards,
Ruth

Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
ruth.hoff...@myofbiz.com

Tim Ruppert wrote:

Heidi, just make sure that you do indeed send your patch in if you've found an 
error and fixed one - otherwise, you'll get to answer the more painful question 
the hard way of whether upgrading OFBiz is in your future :) (just so it's 
clear - if you wanted to update OFBiz, but your fix didn't make it into the ASF 
repository yet, when you upgraded, you'd lose your fix and have to make that 
update again).

Cheers,
Ruppert

On Jan 7, 2010, at 3:57 PM, Ruth Hoffman wrote:

  

Hi Heidi:

Congratulations! OFBiz is really pretty easy to work with, once you get the 
hang of it.

While seasoned OFBiz developers will argue with me on this, IMHO sending patches in is 
much harder than actually fixing many of the problems you will encounter. First, you need 
to create a JIRA account. Next you will need to use either the command line or your IDE 
to generate the "patch" file. It doesn't really matter what development 
platform you are using - It just goes down hill from there. Here is the URL for exact 
instructions:

http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors+Best+Practices

Based on that description, you can decide if patching OFBiz is in your future 
;-)

Regards,
Ruth

Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
ruth.hoff...@myofbiz.com


Info Olagos wrote:


Hello Ruth,

(I am proud because ) this is the first error i solved in ofbiz.
So it works now with a form (without javascript).
I only don't know how to make a patch?
Can anyone explain this to me for a windows platform?

thanks,
Heidi
2010/1/7 Ruth Hoffman 

 
  

Correct. Depending on the browser, you can style the submit button to look
like a link - if you want. What I've done is style my links to look like
buttons.


Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
ruth.hoff...@myofbiz.com
Info Olagos wrote:

   


ok thanks Ruth,

I will try to fix it myself.
Then i suppose i have to use a button instead of a  link to click on?

Heidi

2010/1/7 Ruth Hoffman 



 
  

Hi Heidi:
The problem is that several of the existing OFBiz service calls such as
this have not been upgraded to the required (when calling from a secured
location) new method of invocation - as a form. You may either wait for
someone to fix it for you or change the service call to be invoked as
part
of a form instead of as a URL.

Hope this helps.
Regards,
Ruth

Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
ruth.hoff...@myofbiz.com


Info Olagos wrote:



   


This is done now.

Regards,
Heidi

2010/1/7 Jacques Le Roux 





 
  

First thing to do is helping us to help you, please follow the
recommendation

Thanks

Jacques

From: "Info Olagos" 

Hello,




   


When i try to unsubscribe from a contactlist in the screen "profile"
in
the
ecommerce screen, i get the following error:


Error calling event: org.ofbiz.webapp.event.EventHandlerException:
Found
URL
parameter [contactListId] passed to secure (https) request-map with
uri
[updateContactListParty] with an event that calls service
[updateContactListParty]; this is not allowed for security reasons!
The
data
should be encrypted by making it part of the request body (a form
field)
instead of the request URL.

Moreover it would be kind if you could create a Jira sub-task of
https://issues.apache.org/jira/browse/OFBIZ-2330
(check before if a sub-task for this error does not exist).
If you are not sure how to create a Jira issue please have a look
before
at
http://docs.ofbiz.org/x/r.

Thank you in advance for your help.



Can anyone help me with a solution?



Thanks,

Heidi






 
  
 
  
 
  


  


Re: contactlist in the screen "profile" in the ecommerce screen

2010-01-07 Thread Tim Ruppert
Heidi, just make sure that you do indeed send your patch in if you've found an 
error and fixed one - otherwise, you'll get to answer the more painful question 
the hard way of whether upgrading OFBiz is in your future :) (just so it's 
clear - if you wanted to update OFBiz, but your fix didn't make it into the ASF 
repository yet, when you upgraded, you'd lose your fix and have to make that 
update again).

Cheers,
Ruppert

On Jan 7, 2010, at 3:57 PM, Ruth Hoffman wrote:

> Hi Heidi:
> 
> Congratulations! OFBiz is really pretty easy to work with, once you get the 
> hang of it.
> 
> While seasoned OFBiz developers will argue with me on this, IMHO sending 
> patches in is much harder than actually fixing many of the problems you will 
> encounter. First, you need to create a JIRA account. Next you will need to 
> use either the command line or your IDE to generate the "patch" file. It 
> doesn't really matter what development platform you are using - It just goes 
> down hill from there. Here is the URL for exact instructions:
> 
> http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors+Best+Practices
> 
> Based on that description, you can decide if patching OFBiz is in your future 
> ;-)
> 
> Regards,
> Ruth
> 
> Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
> ruth.hoff...@myofbiz.com
> 
> 
> Info Olagos wrote:
>> Hello Ruth,
>> 
>> (I am proud because ) this is the first error i solved in ofbiz.
>> So it works now with a form (without javascript).
>> I only don't know how to make a patch?
>> Can anyone explain this to me for a windows platform?
>> 
>> thanks,
>> Heidi
>> 2010/1/7 Ruth Hoffman 
>> 
>>  
>>> Correct. Depending on the browser, you can style the submit button to look
>>> like a link - if you want. What I've done is style my links to look like
>>> buttons.
>>> 
>>> 
>>> Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
>>> ruth.hoff...@myofbiz.com
>>> Info Olagos wrote:
>>> 
>>>
 ok thanks Ruth,
 
 I will try to fix it myself.
 Then i suppose i have to use a button instead of a  link to click on?
 
 Heidi
 
 2010/1/7 Ruth Hoffman 
 
 
 
  
> Hi Heidi:
> The problem is that several of the existing OFBiz service calls such as
> this have not been upgraded to the required (when calling from a secured
> location) new method of invocation - as a form. You may either wait for
> someone to fix it for you or change the service call to be invoked as
> part
> of a form instead of as a URL.
> 
> Hope this helps.
> Regards,
> Ruth
> 
> Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
> ruth.hoff...@myofbiz.com
> 
> 
> Info Olagos wrote:
> 
> 
> 
>
>> This is done now.
>> 
>> Regards,
>> Heidi
>> 
>> 2010/1/7 Jacques Le Roux 
>> 
>> 
>> 
>> 
>> 
>>  
>>> First thing to do is helping us to help you, please follow the
>>> recommendation
>>> 
>>> Thanks
>>> 
>>> Jacques
>>> 
>>> From: "Info Olagos" 
>>> 
>>> Hello,
>>> 
>>> 
>>> 
>>> 
>>>
 When i try to unsubscribe from a contactlist in the screen "profile"
 in
 the
 ecommerce screen, i get the following error:
 
 
 Error calling event: org.ofbiz.webapp.event.EventHandlerException:
 Found
 URL
 parameter [contactListId] passed to secure (https) request-map with
 uri
 [updateContactListParty] with an event that calls service
 [updateContactListParty]; this is not allowed for security reasons!
 The
 data
 should be encrypted by making it part of the request body (a form
 field)
 instead of the request URL.
 
 Moreover it would be kind if you could create a Jira sub-task of
 https://issues.apache.org/jira/browse/OFBIZ-2330
 (check before if a sub-task for this error does not exist).
 If you are not sure how to create a Jira issue please have a look
 before
 at
 http://docs.ofbiz.org/x/r.
 
 Thank you in advance for your help.
 
 
 
 Can anyone help me with a solution?
 
 
 
 Thanks,
 
 Heidi
 
 
 
 
 
 
  
  
>> 
>>  



smime.p7s
Description: S/MIME cryptographic signature


Re: contactlist in the screen "profile" in the ecommerce screen

2010-01-07 Thread Ruth Hoffman

Hi Heidi:

Congratulations! OFBiz is really pretty easy to work with, once you get 
the hang of it.


While seasoned OFBiz developers will argue with me on this, IMHO sending 
patches in is much harder than actually fixing many of the problems you 
will encounter. First, you need to create a JIRA account. Next you will 
need to use either the command line or your IDE to generate the "patch" 
file. It doesn't really matter what development platform you are using - 
It just goes down hill from there. Here is the URL for exact instructions:


http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors+Best+Practices

Based on that description, you can decide if patching OFBiz is in your 
future ;-)


Regards,
Ruth

Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
ruth.hoff...@myofbiz.com


Info Olagos wrote:

Hello Ruth,

(I am proud because ) this is the first error i solved in ofbiz.
So it works now with a form (without javascript).
I only don't know how to make a patch?
Can anyone explain this to me for a windows platform?

thanks,
Heidi
2010/1/7 Ruth Hoffman 

  

Correct. Depending on the browser, you can style the submit button to look
like a link - if you want. What I've done is style my links to look like
buttons.


Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
ruth.hoff...@myofbiz.com
Info Olagos wrote:



ok thanks Ruth,

I will try to fix it myself.
Then i suppose i have to use a button instead of a  link to click on?

Heidi

2010/1/7 Ruth Hoffman 



  

Hi Heidi:
The problem is that several of the existing OFBiz service calls such as
this have not been upgraded to the required (when calling from a secured
location) new method of invocation - as a form. You may either wait for
someone to fix it for you or change the service call to be invoked as
part
of a form instead of as a URL.

Hope this helps.
Regards,
Ruth

Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
ruth.hoff...@myofbiz.com


Info Olagos wrote:





This is done now.

Regards,
Heidi

2010/1/7 Jacques Le Roux 





  

First thing to do is helping us to help you, please follow the
recommendation

Thanks

Jacques

From: "Info Olagos" 

Hello,






When i try to unsubscribe from a contactlist in the screen "profile"
in
the
ecommerce screen, i get the following error:


Error calling event: org.ofbiz.webapp.event.EventHandlerException:
Found
URL
parameter [contactListId] passed to secure (https) request-map with
uri
[updateContactListParty] with an event that calls service
[updateContactListParty]; this is not allowed for security reasons!
The
data
should be encrypted by making it part of the request body (a form
field)
instead of the request URL.

Moreover it would be kind if you could create a Jira sub-task of
https://issues.apache.org/jira/browse/OFBIZ-2330
(check before if a sub-task for this error does not exist).
If you are not sure how to create a Jira issue please have a look
before
at
http://docs.ofbiz.org/x/r.

Thank you in advance for your help.



Can anyone help me with a solution?



Thanks,

Heidi






  
  


  


Re: marketing manager application

2010-01-07 Thread Ruth Hoffman

Hi Heidi:
It appears as though DataSource(s) are not used in the OOTB Marketing 
Application functions - at least not in recent 9.04 versions.


But, here's a little trick I learned about the OFBiz community and this 
mailing list in particular: if you say something is so with conviction, 
for example: "DataSources are not used by the Marketing Application so 
just ignore them", then someone is sure to fire back and prove you 
wrongHopefully, whoever put together the Marketing Application will 
prove me wrong and tell us all how "DataSources" are used :-)


Given that: A use for "DataSource(s)" is to identify the location or 
source of something - like a sales lead. For example, in the SFA Manager 
Application leads may be associated with a source (or where they came 
from) such as a marketing campaign, a phone call or email. To see this, 
create a new lead and scroll down to the bottom of the page to reveal 
the "Lead Source" drop-down menu. DataSource(s) appear in this drop-down 
menu. Perhaps you create a new lead source using the Marketing 
Application and then have it show up for inclusion in the SFA Manager 
Application drop-down menu? Just a guess.


Hope that helps.
Ruth

Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
ruth.hoff...@myofbiz.com

Info Olagos wrote:

Hello,

I don't understand the meaning of having "data sources" available in the
marketing application. Why are they there?

Also wy the possibility to create datasources in the marketing application?

Can anyone explain me this?

thanks,
Heidi

  


Re: contactlist in the screen "profile" in the ecommerce screen

2010-01-07 Thread Info Olagos
Hello Ruth,

(I am proud because ) this is the first error i solved in ofbiz.
So it works now with a form (without javascript).
I only don't know how to make a patch?
Can anyone explain this to me for a windows platform?

thanks,
Heidi
2010/1/7 Ruth Hoffman 

> Correct. Depending on the browser, you can style the submit button to look
> like a link - if you want. What I've done is style my links to look like
> buttons.
>
> 
> Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
> ruth.hoff...@myofbiz.com
> Info Olagos wrote:
>
>> ok thanks Ruth,
>>
>> I will try to fix it myself.
>> Then i suppose i have to use a button instead of a  link to click on?
>>
>> Heidi
>>
>> 2010/1/7 Ruth Hoffman 
>>
>>
>>
>>> Hi Heidi:
>>> The problem is that several of the existing OFBiz service calls such as
>>> this have not been upgraded to the required (when calling from a secured
>>> location) new method of invocation - as a form. You may either wait for
>>> someone to fix it for you or change the service call to be invoked as
>>> part
>>> of a form instead of as a URL.
>>>
>>> Hope this helps.
>>> Regards,
>>> Ruth
>>> 
>>> Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
>>> ruth.hoff...@myofbiz.com
>>>
>>>
>>> Info Olagos wrote:
>>>
>>>
>>>
 This is done now.

 Regards,
 Heidi

 2010/1/7 Jacques Le Roux 





> First thing to do is helping us to help you, please follow the
> recommendation
>
> Thanks
>
> Jacques
>
> From: "Info Olagos" 
>
> Hello,
>
>
>
>
>> When i try to unsubscribe from a contactlist in the screen "profile"
>> in
>> the
>> ecommerce screen, i get the following error:
>>
>>
>> Error calling event: org.ofbiz.webapp.event.EventHandlerException:
>> Found
>> URL
>> parameter [contactListId] passed to secure (https) request-map with
>> uri
>> [updateContactListParty] with an event that calls service
>> [updateContactListParty]; this is not allowed for security reasons!
>> The
>> data
>> should be encrypted by making it part of the request body (a form
>> field)
>> instead of the request URL.
>>
>> Moreover it would be kind if you could create a Jira sub-task of
>> https://issues.apache.org/jira/browse/OFBIZ-2330
>> (check before if a sub-task for this error does not exist).
>> If you are not sure how to create a Jira issue please have a look
>> before
>> at
>> http://docs.ofbiz.org/x/r.
>>
>> Thank you in advance for your help.
>>
>>
>>
>> Can anyone help me with a solution?
>>
>>
>>
>> Thanks,
>>
>> Heidi
>>
>>
>>
>>
>>
>>
>

>>>
>>
>>
>


Re: contactlist in the screen "profile" in the ecommerce screen

2010-01-07 Thread Scott Gray
I would be reluctant to hire someone to work on my webstore if they  
didn't know javascript.  I may be wrong but I think forms with no  
parameters can still be treated as straight up links without the  
security issue.


I agree with your last point however, the front-end should be capable  
of operating with javascript disabled and for that reason a submit  
button may be better.


Regards
Scott

On 8/01/2010, at 9:54 AM, Ruth Hoffman wrote:


Hi Scott:
That requires that a person know Javascript. And with really simple  
forms - say forms with no parameters, why introduce the Javascript  
overhead?


BTW, there are still people out there that disable Javascript, if  
you can believe that.

Regards,
Ruth

Scott Gray wrote:
The approach most often taken so far has been to use a link with  
javascript attached to submit the form.


Regards
Scott

HotWax Media
http://www.hotwaxmedia.com

On 8/01/2010, at 8:15 AM, Ruth Hoffman wrote:

Correct. Depending on the browser, you can style the submit button  
to look like a link - if you want. What I've done is style my  
links to look like buttons.


Find me on the web at http://www.myofbiz.com or Google keyword  
"myofbiz"

ruth.hoff...@myofbiz.com
Info Olagos wrote:

ok thanks Ruth,

I will try to fix it myself.
Then i suppose i have to use a button instead of a  link to click  
on?


Heidi

2010/1/7 Ruth Hoffman 



Hi Heidi:
The problem is that several of the existing OFBiz service calls  
such as
this have not been upgraded to the required (when calling from a  
secured
location) new method of invocation - as a form. You may either  
wait for
someone to fix it for you or change the service call to be  
invoked as part

of a form instead of as a URL.

Hope this helps.
Regards,
Ruth

Find me on the web at http://www.myofbiz.com or Google keyword  
"myofbiz"

ruth.hoff...@myofbiz.com


Info Olagos wrote:



This is done now.

Regards,
Heidi

2010/1/7 Jacques Le Roux 





First thing to do is helping us to help you, please follow the
recommendation

Thanks

Jacques

From: "Info Olagos" 

Hello,



When i try to unsubscribe from a contactlist in the screen  
"profile" in

the
ecommerce screen, i get the following error:


Error calling event:  
org.ofbiz.webapp.event.EventHandlerException: Found

URL
parameter [contactListId] passed to secure (https) request- 
map with uri

[updateContactListParty] with an event that calls service
[updateContactListParty]; this is not allowed for security  
reasons! The

data
should be encrypted by making it part of the request body (a  
form field)

instead of the request URL.

Moreover it would be kind if you could create a Jira sub-task  
of

https://issues.apache.org/jira/browse/OFBIZ-2330
(check before if a sub-task for this error does not exist).
If you are not sure how to create a Jira issue please have a  
look before

at
http://docs.ofbiz.org/x/r.

Thank you in advance for your help.



Can anyone help me with a solution?



Thanks,

Heidi
















smime.p7s
Description: S/MIME cryptographic signature


Re: contactlist in the screen "profile" in the ecommerce screen

2010-01-07 Thread Ruth Hoffman

Hi Scott:
That requires that a person know Javascript. And with really simple 
forms - say forms with no parameters, why introduce the Javascript overhead?


BTW, there are still people out there that disable Javascript, if you 
can believe that.

Regards,
Ruth

Scott Gray wrote:
The approach most often taken so far has been to use a link with 
javascript attached to submit the form.


Regards
Scott

HotWax Media
http://www.hotwaxmedia.com

On 8/01/2010, at 8:15 AM, Ruth Hoffman wrote:

Correct. Depending on the browser, you can style the submit button to 
look like a link - if you want. What I've done is style my links to 
look like buttons.


Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
ruth.hoff...@myofbiz.com
Info Olagos wrote:

ok thanks Ruth,

I will try to fix it myself.
Then i suppose i have to use a button instead of a  link to click on?

Heidi

2010/1/7 Ruth Hoffman 



Hi Heidi:
The problem is that several of the existing OFBiz service calls 
such as
this have not been upgraded to the required (when calling from a 
secured
location) new method of invocation - as a form. You may either wait 
for
someone to fix it for you or change the service call to be invoked 
as part

of a form instead of as a URL.

Hope this helps.
Regards,
Ruth

Find me on the web at http://www.myofbiz.com or Google keyword 
"myofbiz"

ruth.hoff...@myofbiz.com


Info Olagos wrote:



This is done now.

Regards,
Heidi

2010/1/7 Jacques Le Roux 





First thing to do is helping us to help you, please follow the
recommendation

Thanks

Jacques

From: "Info Olagos" 

Hello,



When i try to unsubscribe from a contactlist in the screen 
"profile" in

the
ecommerce screen, i get the following error:


Error calling event: 
org.ofbiz.webapp.event.EventHandlerException: Found

URL
parameter [contactListId] passed to secure (https) request-map 
with uri

[updateContactListParty] with an event that calls service
[updateContactListParty]; this is not allowed for security 
reasons! The

data
should be encrypted by making it part of the request body (a 
form field)

instead of the request URL.

Moreover it would be kind if you could create a Jira sub-task of
https://issues.apache.org/jira/browse/OFBIZ-2330
(check before if a sub-task for this error does not exist).
If you are not sure how to create a Jira issue please have a 
look before

at
http://docs.ofbiz.org/x/r.

Thank you in advance for your help.



Can anyone help me with a solution?



Thanks,

Heidi














Re: contactlist in the screen "profile" in the ecommerce screen

2010-01-07 Thread Scott Gray
The approach most often taken so far has been to use a link with  
javascript attached to submit the form.


Regards
Scott

HotWax Media
http://www.hotwaxmedia.com

On 8/01/2010, at 8:15 AM, Ruth Hoffman wrote:

Correct. Depending on the browser, you can style the submit button  
to look like a link - if you want. What I've done is style my links  
to look like buttons.


Find me on the web at http://www.myofbiz.com or Google keyword  
"myofbiz"

ruth.hoff...@myofbiz.com
Info Olagos wrote:

ok thanks Ruth,

I will try to fix it myself.
Then i suppose i have to use a button instead of a  link to click on?

Heidi

2010/1/7 Ruth Hoffman 



Hi Heidi:
The problem is that several of the existing OFBiz service calls  
such as
this have not been upgraded to the required (when calling from a  
secured
location) new method of invocation - as a form. You may either  
wait for
someone to fix it for you or change the service call to be invoked  
as part

of a form instead of as a URL.

Hope this helps.
Regards,
Ruth

Find me on the web at http://www.myofbiz.com or Google keyword  
"myofbiz"

ruth.hoff...@myofbiz.com


Info Olagos wrote:



This is done now.

Regards,
Heidi

2010/1/7 Jacques Le Roux 





First thing to do is helping us to help you, please follow the
recommendation

Thanks

Jacques

From: "Info Olagos" 

Hello,



When i try to unsubscribe from a contactlist in the screen  
"profile" in

the
ecommerce screen, i get the following error:


Error calling event:  
org.ofbiz.webapp.event.EventHandlerException: Found

URL
parameter [contactListId] passed to secure (https) request-map  
with uri

[updateContactListParty] with an event that calls service
[updateContactListParty]; this is not allowed for security  
reasons! The

data
should be encrypted by making it part of the request body (a  
form field)

instead of the request URL.

Moreover it would be kind if you could create a Jira sub-task of
https://issues.apache.org/jira/browse/OFBIZ-2330
(check before if a sub-task for this error does not exist).
If you are not sure how to create a Jira issue please have a  
look before

at
http://docs.ofbiz.org/x/r.

Thank you in advance for your help.



Can anyone help me with a solution?



Thanks,

Heidi














smime.p7s
Description: S/MIME cryptographic signature


Marketing Campaign Role

2010-01-07 Thread Scott.

Hello All,

Could someone please elaborate on the correct use of the Marketing Campaign
Role in the Marketing Manager application please.  

I am assuming that if I were to be advertising with a company called "Big
Advertising" I would have set them up as a vendor already in party manager
and then I would create a relationship between the role and the marketing
campaign? Is this correct?

Thanks in advance for any help.
-- 
View this message in context: 
http://n4.nabble.com/Marketing-Campaign-Role-tp1009182p1009182.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: contactlist in the screen "profile" in the ecommerce screen

2010-01-07 Thread Ruth Hoffman
Correct. Depending on the browser, you can style the submit button to 
look like a link - if you want. What I've done is style my links to look 
like buttons.


Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
ruth.hoff...@myofbiz.com
Info Olagos wrote:

ok thanks Ruth,

I will try to fix it myself.
Then i suppose i have to use a button instead of a  link to click on?

Heidi

2010/1/7 Ruth Hoffman 

  

Hi Heidi:
The problem is that several of the existing OFBiz service calls such as
this have not been upgraded to the required (when calling from a secured
location) new method of invocation - as a form. You may either wait for
someone to fix it for you or change the service call to be invoked as part
of a form instead of as a URL.

Hope this helps.
Regards,
Ruth

Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
ruth.hoff...@myofbiz.com


Info Olagos wrote:



This is done now.

Regards,
Heidi

2010/1/7 Jacques Le Roux 



  

First thing to do is helping us to help you, please follow the
recommendation

Thanks

Jacques

From: "Info Olagos" 

Hello,




When i try to unsubscribe from a contactlist in the screen "profile" in
the
ecommerce screen, i get the following error:


Error calling event: org.ofbiz.webapp.event.EventHandlerException: Found
URL
parameter [contactListId] passed to secure (https) request-map with uri
[updateContactListParty] with an event that calls service
[updateContactListParty]; this is not allowed for security reasons! The
data
should be encrypted by making it part of the request body (a form field)
instead of the request URL.

Moreover it would be kind if you could create a Jira sub-task of
https://issues.apache.org/jira/browse/OFBIZ-2330
(check before if a sub-task for this error does not exist).
If you are not sure how to create a Jira issue please have a look before
at
http://docs.ofbiz.org/x/r.

Thank you in advance for your help.



Can anyone help me with a solution?



Thanks,

Heidi




  
  


  


Re: contactlist in the screen "profile" in the ecommerce screen

2010-01-07 Thread Info Olagos
ok thanks Ruth,

I will try to fix it myself.
Then i suppose i have to use a button instead of a  link to click on?

Heidi

2010/1/7 Ruth Hoffman 

> Hi Heidi:
> The problem is that several of the existing OFBiz service calls such as
> this have not been upgraded to the required (when calling from a secured
> location) new method of invocation - as a form. You may either wait for
> someone to fix it for you or change the service call to be invoked as part
> of a form instead of as a URL.
>
> Hope this helps.
> Regards,
> Ruth
> 
> Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
> ruth.hoff...@myofbiz.com
>
>
> Info Olagos wrote:
>
>> This is done now.
>>
>> Regards,
>> Heidi
>>
>> 2010/1/7 Jacques Le Roux 
>>
>>
>>
>>> First thing to do is helping us to help you, please follow the
>>> recommendation
>>>
>>> Thanks
>>>
>>> Jacques
>>>
>>> From: "Info Olagos" 
>>>
>>> Hello,
>>>
>>>
 When i try to unsubscribe from a contactlist in the screen "profile" in
 the
 ecommerce screen, i get the following error:


 Error calling event: org.ofbiz.webapp.event.EventHandlerException: Found
 URL
 parameter [contactListId] passed to secure (https) request-map with uri
 [updateContactListParty] with an event that calls service
 [updateContactListParty]; this is not allowed for security reasons! The
 data
 should be encrypted by making it part of the request body (a form field)
 instead of the request URL.

 Moreover it would be kind if you could create a Jira sub-task of
 https://issues.apache.org/jira/browse/OFBIZ-2330
 (check before if a sub-task for this error does not exist).
 If you are not sure how to create a Jira issue please have a look before
 at
 http://docs.ofbiz.org/x/r.

 Thank you in advance for your help.



 Can anyone help me with a solution?



 Thanks,

 Heidi




>>>
>>
>>
>


Re: iCalendar integration into workeffort

2010-01-07 Thread Adrian Crum
I will share with the mailing list my employer's use case, and maybe it 
can provide inspiration or insight into the iCalendar integration.


We are a manufacturing company, and we have a lot of fixed assets in 
need of maintenance, so we use the OFBiz Asset Maintenance application. 
The application is able to create maintenances automatically - based on 
time intervals or meter readings. Those automatically-generated 
maintenances appear in various iCalendars. Maintenance workers can check 
their calendar with a calendar client like Sunbird, or with a mobile 
device like a Blackberry or iPhone.


Our office workers use Thunderbird + Lightning. Calendars are shared 
using the OFBiz server.


We have iCalendars set up for our two conference rooms. Office workers 
can check conference room availability before scheduling a meeting.


We have a calendar set up for vacations/time off. Office workers can 
check that calendar for scheduling conflicts or availability.


All of these things *could* be done through the Work Effort web UI, but 
it is really convenient to have the ability to use calendaring clients 
(desktop or mobile) instead.


-Adrian

Christopher Snow wrote:

Thanks for the tips Adrian,

I'm only using sunbird while testing.  For production we have a flex 
developer who will be creating a flex UI for the calendar, we still have 
many questions to answer such as whether to access the calendar 
information using iCalendar, or to expose the workeffort services using 
REST.


Many thanks,

Chris

Adrian Crum wrote:
It can be tricky getting things set up correctly, but once they are 
everything should work as expected.


Some notes on using Sunbird:

1. Setting alarms on an OFBiz iCalendar means the alarms will be 
shared by everyone accessing the calendar. So, if one user dismisses 
the alarm it is dismissed for everyone. This has been reported to 
Mozilla, and they are in no hurry to do anything about it.


2. If Sunbird attempts to refresh the screen and the OFBiz server is 
temporarily unavailable, Sunbird will set the OFBiz iCalendar to 
read-only mode. It must be manually changed back to read/write.


-Adrian

Christopher Snow wrote:

Hi Adrian,

I think I had to associate a child event to the iCalendar workeffort 
before I could create events in Sunbird.  - I can't remember exactly 
I have tried so many combinations of things now!


Many thanks,

Chris

Adrian Crum wrote:

Chris,

Make sure Sunbird is authenticating to OFBiz and that the user has 
the correct permissions. According to the iCalendar spec, in order 
to update a calendar, the user must be the calendar owner or a 
delegate.


-Adrian

Christopher Snow wrote:
When I use a calendar application (sunbird) to access my iCalendar 
and create an event, the event doesn't show in the ofbiz calendar.  
Looking though the ofbiz code, it looks as though the iCalendar 
implementation only stores data in WorkEffortIcalData.  I was 
expecting to be able to see externally scheduled items appear in 
the ofbiz calendar and vice versa.


Have I understood this correctly?

Many thanks in advance,

Chris









Re: iCalendar cross calendar event

2010-01-07 Thread Adrian Crum

Yes.

-Adrian

Christopher Snow wrote:
We have an event that crosses multiple iCalendars (i.e. party 
iCalendars, asset iCalendars and facility iCalendars).  Should the event 
just be made a child of each of the iCalendars?


Many thanks,

Chris



iCalendar cross calendar event

2010-01-07 Thread Christopher Snow
We have an event that crosses multiple iCalendars (i.e. party 
iCalendars, asset iCalendars and facility iCalendars).  Should the event 
just be made a child of each of the iCalendars?


Many thanks,

Chris


Re: contactlist in the screen "profile" in the ecommerce screen

2010-01-07 Thread Ruth Hoffman

Hi Heidi:
The problem is that several of the existing OFBiz service calls such as 
this have not been upgraded to the required (when calling from a secured 
location) new method of invocation - as a form. You may either wait for 
someone to fix it for you or change the service call to be invoked as 
part of a form instead of as a URL.


Hope this helps.
Regards,
Ruth

Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz"
ruth.hoff...@myofbiz.com

Info Olagos wrote:

This is done now.

Regards,
Heidi

2010/1/7 Jacques Le Roux 

  

First thing to do is helping us to help you, please follow the
recommendation

Thanks

Jacques

From: "Info Olagos" 

Hello,


When i try to unsubscribe from a contactlist in the screen "profile" in
the
ecommerce screen, i get the following error:


Error calling event: org.ofbiz.webapp.event.EventHandlerException: Found
URL
parameter [contactListId] passed to secure (https) request-map with uri
[updateContactListParty] with an event that calls service
[updateContactListParty]; this is not allowed for security reasons! The
data
should be encrypted by making it part of the request body (a form field)
instead of the request URL.

Moreover it would be kind if you could create a Jira sub-task of
https://issues.apache.org/jira/browse/OFBIZ-2330
(check before if a sub-task for this error does not exist).
If you are not sure how to create a Jira issue please have a look before
at
http://docs.ofbiz.org/x/r.

Thank you in advance for your help.



Can anyone help me with a solution?



Thanks,

Heidi


  


  


RE: factfinder - integration

2010-01-07 Thread Abhai Chaudhary
Is there a plan to use product search using lucene in Ofbiz? Currently it uses 
database and keyword search. Implementing features like faceted product search 
based on price range etc is not available and current navigation is not very 
user friendly.

-Abhai

-Original Message-
From: Florin Popa [mailto:flopacons...@gmail.com]
Sent: Thursday, January 07, 2010 5:36 AM
To: user@ofbiz.apache.org
Subject: Re: factfinder - integration

Hello Alexander,

Lucene does not come as default search engine - at least as far as I know.
But we integrated it and it works really fine. Spending a bit of time
you can combine different lucene functionalities like Wildcardsearch or
Fuzzy Search and provide a solution very close to the performances of
fact-finder.
Additionally, you have full control to the way and the frequency you can
update the lucene index.. it might be important those updates are done
very often

best regards,
 Flopa
> Hi Flopa,
>
> so lucene is the search that is implemented in OfBiz standard? Or did you
> integrate that?
> Does lucene support suggested search like factfinder?
>
> Thanks
> Alexander
>
>
> flopa wrote:
>
>> Hi,
>>
>> I have tried, but I am not very happy..
>> In comparison with a lucene based search:
>> - better search results quality
>> - main disadvantage - no "real time" updates for a set of data to be
>> searched into
>>
>>
>> Best regards,
>>  Flopa
>>
>>
>>> Hi all,
>>>
>>> did anyone integrate FactFinder into OfBiz?
>>>
>>> Thanx.
>>> Alexander
>>>
>>>
>>
>>
>
>


http://www.mindtree.com/email/disclaimer.html


Re: iCalendar integration into workeffort

2010-01-07 Thread Christopher Snow

Thanks for the tips Adrian,

I'm only using sunbird while testing.  For production we have a flex 
developer who will be creating a flex UI for the calendar, we still have 
many questions to answer such as whether to access the calendar 
information using iCalendar, or to expose the workeffort services using 
REST.


Many thanks,

Chris

Adrian Crum wrote:
It can be tricky getting things set up correctly, but once they are 
everything should work as expected.


Some notes on using Sunbird:

1. Setting alarms on an OFBiz iCalendar means the alarms will be 
shared by everyone accessing the calendar. So, if one user dismisses 
the alarm it is dismissed for everyone. This has been reported to 
Mozilla, and they are in no hurry to do anything about it.


2. If Sunbird attempts to refresh the screen and the OFBiz server is 
temporarily unavailable, Sunbird will set the OFBiz iCalendar to 
read-only mode. It must be manually changed back to read/write.


-Adrian

Christopher Snow wrote:

Hi Adrian,

I think I had to associate a child event to the iCalendar workeffort 
before I could create events in Sunbird.  - I can't remember exactly 
I have tried so many combinations of things now!


Many thanks,

Chris

Adrian Crum wrote:

Chris,

Make sure Sunbird is authenticating to OFBiz and that the user has 
the correct permissions. According to the iCalendar spec, in order 
to update a calendar, the user must be the calendar owner or a 
delegate.


-Adrian

Christopher Snow wrote:
When I use a calendar application (sunbird) to access my iCalendar 
and create an event, the event doesn't show in the ofbiz calendar.  
Looking though the ofbiz code, it looks as though the iCalendar 
implementation only stores data in WorkEffortIcalData.  I was 
expecting to be able to see externally scheduled items appear in 
the ofbiz calendar and vice versa.


Have I understood this correctly?

Many thanks in advance,

Chris







--
Chris Snow - CEng MBCS CITP MBA (Tech Mgmt) (Open) CISSP

Tel: 01453 890660
Mob: 07944 880950
Www: www.snowconsulting.co.uk



Re: iCalendar integration into workeffort

2010-01-07 Thread Adrian Crum
It can be tricky getting things set up correctly, but once they are 
everything should work as expected.


Some notes on using Sunbird:

1. Setting alarms on an OFBiz iCalendar means the alarms will be shared 
by everyone accessing the calendar. So, if one user dismisses the alarm 
it is dismissed for everyone. This has been reported to Mozilla, and 
they are in no hurry to do anything about it.


2. If Sunbird attempts to refresh the screen and the OFBiz server is 
temporarily unavailable, Sunbird will set the OFBiz iCalendar to 
read-only mode. It must be manually changed back to read/write.


-Adrian

Christopher Snow wrote:

Hi Adrian,

I think I had to associate a child event to the iCalendar workeffort 
before I could create events in Sunbird.  - I can't remember exactly I 
have tried so many combinations of things now!


Many thanks,

Chris

Adrian Crum wrote:

Chris,

Make sure Sunbird is authenticating to OFBiz and that the user has the 
correct permissions. According to the iCalendar spec, in order to 
update a calendar, the user must be the calendar owner or a delegate.


-Adrian

Christopher Snow wrote:
When I use a calendar application (sunbird) to access my iCalendar 
and create an event, the event doesn't show in the ofbiz calendar.  
Looking though the ofbiz code, it looks as though the iCalendar 
implementation only stores data in WorkEffortIcalData.  I was 
expecting to be able to see externally scheduled items appear in the 
ofbiz calendar and vice versa.


Have I understood this correctly?

Many thanks in advance,

Chris






Re: iCalendar for Facility or for Asset

2010-01-07 Thread Adrian Crum
Yes, on the Work Effort iCalendar tab, go to the Fixed Assets tab. Add 
the fixed asset. Any work efforts related to the fixed asset will appear 
in the calendar.


The same is true for parties.

-Adrian

Christopher Snow wrote:

Is it possible to expose an iCalendar for a Facility or Asset?

Many thanks in advance,

Chris



Re: iCalendar integration into workeffort

2010-01-07 Thread Adrian Crum
If you can reproduce the problem, then please create a Jira issue with 
details.


-Adrian

Christopher Snow wrote:

Adrian,

This seemed to only start working after I associated a child work 
effort.  Maybe I have mis-read the docs?


Many thanks,

Chris

Adrian Crum wrote:

Christopher Snow wrote:
Looking though the ofbiz code, it looks as though the iCalendar 
implementation only stores data in WorkEffortIcalData.


That is not correct. Here are the processes:

Store iCalendar
---
  1. Parse iCalendar data into an internal Java structure
  2. Parse internal Java structure, create/update associated work 
effort entities

  3. Save iCalendar data in WorkEffortIcalData

Get iCalendar
-
  1. Parse WorkEffortIcalData data into an internal Java structure
  2. Update internal Java structure from work effort entities
  3. Convert internal Java structure to iCalendar data

-Adrian







iCalendar help

2010-01-07 Thread Christopher Snow
Over the next few weeks, I will/may be spending a lot of time working 
with iCalendar.


Is there any functionality that is on the TODO or WISH list that I may 
be able to help with?


Many thanks,

Chris


Re: iCalendar integration into workeffort

2010-01-07 Thread Christopher Snow

Adrian,

This seemed to only start working after I associated a child work 
effort.  Maybe I have mis-read the docs?


Many thanks,

Chris

Adrian Crum wrote:

Christopher Snow wrote:
Looking though the ofbiz code, it looks as though the iCalendar 
implementation only stores data in WorkEffortIcalData.


That is not correct. Here are the processes:

Store iCalendar
---
  1. Parse iCalendar data into an internal Java structure
  2. Parse internal Java structure, create/update associated work 
effort entities

  3. Save iCalendar data in WorkEffortIcalData

Get iCalendar
-
  1. Parse WorkEffortIcalData data into an internal Java structure
  2. Update internal Java structure from work effort entities
  3. Convert internal Java structure to iCalendar data

-Adrian





--
Chris Snow - CEng MBCS CITP MBA (Tech Mgmt) (Open) CISSP

Tel: 01453 890660
Mob: 07944 880950
Www: www.snowconsulting.co.uk



Re: iCalendar integration into workeffort

2010-01-07 Thread Christopher Snow

Hi Adrian,

I think I had to associate a child event to the iCalendar workeffort 
before I could create events in Sunbird.  - I can't remember exactly I 
have tried so many combinations of things now!


Many thanks,

Chris

Adrian Crum wrote:

Chris,

Make sure Sunbird is authenticating to OFBiz and that the user has the 
correct permissions. According to the iCalendar spec, in order to 
update a calendar, the user must be the calendar owner or a delegate.


-Adrian

Christopher Snow wrote:
When I use a calendar application (sunbird) to access my iCalendar 
and create an event, the event doesn't show in the ofbiz calendar.  
Looking though the ofbiz code, it looks as though the iCalendar 
implementation only stores data in WorkEffortIcalData.  I was 
expecting to be able to see externally scheduled items appear in the 
ofbiz calendar and vice versa.


Have I understood this correctly?

Many thanks in advance,

Chris




--
Chris Snow - CEng MBCS CITP MBA (Tech Mgmt) (Open) CISSP

Tel: 01453 890660
Mob: 07944 880950
Www: www.snowconsulting.co.uk



iCalendar for Facility or for Asset

2010-01-07 Thread Christopher Snow

Is it possible to expose an iCalendar for a Facility or Asset?

Many thanks in advance,

Chris


Re: iCalendar integration into workeffort

2010-01-07 Thread Adrian Crum

Christopher Snow wrote:
Looking 
though the ofbiz code, it looks as though the iCalendar implementation 
only stores data in WorkEffortIcalData.


That is not correct. Here are the processes:

Store iCalendar
---
  1. Parse iCalendar data into an internal Java structure
  2. Parse internal Java structure, create/update associated work 
effort entities

  3. Save iCalendar data in WorkEffortIcalData

Get iCalendar
-
  1. Parse WorkEffortIcalData data into an internal Java structure
  2. Update internal Java structure from work effort entities
  3. Convert internal Java structure to iCalendar data

-Adrian




Re: iCalendar implementation

2010-01-07 Thread Adrian Crum
Yes, that is correct. The status is set to cancelled so that it will not 
appear in regular work effort searches.


-Adrian

Christopher Snow wrote:
I have just created an iCalendar, and the resulting workeffort has 
currentStatusId=CAL_CANCELLED - is this correct?


Many thanks in advance,

Chris



Re: Use of TemporalExpression with JobSandbox

2010-01-07 Thread Adrian Crum
Thank you for the information. I will review all of the temporal 
expressions and try to get these issues resolved. It might take a few 
days, so please be patient.


-Adrian

cqnunez wrote:

We've updated our local copy to rev 896649 and encountered a similar problem
when we used TIME_OF_DAY_RANGE instead of DAY_OF_MONTH_RANGE.

Using the ff data, we now want the service to run every noon and 3pm.








tempExprId="12PM_AND_3PM_DAY" maxRecurrenceCount="-1"/> 


We've noticed that the service will always be scheduled 12pm of the ff day
instead of scheduling it first at 3pm of the same day.

Thanks again for the help.


Re: iCalendar integration into workeffort

2010-01-07 Thread Adrian Crum

Chris,

Make sure Sunbird is authenticating to OFBiz and that the user has the 
correct permissions. According to the iCalendar spec, in order to update 
a calendar, the user must be the calendar owner or a delegate.


-Adrian

Christopher Snow wrote:
When I use a calendar application (sunbird) to access my iCalendar and 
create an event, the event doesn't show in the ofbiz calendar.  Looking 
though the ofbiz code, it looks as though the iCalendar implementation 
only stores data in WorkEffortIcalData.  I was expecting to be able to 
see externally scheduled items appear in the ofbiz calendar and vice versa.


Have I understood this correctly?

Many thanks in advance,

Chris



marketing manager application

2010-01-07 Thread Info Olagos
Hello,

I don't understand the meaning of having "data sources" available in the
marketing application. Why are they there?

Also wy the possibility to create datasources in the marketing application?

Can anyone explain me this?

thanks,
Heidi


Re: Importing UserLogin rows

2010-01-07 Thread Jacques Le Roux
It's mean for separated data file. Beware of comma, sometimes you get conflicts with it. I prefer to user another separator (if no 
conflicts I use semi-colon, but a horizontal tab can do the trick, etc.)


Jacques

From: "Stephen Rufle" 

Does that xsd relate to



 


Or is that meant for a comma separated data file.

Jacques Le Roux wrote:

Yes, I recently commited a change in import data which allows that.
Look for EncryptedString in datafiles.xsd

Jacques

From: "Stephen Rufle" 
Is there a way to import UserLogin records encrypting their password as the import happens? I found the 
/ofbiz/framework/security/config/security.properties#password.accept.encrypted.and.plain property which solves any immediate 
issues for plain text passwords.













Re: Demo Data - Financial Account Activation

2010-01-07 Thread Alexander1893

Hi all,

I know had a deeper look at the service etc.
The service is used to create a FinAccount for the user and charge it with
the amount of the product.
That works fine - but each time the product is bought a new FinAccount is
created. I can't see any possibility at the moment to only create a
FinAccount once for each user and after the first creation just charge the
Account evertime the user buys a product e.g. "FinAccount Reload".

Can anyone help here? Probably I will have to write a new service for that
or can I use an existing one?
For gift cards there's such a "Reload"-product...

Thanks a lot for any help!
Alexander


Alexander1893 wrote:
> 
> Hi Sharan,
> 
> I know found the service name (was looking in the wrong place... sorry).
> 
> But I still not understand how the logic is behind assigning content to a
> service...
> 
> Can anyone help here?
> 
> Thanks
> Alexander
> 
> 
> Alexander1893 wrote:
>> 
>> Hi Sharan,
>> 
>> thanks for the reply. But actually I can't see anywhere the field
>> "Service Name"...
>> I just see "Product Content Type Id  Fulfillment External (Async)" on
>> the Screen
>> 
>> Any further help?
>> 
>> Thanks
>> Alexander
>> 
>> 
>> Sharan-F wrote:
>>> 
>>> Hi Alexander 
>>> 
>>> Are you are asking about what triggers the creation of the financial
>>> account from the FA-001 product ? If so then this might help.
>>> 
>>> 1. Login to Catalog Manager as admin
>>> 2. Find the 'FA-001' product
>>> 3. Click on the 'Content' tab
>>> 4. You will see that there is a content entry called 'FA-ACTIVATION' . 
>>> 5. Click on the 'FA-ACTIVATION' under the 'Edit Content' column and it
>>> will take you to the content entry for 'FA-ACTIVATION'. 
>>> 6. In the 'Service Name' field you will see that there is a service
>>> associated with this entry called 'createPartyFinAccountFromPurchase'.
>>> 
>>> I think that it this service that asynchronously creates the financial
>>> account for the product but am not sure if there are other rules around
>>> it.
>>> 
>>> Hope this helps.
>>> 
>>> Thanks
>>> Sharan
>>> 
>>> 
>>> Alexander1893 wrote:
 
 Hi Sharan,
 
 with the actual trunk it worked - thanx for that!
 But still I have a question:
 
 I can't see where the "activation" product is defined as a product
 creating and charging a finaccount... is that hard-coded or defined in
 the back-office?
 
 thanx a lot for further help.
 
 alexander
 
 
 Sharan-F wrote:
> 
> Hi Alexander
> !
> I've done a  test using the demo data and I've got it to work.
> Although I did enter an 'Activation Serial Number' (I just used
> 12345678)  I'm not sure that the activation serial number is used as
> part of activating the account.
> 
> For a Gift Card then you would need an activation number or a unique
> of code that you know (or the person with the gift card knows) so that
> they will be able to use it.
> 
> See below for the steps I followed for my test so you can have a go at
> replicating it.
> 
> 1. Login to ecommerce as DemoCustomer
> 2. Add  an Account Activation Product to the Shopping Cart (I chose
> $30 as the amount for Account Activation – FA-001-30)
> 3. Do a Quick Checkout 
> 4. Enter the 'Activation Serial Number' (I used 12345678)
> 5. There is 'No Shipping' because we have a digital product
> 6. For Payment I chose 'Mail Check/Money Order'
> 7. Press 'Continue to Final Order Review' 
> 8. Press 'Submit Order'
> 9. The order is created (Note the Order Number – I got WSCO1)
> 10. Logout as DemoCustomer
> 
> 1. Login to Order Manager as admin 
> 2. Locate the order that has just been created in the 'Order Received
> List' and click on it
> 3. The Order details will be displayed. 
> 4. Click on the 'Receive Payment' in the 'Payment Information' box
> 5. Enter '30' in the box labelled 'Cash' and press 'Save'
> 6. The Order Details will be redisplayed and will show the payment as
> received. This will also automatically generate an invoice for the
> payment and create the Financial Account for DemoCustomer.
> 
> To view the the new Financial Account details as admin
> 1. Go to Accounting / Financial Account / Find Financial Account 
> 2. Press 'Find' for the default search options
> 3. The new Financial Account should be created with type 'Deposit
> Account' and it should be active. 
> 4. The Financial Account Name should be 'Customer Balance Account' and
> it will have a Fin Account Code but this is not related to the
> Activation Serial Number that you entered and I think this is randomly
> generated.
> 
> To view the new Financial Account details as DemoCustomer
> 1. Login as DemoCustomer in ecommerce
> 2. Click on the 'Profile' link
> 3. Scroll down to the bottom and you will see the Account details.
> 
> Now th

Re: factfinder - integration

2010-01-07 Thread Florin Popa

Hello Alexander,

Lucene does not come as default search engine - at least as far as I know.
But we integrated it and it works really fine. Spending a bit of time 
you can combine different lucene functionalities like Wildcardsearch or 
Fuzzy Search and provide a solution very close to the performances of 
fact-finder.
Additionally, you have full control to the way and the frequency you can 
update the lucene index.. it might be important those updates are done 
very often


best regards,
Flopa

Hi Flopa,

so lucene is the search that is implemented in OfBiz standard? Or did you
integrate that?
Does lucene support suggested search like factfinder?

Thanks
Alexander


flopa wrote:
  

Hi,

I have tried, but I am not very happy..
In comparison with a lucene based search:
- better search results quality
- main disadvantage - no "real time" updates for a set of data to be 
searched into



Best regards,
 Flopa



Hi all,

did anyone integrate FactFinder into OfBiz?

Thanx.
Alexander
  
  





  




Re: Demo Data - Financial Account Activation

2010-01-07 Thread Alexander1893

Hi Sharan,

I know found the service name (was looking in the wrong place... sorry).

But I still not understand how the logic is behind assigning content to a
service...

Can anyone help here?

Thanks
Alexander


Alexander1893 wrote:
> 
> Hi Sharan,
> 
> thanks for the reply. But actually I can't see anywhere the field "Service
> Name"...
> I just see "Product Content Type Id   Fulfillment External (Async)" on the
> Screen
> 
> Any further help?
> 
> Thanks
> Alexander
> 
> 
> Sharan-F wrote:
>> 
>> Hi Alexander 
>> 
>> Are you are asking about what triggers the creation of the financial
>> account from the FA-001 product ? If so then this might help.
>> 
>> 1. Login to Catalog Manager as admin
>> 2. Find the 'FA-001' product
>> 3. Click on the 'Content' tab
>> 4. You will see that there is a content entry called 'FA-ACTIVATION' . 
>> 5. Click on the 'FA-ACTIVATION' under the 'Edit Content' column and it
>> will take you to the content entry for 'FA-ACTIVATION'. 
>> 6. In the 'Service Name' field you will see that there is a service
>> associated with this entry called 'createPartyFinAccountFromPurchase'.
>> 
>> I think that it this service that asynchronously creates the financial
>> account for the product but am not sure if there are other rules around
>> it.
>> 
>> Hope this helps.
>> 
>> Thanks
>> Sharan
>> 
>> 
>> Alexander1893 wrote:
>>> 
>>> Hi Sharan,
>>> 
>>> with the actual trunk it worked - thanx for that!
>>> But still I have a question:
>>> 
>>> I can't see where the "activation" product is defined as a product
>>> creating and charging a finaccount... is that hard-coded or defined in
>>> the back-office?
>>> 
>>> thanx a lot for further help.
>>> 
>>> alexander
>>> 
>>> 
>>> Sharan-F wrote:
 
 Hi Alexander
 !
 I've done a  test using the demo data and I've got it to work. Although
 I did enter an 'Activation Serial Number' (I just used 12345678)  I'm
 not sure that the activation serial number is used as part of
 activating the account.
 
 For a Gift Card then you would need an activation number or a unique of
 code that you know (or the person with the gift card knows) so that
 they will be able to use it.
 
 See below for the steps I followed for my test so you can have a go at
 replicating it.
 
 1. Login to ecommerce as DemoCustomer
 2. Add  an Account Activation Product to the Shopping Cart (I chose $30
 as the amount for Account Activation – FA-001-30)
 3. Do a Quick Checkout 
 4. Enter the 'Activation Serial Number' (I used 12345678)
 5. There is 'No Shipping' because we have a digital product
 6. For Payment I chose 'Mail Check/Money Order'
 7. Press 'Continue to Final Order Review' 
 8. Press 'Submit Order'
 9. The order is created (Note the Order Number – I got WSCO1)
 10. Logout as DemoCustomer
 
 1. Login to Order Manager as admin 
 2. Locate the order that has just been created in the 'Order Received
 List' and click on it
 3. The Order details will be displayed. 
 4. Click on the 'Receive Payment' in the 'Payment Information' box
 5. Enter '30' in the box labelled 'Cash' and press 'Save'
 6. The Order Details will be redisplayed and will show the payment as
 received. This will also automatically generate an invoice for the
 payment and create the Financial Account for DemoCustomer.
 
 To view the the new Financial Account details as admin
 1. Go to Accounting / Financial Account / Find Financial Account 
 2. Press 'Find' for the default search options
 3. The new Financial Account should be created with type 'Deposit
 Account' and it should be active. 
 4. The Financial Account Name should be 'Customer Balance Account' and
 it will have a Fin Account Code but this is not related to the
 Activation Serial Number that you entered and I think this is randomly
 generated.
 
 To view the new Financial Account details as DemoCustomer
 1. Login as DemoCustomer in ecommerce
 2. Click on the 'Profile' link
 3. Scroll down to the bottom and you will see the Account details.
 
 Now that the financial account has been created for DemoCustomer –
 during the checkout process a new option will be available for them to
 pay via this account.
 
 The main point to note is that the Financial Account isnt created until
 the customer payment has been received and validated since it is a
 prepayment account and not a credit account. If it was a credit account
 (like a billing account) then the customer could buy products and have
 them shipped before they paid you any money. 
 
 Whichever one you want to use will depend on your business processes.
 
 Hope this helps.
 
 Thanks
 Sharan
 
 
 Alexander1893 wrote:
> 
> Hi Sharan,
> 
> I already thought, that it should work like that... but actually no

Re: Importing UserLogin rows

2010-01-07 Thread Stephen Rufle

Does that xsd relate to



 isSystem="N" enabled="Y" partyId="1000" />



Or is that meant for a comma separated data file.

Jacques Le Roux wrote:

Yes, I recently commited a change in import data which allows that.
Look for EncryptedString in datafiles.xsd

Jacques

From: "Stephen Rufle" 
Is there a way to import UserLogin records encrypting their password 
as the import happens? I found the 
/ofbiz/framework/security/config/security.properties#password.accept.encrypted.and.plain 
property which solves any immediate issues for plain text passwords.










Language Code at uiLabelMap

2010-01-07 Thread Charles TJ - SELC Sales Div

Hi All,

Wondering the language code at the uiLabelMap for INDIA and INDONESIA.
INDONESIAN is using "in" instead of "id" inside uiLabelMap. Meanwhile, in - 
setSession -
is used "id" for INDONESIAN as GeoData. As standard "in" code is for INDIA.

If "in" is used for Indonesian, then, for INDIA ... using .. "en_IN" English 
INDIA???
Forbidden using "in_HI" ...for dialect; it will goes to INDONESIAN dialect.

Any opinion?
Thanks


- Charles TJ

===





Re: contactlist in the screen "profile" in the ecommerce screen

2010-01-07 Thread Info Olagos
This is done now.

Regards,
Heidi

2010/1/7 Jacques Le Roux 

> First thing to do is helping us to help you, please follow the
> recommendation
>
> Thanks
>
> Jacques
>
> From: "Info Olagos" 
>
> Hello,
>>
>> When i try to unsubscribe from a contactlist in the screen "profile" in
>> the
>> ecommerce screen, i get the following error:
>>
>>
>> Error calling event: org.ofbiz.webapp.event.EventHandlerException: Found
>> URL
>> parameter [contactListId] passed to secure (https) request-map with uri
>> [updateContactListParty] with an event that calls service
>> [updateContactListParty]; this is not allowed for security reasons! The
>> data
>> should be encrypted by making it part of the request body (a form field)
>> instead of the request URL.
>>
>> Moreover it would be kind if you could create a Jira sub-task of
>> https://issues.apache.org/jira/browse/OFBIZ-2330
>> (check before if a sub-task for this error does not exist).
>> If you are not sure how to create a Jira issue please have a look before
>> at
>> http://docs.ofbiz.org/x/r.
>>
>> Thank you in advance for your help.
>>
>>
>>
>> Can anyone help me with a solution?
>>
>>
>>
>> Thanks,
>>
>> Heidi
>>
>>
>


Re: factfinder - integration

2010-01-07 Thread Alexander1893

Hi Flopa,

so lucene is the search that is implemented in OfBiz standard? Or did you
integrate that?
Does lucene support suggested search like factfinder?

Thanks
Alexander


flopa wrote:
> 
> Hi,
> 
> I have tried, but I am not very happy..
> In comparison with a lucene based search:
> - better search results quality
> - main disadvantage - no "real time" updates for a set of data to be 
> searched into
> 
> 
> Best regards,
>  Flopa
> 
>> Hi all,
>>
>> did anyone integrate FactFinder into OfBiz?
>>
>> Thanx.
>> Alexander
>>   
> 
> 
> 

-- 
View this message in context: 
http://n4.nabble.com/factfinder-integration-tp1000568p1008772.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: contactlist in the screen "profile" in the ecommerce screen

2010-01-07 Thread Jacques Le Roux

First thing to do is helping us to help you, please follow the recommendation

Thanks

Jacques

From: "Info Olagos" 

Hello,

When i try to unsubscribe from a contactlist in the screen "profile" in the
ecommerce screen, i get the following error:


Error calling event: org.ofbiz.webapp.event.EventHandlerException: Found URL
parameter [contactListId] passed to secure (https) request-map with uri
[updateContactListParty] with an event that calls service
[updateContactListParty]; this is not allowed for security reasons! The data
should be encrypted by making it part of the request body (a form field)
instead of the request URL.

Moreover it would be kind if you could create a Jira sub-task of
https://issues.apache.org/jira/browse/OFBIZ-2330
(check before if a sub-task for this error does not exist).
If you are not sure how to create a Jira issue please have a look before at
http://docs.ofbiz.org/x/r.

Thank you in advance for your help.



Can anyone help me with a solution?



Thanks,

Heidi





Re: stale updates

2010-01-07 Thread Christopher Snow

Hi David,

Just out of interest, why is the enable-lock="true" not the default 
setting?  Is it for performance reasons?


Many thanks,

Chris

David E Jones wrote:

This is usually referred to as an "optimistic lock", and yes this can be turned on 
per-entity in the entity definition itself. In some cases logic and UI changes will be necessary to 
support this, ie in order to support passing the timestamp that represents the "version" 
of the record to make sure it is the same when saving the changes.

-David


On Jan 6, 2010, at 9:56 AM, Christopher Snow wrote:

  

I have just done a quick test and it appears that if two users are editing and 
save the same record, the last save wins.  Is it possible to change this 
behavior to throw an error if the data is stale, like hibernate's 
StaleObjectStateException?

Many thanks,

Chris





  



--
Chris Snow - CEng MBCS CITP MBA (Tech Mgmt) (Open) CISSP

Tel: 01453 890660
Mob: 07944 880950
Www: www.snowconsulting.co.uk



Re: Demo Data - Financial Account Activation

2010-01-07 Thread Alexander1893

Hi Sharan,

thanks for the reply. But actually I can't see anywhere the field "Service
Name"...
I just see "Product Content Type Id Fulfillment External (Async)" on the
Screen

Any further help?

Thanks
Alexander


Sharan-F wrote:
> 
> Hi Alexander 
> 
> Are you are asking about what triggers the creation of the financial
> account from the FA-001 product ? If so then this might help.
> 
> 1. Login to Catalog Manager as admin
> 2. Find the 'FA-001' product
> 3. Click on the 'Content' tab
> 4. You will see that there is a content entry called 'FA-ACTIVATION' . 
> 5. Click on the 'FA-ACTIVATION' under the 'Edit Content' column and it
> will take you to the content entry for 'FA-ACTIVATION'. 
> 6. In the 'Service Name' field you will see that there is a service
> associated with this entry called 'createPartyFinAccountFromPurchase'.
> 
> I think that it this service that asynchronously creates the financial
> account for the product but am not sure if there are other rules around
> it.
> 
> Hope this helps.
> 
> Thanks
> Sharan
> 
> 
> Alexander1893 wrote:
>> 
>> Hi Sharan,
>> 
>> with the actual trunk it worked - thanx for that!
>> But still I have a question:
>> 
>> I can't see where the "activation" product is defined as a product
>> creating and charging a finaccount... is that hard-coded or defined in
>> the back-office?
>> 
>> thanx a lot for further help.
>> 
>> alexander
>> 
>> 
>> Sharan-F wrote:
>>> 
>>> Hi Alexander
>>> !
>>> I've done a  test using the demo data and I've got it to work. Although
>>> I did enter an 'Activation Serial Number' (I just used 12345678)  I'm
>>> not sure that the activation serial number is used as part of activating
>>> the account.
>>> 
>>> For a Gift Card then you would need an activation number or a unique of
>>> code that you know (or the person with the gift card knows) so that they
>>> will be able to use it.
>>> 
>>> See below for the steps I followed for my test so you can have a go at
>>> replicating it.
>>> 
>>> 1. Login to ecommerce as DemoCustomer
>>> 2. Add  an Account Activation Product to the Shopping Cart (I chose $30
>>> as the amount for Account Activation – FA-001-30)
>>> 3. Do a Quick Checkout 
>>> 4. Enter the 'Activation Serial Number' (I used 12345678)
>>> 5. There is 'No Shipping' because we have a digital product
>>> 6. For Payment I chose 'Mail Check/Money Order'
>>> 7. Press 'Continue to Final Order Review' 
>>> 8. Press 'Submit Order'
>>> 9. The order is created (Note the Order Number – I got WSCO1)
>>> 10. Logout as DemoCustomer
>>> 
>>> 1. Login to Order Manager as admin 
>>> 2. Locate the order that has just been created in the 'Order Received
>>> List' and click on it
>>> 3. The Order details will be displayed. 
>>> 4. Click on the 'Receive Payment' in the 'Payment Information' box
>>> 5. Enter '30' in the box labelled 'Cash' and press 'Save'
>>> 6. The Order Details will be redisplayed and will show the payment as
>>> received. This will also automatically generate an invoice for the
>>> payment and create the Financial Account for DemoCustomer.
>>> 
>>> To view the the new Financial Account details as admin
>>> 1. Go to Accounting / Financial Account / Find Financial Account 
>>> 2. Press 'Find' for the default search options
>>> 3. The new Financial Account should be created with type 'Deposit
>>> Account' and it should be active. 
>>> 4. The Financial Account Name should be 'Customer Balance Account' and
>>> it will have a Fin Account Code but this is not related to the
>>> Activation Serial Number that you entered and I think this is randomly
>>> generated.
>>> 
>>> To view the new Financial Account details as DemoCustomer
>>> 1. Login as DemoCustomer in ecommerce
>>> 2. Click on the 'Profile' link
>>> 3. Scroll down to the bottom and you will see the Account details.
>>> 
>>> Now that the financial account has been created for DemoCustomer –
>>> during the checkout process a new option will be available for them to
>>> pay via this account.
>>> 
>>> The main point to note is that the Financial Account isnt created until
>>> the customer payment has been received and validated since it is a
>>> prepayment account and not a credit account. If it was a credit account
>>> (like a billing account) then the customer could buy products and have
>>> them shipped before they paid you any money. 
>>> 
>>> Whichever one you want to use will depend on your business processes.
>>> 
>>> Hope this helps.
>>> 
>>> Thanks
>>> Sharan
>>> 
>>> 
>>> Alexander1893 wrote:
 
 Hi Sharan,
 
 I already thought, that it should work like that... but actually no
 finAccount is created, when I buy the Activation Product... Probably
 that's because of the "serial" I have to enter when putting the product
 into the shopping cart - what has to be entered here?
 
 Thanks a lot!
 Alexander
 
 
 Sharan-F wrote:
> 
> Hi Alexander
> 
> When a customer buys the 'Financial Account Activation' pro

contactlist in the screen "profile" in the ecommerce screen

2010-01-07 Thread Info Olagos
Hello,

When i try to unsubscribe from a contactlist in the screen "profile" in the
ecommerce screen, i get the following error:


Error calling event: org.ofbiz.webapp.event.EventHandlerException: Found URL
parameter [contactListId] passed to secure (https) request-map with uri
[updateContactListParty] with an event that calls service
[updateContactListParty]; this is not allowed for security reasons! The data
should be encrypted by making it part of the request body (a form field)
instead of the request URL.

Moreover it would be kind if you could create a Jira sub-task of
https://issues.apache.org/jira/browse/OFBIZ-2330
(check before if a sub-task for this error does not exist).
If you are not sure how to create a Jira issue please have a look before at
http://docs.ofbiz.org/x/r.

Thank you in advance for your help.



Can anyone help me with a solution?



Thanks,

Heidi


Ecommerce in Ofbiz

2010-01-07 Thread kranthi reddy
Hi all,

I am a newbie to ofbiz. I am trying to integrate the ofbiz ecommerce for my
application. I am trying to go through the ecommerce application and trying
to use the paypal gateway.

I get an error when i say checkout. Is this because paypal hasn't been
integrated or I need to implement my own services to access the paypal stuff
?

If I am not clear, Can some one tell me as to how I can do a payment
transaction using Paypal in Ofbiz.

Thanks in advance,
kranthi


Re: iCalendar integration into workeffort

2010-01-07 Thread Christopher Snow

Hi Jacques,  I had tried with demo data, and on demo.ofbiz.org.

Many thanks,

Chris

Jacques Le Roux wrote:

Hi Chris,

I have no time right now, but I remember when Adrian implemented it, 
there were few examples and they shown correctly in RemiderFox. Did 
you try with the demo data?


Jacques

From: "Christopher Snow" 
When I use a calendar application (sunbird) to access my iCalendar 
and create an event, the event doesn't show in the ofbiz calendar.  
Looking though the ofbiz code, it looks as though the iCalendar 
implementation only stores data in WorkEffortIcalData. I was 
expecting to be able to see externally scheduled items appear in the 
ofbiz calendar and vice versa.


Have I understood this correctly?

Many thanks in advance,

Chris






Re: iCalendar integration into workeffort

2010-01-07 Thread Jacques Le Roux

Hi Chris,

I have no time right now, but I remember when Adrian implemented it, there were few examples and they shown correctly in RemiderFox. 
Did you try with the demo data?


Jacques

From: "Christopher Snow" 
When I use a calendar application (sunbird) to access my iCalendar and create an event, the event doesn't show in the ofbiz 
calendar.  Looking though the ofbiz code, it looks as though the iCalendar implementation only stores data in WorkEffortIcalData. 
I was expecting to be able to see externally scheduled items appear in the ofbiz calendar and vice versa.


Have I understood this correctly?

Many thanks in advance,

Chris






iCalendar integration into workeffort

2010-01-07 Thread Christopher Snow
When I use a calendar application (sunbird) to access my iCalendar and 
create an event, the event doesn't show in the ofbiz calendar.  Looking 
though the ofbiz code, it looks as though the iCalendar implementation 
only stores data in WorkEffortIcalData.  I was expecting to be able to 
see externally scheduled items appear in the ofbiz calendar and vice versa.


Have I understood this correctly?

Many thanks in advance,

Chris