how to find ofbiz revision number

2009-12-10 Thread vignesh sabapathi


Hi 

I would like to know how to find the revision number of ofbiz from the
directory which i have.

Please help me out

Thanks in advance
-- 
View this message in context: 
http://n4.nabble.com/how-to-find-ofbiz-revision-number-tp956762p956762.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: how to find ofbiz revision number

2009-12-10 Thread Amit Sharma

Hi Vignesh,

If you are using svn then just get the revision information by using 
*svn info*


Thanks and Regards
Amit Sharma
vignesh sabapathi wrote:
Hi 


I would like to know how to find the revision number of ofbiz from the
directory which i have.

Please help me out

Thanks in advance
  




Re: about using ofbiz as a platform

2009-12-10 Thread Christopher Snow
Hi Michael,

The problem with putting in the Party component is that it will throw up
errors due to dependencies on other components.  (Try it and see!)

It is likely that a new component will be required (i.e. developed) for
a standalone framework that has basic user account management functionality.

What party management functionality would you want to see in the
standalone framework?

Cheers,

Chris

Michael Xu (xudong) wrote:
 hi Christopher,

 That wiki page looks great. Thanks.

 Do we need to remain Party there as part of framework?

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


 On Mon, Dec 7, 2009 at 7:52 PM, Christopher Snow 
 sno...@snowconsulting.co.uk wrote:

   
 I've also started putting a page together on the steps for manually
 separating the core framework:


 http://cwiki.apache.org/confluence/display/OFBIZ/Ofbiz+as+a+development+framework

 The pages are just my documentation of the steps needed.  I still think its
 a good idea to have a page for collecting the requirements.



 Christopher Snow wrote:

 
 Sounds good to me!

 Bruno Busco wrote:

   
 Should we try to write a framework-only feature proposal page like
 the one Scott has writted for Saved Searches
 http://cwiki.apache.org/confluence/display/OFBIZ/Saved+Searches
 collecting all requirements from the mails?

 Having the path written could help volunteers to contribute in the
 right direction.

 -Bruno

 2009/12/4 Christopher Snow sno...@snowconsulting.co.uk:


 
 That makes a lot of sense - thanks again Scott!

 Scott Gray wrote:


   
 That risk is run by anybody who gets the ball rolling on any new
 proposal, be it a contributor, committer or PMC member.  Nobody is
 capable of pushing through substantial change without the approval of
 the community at large.

 The key for any amount of work is to collaborate with the community as
 much as possible, if something is large then just break it down and
 discuss each change piece by piece.  An approach such as this
 substantially reduces the risk that any work done will be wasted and
 generally improves the overall design.

 Regards
 Scott

 On 4/12/2009, at 7:27 PM, chris snow wrote:



 
 Hi Adrian,

 For a change that may be substantial, could this approach be quite
 risky
 that a lot of time could be spent developing something that may not be
 accepted?

 Many thanks,

 Chris


 Adrian Crum wrote:


   
 That is not how the open source community works. If anyone wants to
 see
 this move along, they need to make the desired changes to their local
 copy, create a patch, and submit it to Jira.

 As far as coordination is concerned, there is an umbrella Jira
 issue
 for this already. Just make new Jira issues sub-tasks of it.

 -Adrian

 Michael Xu (xudong) wrote:


 
 hi,

 Like Bruno mentioned, this topic has been discussed over many
 times. And
 it
 is time to take some actions. I really think one or more leaders
 should
 lead
 the process. Otherwise, the discussion might be around for a long
 long
 time.

 --
 Regards,
 Michael Xu (xudong)
 www.wizitsoft.com


 On Wed, Dec 2, 2009 at 7:41 PM, chris snow chsnow...@gmail.com
 wrote:



   
 Hi Bruno,

 I would like to help.  Are you coordinating efforts?

 Many thanks,

 Chris



 Bruno Busco wrote:


 
 Hi Michael,
 the framework isolation and a framework-only installation is
 definitely something the community as talken about many times. You
 will find several conversations searching the mailing list.

 We will have it sooner or later and any help you could provide on
 this
 topic will be much appreciated.

 -Bruno

 2009/11/24 Michael Xu (xudong) dong...@wizitsoft.com:


   
 hmm...I compared the article and the latest code from trunk. I
 don't
 think
 the diagram is consistent with codes.

 For example, from the diagram party doesn't depend on marketing;


 
 however,
   
 
 as
   
 I mentioned in previous email, party entity definition does use
 ContactListParty from marketing.

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


 On Tue, Nov 24, 2009 at 9:16 PM, Michael Xu (xudong)
 dong...@wizitsoft.comwrote:



 
 Just found an article about the dependency:



   
 http://docs.ofbiz.org/display/OFBADMIN/Component+and+Component+Set+Dependencies



 
 
   
   
 http://docs.ofbiz.org/display/OFBADMIN/Component+and+Component+Set+Dependencies



 
 From


   
 the component relationship diagram, it seems I have to include
 
 all
 components under framework 

Re: about using ofbiz as a platform

2009-12-10 Thread Michael Xu (xudong)
hi Chris,

Thanks.

For me, I need user, organization, role, permission functionalities from
party management. But I think you are right that maybe we need a more
elegant party management from framework perspective. Or maybe we even don't
need party in the framework. (Just like JIRA did. JIRA implemented its own
user/permission/role)

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


On Thu, Dec 10, 2009 at 4:21 PM, Christopher Snow 
sno...@snowconsulting.co.uk wrote:

 Hi Michael,

 The problem with putting in the Party component is that it will throw up
 errors due to dependencies on other components.  (Try it and see!)

 It is likely that a new component will be required (i.e. developed) for
 a standalone framework that has basic user account management
 functionality.

 What party management functionality would you want to see in the
 standalone framework?

 Cheers,

 Chris

 Michael Xu (xudong) wrote:
  hi Christopher,
 
  That wiki page looks great. Thanks.
 
  Do we need to remain Party there as part of framework?
 
  --
  Regards,
  Michael Xu (xudong)
  www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135
 0135
  9807 | Fax: (8610) 62670096
 
 
  On Mon, Dec 7, 2009 at 7:52 PM, Christopher Snow 
  sno...@snowconsulting.co.uk wrote:
 
 
  I've also started putting a page together on the steps for manually
  separating the core framework:
 
 
 
 http://cwiki.apache.org/confluence/display/OFBIZ/Ofbiz+as+a+development+framework
 
  The pages are just my documentation of the steps needed.  I still think
 its
  a good idea to have a page for collecting the requirements.
 
 
 
  Christopher Snow wrote:
 
 
  Sounds good to me!
 
  Bruno Busco wrote:
 
 
  Should we try to write a framework-only feature proposal page like
  the one Scott has writted for Saved Searches
  http://cwiki.apache.org/confluence/display/OFBIZ/Saved+Searches
  collecting all requirements from the mails?
 
  Having the path written could help volunteers to contribute in the
  right direction.
 
  -Bruno
 
  2009/12/4 Christopher Snow sno...@snowconsulting.co.uk:
 
 
 
  That makes a lot of sense - thanks again Scott!
 
  Scott Gray wrote:
 
 
 
  That risk is run by anybody who gets the ball rolling on any new
  proposal, be it a contributor, committer or PMC member.  Nobody is
  capable of pushing through substantial change without the approval
 of
  the community at large.
 
  The key for any amount of work is to collaborate with the community
 as
  much as possible, if something is large then just break it down and
  discuss each change piece by piece.  An approach such as this
  substantially reduces the risk that any work done will be wasted and
  generally improves the overall design.
 
  Regards
  Scott
 
  On 4/12/2009, at 7:27 PM, chris snow wrote:
 
 
 
 
  Hi Adrian,
 
  For a change that may be substantial, could this approach be quite
  risky
  that a lot of time could be spent developing something that may not
 be
  accepted?
 
  Many thanks,
 
  Chris
 
 
  Adrian Crum wrote:
 
 
 
  That is not how the open source community works. If anyone wants
 to
  see
  this move along, they need to make the desired changes to their
 local
  copy, create a patch, and submit it to Jira.
 
  As far as coordination is concerned, there is an umbrella Jira
  issue
  for this already. Just make new Jira issues sub-tasks of it.
 
  -Adrian
 
  Michael Xu (xudong) wrote:
 
 
 
  hi,
 
  Like Bruno mentioned, this topic has been discussed over many
  times. And
  it
  is time to take some actions. I really think one or more leaders
  should
  lead
  the process. Otherwise, the discussion might be around for a long
  long
  time.
 
  --
  Regards,
  Michael Xu (xudong)
  www.wizitsoft.com
 
 
  On Wed, Dec 2, 2009 at 7:41 PM, chris snow chsnow...@gmail.com
  wrote:
 
 
 
 
  Hi Bruno,
 
  I would like to help.  Are you coordinating efforts?
 
  Many thanks,
 
  Chris
 
 
 
  Bruno Busco wrote:
 
 
 
  Hi Michael,
  the framework isolation and a framework-only installation is
  definitely something the community as talken about many times.
 You
  will find several conversations searching the mailing list.
 
  We will have it sooner or later and any help you could provide
 on
  this
  topic will be much appreciated.
 
  -Bruno
 
  2009/11/24 Michael Xu (xudong) dong...@wizitsoft.com:
 
 
 
  hmm...I compared the article and the latest code from trunk. I
  don't
  think
  the diagram is consistent with codes.
 
  For example, from the diagram party doesn't depend on
 marketing;
 
 
 
  however,
 
 
  as
 
  I mentioned in previous email, party entity definition does
 use
  ContactListParty from marketing.
 
  --
  Regards,
  Michael Xu (xudong)
  www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 |
 Mobile:
  (86)
  135
  0135
  9807 | Fax: (8610) 62670096
 
 
  On Tue, Nov 24, 2009 at 9:16 PM, Michael Xu (xudong)
  

Re: about using ofbiz as a platform

2009-12-10 Thread Jacopo Cappellato
You are right Christopher.
We will have to migrate (and integrate) the user interface for SecurityGroups 
and User Login management from the Party to a framework component: this could 
be a new one, the webtools (I like the idea of having them in the webtools), a 
new webapp under security etc...
I am sure that Adrian started this effort and put his code in Jira.

Jacopo

On Dec 10, 2009, at 9:21 AM, Christopher Snow wrote:

 Hi Michael,
 
 The problem with putting in the Party component is that it will throw up
 errors due to dependencies on other components.  (Try it and see!)
 
 It is likely that a new component will be required (i.e. developed) for
 a standalone framework that has basic user account management functionality.
 
 What party management functionality would you want to see in the
 standalone framework?
 
 Cheers,
 
 Chris
 
 Michael Xu (xudong) wrote:
 hi Christopher,
 
 That wiki page looks great. Thanks.
 
 Do we need to remain Party there as part of framework?
 
 --
 Regards,
 Michael Xu (xudong)
 www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135
 9807 | Fax: (8610) 62670096
 
 
 On Mon, Dec 7, 2009 at 7:52 PM, Christopher Snow 
 sno...@snowconsulting.co.uk wrote:
 
 
 I've also started putting a page together on the steps for manually
 separating the core framework:
 
 
 http://cwiki.apache.org/confluence/display/OFBIZ/Ofbiz+as+a+development+framework
 
 The pages are just my documentation of the steps needed.  I still think its
 a good idea to have a page for collecting the requirements.
 
 
 
 Christopher Snow wrote:
 
 
 Sounds good to me!
 
 Bruno Busco wrote:
 
 
 Should we try to write a framework-only feature proposal page like
 the one Scott has writted for Saved Searches
 http://cwiki.apache.org/confluence/display/OFBIZ/Saved+Searches
 collecting all requirements from the mails?
 
 Having the path written could help volunteers to contribute in the
 right direction.
 
 -Bruno
 
 2009/12/4 Christopher Snow sno...@snowconsulting.co.uk:
 
 
 
 That makes a lot of sense - thanks again Scott!
 
 Scott Gray wrote:
 
 
 
 That risk is run by anybody who gets the ball rolling on any new
 proposal, be it a contributor, committer or PMC member.  Nobody is
 capable of pushing through substantial change without the approval of
 the community at large.
 
 The key for any amount of work is to collaborate with the community as
 much as possible, if something is large then just break it down and
 discuss each change piece by piece.  An approach such as this
 substantially reduces the risk that any work done will be wasted and
 generally improves the overall design.
 
 Regards
 Scott
 
 On 4/12/2009, at 7:27 PM, chris snow wrote:
 
 
 
 
 Hi Adrian,
 
 For a change that may be substantial, could this approach be quite
 risky
 that a lot of time could be spent developing something that may not be
 accepted?
 
 Many thanks,
 
 Chris
 
 
 Adrian Crum wrote:
 
 
 
 That is not how the open source community works. If anyone wants to
 see
 this move along, they need to make the desired changes to their local
 copy, create a patch, and submit it to Jira.
 
 As far as coordination is concerned, there is an umbrella Jira
 issue
 for this already. Just make new Jira issues sub-tasks of it.
 
 -Adrian
 
 Michael Xu (xudong) wrote:
 
 
 
 hi,
 
 Like Bruno mentioned, this topic has been discussed over many
 times. And
 it
 is time to take some actions. I really think one or more leaders
 should
 lead
 the process. Otherwise, the discussion might be around for a long
 long
 time.
 
 --
 Regards,
 Michael Xu (xudong)
 www.wizitsoft.com
 
 
 On Wed, Dec 2, 2009 at 7:41 PM, chris snow chsnow...@gmail.com
 wrote:
 
 
 
 
 Hi Bruno,
 
 I would like to help.  Are you coordinating efforts?
 
 Many thanks,
 
 Chris
 
 
 
 Bruno Busco wrote:
 
 
 
 Hi Michael,
 the framework isolation and a framework-only installation is
 definitely something the community as talken about many times. You
 will find several conversations searching the mailing list.
 
 We will have it sooner or later and any help you could provide on
 this
 topic will be much appreciated.
 
 -Bruno
 
 2009/11/24 Michael Xu (xudong) dong...@wizitsoft.com:
 
 
 
 hmm...I compared the article and the latest code from trunk. I
 don't
 think
 the diagram is consistent with codes.
 
 For example, from the diagram party doesn't depend on marketing;
 
 
 
 however,
 
 
 as
 
 I mentioned in previous email, party entity definition does use
 ContactListParty from marketing.
 
 --
 Regards,
 Michael Xu (xudong)
 www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile:
 (86)
 135
 0135
 9807 | Fax: (8610) 62670096
 
 
 On Tue, Nov 24, 2009 at 9:16 PM, Michael Xu (xudong)
 dong...@wizitsoft.comwrote:
 
 
 
 
 Just found an article about the dependency:
 
 
 
 
 http://docs.ofbiz.org/display/OFBADMIN/Component+and+Component+Set+Dependencies
 
 
 
 
 
 
 
 

Re: about using ofbiz as a platform

2009-12-10 Thread Christopher Snow
Hi Jacopo,

I was originally thinking about putting this stuff in the webtools until
I thought that user account management may be done by a user that is not
a system administrator (e.g. helpdesk level one support).  Webtools
seems to be more system administration type stuff.

What are the pros and cons of using a separate component versus using
webtools for this functionality?

Many thanks,

Chris

Jacopo Cappellato wrote:
 You are right Christopher.
 We will have to migrate (and integrate) the user interface for SecurityGroups 
 and User Login management from the Party to a framework component: this could 
 be a new one, the webtools (I like the idea of having them in the webtools), 
 a new webapp under security etc...
 I am sure that Adrian started this effort and put his code in Jira.

 Jacopo

 On Dec 10, 2009, at 9:21 AM, Christopher Snow wrote:

   
 Hi Michael,

 The problem with putting in the Party component is that it will throw up
 errors due to dependencies on other components.  (Try it and see!)

 It is likely that a new component will be required (i.e. developed) for
 a standalone framework that has basic user account management functionality.

 What party management functionality would you want to see in the
 standalone framework?

 Cheers,

 Chris

 



Re: how to find ofbiz revision number

2009-12-10 Thread Jacques Le Roux

Simpler is svnversion

Jacques
()  ascii ribbon campaign against HTML e-mail
/\  www.asciiribbon.org


From: Amit Sharma amit.sha...@hotwaxmedia.com

Hi Vignesh,

If you are using svn then just get the revision information by using 
*svn info*


Thanks and Regards
Amit Sharma
vignesh sabapathi wrote:
Hi 


I would like to know how to find the revision number of ofbiz from the
directory which i have.

Please help me out

Thanks in advance
  






Re: about using ofbiz as a platform

2009-12-10 Thread Christopher Snow
Hi Michael,

Does the framework just need user account and permission management? or,
does it need party/organisation management too?

Perhaps even using an external framework like ldap would be better for
managing the organisational structures, user accounts and permissions?

Cheers,

Chris

Michael Xu (xudong) wrote:
 hi Chris,

 Thanks.

 For me, I need user, organization, role, permission functionalities from
 party management. But I think you are right that maybe we need a more
 elegant party management from framework perspective. Or maybe we even don't
 need party in the framework. (Just like JIRA did. JIRA implemented its own
 user/permission/role)

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


 On Thu, Dec 10, 2009 at 4:21 PM, Christopher Snow 
 sno...@snowconsulting.co.uk wrote:

   
 Hi Michael,

 The problem with putting in the Party component is that it will throw up
 errors due to dependencies on other components.  (Try it and see!)

 It is likely that a new component will be required (i.e. developed) for
 a standalone framework that has basic user account management
 functionality.

 What party management functionality would you want to see in the
 standalone framework?

 Cheers,

 Chris
 


Re: multi currency

2009-12-10 Thread Jacques Le Roux
You may have products with proces in any currency you want. But you need one store for each currency. The rest of the workflow will 
follow, not sure how the accouting deal with that though...


Jacques
()  ascii ribbon campaign against HTML e-mail
/\  www.asciiribbon.org

From: apukonti...@hushmail.com

Hi,

If anyone can help me with these questions, I would be grateful:
Is Ofbiz multi currency?

If I have defined two currency, can I have accounts in two
currencies?
Purchases, sales, inventory transacctions, etc. are stored in its
original currency?

thanks.






Re: about using ofbiz as a platform

2009-12-10 Thread Michael Xu (xudong)
hi Chris,

I think account and permission management are enough for framework and
party/organization probably should not be in the scope of framework.

Using LDAP is definitely a good idea. But I think that should be only a
option, because not all customers have LDAP.

--
Regards,
Michael Xu (xudong)


On Thu, Dec 10, 2009 at 4:53 PM, Christopher Snow 
sno...@snowconsulting.co.uk wrote:

 Hi Michael,

 Does the framework just need user account and permission management? or,
 does it need party/organisation management too?

 Perhaps even using an external framework like ldap would be better for
 managing the organisational structures, user accounts and permissions?

 Cheers,

 Chris

 Michael Xu (xudong) wrote:
  hi Chris,
 
  Thanks.
 
  For me, I need user, organization, role, permission functionalities from
  party management. But I think you are right that maybe we need a more
  elegant party management from framework perspective. Or maybe we even
 don't
  need party in the framework. (Just like JIRA did. JIRA implemented its
 own
  user/permission/role)
 
  --
  Regards,
  Michael Xu (xudong)
  www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135
 0135
  9807 | Fax: (8610) 62670096
 
 
  On Thu, Dec 10, 2009 at 4:21 PM, Christopher Snow 
  sno...@snowconsulting.co.uk wrote:
 
 
  Hi Michael,
 
  The problem with putting in the Party component is that it will throw up
  errors due to dependencies on other components.  (Try it and see!)
 
  It is likely that a new component will be required (i.e. developed) for
  a standalone framework that has basic user account management
  functionality.
 
  What party management functionality would you want to see in the
  standalone framework?
 
  Cheers,
 
  Chris
 



Re: about using ofbiz as a platform

2009-12-10 Thread Michael Xu (xudong)
hi Chris,

Not sure what kind of help you need for next step. I would love to help if I
can.

--
Regards,
Michael Xu (xudong)
www.wizitsoft.com


On Thu, Dec 10, 2009 at 5:47 PM, Michael Xu (xudong)
dong...@wizitsoft.comwrote:

 hi Chris,

 I think account and permission management are enough for framework and
 party/organization probably should not be in the scope of framework.

 Using LDAP is definitely a good idea. But I think that should be only a
 option, because not all customers have LDAP.

 --
 Regards,
 Michael Xu (xudong)



 On Thu, Dec 10, 2009 at 4:53 PM, Christopher Snow 
 sno...@snowconsulting.co.uk wrote:

 Hi Michael,

 Does the framework just need user account and permission management? or,
 does it need party/organisation management too?

 Perhaps even using an external framework like ldap would be better for
 managing the organisational structures, user accounts and permissions?

 Cheers,

 Chris

 Michael Xu (xudong) wrote:
  hi Chris,
 
  Thanks.
 
  For me, I need user, organization, role, permission functionalities from
  party management. But I think you are right that maybe we need a more
  elegant party management from framework perspective. Or maybe we even
 don't
  need party in the framework. (Just like JIRA did. JIRA implemented its
 own
  user/permission/role)
 
  --
  Regards,
  Michael Xu (xudong)
  www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135
 0135
  9807 | Fax: (8610) 62670096
 
 
  On Thu, Dec 10, 2009 at 4:21 PM, Christopher Snow 
  sno...@snowconsulting.co.uk wrote:
 
 
  Hi Michael,
 
  The problem with putting in the Party component is that it will throw
 up
  errors due to dependencies on other components.  (Try it and see!)
 
  It is likely that a new component will be required (i.e. developed) for
  a standalone framework that has basic user account management
  functionality.
 
  What party management functionality would you want to see in the
  standalone framework?
 
  Cheers,
 
  Chris
 





Re: about using ofbiz as a platform

2009-12-10 Thread Jacopo Cappellato

On Dec 10, 2009, at 9:53 AM, Christopher Snow wrote:

 Hi Michael,
 
 Does the framework just need user account and permission management? or,
 does it need party/organisation management too?

The framework just needs user/security; parties, persons and organizations 
cannot be referenced by the framework level components.

Jacopo


 
 Perhaps even using an external framework like ldap would be better for
 managing the organisational structures, user accounts and permissions?
 
 Cheers,
 
 Chris
 
 Michael Xu (xudong) wrote:
 hi Chris,
 
 Thanks.
 
 For me, I need user, organization, role, permission functionalities from
 party management. But I think you are right that maybe we need a more
 elegant party management from framework perspective. Or maybe we even don't
 need party in the framework. (Just like JIRA did. JIRA implemented its own
 user/permission/role)
 
 --
 Regards,
 Michael Xu (xudong)
 www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135
 9807 | Fax: (8610) 62670096
 
 
 On Thu, Dec 10, 2009 at 4:21 PM, Christopher Snow 
 sno...@snowconsulting.co.uk wrote:
 
 
 Hi Michael,
 
 The problem with putting in the Party component is that it will throw up
 errors due to dependencies on other components.  (Try it and see!)
 
 It is likely that a new component will be required (i.e. developed) for
 a standalone framework that has basic user account management
 functionality.
 
 What party management functionality would you want to see in the
 standalone framework?
 
 Cheers,
 
 Chris
 



Re: about using ofbiz as a platform

2009-12-10 Thread Christopher Snow
Hi Michael,

We need to:

- decide whether to create a new component for managing accounts and
permissions or use webtools.
- decide on what content should go into these screens.

As mentioned by Jacopo, some of this may have already been done by Adrian:

https://issues.apache.org/jira/browse/OFBIZ-1868

Cheers,

Chris


Michael Xu (xudong) wrote:
 hi Chris,

 Not sure what kind of help you need for next step. I would love to help if I
 can.

 --
 Regards,
 Michael Xu (xudong)
 www.wizitsoft.com


 On Thu, Dec 10, 2009 at 5:47 PM, Michael Xu (xudong)
 dong...@wizitsoft.comwrote:

   
 hi Chris,

 I think account and permission management are enough for framework and
 party/organization probably should not be in the scope of framework.

 Using LDAP is definitely a good idea. But I think that should be only a
 option, because not all customers have LDAP.

 --
 Regards,
 Michael Xu (xudong)


Re: about using ofbiz as a platform

2009-12-10 Thread Jacopo Cappellato
Hi Christopher,

On Dec 10, 2009, at 9:43 AM, Christopher Snow wrote:

 Hi Jacopo,
 
 I was originally thinking about putting this stuff in the webtools until
 I thought that user account management may be done by a user that is not
 a system administrator (e.g. helpdesk level one support).  Webtools
 seems to be more system administration type stuff.
 

The webtools could provide basic interface for user management for 
administrators; this doesn't preclude other components from implementing custom 
and process oriented screens for user management (like the helpdesk component 
you mention); in fact this is already happening in the ecommerce and party 
components (and should not change); however helpdesk etc.. will need much more 
than users and roles; they will probably need persons, parties etc... 


 What are the pros and cons of using a separate component versus using
 webtools for this functionality?
 

This is not a big deal, we can do both ways. But instead of a new component we 
should consider adding a new webapp to an existing one (it could be the 
security one).

Jacopo

 Many thanks,
 
 Chris
 
 Jacopo Cappellato wrote:
 You are right Christopher.
 We will have to migrate (and integrate) the user interface for 
 SecurityGroups and User Login management from the Party to a framework 
 component: this could be a new one, the webtools (I like the idea of having 
 them in the webtools), a new webapp under security etc...
 I am sure that Adrian started this effort and put his code in Jira.
 
 Jacopo
 
 On Dec 10, 2009, at 9:21 AM, Christopher Snow wrote:
 
 
 Hi Michael,
 
 The problem with putting in the Party component is that it will throw up
 errors due to dependencies on other components.  (Try it and see!)
 
 It is likely that a new component will be required (i.e. developed) for
 a standalone framework that has basic user account management functionality.
 
 What party management functionality would you want to see in the
 standalone framework?
 
 Cheers,
 
 Chris
 
 
 



Re: about using ofbiz as a platform

2009-12-10 Thread Jacques Le Roux

Hi Michael, Chris

As Scott said, I also wonder if Adrian did not begin something more open (Atlassian Crowd, etc.). I'd wait his answer because I 
found only this https://issues.apache.org/jira/browse/OFBIZ-811 related to specialpurpose/ldap


Jacques
()  ascii ribbon campaign against HTML e-mail
/\  www.asciiribbon.org


From: Christopher Snow sno...@snowconsulting.co.uk

Hi Michael,

Does the framework just need user account and permission management? or,
does it need party/organisation management too?

Perhaps even using an external framework like ldap would be better for
managing the organisational structures, user accounts and permissions?

Cheers,

Chris

Michael Xu (xudong) wrote:

hi Chris,

Thanks.

For me, I need user, organization, role, permission functionalities from
party management. But I think you are right that maybe we need a more
elegant party management from framework perspective. Or maybe we even don't
need party in the framework. (Just like JIRA did. JIRA implemented its own
user/permission/role)

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


On Thu, Dec 10, 2009 at 4:21 PM, Christopher Snow 
sno...@snowconsulting.co.uk wrote:



Hi Michael,

The problem with putting in the Party component is that it will throw up
errors due to dependencies on other components.  (Try it and see!)

It is likely that a new component will be required (i.e. developed) for
a standalone framework that has basic user account management
functionality.

What party management functionality would you want to see in the
standalone framework?

Cheers,

Chris








Re: about using ofbiz as a platform

2009-12-10 Thread Michael Xu (xudong)
I agree with Jacopo. Basically each ofbiz component can define its own admin
stuff (like user management in security). In terms of how to show those
stuff, that should be left to framework users. Maybe some users prefer to
aggregate all admin stuff from different components into webtools or
MyPortals. Maybe some users prefer to put admin stuff in each component.

Just an idea: If webtools is the central place for administration, can we
implement it like MyPortal that webtools can automatically load admin stuff
from different components?

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


On Thu, Dec 10, 2009 at 6:03 PM, Jacopo Cappellato 
jacopo.cappell...@hotwaxmedia.com wrote:

 Hi Christopher,

 On Dec 10, 2009, at 9:43 AM, Christopher Snow wrote:

  Hi Jacopo,
 
  I was originally thinking about putting this stuff in the webtools until
  I thought that user account management may be done by a user that is not
  a system administrator (e.g. helpdesk level one support).  Webtools
  seems to be more system administration type stuff.
 

 The webtools could provide basic interface for user management for
 administrators; this doesn't preclude other components from implementing
 custom and process oriented screens for user management (like the helpdesk
 component you mention); in fact this is already happening in the ecommerce
 and party components (and should not change); however helpdesk etc.. will
 need much more than users and roles; they will probably need persons,
 parties etc...


  What are the pros and cons of using a separate component versus using
  webtools for this functionality?
 

 This is not a big deal, we can do both ways. But instead of a new component
 we should consider adding a new webapp to an existing one (it could be the
 security one).

 Jacopo

  Many thanks,
 
  Chris
 
  Jacopo Cappellato wrote:
  You are right Christopher.
  We will have to migrate (and integrate) the user interface for
 SecurityGroups and User Login management from the Party to a framework
 component: this could be a new one, the webtools (I like the idea of having
 them in the webtools), a new webapp under security etc...
  I am sure that Adrian started this effort and put his code in Jira.
 
  Jacopo
 
  On Dec 10, 2009, at 9:21 AM, Christopher Snow wrote:
 
 
  Hi Michael,
 
  The problem with putting in the Party component is that it will throw
 up
  errors due to dependencies on other components.  (Try it and see!)
 
  It is likely that a new component will be required (i.e. developed) for
  a standalone framework that has basic user account management
 functionality.
 
  What party management functionality would you want to see in the
  standalone framework?
 
  Cheers,
 
  Chris
 
 
 




Re: how to find ofbiz revision number

2009-12-10 Thread vignesh sabapathi

Hi Rishi

I am not using svn 

svn info gives 
svn command not found in my terminal.. Please tel me is ther any other ways
to chk it.

Thanks


Rishi Solanki wrote:
 
 Use 'svn info' from console will give you the revision and other info.
 
 Rishi Solanki
 Enterprise Software Developer
 HotWax Media Pvt. Ltd.
 
 
 On Thu, Dec 10, 2009 at 1:39 PM, vignesh sabapathi 
 vignesh.sabapa...@tcs.com wrote:
 


 Hi

 I would like to know how to find the revision number of ofbiz from the
 directory which i have.

 Please help me out

 Thanks in advance
 --
 View this message in context:
 http://n4.nabble.com/how-to-find-ofbiz-revision-number-tp956762p956762.html
 Sent from the OFBiz - User mailing list archive at Nabble.com.

 
 

-- 
View this message in context: 
http://n4.nabble.com/how-to-find-ofbiz-revision-number-tp956762p956864.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: how to find ofbiz revision number

2009-12-10 Thread Christopher Snow
Have a look in OFBIZ_HOME/.svn/entries

I think the version is around line 4 under the dir entry,  e.g.

10

dir
830454
http://svn.apache.org/repos/asf/ofbiz/trunk
http://svn.apache.org/repos/asf
...

My version is 830454

Cheers,

Chris


vignesh sabapathi wrote:
 Hi Rishi

 I am not using svn 

 svn info gives 
 svn command not found in my terminal.. Please tel me is ther any other ways
 to chk it.

 Thanks


 Rishi Solanki wrote:
   
 Use 'svn info' from console will give you the revision and other info.

 Rishi Solanki
 Enterprise Software Developer
 HotWax Media Pvt. Ltd.


 On Thu, Dec 10, 2009 at 1:39 PM, vignesh sabapathi 
 vignesh.sabapa...@tcs.com wrote:

 
 Hi

 I would like to know how to find the revision number of ofbiz from the
 directory which i have.

 Please help me out

 Thanks in advance
 --
 View this message in context:
 http://n4.nabble.com/how-to-find-ofbiz-revision-number-tp956762p956762.html
 Sent from the OFBiz - User mailing list archive at Nabble.com.

   
 

   


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

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



Re: questions about inventory transformation

2009-12-10 Thread Jaya Melon
thanks guy

not sure but will try first.

another question,
I am looking for a screen to see all the recap of the inventory movements,
regardless facility they are in.
is there already a screen for that? or should I make it by myself?

best regards,
Johnson Chandra


Re: FAQ: Setting Payment Gateway Config to PCCharge

2009-12-10 Thread Mauricio Tavares

Abdullah Shaikh wrote:

Hey I just had a quick look at the seed data files, but couldn't find seed
data related to PCCharge.

How it happens is, for every payment gateway implemented in ofbiz there is
seed data, and when you install it, there in payment gateway settings you
find the config and then configure the transaction types for that gateway.

But in the case of PCChange, I am not sure, but I guess there is no seed
data and that's the reason for PCCharge not appearing in the drop down.

	Thanks for letting me know; I do not feel I am losing my mind any 
longer (at least not more than the usual). That said, can we create seed 
data for pccharge?  If so, how?



- Abdullah

On Thu, Dec 10, 2009 at 4:36 AM, Mauricio Tavares raubvo...@gmail.comwrote:


Elaborating on what I said, currently the only Payment Gateway Config
Types available are

Authorize.net
clear commerce
cybersource
orbital
paypal
payflow
rbs worldpay
sagepay

If I just run ./ant run-install-seed, it will not add pccharge. What
am I missing here? I kinda expected some file where I would define
which processing institutions I want to be enabled and then let
run-install-seed find the said file and then create the appropriate
files. But, I do feel I am missing an important step here.

On Wed, Dec 9, 2009 at 2:03 PM, Mauricio Tavares raubvo...@gmail.com
wrote:

On Wed, Dec 9, 2009 at 10:34 AM, Abdullah Shaikh
abdullah.sha...@viithiisys.com wrote:

No, you need to run the run-install-seed ant target from the build.xml

file

that is there in ofbiz folder, this will install seed data required.

If incase you want to have a look at seed data for accounting component,
look into ofbiz/applications/accounting/data folder

- Abdullah


 I hate to say this but I am still confused. I am using the demo
data and modifying it through the ofbiz modules/applications as needed
(and as I find things out). But, I am not seeing where you configure
the list of available payment institutions you are going to use and
then seed it. So, how do you setup the seed data for accounting
component?


On Wed, Dec 9, 2009 at 8:48 PM, Mauricio Tavares raubvo...@gmail.com

wrote:

On Wed, Dec 9, 2009 at 9:30 AM, Abdullah Shaikh
abdullah.sha...@viithiisys.com wrote:

Have you setup the seed data for accounting component, the seed data

will

setup the seed data for payment gateway and then it should be

available

in

drop down.


   By seed data, do you mean configuring the account for pccharge
in applications/accounting/config/payment.properties and restarting?


- Abdullah

On Wed, Dec 9, 2009 at 7:50 PM, Mauricio Tavares 

raubvo...@gmail.com

wrote:


Newbie question: I am trying to setup OFBiz for the first time
(downloaded the trunk-2009-12-07-v887873 version a few days ago).

For

this test, I need to set it up to use PCCharge as the payment
institution. So, I went to the Product Store Payment Settings (using
the demo e-commerce store) and tried to select PPCharge from the
Setting Payment Gateway Config menu (as the Payment Authorization
Service). But, it is not there. Is there a place I need to set it up
first?







Re: Product Status?

2009-12-10 Thread sam
Hi David, 

Thanks for the reply, I spotted the product discontinue flag now you explained 
it and thats a great help. 

I had a look round the demo install but could not see an example of a product 
categorised in both view and purchase - did I miss the right product? Do you 
mean by this that there are two identical category structures one for viewing 
only (a way of recording the correct location of the product) and the other is 
if the product should say active on a website ready for sale. Then if there is 
a problem with the product then it can be removed from the sale category and 
its no longer on the website?

If thats the way to disable products then I suppose after a period of time 
quite a few would end up in view only categories and a method would be needed 
to find and list out these products? Something like products not discountinued, 
with stock in view cateogory only - excuse the ramble just thinking aloud. 

Many thanks!
Sam

-Original Message-
From: David E Jones d...@me.com
Sent: Thursday, 10 December, 2009 14:38
To: user@ofbiz.apache.org
Subject: Re: Product Status?


Sam,

The general idea with OFBiz is that a Product may be in various stores, and may 
be active or not in each store.

This is usually done by having a catalog associated with the store, and then 
view and purchase allow categories (or often the same category for both) 
associated with each catalog. Then basically the product is active as long as 
the product is in that category, within the from/thru dates configured.

In addition to these there is a flag on the Product entity to discontinue when 
inventory is out, which is intended for use as you describe (ie for products to 
no longer carry).

-David


On Dec 9, 2009, at 11:17 PM, Sam Hamilton wrote:

 Hi Guys,
 
 I am trying to get my head around product status in OFBiz and its probably 
 because I dont understand the logic behind OFBiz enough that I am not getting 
 it so your help would be most gratefully received!
 
 I am used to ecommerce systems where a product is in the simplest terms 
 either active or disabled and this controls if the product is on the 
 website or not. Sometimes in the past we have expanded this function to 
 include a status like clearing stock to show everyone not to reorder a 
 product because we are about to discontinue it. What I dont understand is how 
 to achieve the same from within OFBiz as it does not seem to have a master 
 product status.
 
 I did find that a specific inventory item has a status id for on hold or 
 defective but this wouldn't stop a new requirement being generated in the 
 system would it?
 
 Thanks for the help
 Sam





Re: questions about inventory transformation

2009-12-10 Thread Sam Hamilton
Hi Johnson, 

When you say inventory movements do you mean between two facilities such like 
an inventory transfer of stock? If you are then as far as I know you can only 
see it per facility. This link will get you started - 
https://localhost:8443/facility/control/FindFacilityTransfers?facilityId=WebStoreWarehouse

Sam

-Original Message-
From: Jaya Melon melonj...@gmail.com
Sent: Thursday, 10 December, 2009 19:30
To: user user@ofbiz.apache.org
Subject: Re: questions about inventory transformation

thanks guy

not sure but will try first.

another question,
I am looking for a screen to see all the recap of the inventory movements,
regardless facility they are in.
is there already a screen for that? or should I make it by myself?

best regards,
Johnson Chandra




Re: FAQ: Setting Payment Gateway Config to PCCharge

2009-12-10 Thread Abdullah Shaikh
Yes you can create seed data and install it using ant run-install-seed, but
again make sure if PCCharge data is there or not, I am not sure about it and
also no idea about how PCCharge works.

Below is the way used to create seed for payment gateway in general, incase
you start with seeding data creation for PCCharge

You need to look at the entities (database tables) being used by PCCharge,
you can use webtools for this.

Below is an example of already existing seed data for your reference,

1) PaymentGatewayConfigType paymentGatewayConfigTypeId=SAGEPAY
hasTable=N description=SagePay Payment   Gateway/

Here SAGEPAY can be PCCHARGE

2) PaymentGatewayConfig paymentGatewayConfigId=SAGEPAY_CONFIG
paymentGatewayConfigTypeId=SAGEPAY description=SagePay Config/

Here SAGEPAY_CONFIG can be PCCHARGE_CONFIG and update the
paymentGatewayConfigTypeId to PCCHARGE from step 1.

3) PaymentGatewaySagePay paymentGatewayConfigId=SAGEPAY_CONFIG
vendor=YOUR_VENDOR_NAME /

Here PaymentGatewaySagePay should be replace by the name of the entity
used for PCCharge which you need to find out easily using webtools or
looking at the code, apart from this you also need to assign values to the
fields, as done above, for e.g. productionHost=https://live.sagepay.com:443


I have removed all the attributes (fields) leaving just 2 from the step 3
above.

That's all you need to have seed data for PCCharge ..

HTH

- Abdullah

On Thu, Dec 10, 2009 at 6:47 PM, Mauricio Tavares raubvo...@gmail.comwrote:

 Abdullah Shaikh wrote:

 Hey I just had a quick look at the seed data files, but couldn't find seed
 data related to PCCharge.

 How it happens is, for every payment gateway implemented in ofbiz there is
 seed data, and when you install it, there in payment gateway settings you
 find the config and then configure the transaction types for that gateway.

 But in the case of PCChange, I am not sure, but I guess there is no seed
 data and that's the reason for PCCharge not appearing in the drop down.

 Thanks for letting me know; I do not feel I am losing my mind any
 longer (at least not more than the usual). That said, can we create seed
 data for pccharge?  If so, how?


  - Abdullah

 On Thu, Dec 10, 2009 at 4:36 AM, Mauricio Tavares raubvo...@gmail.com
 wrote:

  Elaborating on what I said, currently the only Payment Gateway Config
 Types available are

 Authorize.net
 clear commerce
 cybersource
 orbital
 paypal
 payflow
 rbs worldpay
 sagepay

 If I just run ./ant run-install-seed, it will not add pccharge. What
 am I missing here? I kinda expected some file where I would define
 which processing institutions I want to be enabled and then let
 run-install-seed find the said file and then create the appropriate
 files. But, I do feel I am missing an important step here.

 On Wed, Dec 9, 2009 at 2:03 PM, Mauricio Tavares raubvo...@gmail.com
 wrote:

 On Wed, Dec 9, 2009 at 10:34 AM, Abdullah Shaikh
 abdullah.sha...@viithiisys.com wrote:

 No, you need to run the run-install-seed ant target from the build.xml

 file

 that is there in ofbiz folder, this will install seed data required.

 If incase you want to have a look at seed data for accounting
 component,
 look into ofbiz/applications/accounting/data folder

 - Abdullah

  I hate to say this but I am still confused. I am using the demo
 data and modifying it through the ofbiz modules/applications as needed
 (and as I find things out). But, I am not seeing where you configure
 the list of available payment institutions you are going to use and
 then seed it. So, how do you setup the seed data for accounting
 component?

  On Wed, Dec 9, 2009 at 8:48 PM, Mauricio Tavares raubvo...@gmail.com

 wrote:

 On Wed, Dec 9, 2009 at 9:30 AM, Abdullah Shaikh
 abdullah.sha...@viithiisys.com wrote:

 Have you setup the seed data for accounting component, the seed data

 will

  setup the seed data for payment gateway and then it should be

 available

  in

 drop down.

By seed data, do you mean configuring the account for pccharge
 in applications/accounting/config/payment.properties and restarting?

  - Abdullah

 On Wed, Dec 9, 2009 at 7:50 PM, Mauricio Tavares 

 raubvo...@gmail.com

  wrote:

  Newbie question: I am trying to setup OFBiz for the first time
 (downloaded the trunk-2009-12-07-v887873 version a few days ago).

 For

  this test, I need to set it up to use PCCharge as the payment
 institution. So, I went to the Product Store Payment Settings (using
 the demo e-commerce store) and tried to select PPCharge from the
 Setting Payment Gateway Config menu (as the Payment Authorization
 Service). But, it is not there. Is there a place I need to set it up
 first?






Updated to java 1.6.0_17 and now ofbiz won´t start

2009-12-10 Thread Daniel Riquelme
Hi,

I have recently update my computer to use Java 1.6.0_17 and now ofbiz won´t
start.
The error in the log is:

2009-12-10 10:12:56,040 (main) [ Http11Protocol.java:182:INFO ]
Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080
2009-12-10 10:12:56,238 (main) [SSLImpl.java:64 :ERROR]
 exception report
--
Exception: java.io.IOException
Message: Keystore was tampered with, or password was incorrect
 cause
-
Exception: java.security.UnrecoverableKeyException
Message: Password verification failed
 stack trace
---
java.security.UnrecoverableKeyException: Password verification failed

It looks like this is related to several security fixes included in the
update.

From the Apple update news:

Security

Apple posted Java security updates for Mac OS X 10.5 (Leopard) and 10.6
(Snow Leopard) today, addressing the following problems (no update was
provided for Mac OS X 10.4 Tiger):

   - Multiple vulnerabilities exist in Java 1.6.0_15, the most serious of
   which may allow an untrusted Java applet to obtain elevated privileges.
   Visiting a web page containing a maliciously crafted untrusted Java applet
   may lead to arbitrary code execution with the privileges of the current
   user. These issues are addressed by updating to Java version 1.6.0_17.
   Further information is available via the Sun Java website at
   http://java.sun.com/javase/6/webnotes/ReleaseNotes.html
   - An expired certificate for a Java applet is treated as valid. This
   issue is addressed through improved handling of expired certificates.

*Regards,*
*Daniel*


Fw: Fix old tinylinks in Confluence

2009-12-10 Thread Jacques Le Roux

Oops, this was to user ML

From: Jacques Le Roux jacques.le.r...@les7arts.com

Hi,

Here is a thread that I began answering to a Jeroen's message (I guess I 
received 2 messages and answered only to mine).
I think it maybe useful to have it on user ML (at least as an archive)

Jacques
()  ascii ribbon campaign against HTML e-mail
/\  www.asciiribbon.org


From: Jacques Le Roux jacques.le.r...@les7arts.com

Ha yes, but it's unreadeable when printed on my (old) Laserjet 5L.
Anyway you showed me the way, I will have a try later

Thanks

Jacques
()  ascii ribbon campaign against HTML e-mail
/\  www.asciiribbon.org

PS: I tried also on my (old also) HP 990cxi, because of the color, still hard 
to read, nevermind the PDF is great


From: Jacques Le Roux jacques.le.r...@les7arts.com

Great, thanks Jeroen,

The forrests applaud :o)

Jacques
()  ascii ribbon campaign against HTML e-mail
/\  www.asciiribbon.org


From: Jeroen van der Wal jvander...@stromboli.it
Tweaked the map by arranging the leaves and was able to get it on four
pages. Saved some trees today ;-)

Jeroen

On Thu, Dec 10, 2009 at 1:50 PM, Jacques Le Roux
jacques.le.r...@les7arts.com wrote:


Thanks Jeroen,

I was using stable version. I have tried your tip, works like a charm. Finally 
I did not print it, even at 0.5 zoom (redeable)
it's 24 pages to assemble..

Jacques
() ascii ribbon campaign against HTML e-mail
/\ www.asciiribbon.org



- Original Message -
From: Jeroen van der Wal
To: Jacques Le Roux
Sent: Thursday, December 10, 2009 1:06 PM
Subject: Re: Fix old tinylinks in Confluence
Hi Jaques,

Choose print preferences, set zoom factor to 1 and print it to your printer or pdf writer. I use version 0.9.0_RC6 as I had 
an

issue with the stable release, you can find it here: 
http://sourceforge.net/projects/freemind/files/freemind-unstable/

Hope this helps.

Jeroen van der Wal
Stromboli b.v.
+31 655 874050


On Thu, Dec 10, 2009 at 10:22 AM, Jacques Le Roux 
jacques.le.r...@les7arts.com wrote:


Thanks Jeroen,

Have you a suggestion to print it in multi-pages ?

Jacques
() ascii ribbon campaign against HTML e-mail
/\ www.asciiribbon.org



- Original Message -
From: Jacques Le Roux
To: Jeroen van der Wal
Sent: Thursday, December 10, 2009 12:42 AM
Subject: Re: Fix old tinylinks in Confluence
Thanks Jeroen,

Cool indeed!

Jacques
() ascii ribbon campaign against HTML e-mail
/\ www.asciiribbon.org



- Original Message -
From: Jeroen van der Wal
To: Jacques Le Roux
Sent: Thursday, December 10, 2009 12:17 AM
Subject: Re: Fix old tinylinks in Confluence
Hi Jaques,
I pasted the tree into Freemind but had to manually rearrange the leaves. Took 
me 15 minutes.

Jeroen van der Wal
Stromboli b.v.
+31 655 874050


On Wed, Dec 9, 2009 at 9:48 PM, Jacques Le Roux jacques.le.r...@les7arts.com 
wrote:


Hi Jeroen,

Better organizing wiki has always been a task I'd have loved to have more time 
to do.
Impressed by your mm file, I suppose you did not build it by hand? Then which 
tool did you use?

Jacques
() ascii ribbon campaign against HTML e-mail
/\ www.asciiribbon.org



- Original Message -
From: Jeroen van der Wal
To: dev ; Jacques Le Roux
Sent: Wednesday, December 09, 2009 7:12 PM
Subject: Re: Fix old tinylinks in Confluence
I started to explore the Wiki spaces and was overwhelmed by the amount of 
useful information it contains. I've polulated an
index of all 545 pages (see attached pdf) and noticed that information is 
scattered around the various spaces and poorly
accesable.

As the Wiki has everybody's attention now it might be a good timing to reorganize the information, create landingpages and 
set

guidlines where to put what information. As a start I created a Mindmap 
representing the current document hierarchy which
might
be useful in this process.

Tell me what you think.

-Jeroen

On Wed, Dec 9, 2009 at 10:42 AM, Jacques Le Roux jacques.le.r...@les7arts.com 
wrote:


Hi David, Tim,

I wonder if this should not have been done *before* the migration?

Jacques
() ascii ribbon campaign against HTML e-mail
/\ www.asciiribbon.org


From: David E Jones d...@me.com


The current setting for General Configuration - Server Base Url is:

http://cwiki.apache.org/confluence

It looks like that is what it is supposed to be, and it doesn't appear to be a 
setting that can change per space or
anything.

-David


On Dec 8, 2009, at 2:43 PM, Jacques Le Roux wrote:


Hi,

In r888559, I wrote I have found a way to fix old tinylinks :D
http://confluence.atlassian.com/pages/viewpage.action?pageId=162988142
But I wonder now it this is possible by spaces else we are trapped :/
Could you have a look David ? I guess you are the sole person with the rights 
for that in OFBiz community.
We may ask Gavin also...

Thanks

Jacques
() ascii ribbon campaign against HTML e-mail
/\ www.asciiribbon.org

























Re: multi currency

2009-12-10 Thread Jacques Le Roux

Typo :/

From: Jacques Le Roux jacques.le.r...@les7arts.com
You may have products with proces in any currency you want. But you need one store for each currency. The rest of the workflow 
will


You may have products with prices


follow, not sure how the accouting deal with that though...

Jacques
()  ascii ribbon campaign against HTML e-mail
/\  www.asciiribbon.org

From: apukonti...@hushmail.com

Hi,

If anyone can help me with these questions, I would be grateful:
Is Ofbiz multi currency?

If I have defined two currency, can I have accounts in two
currencies?
Purchases, sales, inventory transacctions, etc. are stored in its
original currency?

thanks.








Re: Updated to java 1.6.0_17 and now ofbiz won ´t start

2009-12-10 Thread Anil Patel
Daniel,
Please search in this list of Ofbiz dev list. I know few days back Scott gave 
solution to this issue.

Thanks and Regards
Anil Patel
HotWax Media Inc
Find us on the web at www.hotwaxmedia.com or Google Keyword ofbiz

On Dec 10, 2009, at 9:20 AM, Daniel Riquelme wrote:

 Hi,
 
 I have recently update my computer to use Java 1.6.0_17 and now ofbiz won´t
 start.
 The error in the log is:
 
 2009-12-10 10:12:56,040 (main) [ Http11Protocol.java:182:INFO ]
 Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080
 2009-12-10 10:12:56,238 (main) [SSLImpl.java:64 :ERROR]
  exception report
 --
 Exception: java.io.IOException
 Message: Keystore was tampered with, or password was incorrect
  cause
 -
 Exception: java.security.UnrecoverableKeyException
 Message: Password verification failed
  stack trace
 ---
 java.security.UnrecoverableKeyException: Password verification failed
 
 It looks like this is related to several security fixes included in the
 update.
 
 From the Apple update news:
 
 Security
 
 Apple posted Java security updates for Mac OS X 10.5 (Leopard) and 10.6
 (Snow Leopard) today, addressing the following problems (no update was
 provided for Mac OS X 10.4 Tiger):
 
   - Multiple vulnerabilities exist in Java 1.6.0_15, the most serious of
   which may allow an untrusted Java applet to obtain elevated privileges.
   Visiting a web page containing a maliciously crafted untrusted Java applet
   may lead to arbitrary code execution with the privileges of the current
   user. These issues are addressed by updating to Java version 1.6.0_17.
   Further information is available via the Sun Java website at
   http://java.sun.com/javase/6/webnotes/ReleaseNotes.html
   - An expired certificate for a Java applet is treated as valid. This
   issue is addressed through improved handling of expired certificates.
 
 *Regards,*
 *Daniel*



Re: Product Status?

2009-12-10 Thread Jacques Le Roux

This may help
http://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide#ApacheOFBizBusinessSetupGuide-Catalog,Category,ProductSetup

Jacques
()  ascii ribbon campaign against HTML e-mail
/\  www.asciiribbon.org


From: s...@sh81.com

Hi David,

Thanks for the reply, I spotted the product discontinue flag now you explained 
it and thats a great help.

I had a look round the demo install but could not see an example of a product categorised in both view and purchase - did I miss 
the right product? Do you mean by this that there are two identical category structures one for viewing only (a way of recording 
the correct location of the product) and the other is if the product should say active on a website ready for sale. Then if there 
is a problem with the product then it can be removed from the sale category and its no longer on the website?


If thats the way to disable products then I suppose after a period of time quite a few would end up in view only categories and a 
method would be needed to find and list out these products? Something like products not discountinued, with stock in view 
cateogory only - excuse the ramble just thinking aloud.


Many thanks!
Sam

-Original Message-
From: David E Jones d...@me.com
Sent: Thursday, 10 December, 2009 14:38
To: user@ofbiz.apache.org
Subject: Re: Product Status?


Sam,

The general idea with OFBiz is that a Product may be in various stores, and may 
be active or not in each store.

This is usually done by having a catalog associated with the store, and then view and purchase allow categories (or often the same 
category for both) associated with each catalog. Then basically the product is active as long as the product is in that 
category, within the from/thru dates configured.


In addition to these there is a flag on the Product entity to discontinue when inventory is out, which is intended for use as you 
describe (ie for products to no longer carry).


-David


On Dec 9, 2009, at 11:17 PM, Sam Hamilton wrote:


Hi Guys,

I am trying to get my head around product status in OFBiz and its probably because I dont understand the logic behind OFBiz 
enough that I am not getting it so your help would be most gratefully received!


I am used to ecommerce systems where a product is in the simplest terms either active or disabled and this controls if the 
product is on the website or not. Sometimes in the past we have expanded this function to include a status like clearing stock 
to show everyone not to reorder a product because we are about to discontinue it. What I dont understand is how to achieve the 
same from within OFBiz as it does not seem to have a master product status.


I did find that a specific inventory item has a status id for on hold or defective but this wouldn't stop a new requirement being 
generated in the system would it?


Thanks for the help
Sam










Re: about using ofbiz as a platform

2009-12-10 Thread Adrian Crum
The work I did is so old and out of date that it is probably unusable by 
now. It might be best to start over.


-Adrian

Jacopo Cappellato wrote:

You are right Christopher.
We will have to migrate (and integrate) the user interface for SecurityGroups 
and User Login management from the Party to a framework component: this could 
be a new one, the webtools (I like the idea of having them in the webtools), a 
new webapp under security etc...
I am sure that Adrian started this effort and put his code in Jira.

Jacopo

On Dec 10, 2009, at 9:21 AM, Christopher Snow wrote:


Hi Michael,

The problem with putting in the Party component is that it will throw up
errors due to dependencies on other components.  (Try it and see!)

It is likely that a new component will be required (i.e. developed) for
a standalone framework that has basic user account management functionality.

What party management functionality would you want to see in the
standalone framework?

Cheers,

Chris

Michael Xu (xudong) wrote:

hi Christopher,

That wiki page looks great. Thanks.

Do we need to remain Party there as part of framework?

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


On Mon, Dec 7, 2009 at 7:52 PM, Christopher Snow 
sno...@snowconsulting.co.uk wrote:



I've also started putting a page together on the steps for manually
separating the core framework:


http://cwiki.apache.org/confluence/display/OFBIZ/Ofbiz+as+a+development+framework

The pages are just my documentation of the steps needed.  I still think its
a good idea to have a page for collecting the requirements.



Christopher Snow wrote:



Sounds good to me!

Bruno Busco wrote:



Should we try to write a framework-only feature proposal page like
the one Scott has writted for Saved Searches
http://cwiki.apache.org/confluence/display/OFBIZ/Saved+Searches
collecting all requirements from the mails?

Having the path written could help volunteers to contribute in the
right direction.

-Bruno

2009/12/4 Christopher Snow sno...@snowconsulting.co.uk:




That makes a lot of sense - thanks again Scott!

Scott Gray wrote:




That risk is run by anybody who gets the ball rolling on any new
proposal, be it a contributor, committer or PMC member.  Nobody is
capable of pushing through substantial change without the approval of
the community at large.

The key for any amount of work is to collaborate with the community as
much as possible, if something is large then just break it down and
discuss each change piece by piece.  An approach such as this
substantially reduces the risk that any work done will be wasted and
generally improves the overall design.

Regards
Scott

On 4/12/2009, at 7:27 PM, chris snow wrote:





Hi Adrian,

For a change that may be substantial, could this approach be quite
risky
that a lot of time could be spent developing something that may not be
accepted?

Many thanks,

Chris


Adrian Crum wrote:




That is not how the open source community works. If anyone wants to
see
this move along, they need to make the desired changes to their local
copy, create a patch, and submit it to Jira.

As far as coordination is concerned, there is an umbrella Jira
issue
for this already. Just make new Jira issues sub-tasks of it.

-Adrian

Michael Xu (xudong) wrote:




hi,

Like Bruno mentioned, this topic has been discussed over many
times. And
it
is time to take some actions. I really think one or more leaders
should
lead
the process. Otherwise, the discussion might be around for a long
long
time.

--
Regards,
Michael Xu (xudong)
www.wizitsoft.com


On Wed, Dec 2, 2009 at 7:41 PM, chris snow chsnow...@gmail.com
wrote:





Hi Bruno,

I would like to help.  Are you coordinating efforts?

Many thanks,

Chris



Bruno Busco wrote:




Hi Michael,
the framework isolation and a framework-only installation is
definitely something the community as talken about many times. You
will find several conversations searching the mailing list.

We will have it sooner or later and any help you could provide on
this
topic will be much appreciated.

-Bruno

2009/11/24 Michael Xu (xudong) dong...@wizitsoft.com:




hmm...I compared the article and the latest code from trunk. I
don't
think
the diagram is consistent with codes.

For example, from the diagram party doesn't depend on marketing;




however,

as


I mentioned in previous email, party entity definition does use
ContactListParty from marketing.

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


On Tue, Nov 24, 2009 at 9:16 PM, Michael Xu (xudong)
dong...@wizitsoft.comwrote:





Just found an article about the dependency:





http://docs.ofbiz.org/display/OFBADMIN/Component+and+Component+Set+Dependencies








http://docs.ofbiz.org/display/OFBADMIN/Component+and+Component+Set+Dependencies





From




the component relationship diagram, it 

Getting error please help

2009-12-10 Thread Hammad Afridi
Hi All,
I am following Apache Ofbiz Development.I am on the 2nd chapter of the book 
where an application called learning is developed .I have completed what is 
mentioned in the book till page 58 and when I ran the application I got the 
following error while updating the Postal Address of the party:

org.ofbiz.webapp.control.RequestHandlerException: Illegal response; handler 
could not process [null].

Please guys help me out as I am stuck and cant move forward with the 
book.Thanks.

Regards,
Hammad Ali Khan Afridi   
Mobile 0044 7534171187  
msnhammadafrid...@hotmail.com  yahoo!hammadafr...@yahoo.com





RE: Getting error please help

2009-12-10 Thread Charles TJ - SELC Sales Div

Pls check 'ERRATA' at publisher website for page 57

- Charles TJ


-Original Message-
From: Hammad Afridi [mailto:hammadafr...@yahoo.com]
Sent: 10 Desember 2009 23:39
To: user@ofbiz.apache.org
Subject: [?? Probable Spam] Getting error please help


Hi All,
I am following Apache Ofbiz Development.I am on the 2nd chapter of the book
where an application called learning is developed .I have completed what is
mentioned in the book till page 58 and when I ran the application I got the
following error while updating the Postal Address of the party:

org.ofbiz.webapp.control.RequestHandlerException: Illegal response; handler
could not process [null].

Please guys help me out as I am stuck and cant move forward with the
book.Thanks.

Regards,
Hammad Ali Khan Afridi   
Mobile 0044 7534171187
msnhammadafrid...@hotmail.com
yahoo!hammadafr...@yahoo.com






RE: Getting error please help

2009-12-10 Thread Hammad Afridi
Thanks for your email.I have checked the errata.I have changed the content of 
the extended.xml file according to ERRATA but I am still confused.Please can 
you provide contents for the extended.xml.Following is the content of the 
extended.xml file I am using : 

?xml version=1.0 encoding=UTF-8 ?

site-conf xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xsi:noNamespaceSchemaLocation=http://www.ofbiz.org/dtds/site-conf.xsd;

handler name=bsf type=request 
class=org.ofbiz.webapp.event.BsfEventHandler /handler 
name=java type=request class=org.ofbiz.webapp.event.JavaEventHandler /   
   

request-map uri=PostalAddressAdvisory

security https=true auth=true /
event type=java 
path=org.ofbiz.learning.learning.LearningEvents 
invoke=postalAddressAdvisory.bsh/ 
response name=isMars type=view 
value=PostalAddressAdvisory/ 
response name=notMars type=view value=editcontactmech /
/request-map 

view-map name=PostalAddressAdvisory type=screen

page=component://learning/widget/partymgr/OurPartyScreens.xml#PostalAddressAdvisory
 /
/site-conf



Regards,
  Hammad Ali Khan Afridi   
  Mobile 0044 7534171187  msnhammadafrid...@hotmail.com  
yahoo!hammadafr...@yahoo.com


--- On Thu, 12/10/09, Charles TJ - SELC Sales Div s...@bdg.centrin.net.id 
wrote:

 From: Charles TJ - SELC Sales Div s...@bdg.centrin.net.id
 Subject: RE: Getting error please help
 To: user@ofbiz.apache.org
 Date: Thursday, December 10, 2009, 10:07 PM
 
 Pls check 'ERRATA' at publisher website for page 57
 
 - Charles TJ
 
 
 -Original Message-
 From: Hammad Afridi [mailto:hammadafr...@yahoo.com]
 Sent: 10 Desember 2009 23:39
 To: user@ofbiz.apache.org
 Subject: [?? Probable Spam] Getting error please help
 
 
 Hi All,
 I am following Apache Ofbiz Development.I am on the 2nd
 chapter of the book
 where an application called learning is developed .I have
 completed what is
 mentioned in the book till page 58 and when I ran the
 application I got the
 following error while updating the Postal Address of the
 party:
 
 org.ofbiz.webapp.control.RequestHandlerException: Illegal
 response; handler
 could not process [null].
 
 Please guys help me out as I am stuck and cant move forward
 with the
 book.Thanks.
 
 Regards,
 Hammad Ali Khan Afridi   
 Mobile 0044 7534171187
 msnhammadafrid...@hotmail.com
 yahoo!hammadafr...@yahoo.com
 
 
 
 
 





RE: Getting error please help

2009-12-10 Thread Charles TJ - SELC Sales Div

Hi Hammad,

Try this for your event:

event type=bsf invoke=org/ofbiz/party/party/postalAddressAdvisory.bsh/


- Charles TJ

=


-Original Message-
From: Hammad Afridi [mailto:hammadafr...@yahoo.com]
Sent: 11 Desember 2009 0:21
To: user@ofbiz.apache.org
Subject: RE: Getting error please help


Thanks for your email.I have checked the errata.I have changed the content
of the extended.xml file according to ERRATA but I am still confused.Please
can you provide contents for the extended.xml.Following is the content of
the extended.xml file I am using :

?xml version=1.0 encoding=UTF-8 ?

site-conf xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xsi:noNamespaceSchemaLocation=http://www.ofbiz.org/dtds/site-conf.xsd;

handler name=bsf type=request
class=org.ofbiz.webapp.event.BsfEventHandler /   handler 
name=java
type=request class=org.ofbiz.webapp.event.JavaEventHandler /

request-map uri=PostalAddressAdvisory

security https=true auth=true /
event type=java 
path=org.ofbiz.learning.learning.LearningEvents
invoke=postalAddressAdvisory.bsh/
response name=isMars type=view 
value=PostalAddressAdvisory/
response name=notMars type=view value=editcontactmech /
/request-map

view-map name=PostalAddressAdvisory type=screen

page=component://learning/widget/partymgr/OurPartyScreens.xml#PostalAddres
sAdvisory /
/site-conf



Regards,
  Hammad Ali Khan Afridi   
  Mobile 0044 7534171187  msnhammadafrid...@hotmail.com
yahoo!hammadafr...@yahoo.com


--- On Thu, 12/10/09, Charles TJ - SELC Sales Div s...@bdg.centrin.net.id
wrote:

 From: Charles TJ - SELC Sales Div s...@bdg.centrin.net.id
 Subject: RE: Getting error please help
 To: user@ofbiz.apache.org
 Date: Thursday, December 10, 2009, 10:07 PM

 Pls check 'ERRATA' at publisher website for page 57

 - Charles TJ


 -Original Message-
 From: Hammad Afridi [mailto:hammadafr...@yahoo.com]
 Sent: 10 Desember 2009 23:39
 To: user@ofbiz.apache.org
 Subject: [?? Probable Spam] Getting error please help


 Hi All,
 I am following Apache Ofbiz Development.I am on the 2nd
 chapter of the book
 where an application called learning is developed .I have
 completed what is
 mentioned in the book till page 58 and when I ran the
 application I got the
 following error while updating the Postal Address of the
 party:

 org.ofbiz.webapp.control.RequestHandlerException: Illegal
 response; handler
 could not process [null].

 Please guys help me out as I am stuck and cant move forward
 with the
 book.Thanks.

 Regards,
 Hammad Ali Khan Afridi   
 Mobile 0044 7534171187
 msnhammadafrid...@hotmail.com
 yahoo!hammadafr...@yahoo.com











RE: Getting error please help

2009-12-10 Thread Hammad Afridi
Not working :(

Regards,
Hammad Ali Khan Afridi   
Mobile 0044 7534171187  
msnhammadafrid...@hotmail.com  yahoo!hammadafr...@yahoo.com


--- On Thu, 12/10/09, Charles TJ - SELC Sales Div s...@bdg.centrin.net.id 
wrote:

 From: Charles TJ - SELC Sales Div s...@bdg.centrin.net.id
 Subject: RE: Getting error please help
 To: user@ofbiz.apache.org
 Date: Thursday, December 10, 2009, 10:42 PM
 
 Hi Hammad,
 
 Try this for your event:
 
 event type=bsf
 invoke=org/ofbiz/party/party/postalAddressAdvisory.bsh/
 
 
 - Charles TJ
 
 =
 
 
 -Original Message-
 From: Hammad Afridi [mailto:hammadafr...@yahoo.com]
 Sent: 11 Desember 2009 0:21
 To: user@ofbiz.apache.org
 Subject: RE: Getting error please help
 
 
 Thanks for your email.I have checked the errata.I have
 changed the content
 of the extended.xml file according to ERRATA but I am still
 confused.Please
 can you provide contents for the extended.xml.Following is
 the content of
 the extended.xml file I am using :
 
 ?xml version=1.0 encoding=UTF-8 ?
 
 site-conf xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
     xsi:noNamespaceSchemaLocation=http://www.ofbiz.org/dtds/site-conf.xsd;
 
      handler name=bsf type=request
 class=org.ofbiz.webapp.event.BsfEventHandler /
         handler
 name=java
 type=request
 class=org.ofbiz.webapp.event.JavaEventHandler /
 
      request-map
 uri=PostalAddressAdvisory
 
         security
 https=true auth=true /
         event type=java
 path=org.ofbiz.learning.learning.LearningEvents
 invoke=postalAddressAdvisory.bsh/
          response
 name=isMars type=view
 value=PostalAddressAdvisory/
          response
 name=notMars type=view value=editcontactmech /
     /request-map
 
     view-map
 name=PostalAddressAdvisory type=screen
    
 page=component://learning/widget/partymgr/OurPartyScreens.xml#PostalAddres
 sAdvisory /
 /site-conf
 
 
 
 Regards,
   Hammad Ali Khan Afridi   
   Mobile 0044 7534171187 
 msnhammadafrid...@hotmail.com
 yahoo!hammadafr...@yahoo.com
 
 
 --- On Thu, 12/10/09, Charles TJ - SELC Sales Div s...@bdg.centrin.net.id
 wrote:
 
  From: Charles TJ - SELC Sales Div s...@bdg.centrin.net.id
  Subject: RE: Getting error please help
  To: user@ofbiz.apache.org
  Date: Thursday, December 10, 2009, 10:07 PM
 
  Pls check 'ERRATA' at publisher website for page 57
 
  - Charles TJ
 
 
  -Original Message-
  From: Hammad Afridi [mailto:hammadafr...@yahoo.com]
  Sent: 10 Desember 2009 23:39
  To: user@ofbiz.apache.org
  Subject: [?? Probable Spam] Getting error please help
 
 
  Hi All,
  I am following Apache Ofbiz Development.I am on the
 2nd
  chapter of the book
  where an application called learning is developed .I
 have
  completed what is
  mentioned in the book till page 58 and when I ran the
  application I got the
  following error while updating the Postal Address of
 the
  party:
 
  org.ofbiz.webapp.control.RequestHandlerException:
 Illegal
  response; handler
  could not process [null].
 
  Please guys help me out as I am stuck and cant move
 forward
  with the
  book.Thanks.
 
  Regards,
  Hammad Ali Khan Afridi   
  Mobile 0044 7534171187
  msnhammadafrid...@hotmail.com
  yahoo!hammadafr...@yahoo.com
 
 
 
 
 
 
 
 
 
 





RE: Getting error please help

2009-12-10 Thread Charles TJ - SELC Sales Div

Oops, sorry.. you're trying to convert from beanshell to Java..

- Charles TJ



-Original Message-
From: Hammad Afridi [mailto:hammadafr...@yahoo.com]
Sent: 11 Desember 2009 0:49
To: user@ofbiz.apache.org
Subject: RE: Getting error please help


Not working :(

Regards,
Hammad Ali Khan Afridi   
Mobile 0044 7534171187
msnhammadafrid...@hotmail.com
yahoo!hammadafr...@yahoo.com





RE: Getting error please help

2009-12-10 Thread Hammad Afridi
Yes exactly!!! 

Regards,
  Hammad Ali Khan Afridi   
  Mobile 0044 7534171187  msnhammadafrid...@hotmail.com  
yahoo!hammadafr...@yahoo.com


--- On Thu, 12/10/09, Charles TJ - SELC Sales Div s...@bdg.centrin.net.id 
wrote:

 From: Charles TJ - SELC Sales Div s...@bdg.centrin.net.id
 Subject: RE: Getting error please help
 To: user@ofbiz.apache.org
 Date: Thursday, December 10, 2009, 10:54 PM
 
 Oops, sorry.. you're trying to convert from beanshell to
 Java..
 
 - Charles TJ
 
 
 
 -Original Message-
 From: Hammad Afridi [mailto:hammadafr...@yahoo.com]
 Sent: 11 Desember 2009 0:49
 To: user@ofbiz.apache.org
 Subject: RE: Getting error please help
 
 
 Not working :(
 
 Regards,
 Hammad Ali Khan Afridi   
 Mobile 0044 7534171187
 msnhammadafrid...@hotmail.com
 yahoo!hammadafr...@yahoo.com
 
 
 
 





RE: Getting error please help

2009-12-10 Thread Charles TJ - SELC Sales Div

Hi Hammad,

ommit the .bsh =

event type=java path=org.ofbiz.learning.learning.LearningEvents
invoke=postalAddressAdvisory/







Re: Product Status?

2009-12-10 Thread David E Jones

The catalog manager searching, and operations based on search results, help a 
lot in this area.

Usually the view/purchase allow categories are actually setup by searching for 
all products in a certain category tree (ie in a category or any of its 
sub-categories) and then adding all of those products to the view/purchase 
allow category.

Finding expired/etc products can also be done with searches.

-David


On Dec 10, 2009, at 7:23 AM, s...@sh81.com wrote:

 Hi David, 
 
 Thanks for the reply, I spotted the product discontinue flag now you 
 explained it and thats a great help. 
 
 I had a look round the demo install but could not see an example of a product 
 categorised in both view and purchase - did I miss the right product? Do you 
 mean by this that there are two identical category structures one for viewing 
 only (a way of recording the correct location of the product) and the other 
 is if the product should say active on a website ready for sale. Then if 
 there is a problem with the product then it can be removed from the sale 
 category and its no longer on the website?
 
 If thats the way to disable products then I suppose after a period of time 
 quite a few would end up in view only categories and a method would be needed 
 to find and list out these products? Something like products not 
 discountinued, with stock in view cateogory only - excuse the ramble just 
 thinking aloud. 
 
 Many thanks!
 Sam
 
 -Original Message-
 From: David E Jones d...@me.com
 Sent: Thursday, 10 December, 2009 14:38
 To: user@ofbiz.apache.org
 Subject: Re: Product Status?
 
 
 Sam,
 
 The general idea with OFBiz is that a Product may be in various stores, and 
 may be active or not in each store.
 
 This is usually done by having a catalog associated with the store, and then 
 view and purchase allow categories (or often the same category for both) 
 associated with each catalog. Then basically the product is active as long 
 as the product is in that category, within the from/thru dates configured.
 
 In addition to these there is a flag on the Product entity to discontinue 
 when inventory is out, which is intended for use as you describe (ie for 
 products to no longer carry).
 
 -David
 
 
 On Dec 9, 2009, at 11:17 PM, Sam Hamilton wrote:
 
 Hi Guys,
 
 I am trying to get my head around product status in OFBiz and its probably 
 because I dont understand the logic behind OFBiz enough that I am not 
 getting it so your help would be most gratefully received!
 
 I am used to ecommerce systems where a product is in the simplest terms 
 either active or disabled and this controls if the product is on the 
 website or not. Sometimes in the past we have expanded this function to 
 include a status like clearing stock to show everyone not to reorder a 
 product because we are about to discontinue it. What I dont understand is 
 how to achieve the same from within OFBiz as it does not seem to have a 
 master product status.
 
 I did find that a specific inventory item has a status id for on hold or 
 defective but this wouldn't stop a new requirement being generated in the 
 system would it?
 
 Thanks for the help
 Sam
 
 
 



RE: Getting error please help

2009-12-10 Thread Hammad Afridi
I have already done that!! 

Regards,
  Hammad Ali Khan Afridi   
  Mobile 0044 7534171187  msnhammadafrid...@hotmail.com  
yahoo!hammadafr...@yahoo.com


--- On Thu, 12/10/09, Charles TJ - SELC Sales Div s...@bdg.centrin.net.id 
wrote:

 From: Charles TJ - SELC Sales Div s...@bdg.centrin.net.id
 Subject: RE: Getting error please help
 To: user@ofbiz.apache.org
 Date: Thursday, December 10, 2009, 11:00 PM
 
 Hi Hammad,
 
 ommit the .bsh =
 
 event type=java
 path=org.ofbiz.learning.learning.LearningEvents
 invoke=postalAddressAdvisory/
 
 
 
 
 
 





Re: Creating an Billing Account

2009-12-10 Thread Alexander1893

Hi all,
I started to implement my own service for creating a billing account - but
finally found an existing one (createBillingAccount within the
accounting-component).

I added the call of the service in the registration-process - but now I have
a permission-problem... The service has the following permissons:

permission-service service-name=acctgBillingAcctCheck
main-action=CREATE/

This leads to 

!-- Returns hasPermission=true if user has one of the base ACCOUNTING
CRUD+ADMIN permissions --
simple-method method-name=acctgBillingAcctCheck
short-description=Accounting billing account permission logic
call-simple-method method-name=basePermissionCheck/
/simple-method

Which means, that the service can't be called as I call it during the
registration.

Any suggestions how would be the best way to handle this?

Thanks in advance!

Alexander


Anil Patel-3 wrote:
 
 Alexander,
 I suggest you should look at the screen implementation for creating
 billing account from ofbiz accounting. If you trace code from there to
 controller, you will be able to reach to the service that finally creates
 billing account.
 
 Based on your business process requirements you use OOTB services or may
 choose to write your own. Even if you decide to write your own, existing
 code will be very helpful.
 
 Thanks and Regards
 Anil Patel
 HotWax Media Inc
 http://www.hotwaxmedia.com/apache-ofbiz-blog/ofbiz-tutorial-custom-components-in-ofbiz/
 
 On Dec 4, 2009, at 1:03 PM, Alexander1893 wrote:
 
 
 Hi Sharan,
 
 thanks for your reply - but actually thaht doesn't help too much.
 I know how I can setup a billing account in the admin-area. But I want to
 create one during the registration of a user in the Shop-Frontend.
 My problem is, that I couldn't find any method or service in the API that
 I
 can call for creating a billing account.
 
 Looking forward for any further help!
 
 Kind regards
 Alexander
 
 
 Sharan-F wrote:
 
 Hi Alexander
 
 I'm not sure but this could be a reason.
 
 Billing Accounts are normally created in the Accounting. This is because
 you would want to perform some type of credit check on a customer before
 you give them a Billing Account  and decide what their limit will be. 
 They need to be credit worthy otherwise you may not get paid.
 
 Details of Billing Accounts and how to create and update them are
 available in the OFBiz online help. This is accessed by pressing 'Help'
 on
 any of the OFBiz screens.
 
 Not sure if this helps you much.
 
 Thanks
 Sharan
 
 
 Alexander1893 wrote:
 
 Hi all,
 
 I'm trying to set up an Billing Account for each customer, when he
 registers in the e-commerce shop.
 Actually I cannot fin the right way... For FinAccounts I found a
 Service
 doing that - but for Billing Accounts I found nothing.
 
 Can anyone help?
 
 Thanks a lot!
 
 Greetz
 Alexander
 
 
 
 
 -- 
 View this message in context:
 http://n4.nabble.com/Creating-an-Billing-Account-tp940377p948745.html
 Sent from the OFBiz - User mailing list archive at Nabble.com.
 
 
 

-- 
View this message in context: 
http://n4.nabble.com/Creating-an-Billing-Account-tp940377p958975.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: about using ofbiz as a platform

2009-12-10 Thread Christopher Snow
Hi Adrian,

Would there be any reason the work couldn't be done on trunk?  I was
just thinking of the next release (whenever that is) being one step
closer to framework separation?

Many thanks,

Chris

Adrian Crum wrote:
 The work I did is so old and out of date that it is probably unusable
 by now. It might be best to start over.

 -Adrian

 Jacopo Cappellato wrote:
 You are right Christopher.
 We will have to migrate (and integrate) the user interface for
 SecurityGroups and User Login management from the Party to a
 framework component: this could be a new one, the webtools (I like
 the idea of having them in the webtools), a new webapp under security
 etc...
 I am sure that Adrian started this effort and put his code in Jira.

 Jacopo




Re: about using ofbiz as a platform

2009-12-10 Thread Adrian Crum

The work would have to be done on the trunk. Releases only get bug fixes.

-Adrian

Christopher Snow wrote:

Hi Adrian,

Would there be any reason the work couldn't be done on trunk?  I was
just thinking of the next release (whenever that is) being one step
closer to framework separation?

Many thanks,

Chris

Adrian Crum wrote:

The work I did is so old and out of date that it is probably unusable
by now. It might be best to start over.

-Adrian

Jacopo Cappellato wrote:

You are right Christopher.
We will have to migrate (and integrate) the user interface for
SecurityGroups and User Login management from the Party to a
framework component: this could be a new one, the webtools (I like
the idea of having them in the webtools), a new webapp under security
etc...
I am sure that Adrian started this effort and put his code in Jira.

Jacopo






Manufacturing COST of rounting Task

2009-12-10 Thread Miguel Castellanos
Hi,

My question is in the module of Manufacturing

 

I already create a Production Run(JobShop), based in Bill Of Materials and
Routing Task,

I have no problems with the materials and with the time estimated in the
task

My problem is in the Routing Task, I cannot find the way to associated the
cost with the task,  my problems is to charge de cost of the resourse(like
Machine or labour) to the Father Product.

I tried with Fixed Asset that is the option that display in the Routing
Task. But it dosent charged that cost to the father product

 

 

Miguel Castellanos

Consultor TI | Sinergium S.A.C |www.sinergium.net |
mailto:jandr...@sinergium.net mcastella...@sinergium.net

 



Re: about using ofbiz as a platform

2009-12-10 Thread Christopher Snow
I've just tried commenting out all components except commonext on trunk.

I  ran the ant tasks create-admin-user-login, then run and then tried to
access the url https://localhost:8443/webtools/

I received the following error message:

org.ofbiz.widget.screen.ScreenRenderException: Error rendering
screen [component://common/widget/CommonScreens.xml#GlobalDecorator]:
org.ofbiz.base.util.GeneralException: Error running Groovy script at
location [component://commonext/script/changeOrgPartyId.groovy] (Could
not find definition for entity name PartyAcctgPrefAndGroup) (Error
running Groovy script at location
[component://commonext/script/changeOrgPartyId.groovy] (Could not find
definition for entity name PartyAcctgPrefAndGroup))

It seems that commonext has a dependency on the party component.


Adrian Crum wrote:
 The work would have to be done on the trunk. Releases only get bug fixes.

 -Adrian

 Christopher Snow wrote:
 Hi Adrian,

 Would there be any reason the work couldn't be done on trunk?  I was
 just thinking of the next release (whenever that is) being one step
 closer to framework separation?

 Many thanks,

 Chris

 Adrian Crum wrote:
 The work I did is so old and out of date that it is probably unusable
 by now. It might be best to start over.

 -Adrian

 Jacopo Cappellato wrote:
 You are right Christopher.
 We will have to migrate (and integrate) the user interface for
 SecurityGroups and User Login management from the Party to a
 framework component: this could be a new one, the webtools (I like
 the idea of having them in the webtools), a new webapp under security
 etc...
 I am sure that Adrian started this effort and put his code in Jira.

 Jacopo





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

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



Re: about using ofbiz as a platform

2009-12-10 Thread Adrian Crum

That looks like a good candidate for a Jira issue.

-Adrian

Christopher Snow wrote:

I've just tried commenting out all components except commonext on trunk.

I  ran the ant tasks create-admin-user-login, then run and then tried to
access the url https://localhost:8443/webtools/

I received the following error message:

org.ofbiz.widget.screen.ScreenRenderException: Error rendering
screen [component://common/widget/CommonScreens.xml#GlobalDecorator]:
org.ofbiz.base.util.GeneralException: Error running Groovy script at
location [component://commonext/script/changeOrgPartyId.groovy] (Could
not find definition for entity name PartyAcctgPrefAndGroup) (Error
running Groovy script at location
[component://commonext/script/changeOrgPartyId.groovy] (Could not find
definition for entity name PartyAcctgPrefAndGroup))

It seems that commonext has a dependency on the party component.


Adrian Crum wrote:

The work would have to be done on the trunk. Releases only get bug fixes.

-Adrian

Christopher Snow wrote:

Hi Adrian,

Would there be any reason the work couldn't be done on trunk?  I was
just thinking of the next release (whenever that is) being one step
closer to framework separation?

Many thanks,

Chris

Adrian Crum wrote:

The work I did is so old and out of date that it is probably unusable
by now. It might be best to start over.

-Adrian

Jacopo Cappellato wrote:

You are right Christopher.
We will have to migrate (and integrate) the user interface for
SecurityGroups and User Login management from the Party to a
framework component: this could be a new one, the webtools (I like
the idea of having them in the webtools), a new webapp under security
etc...
I am sure that Adrian started this effort and put his code in Jira.

Jacopo







Financial Accounts - Deposits Withdrawals

2009-12-10 Thread Bob Morley

I am really hoping someone can shed some light on the best way to handle the
following scenario:

Dude comes into the store and slaps $1000 on the desk as a deposit for some
Christmas shopping he will be doing in the future.  At some point later,
same Dude comes in and buys some fancy stuff and uses that $1000 deposit to
pay for it.

What we do now is create a financial account of type DEPOSIT_ACCOUNT when he
comes into the store.  We then make a payment to the financial account of
type CUSTOMER_DEPOSIT for the $1000.  Ultimately, when the customer comes
in to make the sale we use this financial account as form of payment. 
Theoretically the dude can come back in and withdrawal the funds from this
deposit account.

However, the payment never seems to be getting completed.  If I attempt to
go through the payment workflow I am forced to apply it to either a billing
account, payment, invoice, or tax authority.  Moreover, the workflow for the
financial account transaction was equally frustrating -- I could not
actually get the $1000 to apply to the guys account unless I ran some form
of financial account reconciliation.  I have tried to read all of the
available documentation in the financial and billing account area; but I
feel I must be missing something.  The only way I could get the
reconciliation to work was to zap my database assigning the gl
reconciliation id on the fin_account_trans (I think putting that transaction
into the reconciliation pool).

Can anyone comment on this use case -- am I using the proper entities and/or
is there configuration or some other fanciness that could streamline this
process.
-- 
View this message in context: 
http://n4.nabble.com/Financial-Accounts-Deposits-Withdrawals-tp960589p960589.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: about using ofbiz as a platform

2009-12-10 Thread Christopher Snow
Adrian, thanks for the feedback - jira created OFBIZ-3329.

Adrian Crum wrote:
 That looks like a good candidate for a Jira issue.

 -Adrian

 Christopher Snow wrote:
 I've just tried commenting out all components except commonext on trunk.

 I  ran the ant tasks create-admin-user-login, then run and then tried to
 access the url https://localhost:8443/webtools/

 I received the following error message:

 org.ofbiz.widget.screen.ScreenRenderException: Error rendering
 screen [component://common/widget/CommonScreens.xml#GlobalDecorator]:
 org.ofbiz.base.util.GeneralException: Error running Groovy script at
 location [component://commonext/script/changeOrgPartyId.groovy] (Could
 not find definition for entity name PartyAcctgPrefAndGroup) (Error
 running Groovy script at location
 [component://commonext/script/changeOrgPartyId.groovy] (Could not find
 definition for entity name PartyAcctgPrefAndGroup))

 It seems that commonext has a dependency on the party component.


 Adrian Crum wrote:
 The work would have to be done on the trunk. Releases only get bug
 fixes.

 -Adrian

 Christopher Snow wrote:
 Hi Adrian,

 Would there be any reason the work couldn't be done on trunk?  I was
 just thinking of the next release (whenever that is) being one step
 closer to framework separation?

 Many thanks,

 Chris

 Adrian Crum wrote:
 The work I did is so old and out of date that it is probably unusable
 by now. It might be best to start over.

 -Adrian

 Jacopo Cappellato wrote:
 You are right Christopher.
 We will have to migrate (and integrate) the user interface for
 SecurityGroups and User Login management from the Party to a
 framework component: this could be a new one, the webtools (I like
 the idea of having them in the webtools), a new webapp under
 security
 etc...
 I am sure that Adrian started this effort and put his code in Jira.

 Jacopo






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

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



Re: Financial Accounts - Deposits Withdrawals

2009-12-10 Thread David E Jones

Bob,

You're not the only person I've heard from recently who is having problems with 
financial accounts, and billing accounts too. I haven't had a chance to look 
into this, but it does seem like some basic things (such as updating financial 
account totals, and applying payments to invoices in billing accounts) are not 
working, or have been changed so that what is normally expected isn't happening 
and some hidden/obscure thing needs to be done in order finish the process.

What I think needs to be done is to do a gap/overlap analysis between the UBPL 
stories and what exists in OFBiz, and this can be used to document what exists 
and how to do things.

For this case the first step would be to make sure that everything you want to 
do is represented in the UBPL stories, and if not then let me know and I'll 
work you to make some edits.

BTW, I started a gap/overlap effort for UBPL, but I simply haven't had enough 
time to make progress on it.

-David


On Dec 10, 2009, at 4:00 PM, Bob Morley wrote:

 
 I am really hoping someone can shed some light on the best way to handle the
 following scenario:
 
 Dude comes into the store and slaps $1000 on the desk as a deposit for some
 Christmas shopping he will be doing in the future.  At some point later,
 same Dude comes in and buys some fancy stuff and uses that $1000 deposit to
 pay for it.
 
 What we do now is create a financial account of type DEPOSIT_ACCOUNT when he
 comes into the store.  We then make a payment to the financial account of
 type CUSTOMER_DEPOSIT for the $1000.  Ultimately, when the customer comes
 in to make the sale we use this financial account as form of payment. 
 Theoretically the dude can come back in and withdrawal the funds from this
 deposit account.
 
 However, the payment never seems to be getting completed.  If I attempt to
 go through the payment workflow I am forced to apply it to either a billing
 account, payment, invoice, or tax authority.  Moreover, the workflow for the
 financial account transaction was equally frustrating -- I could not
 actually get the $1000 to apply to the guys account unless I ran some form
 of financial account reconciliation.  I have tried to read all of the
 available documentation in the financial and billing account area; but I
 feel I must be missing something.  The only way I could get the
 reconciliation to work was to zap my database assigning the gl
 reconciliation id on the fin_account_trans (I think putting that transaction
 into the reconciliation pool).
 
 Can anyone comment on this use case -- am I using the proper entities and/or
 is there configuration or some other fanciness that could streamline this
 process.
 -- 
 View this message in context: 
 http://n4.nabble.com/Financial-Accounts-Deposits-Withdrawals-tp960589p960589.html
 Sent from the OFBiz - User mailing list archive at Nabble.com.



Re: Financial Accounts - Deposits Withdrawals

2009-12-10 Thread Bob Morley

Hi David,

I have done a quick review of the UBPL documents and have not really seen
anything that matches our use case.  We have quite a bit of functionality
targeted for brick and mortar stores; and Ofbiz tends to view things with a
more web-centric focus.  As a result, customers typically make sales through
a web sales channel (either direct or through a portal) or with a CSR. 
Having said this, with a model as robust as what we have it should not be a
problem to model our scenario even if it means writing a few more services.

I can create an entry in the UBPL that more closely matches what we want to
do here; but my fundamental question is that if a customer is managing their
own financial account and is going to make deposits and withdrawals from it,
how do you handle the application of the associated payment.  Specifically,
should there be an ability to apply the payment directly to the financial
account or should we be creating an invoice for the customer deposit.

The current application allows you to make a customer deposit payment for
the financial account, but it leaves you with a payment that still has to be
applied to something so it can be completed.  It appears the only viable
option would be to create an invoice (seems odd for a non-sale) or to
enhance the capability of the payment application to account for this
financial account deposit. 


David E Jones-4 wrote:
 
 
 Bob,
 
 You're not the only person I've heard from recently who is having problems
 with financial accounts, and billing accounts too. I haven't had a chance
 to look into this, but it does seem like some basic things (such as
 updating financial account totals, and applying payments to invoices in
 billing accounts) are not working, or have been changed so that what is
 normally expected isn't happening and some hidden/obscure thing needs to
 be done in order finish the process.
 
 What I think needs to be done is to do a gap/overlap analysis between the
 UBPL stories and what exists in OFBiz, and this can be used to document
 what exists and how to do things.
 
 For this case the first step would be to make sure that everything you
 want to do is represented in the UBPL stories, and if not then let me know
 and I'll work you to make some edits.
 
 BTW, I started a gap/overlap effort for UBPL, but I simply haven't had
 enough time to make progress on it.
 
 -David
 
 

-- 
View this message in context: 
http://n4.nabble.com/Financial-Accounts-Deposits-Withdrawals-tp960589p960656.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: example service type product data

2009-12-10 Thread Christopher Snow
Thanks Hans!

Hans Bakker wrote:
 Hi Chris,

 please read:
 http://cwiki.apache.org/confluence/display/OFBENDUSER/OFBiz+in+a+service
 +and+project+oriented+company

 concerning the rates the system is using a different principle, one rate
 is used and only a certain percentage of an employee's time is charged
 depending on his seniority. 
 (project - resources - select resource - rates)

 Regards,
 Hans


 On Wed, 2009-12-09 at 11:29 -0800, chris snow wrote:
   
 Does any on this forum use ofbiz for billing for their own consulting time?

 How do you setup the consulting product, e.g.

 Junior developer - £50/hour
 Senior developer - £100/hour
 Architect - £120/hour

 I would then need to record time spent on a customer project.  Would this be
 done using workeffort?

 Many thanks in advance,

 Chris


 Christopher Snow-2 wrote:
 
 Hi Forum,

 I'm looking for examples of service type product data.  Particularly
 services that will be billed at hourly and daily rates.

 I found product ID: SV-1000, but that doesn't seem to have any UOM type
 features attached to it.

 Any pointers will be appreciated.

 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: Financial Accounts - Deposits Withdrawals

2009-12-10 Thread David E Jones

The only time I can think of that you would need an invoice when putting money 
into a financial account is if there was an order with a product that 
represented putting money in, and the invoice would be for the source of the 
money (cash, CC, whatever) and not for the target of the money (the fin 
account). If the money comes in through some other means an invoice shouldn't 
be necessary, and if it comes in through an order the invoice part should be 
pretty automatic.

About the UBPL stories, there should be general things in there for some of 
these basic operations, and hopefully you wouldn't have to write too much. 
Anyway, my hope was that it would be an asset, and if not at least the approach 
of the overlap documentation based on the story would be helpful.

-David


On Dec 10, 2009, at 5:03 PM, Bob Morley wrote:

 
 Hi David,
 
 I have done a quick review of the UBPL documents and have not really seen
 anything that matches our use case.  We have quite a bit of functionality
 targeted for brick and mortar stores; and Ofbiz tends to view things with a
 more web-centric focus.  As a result, customers typically make sales through
 a web sales channel (either direct or through a portal) or with a CSR. 
 Having said this, with a model as robust as what we have it should not be a
 problem to model our scenario even if it means writing a few more services.
 
 I can create an entry in the UBPL that more closely matches what we want to
 do here; but my fundamental question is that if a customer is managing their
 own financial account and is going to make deposits and withdrawals from it,
 how do you handle the application of the associated payment.  Specifically,
 should there be an ability to apply the payment directly to the financial
 account or should we be creating an invoice for the customer deposit.
 
 The current application allows you to make a customer deposit payment for
 the financial account, but it leaves you with a payment that still has to be
 applied to something so it can be completed.  It appears the only viable
 option would be to create an invoice (seems odd for a non-sale) or to
 enhance the capability of the payment application to account for this
 financial account deposit. 
 
 
 David E Jones-4 wrote:
 
 
 Bob,
 
 You're not the only person I've heard from recently who is having problems
 with financial accounts, and billing accounts too. I haven't had a chance
 to look into this, but it does seem like some basic things (such as
 updating financial account totals, and applying payments to invoices in
 billing accounts) are not working, or have been changed so that what is
 normally expected isn't happening and some hidden/obscure thing needs to
 be done in order finish the process.
 
 What I think needs to be done is to do a gap/overlap analysis between the
 UBPL stories and what exists in OFBiz, and this can be used to document
 what exists and how to do things.
 
 For this case the first step would be to make sure that everything you
 want to do is represented in the UBPL stories, and if not then let me know
 and I'll work you to make some edits.
 
 BTW, I started a gap/overlap effort for UBPL, but I simply haven't had
 enough time to make progress on it.
 
 -David
 
 
 
 -- 
 View this message in context: 
 http://n4.nabble.com/Financial-Accounts-Deposits-Withdrawals-tp960589p960656.html
 Sent from the OFBiz - User mailing list archive at Nabble.com.



Re: about ofbiz comopnent

2009-12-10 Thread Michael Xu (xudong)
hi Abdullah,

Thanks. So it seems there is no big difference between commenting out a
component from component-load.xml and removing it from file system.

Yes, I am following up some ML threads and JIRA issues for how to make ofbiz
as a framework.

--
Regards,
Michael Xu (xudong)
www.wizitsoft.com


On Thu, Dec 3, 2009 at 11:38 PM, Abdullah Shaikh 
abdullah.sha...@viithiisys.com wrote:

 Hi Michael,

 If you comment out a component, it will throw you some database related
 errors  ofbiz won't start.

 Ideally following should have happened, but it doesn't,
 1) Database tables shouldn't be created for that components
 2) The other component should complain if it depends on the
 commented/removed component

 etc

 There was a discussion on ML regarding making the components independent, I
 guess this would be a good feature.

 Thanks,
 Abdullah

 On Thu, Dec 3, 2009 at 7:04 PM, Michael Xu (xudong)
 dong...@wizitsoft.comwrote:

  hi all,
 
  If I comment out a component from component-load.xml, what is expected to
  happen?
 
  1) all database tables related to that component will still be created?
  2) the other component which depends on this component can work or not?
  3) what's the difference if I just remove that component from file
 system?
 
  --
  Regards,
  Michael Xu (xudong)
  www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135
  0135
  9807 | Fax: (8610) 62670096
 



Re: OFBiz eProcurement .

2009-12-10 Thread Michael Xu (xudong)
hi Ritika,

My company is building a tendering system on top of ofbiz, which will
support RFX, auction and reverse auction. We plan to release the first
version in three months.

--
Regards,
Michael Xu (xudong)
www.wizitsoft.com


On Sun, May 31, 2009 at 8:09 PM, Ritika Agrawal ritika.of...@gmail.comwrote:

 Hello users,

   I've a question, Is OFBIz provide any user interface for eProcurement and
 tendering ?


 Any help would be highly appreciated.


 Thanks
 Ritika



Regarding facility

2009-12-10 Thread Prabhakaran Duraisamy
Hi

  In ofbiz I created a new Facility, in that i give a party Owner as newly
created partyso that while I Receive products for this there is an
error like  that the party has no Account Group.
If I selected the Owner as Existing one I Can Receive the Product for this
Facility(Inventory) Pls Give Me Guidance to handle this

 Thanks In Advance

-- 
Regards,

Prabhakaran.D

+91 99 520 93 900


ofbiz integration with cybersource

2009-12-10 Thread asitkumar....@tcs.com

Hi 
 currently in latest ofbiz trunk version i can see payment gateway is 
configured for cybersource but we can not find it in ofbiz-rel9.04-current 
version. So can you please help me which option for communication does the 
ofbiz trunk version is using. As cybersource has provided in its site the 
list of options for communicating is 
1.Virtual terminal 
2.Hosted Order Page 
3.Silent Order Post 
4.Legacy SCMP API 
5.Simple Order API 
6.SOAP Toolkit API 

Thnaks in advance for your kind information 

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


Re: ofbiz integration with cybersource

2009-12-10 Thread S K Pradeep kumar
Simple Order API

With regards,
S K Pradeep kumar,



On Fri, Dec 11, 2009 at 10:11 AM, asitkumar@tcs.com 
asitkumar@tcs.com wrote:


 Hi
  currently in latest ofbiz trunk version i can see payment gateway is
 configured for cybersource but we can not find it in ofbiz-rel9.04-current
 version. So can you please help me which option for communication does the
 ofbiz trunk version is using. As cybersource has provided in its site the
 list of options for communicating is
 1.Virtual terminal
 2.Hosted Order Page
 3.Silent Order Post
 4.Legacy SCMP API
 5.Simple Order API
 6.SOAP Toolkit API

 Thnaks in advance for your kind information

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



Re: [ANNOUNCE] OFBiz-BlazeDS has been released

2009-12-10 Thread Abdullah Shaikh
Hi Shi,

That's great !! I was thinking about flash with ofbiz for quite sometime ...

So does OFBiz-BlazeDS supports all the components (modules, like party,
order etc or is it that its just a base to build communication between other
componets.

And just one query, what about search engines, although we won't need to
think about it if we are developing an internal application or say
application which deals with other components other than eCommerce, and if
its eCommerce then the question of search engine arise ?

And what do you think of GWT ?

- Abdullah

On Fri, Dec 11, 2009 at 11:10 AM, Shi Jinghai sh...@langhua.cn wrote:

 Hi list,

 I'm glad to announce a new module, OFBiz-BlazeDS, has been released by
 Langhua Opensource Foundation. This is a hello-world sample to show a
 way to support dynamic Flash UI in OFBiz.

 You can get more details from:

 http://langhua.org/portal/portal/default/OFBiz/OFBizBlazeDSModulePortletWindow?windowstate=maximized

 BlazeDS is an Adobe Open Source.

 Have a nice weekend,

 Shi Jinghai/Langhua Opensource Foundation





In order

2009-12-10 Thread Prabhakaran Duraisamy
Hi  ,

  In Ofbiz , after ant clean - all, i tried to make Purchase Order but
cant,yet I got Error as
org.ofbiz.webapp.event.EventHandlerException: Problems processing event:
java.lang.NullPointerException (null)
 pls Guide me

-- 
Regards,

Prabhakaran.D

+91 99 520 93 900


Re: ofbiz integration with cybersource

2009-12-10 Thread asitkumar....@tcs.com

Thanks Pradeep for the piece of information

S K Pradeep kumar wrote:
 
 Simple Order API
 
 With regards,
 S K Pradeep kumar,
 
 
 
 On Fri, Dec 11, 2009 at 10:11 AM, asitkumar@tcs.com 
 asitkumar@tcs.com wrote:
 

 Hi
  currently in latest ofbiz trunk version i can see payment gateway is
 configured for cybersource but we can not find it in
 ofbiz-rel9.04-current
 version. So can you please help me which option for communication does
 the
 ofbiz trunk version is using. As cybersource has provided in its site the
 list of options for communicating is
 1.Virtual terminal
 2.Hosted Order Page
 3.Silent Order Post
 4.Legacy SCMP API
 5.Simple Order API
 6.SOAP Toolkit API

 Thnaks in advance for your kind information

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

 
 

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


Re: In order

2009-12-10 Thread Vivek Mishra

Hi Prabhakaran,

Refer Ofbiz/build.xml file for knowing the use of clean-all target. You 
don't have database and even the jar file to run OFBiz if you are using 
derby database.


Create a jar and install the data.

Thanks!

-- Vivek Mishra

Prabhakaran Duraisamy wrote:

Hi  ,

  In Ofbiz , after ant clean - all, i tried to make Purchase Order but
cant,yet I got Error as
org.ofbiz.webapp.event.EventHandlerException: Problems processing event:
java.lang.NullPointerException (null)
 pls Guide me

  


Re: In order

2009-12-10 Thread Prabhakaran Duraisamy
Thanks Vivek

 After ant clean-all I Run ant run-install and ant run... where there is
a Default Facilty And Stores are deleted... Here I Created a new Inventory
and Stores But i Can't make Order's

On Fri, Dec 11, 2009 at 12:35 PM, Vivek Mishra vivek.mis...@hotwaxmedia.com
 wrote:

 Hi Prabhakaran,

 Refer Ofbiz/build.xml file for knowing the use of clean-all target. You
 don't have database and even the jar file to run OFBiz if you are using
 derby database.

 Create a jar and install the data.

 Thanks!

 -- Vivek Mishra


 Prabhakaran Duraisamy wrote:

 Hi  ,

  In Ofbiz , after ant clean - all, i tried to make Purchase Order but
 cant,yet I got Error as
 org.ofbiz.webapp.event.EventHandlerException: Problems processing event:
 java.lang.NullPointerException (null)
  pls Guide me






-- 
Regards,

Prabhakaran.D

+91 99 520 93 900


Re: [ANNOUNCE] OFBiz-BlazeDS has been released

2009-12-10 Thread Shi Jinghai
OFBiz-BlazeDS is only a demo (though it's derived from our projects).
You can extend it to fit your project, it's quite easy.

OFBiz-Lucene and search pipeline? It's in our todo list, but no time to
do it now. I wish we can release it in 2010.

GWT? I don't have a chance to use it.

Regards,

Shi Jinghai/Beijing Langhua Ltd.


在 2009-12-11五的 12:06 +0530,Abdullah Shaikh写道:
 Hi Shi,
 
 That's great !! I was thinking about flash with ofbiz for quite sometime ...
 
 So does OFBiz-BlazeDS supports all the components (modules, like party,
 order etc or is it that its just a base to build communication between other
 componets.
 
 And just one query, what about search engines, although we won't need to
 think about it if we are developing an internal application or say
 application which deals with other components other than eCommerce, and if
 its eCommerce then the question of search engine arise ?
 
 And what do you think of GWT ?
 
 - Abdullah
 
 On Fri, Dec 11, 2009 at 11:10 AM, Shi Jinghai sh...@langhua.cn wrote:
 
  Hi list,
 
  I'm glad to announce a new module, OFBiz-BlazeDS, has been released by
  Langhua Opensource Foundation. This is a hello-world sample to show a
  way to support dynamic Flash UI in OFBiz.
 
  You can get more details from:
 
  http://langhua.org/portal/portal/default/OFBiz/OFBizBlazeDSModulePortletWindow?windowstate=maximized
 
  BlazeDS is an Adobe Open Source.
 
  Have a nice weekend,
 
  Shi Jinghai/Langhua Opensource Foundation
 
 
 



Re: In order

2009-12-10 Thread Scott Gray

Hi Prabhakaran,

Please send along the portion of the log containing the errors, you'll  
find the logs in runtime/logs/ofbiz.log


Regards
Scott

HotWax Media
http://www.hotwaxmedia.com

On 11/12/2009, at 8:20 PM, Prabhakaran Duraisamy wrote:


Thanks Vivek

After ant clean-all I Run ant run-install and ant run... where  
there is
a Default Facilty And Stores are deleted... Here I Created a new  
Inventory

and Stores But i Can't make Order's

On Fri, Dec 11, 2009 at 12:35 PM, Vivek Mishra vivek.mis...@hotwaxmedia.com

wrote:



Hi Prabhakaran,

Refer Ofbiz/build.xml file for knowing the use of clean-all target.  
You
don't have database and even the jar file to run OFBiz if you are  
using

derby database.

Create a jar and install the data.

Thanks!

-- Vivek Mishra


Prabhakaran Duraisamy wrote:


Hi  ,

In Ofbiz , after ant clean - all, i tried to make Purchase Order but
cant,yet I got Error as
org.ofbiz.webapp.event.EventHandlerException: Problems processing  
event:

java.lang.NullPointerException (null)
pls Guide me








--
Regards,

Prabhakaran.D

+91 99 520 93 900




smime.p7s
Description: S/MIME cryptographic signature


Re: In order

2009-12-10 Thread Prabhakaran Duraisamy
Hi, Scott Gray this is the portion of the log containing the errors pls fix
the error

file:/D:/ofbiz/applications/order/widget/ordermgr/OrderViewScreens.xml
2009-12-11 13:05:29,156 (http-0.0.0.0-8444-1) [
UtilProperties.java:870:INFO ] ResourceBundle OrderEntityLabels (en_US)
created in 0.063s with 80 properties
2009-12-11 13:05:29,515 (http-0.0.0.0-8444-1) [
ScreenFactory.java:129:INFO ] Got 4 screens in 0.015s from:
file:/D:/ofbiz/applications/order/widget/ordermgr/CommonScreens.xml
2009-12-11 13:05:29,640 (http-0.0.0.0-8444-1) [
UtilProperties.java:870:INFO ] ResourceBundle ContentUiLabels (en_US)
created in 0.125s with 458 properties
2009-12-11 13:05:29,671 (http-0.0.0.0-8444-1) [
ScreenFactory.java:129:INFO ] Got 22 screens in 0.015s from:
file:/D:/ofbiz/framework/common/widget/CommonScreens.xml
2009-12-11 13:05:29,828 (http-0.0.0.0-8444-1) [
ControlServlet.java:299:INFO ] [[[main] Request Done- total:1.094,since
last([main] Request Be...):1.094]]
2009-12-11 13:05:31,843 (http-0.0.0.0-8444-4) [
ControlServlet.java:130:INFO ] [[[orderentry] Request Begun,
encoding=[UTF-8]- total:0.0,since last(Begin):0.0]]
2009-12-11 13:05:31,843 (http-0.0.0.0-8444-4) [
LoginWorker.java:880:INFO ] INSIDE HAS BASE PERMISSION
2009-12-11 13:05:31,843 (http-0.0.0.0-8444-4) [
LoginWorker.java:883:INFO ] security
org.ofbiz.security.ofbizsecur...@13a73db
2009-12-11 13:05:31,843 (http-0.0.0.0-8444-4) [
LoginWorker.java:889:INFO ] INFO
org.ofbiz.base.component.componentconfig$webappi...@8c40ee
2009-12-11 13:05:31,843 (http-0.0.0.0-8444-4) [
LoginWorker.java:890:INFO ] info.getBasePermission()
[Ljava.lang.String;@1faf398
2009-12-11 13:05:31,843 (http-0.0.0.0-8444-4) [
LoginWorker.java:894:INFO ] permission in for loopOFBTOOLS
2009-12-11 13:05:31,843 (http-0.0.0.0-8444-4) [
LoginWorker.java:894:INFO ] permission in for loopORDERMGR
2009-12-11 13:05:31,875 (http-0.0.0.0-8444-4) [
RequestHandler.java:588:INFO ] Ran Event
[java:org.ofbiz.order.shoppingcart.ShoppingCartEvents#routeOrderEntry] from
[request], result is [init]
2009-12-11 13:05:31,875 (http-0.0.0.0-8444-4) [
RequestHandler.java:692:INFO ] Rendering View [checkinits],
sessionId=5019AD045F39B52663EDC56C711B15D9.jvm1
2009-12-11 13:05:31,890 (http-0.0.0.0-8444-4) [
ScreenFactory.java:129:INFO ] Got 6 screens in 0.015s from:
file:/D:/ofbiz/applications/order/widget/ordermgr/OrderEntryScreens.xml
2009-12-11 13:05:32,234 (http-0.0.0.0-8444-4) [
ScreenFactory.java:129:INFO ] Got 1 screens in 0.016s from:
file:/D:/ofbiz/applications/commonext/widget/CommonScreens.xml
2009-12-11 13:05:32,453 (http-0.0.0.0-8444-4) [
ControlServlet.java:299:INFO ] [[[orderentry] Request Done- total:0.61,since
last([orderentry] Requ...):0.61]]
2009-12-11 13:05:39,484 (http-0.0.0.0-8444-3) [
ControlServlet.java:130:INFO ] [[[initorderentry] Request Begun,
encoding=[UTF-8]- total:0.0,since last(Begin):0.0]]
2009-12-11 13:05:39,515 (http-0.0.0.0-8444-3) [
ConfigXMLReader.java:118:INFO ] controller loaded: 0.0s, 17 requests, 13
views in
file:/D:/ofbiz/framework/common/webcommon/WEB-INF/common-controller.xml
2009-12-11 13:05:39,515 (http-0.0.0.0-8444-3) [
ConfigXMLReader.java:118:INFO ] controller loaded: 0.015s, 322 requests, 143
views in jndi:/0.0.0.0/ordermgr/WEB-INF/controller.xml
2009-12-11 13:05:39,531 (http-0.0.0.0-8444-3) [
LoginWorker.java:880:INFO ] INSIDE HAS BASE PERMISSION
2009-12-11 13:05:39,531 (http-0.0.0.0-8444-3) [
LoginWorker.java:883:INFO ] security
org.ofbiz.security.ofbizsecur...@13a73db
2009-12-11 13:05:39,531 (http-0.0.0.0-8444-3) [
LoginWorker.java:889:INFO ] INFO
org.ofbiz.base.component.componentconfig$webappi...@8c40ee
2009-12-11 13:05:39,531 (http-0.0.0.0-8444-3) [
LoginWorker.java:890:INFO ] info.getBasePermission()
[Ljava.lang.String;@1faf398
2009-12-11 13:05:39,531 (http-0.0.0.0-8444-3) [
LoginWorker.java:894:INFO ] permission in for loopOFBTOOLS
2009-12-11 13:05:39,531 (http-0.0.0.0-8444-3) [
LoginWorker.java:894:INFO ] permission in for loopORDERMGR
2009-12-11 13:05:39,562 (http-0.0.0.0-8444-3) [
ProductStoreWorker.java:101:ERROR] No product store found in request, cannot
set locale!
2009-12-11 13:05:39,562 (http-0.0.0.0-8444-3) [
JavaEventHandler.java:100:ERROR]
 runtime exception report
--
Problems Processing Event
Exception: java.lang.NullPointerException
Message: null
 stack trace
---
java.lang.NullPointerException
org.ofbiz.product.store.ProductStoreWorker.getStoreCurrencyUomId(ProductStoreWorker.java:95)
org.ofbiz.order.shoppingcart.WebShoppingCart.init(WebShoppingCart.java:44)
org.ofbiz.order.shoppingcart.ShoppingCartEvents.getCartObject(ShoppingCartEvents.java:821)
org.ofbiz.order.shoppingcart.ShoppingCartEvents.getCartObject(ShoppingCartEvents.java:840)
org.ofbiz.order.shoppingcart.ShoppingCartEvents.initializeOrderEntry(ShoppingCartEvents.java:1386)

Re: In order

2009-12-10 Thread Scott Gray

2009-12-11 13:05:39,562 (http-0.0.0.0-8444-3) [
ProductStoreWorker.java:101:ERROR] No product store found in  
request, cannot

set locale!


I'm guessing that you haven't updated the webSiteId context-param  
inside the web.xml file for the order manager webapp.  Change it to  
the id of the record that you replaced the OrderEntry WebSite record  
with.


Regards
Scott

HotWax Media
http://www.hotwaxmedia.com


On 11/12/2009, at 8:41 PM, Prabhakaran Duraisamy wrote:

Hi, Scott Gray this is the portion of the log containing the errors  
pls fix

the error

file:/D:/ofbiz/applications/order/widget/ordermgr/OrderViewScreens.xml
2009-12-11 13:05:29,156 (http-0.0.0.0-8444-1) [
UtilProperties.java:870:INFO ] ResourceBundle OrderEntityLabels  
(en_US)

created in 0.063s with 80 properties
2009-12-11 13:05:29,515 (http-0.0.0.0-8444-1) [
ScreenFactory.java:129:INFO ] Got 4 screens in 0.015s from:
file:/D:/ofbiz/applications/order/widget/ordermgr/CommonScreens.xml
2009-12-11 13:05:29,640 (http-0.0.0.0-8444-1) [
UtilProperties.java:870:INFO ] ResourceBundle ContentUiLabels (en_US)
created in 0.125s with 458 properties
2009-12-11 13:05:29,671 (http-0.0.0.0-8444-1) [
ScreenFactory.java:129:INFO ] Got 22 screens in 0.015s from:
file:/D:/ofbiz/framework/common/widget/CommonScreens.xml
2009-12-11 13:05:29,828 (http-0.0.0.0-8444-1) [
ControlServlet.java:299:INFO ] [[[main] Request Done- total: 
1.094,since

last([main] Request Be...):1.094]]
2009-12-11 13:05:31,843 (http-0.0.0.0-8444-4) [
ControlServlet.java:130:INFO ] [[[orderentry] Request Begun,
encoding=[UTF-8]- total:0.0,since last(Begin):0.0]]
2009-12-11 13:05:31,843 (http-0.0.0.0-8444-4) [
LoginWorker.java:880:INFO ] INSIDE HAS BASE PERMISSION
2009-12-11 13:05:31,843 (http-0.0.0.0-8444-4) [
LoginWorker.java:883:INFO ] security
org.ofbiz.security.ofbizsecur...@13a73db
2009-12-11 13:05:31,843 (http-0.0.0.0-8444-4) [
LoginWorker.java:889:INFO ] INFO
org.ofbiz.base.component.componentconfig$webappi...@8c40ee
2009-12-11 13:05:31,843 (http-0.0.0.0-8444-4) [
LoginWorker.java:890:INFO ] info.getBasePermission()
[Ljava.lang.String;@1faf398
2009-12-11 13:05:31,843 (http-0.0.0.0-8444-4) [
LoginWorker.java:894:INFO ] permission in for loopOFBTOOLS
2009-12-11 13:05:31,843 (http-0.0.0.0-8444-4) [
LoginWorker.java:894:INFO ] permission in for loopORDERMGR
2009-12-11 13:05:31,875 (http-0.0.0.0-8444-4) [
RequestHandler.java:588:INFO ] Ran Event
[java:org 
.ofbiz.order.shoppingcart.ShoppingCartEvents#routeOrderEntry] from

[request], result is [init]
2009-12-11 13:05:31,875 (http-0.0.0.0-8444-4) [
RequestHandler.java:692:INFO ] Rendering View [checkinits],
sessionId=5019AD045F39B52663EDC56C711B15D9.jvm1
2009-12-11 13:05:31,890 (http-0.0.0.0-8444-4) [
ScreenFactory.java:129:INFO ] Got 6 screens in 0.015s from:
file:/D:/ofbiz/applications/order/widget/ordermgr/ 
OrderEntryScreens.xml

2009-12-11 13:05:32,234 (http-0.0.0.0-8444-4) [
ScreenFactory.java:129:INFO ] Got 1 screens in 0.016s from:
file:/D:/ofbiz/applications/commonext/widget/CommonScreens.xml
2009-12-11 13:05:32,453 (http-0.0.0.0-8444-4) [
ControlServlet.java:299:INFO ] [[[orderentry] Request Done- total: 
0.61,since

last([orderentry] Requ...):0.61]]
2009-12-11 13:05:39,484 (http-0.0.0.0-8444-3) [
ControlServlet.java:130:INFO ] [[[initorderentry] Request Begun,
encoding=[UTF-8]- total:0.0,since last(Begin):0.0]]
2009-12-11 13:05:39,515 (http-0.0.0.0-8444-3) [
ConfigXMLReader.java:118:INFO ] controller loaded: 0.0s, 17  
requests, 13

views in
file:/D:/ofbiz/framework/common/webcommon/WEB-INF/common- 
controller.xml

2009-12-11 13:05:39,515 (http-0.0.0.0-8444-3) [
ConfigXMLReader.java:118:INFO ] controller loaded: 0.015s, 322  
requests, 143

views in jndi:/0.0.0.0/ordermgr/WEB-INF/controller.xml
2009-12-11 13:05:39,531 (http-0.0.0.0-8444-3) [
LoginWorker.java:880:INFO ] INSIDE HAS BASE PERMISSION
2009-12-11 13:05:39,531 (http-0.0.0.0-8444-3) [
LoginWorker.java:883:INFO ] security
org.ofbiz.security.ofbizsecur...@13a73db
2009-12-11 13:05:39,531 (http-0.0.0.0-8444-3) [
LoginWorker.java:889:INFO ] INFO
org.ofbiz.base.component.componentconfig$webappi...@8c40ee
2009-12-11 13:05:39,531 (http-0.0.0.0-8444-3) [
LoginWorker.java:890:INFO ] info.getBasePermission()
[Ljava.lang.String;@1faf398
2009-12-11 13:05:39,531 (http-0.0.0.0-8444-3) [
LoginWorker.java:894:INFO ] permission in for loopOFBTOOLS
2009-12-11 13:05:39,531 (http-0.0.0.0-8444-3) [
LoginWorker.java:894:INFO ] permission in for loopORDERMGR
2009-12-11 13:05:39,562 (http-0.0.0.0-8444-3) [
ProductStoreWorker.java:101:ERROR] No product store found in  
request, cannot

set locale!
2009-12-11 13:05:39,562 (http-0.0.0.0-8444-3) [
JavaEventHandler.java:100:ERROR]
 runtime exception report
--
Problems Processing Event
Exception: java.lang.NullPointerException
Message: null
 stack trace
---