Demo server

2010-03-16 Thread Jacques Le Roux

Updated and rebooted, please don't play with the admin password...

Jacques



Re: Brainstorming about the Framework: Data Tier

2010-03-16 Thread Nicolas Malin

Hi David,

Yes, I remember very well this discussion ;)  .
From my POV, compilation is good but has some limitations. Interpreting 
is also good, and has other limitations. So mixing both, and adding some 
good practices is then a very nice way to go.


In neogia, we are using generated java files from entitymodel for 
developping java code.
One Entity is then transformed in two classes : EntityBase.java and 
EntityService.java. Generated files contains an attributes list, some 
getter/setter and functions to get associations. It's a heritage of 
GenericValue so we can use as GV or Object oriented method. This make 
easier big java service development with ide auto-completion, 
simplification to read complexe object as DynamicView and possibility to 
switch  in oriented object code and  relational code (to select to best 
approch as appropriate)
We also added other functions as edit / remove / beforeStore ... but 
they will pass to deprecated because intrepreted language is really 
better for that and I prefer use the auto-entity service and seca .


I'm sure we can improve the generators for a better integration with the 
OFBiz concept ;)  if the OFBiz community is interested.


Nicolas

David E Jones a écrit :

Nicolas,

I guess this goes back to discussions on approach even as basic as compiled 
versus interpreted languages, or at least the issue of typos in variable names.

What is it that you like about having these generated classes to use? You 
mentioned auto-completion in IDEs and compile time variable name and type 
checking. Are there other ways this makes your life easier, or is that the main 
point?

-David


On Mar 11, 2010, at 1:34 PM, Nicolas Malin wrote:

  

-1

BJ, Ruth,

Saying that OFBiz should move in the same way that other projects is a bit 
stupid, and show that you've not fully understand OFBiz and the entity engine.
It is now 7 years I'm working on OFBiz, and I have made the same error at the 
beginning as others, I did'nt understood at the moment the beauty of the 
entityengine.
Looking back at my hard start, I'm glad having done this error, and now more 
than mastering the entity engine, and all its abilities in tems of connections, 
abstractions, and more.
The only fault I found was on huge customers projects where there were big 
business needs.

At LibrenBerry and Nereide, we've then added generators to fill the gap, and 
this remove nothing from the entity-engine capabilities, but add more 
smoothness in its use. The combination form/screen/minilang is as strong as 
before and more stronger. For big business needs, where java is needed, the 
generated code is more reliable (who never has made on error on Strings ?). for 
an example, you can take a look to neogia accounting code, to see how 
entity-engine and code generation combination is valuable.

From our side, it is sure that helping development by generation is not 
revolutionizing OFBiz, and should not do it, noone told to replace 
entity-engine with hibernate.
Generation is adding a bigger flexibility and a more reliable product.

From my point of view, OFBiz is more than just an ERP. It is also a strong base 
for any project, from the small ones to the big ones. Adding MDA tools in its 
data model can only be a good thing.

Cheers,
Nicolas

Ruth Hoffman a écrit :


+1
Thank you BJ.
Ruth

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

BJ Freeman wrote:
  

Let me ask this, if all these other approaches are better why is there
not a application like ofbiz done in them, without using ofbiz at all?

I keep getting the feeling that those that want major changes don't
really understand the design goals of ofbiz.

===

BJ Freeman
http://bjfreeman.elance.com
Strategic Power Office with Supplier Automation 
http://www.businessesnetwork.com/automation/viewforum.php?f=93
Specialtymarket.com http://www.specialtymarket.com/

Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Linkedin
http://www.linkedin.com/profile?viewProfile=key=1237480locale=en_UStrk=tab_pro 



huang.mi...@gmail.com sent the following on 3/11/2010 8:50 AM:



While reading the sentence There are many people out there who don't
understand the Entity Engine, I felt a problem implied in it: There are
absolutely much more people out there, and I'm sure the OFBIZ project
want to attract them in. Why they keep on asking Hibernate, Spring,
etc, though? Are they all wrong?

In my opinion, the OFBIZ framework DID do a right thing - to provide
developers an integrated framework. What I mean is in OFBIZ, the
developer can define entity in one place and share the entity definition
across different tiers, form persistence to presentation. This kind of
integration saved developers a lot from typings and preserved
consistency across different application tiers. But, this is not what
Entity Engine itself can provide. All 

error in google product export.

2010-03-16 Thread rohit

Hi,

I think there is an error in googlebase product export.

if we export a single item, the code works OK, but when we try to export
multiple item to google base the code fails. 

The probable error is with the way the multiple product ids are passed to
the java code for processing.

till sometime, the part of the FTL holding the multiple porductids were in
'[]' or second brackets, with a recent path they have been changed to '{}'
or third bracket. I am not sure if this causes the failure for the java code
to accept multiple items, but its the only change I noticed in Google base
recently.

I am using the latest SVN on a linux machine.

Any feedback is welcome.

Thanks,

Rohit
 
-- 
View this message in context: 
http://n4.nabble.com/error-in-google-product-export-tp1594536p1594536.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


terms in quote

2010-03-16 Thread james_sg

Hi,

Is there a way or work around to add terms (like payment terms) when
creating quotation?

Regards,
James
-- 
View this message in context: 
http://n4.nabble.com/terms-in-quote-tp1594664p1594664.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Reports of ProjectMgr component

2010-03-16 Thread Bertuzzi, Armando [Nervianoms]
Hi all,
I have difficulties in locating the html reports that are part of the
ProjectMgr component. 
Reports of this component should include 
 - Task Reports, 
 - Task by priority, 
 - Task over time estimate or past schedule 
 - Estimated schedule/workload for party X 
 etc.
Can someone direct me to where they can be found?
Many thanks in advance for your help,
Armando




Re: Reports of ProjectMgr component

2010-03-16 Thread Hans Bakker
Hi Amando.

Reporting of the project manager is currently limited to the
projectoverview.

I am developing a more extensive project manager which will be available
later this year.

Regards,
Hans


On Tue, 2010-03-16 at 14:30 +0100, Bertuzzi, Armando [Nervianoms] wrote:
 Hi all,
 I have difficulties in locating the html reports that are part of the
 ProjectMgr component. 
 Reports of this component should include 
  - Task Reports, 
  - Task by priority, 
  - Task over time estimate or past schedule 
  - Estimated schedule/workload for party X 
  etc.
 Can someone direct me to where they can be found?
 Many thanks in advance for your help,
 Armando
 
 
-- 
Ofbiz on twitter: http://twitter.com/apache_ofbiz
Myself on twitter: http://twitter.com/hansbak
Antwebsystems.com: Quality services for competitive rates.



Re: terms in quote

2010-03-16 Thread BJ Freeman
I use agreements entity.
have agreement templates I pull up, then it creates an agreement
attached to the quote.

=
BJ Freeman
http://bjfreeman.elance.com
Strategic Power Office with Supplier Automation 
http://www.businessesnetwork.com/automation/viewforum.php?f=93
Specialtymarket.com http://www.specialtymarket.com/

Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Linkedin
http://www.linkedin.com/profile?viewProfile=key=1237480locale=en_UStrk=tab_pro


james_sg sent the following on 3/16/2010 3:36 AM:
 Hi,
 
 Is there a way or work around to add terms (like payment terms) when
 creating quotation?
 
 Regards,
 James




RE: Reports of ProjectMgr component

2010-03-16 Thread Bertuzzi, Armando [Nervianoms]
I understand.
From what menu/level can the projectoverview report be launched?
Armando 

-Original Message-
From: Hans Bakker [mailto:mailingl...@antwebsystems.com] 
Sent: Tuesday, March 16, 2010 2:39 PM
To: user@ofbiz.apache.org
Subject: Re: Reports of ProjectMgr component

Hi Amando.

Reporting of the project manager is currently limited to the
projectoverview.

I am developing a more extensive project manager which will be available
later this year.

Regards,
Hans


On Tue, 2010-03-16 at 14:30 +0100, Bertuzzi, Armando [Nervianoms] wrote:
 Hi all,
 I have difficulties in locating the html reports that are part of the 
 ProjectMgr component.
 Reports of this component should include
  - Task Reports,
  - Task by priority,
  - Task over time estimate or past schedule
  - Estimated schedule/workload for party X  etc.
 Can someone direct me to where they can be found?
 Many thanks in advance for your help,
 Armando
 
 
--
Ofbiz on twitter: http://twitter.com/apache_ofbiz Myself on twitter:
http://twitter.com/hansbak
Antwebsystems.com: Quality services for competitive rates.



Re: Brainstorming about the Framework: Data Tier

2010-03-16 Thread BJ Freeman
there must be an mis understanding.
I don't think ofbiz should change just so others people can have it
easier, at the expense of the ofbiz design.

btw I have been using ofbiz about as long as you.
I started with java OO and found that I was touching to many points in code.
Ofbiz design provided a lot less touch points to accomplish the same
thing. thus has a faster to market design time and less maintainence, IMHO.

==
BJ Freeman
http://bjfreeman.elance.com
Strategic Power Office with Supplier Automation 
http://www.businessesnetwork.com/automation/viewforum.php?f=93
Specialtymarket.com http://www.specialtymarket.com/

Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Linkedin
http://www.linkedin.com/profile?viewProfile=key=1237480locale=en_UStrk=tab_pro


Nicolas Malin sent the following on 3/11/2010 12:34 PM:
 -1
 
 BJ, Ruth,
 
 Saying that OFBiz should move in the same way that other projects is a
 bit stupid, and show that you've not fully understand OFBiz and the
 entity engine.
 It is now 7 years I'm working on OFBiz, and I have made the same error
 at the beginning as others, I did'nt understood at the moment the beauty
 of the entityengine.
 Looking back at my hard start, I'm glad having done this error, and now
 more than mastering the entity engine, and all its abilities in tems of
 connections, abstractions, and more.
 The only fault I found was on huge customers projects where there were
 big business needs.
 
 At LibrenBerry and Nereide, we've then added generators to fill the gap,
 and this remove nothing from the entity-engine capabilities, but add
 more smoothness in its use. The combination form/screen/minilang is as
 strong as before and more stronger. For big business needs, where java
 is needed, the generated code is more reliable (who never has made on
 error on Strings ?). for an example, you can take a look to neogia
 accounting code, to see how entity-engine and code generation
 combination is valuable.
 
 From our side, it is sure that helping development by generation is not
 revolutionizing OFBiz, and should not do it, noone told to replace
 entity-engine with hibernate.
 Generation is adding a bigger flexibility and a more reliable product.
 
 From my point of view, OFBiz is more than just an ERP. It is also a
 strong base for any project, from the small ones to the big ones. Adding
 MDA tools in its data model can only be a good thing.
 
 Cheers,
 Nicolas
 
 Ruth Hoffman a écrit :
 +1
 Thank you BJ.
 Ruth
 
 Find me on the web at http://www.myofbiz.com or Google keyword myofbiz
 ruth.hoff...@myofbiz.com

 BJ Freeman wrote:
 Let me ask this, if all these other approaches are better why is there
 not a application like ofbiz done in them, without using ofbiz at all?

 I keep getting the feeling that those that want major changes don't
 really understand the design goals of ofbiz.

 ===

 BJ Freeman
 http://bjfreeman.elance.com
 Strategic Power Office with Supplier Automation
 http://www.businessesnetwork.com/automation/viewforum.php?f=93
 Specialtymarket.com http://www.specialtymarket.com/

 Systems Integrator-- Glad to Assist

 Chat  Y! messenger: bjfr33man
 Linkedin
 http://www.linkedin.com/profile?viewProfile=key=1237480locale=en_UStrk=tab_pro



 huang.mi...@gmail.com sent the following on 3/11/2010 8:50 AM:
  
 While reading the sentence There are many people out there who don't
 understand the Entity Engine, I felt a problem implied in it: There
 are
 absolutely much more people out there, and I'm sure the OFBIZ project
 want to attract them in. Why they keep on asking Hibernate, Spring,
 etc, though? Are they all wrong?

 In my opinion, the OFBIZ framework DID do a right thing - to provide
 developers an integrated framework. What I mean is in OFBIZ, the
 developer can define entity in one place and share the entity
 definition
 across different tiers, form persistence to presentation. This kind of
 integration saved developers a lot from typings and preserved
 consistency across different application tiers. But, this is not what
 Entity Engine itself can provide. All gains come from the integration.
 If we simply separate the OFBIZ entity engine into a stand alone ORM
 like tool, I bet its not very attractive and only people familiar with
 OFBIZ already will use it.
 On the other hand, if there are another framework such as Grails that
 can provide at least same level of cross tier integration ability,
 while
 leverage the sophisticated and WELL KNOWN technologies (such as
 Hibernate/JPA for ORM, Spring for service tier component composition,
 Spring MVC for view tier framework). Sounds a little bit attractive
 than
 home made every thing, isn't it?

 Regards,
 Miles.

 On Thu, 2010-03-11 at 10:23 -0500, Ruth Hoffman wrote:
   
 Hi David:

 Nothing! I think this is an amazing piece of work. IMO, there are
 many people out there who don't understand the Entity 

RE: Reports of ProjectMgr component

2010-03-16 Thread Hans Bakker
project - select a project

On Tue, 2010-03-16 at 15:02 +0100, Bertuzzi, Armando [Nervianoms] wrote:
 I understand.
 From what menu/level can the projectoverview report be launched?
 Armando 
 
 -Original Message-
 From: Hans Bakker [mailto:mailingl...@antwebsystems.com] 
 Sent: Tuesday, March 16, 2010 2:39 PM
 To: user@ofbiz.apache.org
 Subject: Re: Reports of ProjectMgr component
 
 Hi Amando.
 
 Reporting of the project manager is currently limited to the
 projectoverview.
 
 I am developing a more extensive project manager which will be available
 later this year.
 
 Regards,
 Hans
 
 
 On Tue, 2010-03-16 at 14:30 +0100, Bertuzzi, Armando [Nervianoms] wrote:
  Hi all,
  I have difficulties in locating the html reports that are part of the 
  ProjectMgr component.
  Reports of this component should include
   - Task Reports,
   - Task by priority,
   - Task over time estimate or past schedule
   - Estimated schedule/workload for party X  etc.
  Can someone direct me to where they can be found?
  Many thanks in advance for your help,
  Armando
  
  
 --
 Ofbiz on twitter: http://twitter.com/apache_ofbiz Myself on twitter:
 http://twitter.com/hansbak
 Antwebsystems.com: Quality services for competitive rates.
 
-- 
Ofbiz on twitter: http://twitter.com/apache_ofbiz
Myself on twitter: http://twitter.com/hansbak
Antwebsystems.com: Quality services for competitive rates.



RE: Reports of ProjectMgr component

2010-03-16 Thread Bertuzzi, Armando [Nervianoms]
Hans, thank you very much for your answer.
Just for for the sake of clarity: the projectoverview report is the
collection of information presented on the screen when a project is
selected (sub-item Project Summary).
Am I correct?
Armando



-Original Message-
From: Hans Bakker [mailto:mailingl...@antwebsystems.com] 
Sent: Tuesday, March 16, 2010 3:25 PM
To: user@ofbiz.apache.org
Subject: RE: Reports of ProjectMgr component

project - select a project

On Tue, 2010-03-16 at 15:02 +0100, Bertuzzi, Armando [Nervianoms] wrote:
 I understand.
 From what menu/level can the projectoverview report be launched?
 Armando
 
 -Original Message-
 From: Hans Bakker [mailto:mailingl...@antwebsystems.com]
 Sent: Tuesday, March 16, 2010 2:39 PM
 To: user@ofbiz.apache.org
 Subject: Re: Reports of ProjectMgr component
 
 Hi Amando.
 
 Reporting of the project manager is currently limited to the 
 projectoverview.
 
 I am developing a more extensive project manager which will be 
 available later this year.
 
 Regards,
 Hans
 
 
 On Tue, 2010-03-16 at 14:30 +0100, Bertuzzi, Armando [Nervianoms]
wrote:
  Hi all,
  I have difficulties in locating the html reports that are part of 
  the ProjectMgr component.
  Reports of this component should include
   - Task Reports,
   - Task by priority,
   - Task over time estimate or past schedule
   - Estimated schedule/workload for party X  etc.
  Can someone direct me to where they can be found?
  Many thanks in advance for your help, Armando
  
  
 --
 Ofbiz on twitter: http://twitter.com/apache_ofbiz Myself on twitter:
 http://twitter.com/hansbak
 Antwebsystems.com: Quality services for competitive rates.
 
--
Ofbiz on twitter: http://twitter.com/apache_ofbiz Myself on twitter:
http://twitter.com/hansbak
Antwebsystems.com: Quality services for competitive rates.



RE: Reports of ProjectMgr component

2010-03-16 Thread Bertuzzi, Armando [Nervianoms]
Hans, 
thanks again for your time.
Best regards, Armando 

-Original Message-
From: Hans Bakker [mailto:mailingl...@antwebsystems.com] 
Sent: Tuesday, March 16, 2010 4:03 PM
To: user@ofbiz.apache.org
Subject: RE: Reports of ProjectMgr component

sure!

On Tue, 2010-03-16 at 15:44 +0100, Bertuzzi, Armando [Nervianoms] wrote:
 Hans, thank you very much for your answer.
 Just for for the sake of clarity: the projectoverview report is the 
 collection of information presented on the screen when a project is 
 selected (sub-item Project Summary).
 Am I correct?
 Armando
 
 
 
 -Original Message-
 From: Hans Bakker [mailto:mailingl...@antwebsystems.com]
 Sent: Tuesday, March 16, 2010 3:25 PM
 To: user@ofbiz.apache.org
 Subject: RE: Reports of ProjectMgr component
 
 project - select a project
 
 On Tue, 2010-03-16 at 15:02 +0100, Bertuzzi, Armando [Nervianoms]
wrote:
  I understand.
  From what menu/level can the projectoverview report be launched?
  Armando
  
  -Original Message-
  From: Hans Bakker [mailto:mailingl...@antwebsystems.com]
  Sent: Tuesday, March 16, 2010 2:39 PM
  To: user@ofbiz.apache.org
  Subject: Re: Reports of ProjectMgr component
  
  Hi Amando.
  
  Reporting of the project manager is currently limited to the 
  projectoverview.
  
  I am developing a more extensive project manager which will be 
  available later this year.
  
  Regards,
  Hans
  
  
  On Tue, 2010-03-16 at 14:30 +0100, Bertuzzi, Armando [Nervianoms]
 wrote:
   Hi all,
   I have difficulties in locating the html reports that are part of 
   the ProjectMgr component.
   Reports of this component should include
- Task Reports,
- Task by priority,
- Task over time estimate or past schedule
- Estimated schedule/workload for party X  etc.
   Can someone direct me to where they can be found?
   Many thanks in advance for your help, Armando
   
   
  --
  Ofbiz on twitter: http://twitter.com/apache_ofbiz Myself on twitter:
  http://twitter.com/hansbak
  Antwebsystems.com: Quality services for competitive rates.
  
 --
 Ofbiz on twitter: http://twitter.com/apache_ofbiz Myself on twitter:
 http://twitter.com/hansbak
 Antwebsystems.com: Quality services for competitive rates.
 
--
Ofbiz on twitter: http://twitter.com/apache_ofbiz Myself on twitter:
http://twitter.com/hansbak
Antwebsystems.com: Quality services for competitive rates.



e-commerce Affiliate marketing program

2010-03-16 Thread Varun Bhansaly

Hi,
I am in the process of implementing an e-commerce store using ofbiz
e-commerce application.
One of the goals of the implementation is to configure  setup 'Affiliate
marketing' programs.
It would be really helpful, if some one could give an idea as to how to
configure 'Affiliate marketing' programs. 
-- 
View this message in context: 
http://n4.nabble.com/e-commerce-Affiliate-marketing-program-tp1594842p1594842.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Brainstorming about the Framework: Data Tier

2010-03-16 Thread Jacques Le Roux

Sorry Nicolas,

I agree with BJ, I have used both Neogia and OFBiz in many projects  and I far 
prefer the OFBiz way.
One point I did not like in Neogia (maybe it has changed since I always used a version based on R4.0) is the time it takes to 
compile, much longer than OFBiz.
Even if I avoid to use Java as most as possible (thanks to Widgets/Groovy and minlilang), depending on projects you have sometimes 
to compile more...

Also when you look for strings you get more redundancy because some things are 
duplicated in Neogia part.
But I'm maybe missing things like autocomplete? Not sure it's worth the other 
costs, though...

Jacques

From: BJ Freeman bjf...@free-man.net

there must be an mis understanding.
I don't think ofbiz should change just so others people can have it
easier, at the expense of the ofbiz design.

btw I have been using ofbiz about as long as you.
I started with java OO and found that I was touching to many points in code.
Ofbiz design provided a lot less touch points to accomplish the same
thing. thus has a faster to market design time and less maintainence, IMHO.

==
BJ Freeman
http://bjfreeman.elance.com
Strategic Power Office with Supplier Automation 
http://www.businessesnetwork.com/automation/viewforum.php?f=93
Specialtymarket.com http://www.specialtymarket.com/

Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Linkedin
http://www.linkedin.com/profile?viewProfile=key=1237480locale=en_UStrk=tab_pro


Nicolas Malin sent the following on 3/11/2010 12:34 PM:

-1

BJ, Ruth,

Saying that OFBiz should move in the same way that other projects is a
bit stupid, and show that you've not fully understand OFBiz and the
entity engine.
It is now 7 years I'm working on OFBiz, and I have made the same error
at the beginning as others, I did'nt understood at the moment the beauty
of the entityengine.
Looking back at my hard start, I'm glad having done this error, and now
more than mastering the entity engine, and all its abilities in tems of
connections, abstractions, and more.
The only fault I found was on huge customers projects where there were
big business needs.

At LibrenBerry and Nereide, we've then added generators to fill the gap,
and this remove nothing from the entity-engine capabilities, but add
more smoothness in its use. The combination form/screen/minilang is as
strong as before and more stronger. For big business needs, where java
is needed, the generated code is more reliable (who never has made on
error on Strings ?). for an example, you can take a look to neogia
accounting code, to see how entity-engine and code generation
combination is valuable.

From our side, it is sure that helping development by generation is not
revolutionizing OFBiz, and should not do it, noone told to replace
entity-engine with hibernate.
Generation is adding a bigger flexibility and a more reliable product.

From my point of view, OFBiz is more than just an ERP. It is also a
strong base for any project, from the small ones to the big ones. Adding
MDA tools in its data model can only be a good thing.

Cheers,
Nicolas

Ruth Hoffman a écrit :

+1
Thank you BJ.
Ruth

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

BJ Freeman wrote:

Let me ask this, if all these other approaches are better why is there
not a application like ofbiz done in them, without using ofbiz at all?

I keep getting the feeling that those that want major changes don't
really understand the design goals of ofbiz.

===

BJ Freeman
http://bjfreeman.elance.com
Strategic Power Office with Supplier Automation
http://www.businessesnetwork.com/automation/viewforum.php?f=93
Specialtymarket.com http://www.specialtymarket.com/

Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Linkedin
http://www.linkedin.com/profile?viewProfile=key=1237480locale=en_UStrk=tab_pro



huang.mi...@gmail.com sent the following on 3/11/2010 8:50 AM:


While reading the sentence There are many people out there who don't
understand the Entity Engine, I felt a problem implied in it: There
are
absolutely much more people out there, and I'm sure the OFBIZ project
want to attract them in. Why they keep on asking Hibernate, Spring,
etc, though? Are they all wrong?

In my opinion, the OFBIZ framework DID do a right thing - to provide
developers an integrated framework. What I mean is in OFBIZ, the
developer can define entity in one place and share the entity
definition
across different tiers, form persistence to presentation. This kind of
integration saved developers a lot from typings and preserved
consistency across different application tiers. But, this is not what
Entity Engine itself can provide. All gains come from the integration.
If we simply separate the OFBIZ entity engine into a stand alone ORM
like tool, I bet its not very attractive and only people familiar with
OFBIZ already will use it.

Please Help

2010-03-16 Thread faraz baig

hi all

i want to implement OpenTAPS which is based on ofbiz frame
 work, i want to customize opentaps and want to open and build on 
NETBEANS or ECLIPSE , the knowledge i have got so far opentaps using 
jboss application server but how can i separate its module like 
financial, assest , inventory please help me out 

thanks 
regards
 
M Faraz Bai   
_
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969

Re: Please Help

2010-03-16 Thread BJ Freeman
I see Jacques gave you a link.
but for opentaps direct support you need to use their forum

http://sourceforge.net/projects/opentaps/forums/forum/487771

=
BJ Freeman
http://bjfreeman.elance.com
Strategic Power Office with Supplier Automation 
http://www.businessesnetwork.com/automation/viewforum.php?f=93
Specialtymarket.com http://www.specialtymarket.com/

Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Linkedin
http://www.linkedin.com/profile?viewProfile=key=1237480locale=en_UStrk=tab_pro


faraz baig sent the following on 3/16/2010 9:21 AM:
 hi all
 
 i want to implement OpenTAPS which is based on ofbiz frame
  work, i want to customize opentaps and want to open and build on 
 NETBEANS or ECLIPSE , the knowledge i have got so far opentaps using 
 jboss application server but how can i separate its module like 
 financial, assest , inventory please help me out 
 
 thanks 
 regards
  
 M Faraz Bai 
 _
 Hotmail: Powerful Free email with security by Microsoft.
 https://signup.live.com/signup.aspx?id=60969




Re: integration of JBoss and JBPM with OFBiz

2010-03-16 Thread Shi Jinghai
I have moved ofbiz-jbpm, ofbiz-htmlreport and ofbiz-learningcure to
langhua.org.

SVN: http://langhua.org/opensource/ofbiz/
ViewVC: http://langhua.org/viewvc/opensource/ofbiz/

Regards,

Shi Jinghai/Beijing Langhua Ltd.

在 2010-03-09二的 10:25 +0800,Shi Jinghai写道:
 We'll move this integration and htmlreport component to langhua.org in
 this week. I'll send a message to you when completed.
 
 Regards,
 
 Shi Jinghai/Beijing Langhua Ltd.
 
 
 在 2010-03-08一的 04:49 -0800,thiru_k写道:
  Hi.. this is kiran. I am a newbie to OFBiz. i have succesfully installed
  Jbpm-jpdl suite. But can i integrate it with OFBiz?
  
  also I also tried other methods as  given in following link
  
  http://www.mail-archive.com/user@ofbiz.apache.org/msg21857.html
  
  http://mail-archives.apache.org/mod_mbox/ofbiz-user/200906.mbox/%3cof3a44c85d.da4d3118-on652575cc.0024c83d-652575cc.0024e...@lntinfotech.com%3e
  
  i didnt get any success..
  
   So I need some help...
  thanks in advance..
 



Doubt regarding setting for Autocomplete feature(Ajax)

2010-03-16 Thread pradeep ruhil
Hi,
I have a doubt regarding settings for autocomplete feature for product Id.
This is feature is present in Manufacturing module in findProduction run
screen.
Now when I copy pasted the lookup from the productionRunForms.xml file to
another file, just to test the
autocomplete feature in another form of manufacturing module, it worked
file.
But when i copy pasted this : field name=productId
title=${uiLabelMap.ProductProductId}lookup
target-form-name=LookupProduct//field

in my custom module in hot-deploy folder, the autocomplete feature didn't
work.
Please help me what I am missing in this.

Thanks  Regards
Pradeep Ruhil


Re: Doubt regarding setting for Autocomplete feature(Ajax)

2010-03-16 Thread Adrian Crum
Make sure you have LookupProduct request/view set up in your 
controller.xml file.


-Adrian

pradeep ruhil wrote:

Hi,
I have a doubt regarding settings for autocomplete feature for product Id.
This is feature is present in Manufacturing module in findProduction run
screen.
Now when I copy pasted the lookup from the productionRunForms.xml file to
another file, just to test the
autocomplete feature in another form of manufacturing module, it worked
file.
But when i copy pasted this : field name=productId
title=${uiLabelMap.ProductProductId}lookup
target-form-name=LookupProduct//field

in my custom module in hot-deploy folder, the autocomplete feature didn't
work.
Please help me what I am missing in this.

Thanks  Regards
Pradeep Ruhil



Re: Doubt regarding setting for Autocomplete feature(Ajax)

2010-03-16 Thread pradeep ruhil
Hi,
Thanks for reply.
I have already done these settings, otherwise when i click on lookup image i
will get the exception,
requested resource doesn't exist.



On Wed, Mar 17, 2010 at 12:56 AM, Adrian Crum adri...@hlmksw.com wrote:

 Make sure you have LookupProduct request/view set up in your controller.xml
 file.

 -Adrian


 pradeep ruhil wrote:

 Hi,
 I have a doubt regarding settings for autocomplete feature for product Id.
 This is feature is present in Manufacturing module in findProduction run
 screen.
 Now when I copy pasted the lookup from the productionRunForms.xml file to
 another file, just to test the
 autocomplete feature in another form of manufacturing module, it worked
 file.
 But when i copy pasted this : field name=productId
 title=${uiLabelMap.ProductProductId}lookup
 target-form-name=LookupProduct//field

 in my custom module in hot-deploy folder, the autocomplete feature didn't
 work.
 Please help me what I am missing in this.

 Thanks  Regards
 Pradeep Ruhil




Re: EZBiz

2010-03-16 Thread Matt Warnock
+1, I could also participate in a bounty program.

On Sat, 2010-03-13 at 02:49 -0700, David E Jones wrote:
 Scott,
 
 The bounty approach is a great idea. The usual problem with this kind of 
 thing is trying to estimate how much the whole effort will cost, or if split 
 up then the risk that those sponsoring it can't get enough resources together 
 to get software they can use out the other end.
 
 With a bounty approach the expectations are pretty clear. A small part of the 
 overall effort is implemented in exchange for a specific and pre-determined 
 amount of money.
 
 I think that would work great for this, especially once the design is pretty 
 complete and well-enough vetted that there is a good deal of confidence that 
 independently developed parts will function well together as the whole starts 
 to come together.
 
 How to bootstrap this is another question... and also perhaps where to set 
 expectations for the total cost and time of development in order to both 
 attract bounties and also be realistic enough to get things done. I suppose 
 bounties for the design effort would work, but design efforts tend to be more 
 difficult to estimate (well, IMO anyway).
 
 Whatever the case it's great to see more interest in this and I also hope 
 something comes of it.
 
 -David
 
 
 On Mar 12, 2010, at 1:42 PM, ScottA wrote:
 
  
  David,
  
  This idea is of great interest to me and would mean a lot for my business.
  I'm running QB enterprise and a home grown system at the moment but we have
  a lot of double entry, etc and I'm hoping that QB will eventually take over
  my entire business from accounting to ecommerce. That said, I lack the
  skills to be able to participate in the development effort and therefore
  rely on the community.
  
  However, while I am no Rockefeller I could contribute with some $ and I'd be
  willing to bet that there would be others that could see the benefit from
  your ideas and also contribute. Is there any way that you and the other
  committers could try to monetize some of the development that the user
  community would like to see versus having to engage the services of a single
  OFBiz provider? Call it a bounty system or whatever but it’s the only way I
  can see where I could help move the project forward.
  
  Just an idea for what it’s worth since I would hate to see this idea fall by
  the wayside.
  
  Thanks.
  
  -- 
  View this message in context: 
  http://n4.nabble.com/EZBiz-tp1589812p1591114.html
  Sent from the OFBiz - User mailing list archive at Nabble.com.


-- 
Matt Warnock mwarn...@ridgecrestherbals.com
RidgeCrest Herbals, Inc.



Looking for full time Ofbiz developers

2010-03-16 Thread Harmeet Bedi
Hello,

Emforium is developing a SAAS based solution for the retail industry
with an initial focus on the jewelry segment. We are a product-based
company that has experience building world-class products and taking
them to market.

Our head office and initial team is based in Canada. We have started
a development center in Delhi, India recently.
We are currently looking for full time employees who are interested in
joining our team in Delhi, India to create awesome products and build
the company up. We plan to do a significant portion of our product
development there.

The main technologies we are interested in are Ofbiz, Java and web 
development (CSS etc.). 

Over the past year we have completed a number of extensions to Ofbiz
to make it more product oriented. We would like to do more and
contribute work back to ofbiz core as much as possible.

Some of these include: 
- Multi-tenancy. Each of our hosted customers has their own database 
instance, delegator and login credentials. Our system supports 
multiple users per Ofbiz database instance. 
- UI enhancements that integrate the Google Web Toolkit and extend 
Ofbiz to natively support GWT. 
- Security enhancements. 
- Extending the Ofbiz framework to allow for easier Java and OO 
development enabling us to take advantage of the superior Java 
tools, which will ease code re-factoring, maintainability and 
performance. 

Some specific areas we plan to further develop include: 
- CMS component of Ofbiz. Ideally we want a hosted solution like
SquareSpace or concrete5 on ofbiz. We want to enable our customers to
build their own ecommerce websites on Ofbiz using WYSIWYG online
tools.
- Email integration for CRM using Zimbra. Essentially contacts, 
communications, calendar (important customer dates e.g. birthdays), 
address book (contact of preferred customers). Ability to do 
workflow around marketing campaigns, etc. 
- Build out our product offering. OLAP, reporting, charting semantics 
in Ofbiz. Accounting, payroll are related parts of the application. 
- Building out the POS component of Ofbiz. 
- Integration with other platforms such as Salesforce. 


Essentially we want to make a whole product around ofbiz core that is 
very simple for small retailers to use. Whole product includes 
ERP/Ofbiz, Email, Websites hosting, supply chain integration, sophisticated 
reporting capabilities. 



If this opportunity interests you or you know someone else who may be
interested, please contact me directly. Please send your resume
with contact information including a phone number. We are looking to
hire immediately and have several positions open.

Best Regards, 
Harmeet Bedi 
Email: harm...@emforium.com
India Mobile : 9958533689 


Re: Profiling using OFBiz

2010-03-16 Thread Harmeet Bedi
Found jprofiler very effective. though a bit expensive
http://www.ej-technologies.com/products/jprofiler/overview.html

Harmeet

 
 From: Neha Mehta [neha.me...@lntinfotech.com]
   Hi,

  I need to check memory leaks, memory profiling and cpu profiling with
 OFBiz.
  Can anyone suggest me the best tool for  OFBiz profiling…

  Can I create core dumps and find cpu usage by OFBiz??

 
 Thanks  Regards,
 Neha Mehta




Re: Looking for full time Ofbiz developers

2010-03-16 Thread Harmeet Bedi
Sorry should have mentioned our website is
http://www.allinsoftware.com if you want more details about us.

Note our footer and aspiration - How software should be. 
If you feel you share the aspiration ...

- Original Message -
From: Harmeet Bedi harm...@1.allinsoftware.com

Hello,

Emforium is developing a SAAS based solution for the retail industry
with an initial focus on the jewelry segment. We are a product-based
company that has experience building world-class products and taking
them to market.

Our head office and initial team is based in Canada. We have started
a development center in Delhi, India recently.
We are currently looking for full time employees who are interested in
joining our team in Delhi, India to create awesome products and build
the company up. We plan to do a significant portion of our product
development there.

The main technologies we are interested in are Ofbiz, Java and web 
development (CSS etc.). 

Over the past year we have completed a number of extensions to Ofbiz
to make it more product oriented. We would like to do more and
contribute work back to ofbiz core as much as possible.

Some of these include: 
- Multi-tenancy. Each of our hosted customers has their own database 
instance, delegator and login credentials. Our system supports 
multiple users per Ofbiz database instance. 
- UI enhancements that integrate the Google Web Toolkit and extend 
Ofbiz to natively support GWT. 
- Security enhancements. 
- Extending the Ofbiz framework to allow for easier Java and OO 
development enabling us to take advantage of the superior Java 
tools, which will ease code re-factoring, maintainability and 
performance. 

Some specific areas we plan to further develop include: 
- CMS component of Ofbiz. Ideally we want a hosted solution like
SquareSpace or concrete5 on ofbiz. We want to enable our customers to
build their own ecommerce websites on Ofbiz using WYSIWYG online
tools.
- Email integration for CRM using Zimbra. Essentially contacts, 
communications, calendar (important customer dates e.g. birthdays), 
address book (contact of preferred customers). Ability to do 
workflow around marketing campaigns, etc. 
- Build out our product offering. OLAP, reporting, charting semantics 
in Ofbiz. Accounting, payroll are related parts of the application. 
- Building out the POS component of Ofbiz. 
- Integration with other platforms such as Salesforce. 


Essentially we want to make a whole product around ofbiz core that is 
very simple for small retailers to use. Whole product includes 
ERP/Ofbiz, Email, Websites hosting, supply chain integration, sophisticated 
reporting capabilities. 



If this opportunity interests you or you know someone else who may be
interested, please contact me directly. Please send your resume
with contact information including a phone number. We are looking to
hire immediately and have several positions open.

Best Regards, 
Harmeet Bedi 
Email: harm...@emforium.com
India Mobile : 9958533689 


How To Stop java.lang.ClassCastException Error?

2010-03-16 Thread BrettS

Hi,

I have made a small modification to RequestHandler.java that compiles, but
causes ClassCastException errors. Can anyone tell me what I am doing wrong
please? Details as follows.

I have inserted the following line of code into RequestHandler.java.
Profile profile=Profile.getProfile(request);

This Profile class does not know anything about OFBiz. Profile's
supporting JAR files are located in:
ofbiz\specialpurpose\ecommerce\webapp\ecommerce\WEB-INF\lib

There are also *essential* related servlet filters configured in
ofbiz\specialpurpose\ecommerce\webapp\ecommerce\WEB-INF\web.xml

I have ecommerce JSPs and FTLs that utilize the profile class successfully.
Furthermore, I can build OFBiz with this RequestHandler.java modification.

However, when I attempt behavior that runs the said line of code, OFBiz
throws the following error:
java.lang.ClassCastException: com.mycompany.mypackage.Profile cannot be cast
to com.mycompany.mypackage.Profile

The message seems odd to me because it says a class cannot be cast as
itself. I am wondering if I need to copy the supporting jar files and
web.xml changes somewhere else.

Any suggestions?

Thank you.

Regards

Brett S


-- 
View this message in context: 
http://n4.nabble.com/How-To-Stop-java-lang-ClassCastException-Error-tp1595806p1595806.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: terms in quote

2010-03-16 Thread james_sg

I don't think functionality exists for adding terms to a quote.


BJ Freeman wrote:
 
 I use agreements entity.
 have agreement templates I pull up, then it creates an agreement
 attached to the quote.
 
 =
 BJ Freeman
 

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


Re: terms in quote

2010-03-16 Thread BJ Freeman
you are correct.
I told you what I added.
like many things in ofbiz the parts are there just have to glue it together.
Since I don't know if your and enduser or a developer, I answered as a
developer.


=
BJ Freeman
http://bjfreeman.elance.com
Strategic Power Office with Supplier Automation 
http://www.businessesnetwork.com/automation/viewforum.php?f=93
Specialtymarket.com http://www.specialtymarket.com/

Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Linkedin
http://www.linkedin.com/profile?viewProfile=key=1237480locale=en_UStrk=tab_pro


james_sg sent the following on 3/16/2010 8:08 PM:
 I don't think functionality exists for adding terms to a quote.
 
 
 BJ Freeman wrote:
 I use agreements entity.
 have agreement templates I pull up, then it creates an agreement
 attached to the quote.

 =
 BJ Freeman

 




Criteria for adding service providers on http://ofbiz.apache.org/ home page

2010-03-16 Thread Raj Saini

Hi,

We have been providing OFBiz customizations and solutions for last three 
years and have been contributing to OFBiz actively.


On OFBiz official site home page, there is a section for listing service 
provider. What is the criteria to add the service provider name to this 
place? Is it only for committers (or their companies) or other 
contributors can also request to add their name?


Regards,

Raj


Thanks BJ Freeman

2010-03-16 Thread faraz baig

hey BJ Freeman

Thanks BJ can you please let me know something more, ok just leave opentaps and 
if i say in general that i have an application made by OFBIZ framework having 
different module so how can i separate them from each other and what tools and 
plug ins required to build it using NETBEANS and ECLIPS?  is it possible to run 
a single module from ofbiz framework, as my application uses JBOSS as an 
application server for every single module? is there any quick tutorial which 
can help me out to get knowledge about OFBIZ FRAMEWORK. a quick reply will be 
very appreciated as i need to work in urgent.

Thanks
Best Regards
M Faraz Baig.
  
_
Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.
https://signup.live.com/signup.aspx?id=60969

Re: Criteria for adding service providers on http://ofbiz.apache.org/ home page

2010-03-16 Thread Brajesh Patel
Hi Raj,
For this need to create account on confluence and go for edit home page
there all service provider listed and add your official information.

On Wed, Mar 17, 2010 at 10:32 AM, Raj Saini rajsa...@gmail.com wrote:

 Hi,

 We have been providing OFBiz customizations and solutions for last three
 years and have been contributing to OFBiz actively.

 On OFBiz official site home page, there is a section for listing service
 provider. What is the criteria to add the service provider name to this
 place? Is it only for committers (or their companies) or other contributors
 can also request to add their name?

 Regards,

 Raj




-- 
Thanks
Brajesh Patel

HotWax Media
http://www.hotwaxmedia.com


Re: Criteria for adding service providers on http://ofbiz.apache.org/ home page

2010-03-16 Thread Brajesh Patel
http://cwiki.apache.org/confluence/signup.action


On Wed, Mar 17, 2010 at 10:59 AM, Brajesh Patel brajeshpate...@gmail.comwrote:

 Hi Raj,
 For this need to create account on confluence and go for edit home page
 there all service provider listed and add your official information.


 On Wed, Mar 17, 2010 at 10:32 AM, Raj Saini rajsa...@gmail.com wrote:

 Hi,

 We have been providing OFBiz customizations and solutions for last three
 years and have been contributing to OFBiz actively.

 On OFBiz official site home page, there is a section for listing service
 provider. What is the criteria to add the service provider name to this
 place? Is it only for committers (or their companies) or other contributors
 can also request to add their name?

 Regards,

 Raj




 --
 Thanks
 Brajesh Patel

 HotWax Media
 http://www.hotwaxmedia.com




-- 
Thanks
Brajesh Patel

HotWax Media
http://www.hotwaxmedia.com


Re: Criteria for adding service providers on http://ofbiz.apache.org/ home page

2010-03-16 Thread Raj Saini
Thanks Brajesh. My question was more of policy. Are service providers 
who do not have committers allowed to put their name of home page.


Thanks,

Raj

Brajesh Patel wrote:

Hi Raj,
For this need to create account on confluence and go for edit home page
there all service provider listed and add your official information.

On Wed, Mar 17, 2010 at 10:32 AM, Raj Saini rajsa...@gmail.com wrote:

  

Hi,

We have been providing OFBiz customizations and solutions for last three
years and have been contributing to OFBiz actively.

On OFBiz official site home page, there is a section for listing service
provider. What is the criteria to add the service provider name to this
place? Is it only for committers (or their companies) or other contributors
can also request to add their name?

Regards,

Raj






  




Re: Criteria for adding service providers on http://ofbiz.apache.org/ home page

2010-03-16 Thread Raj Saini
Also, I don't think the home page is maintained on Wiki. I see it is in 
SVN /ofbiz/site.


Thanks,

Raj

Brajesh Patel wrote:

Hi Raj,
For this need to create account on confluence and go for edit home page
there all service provider listed and add your official information.

On Wed, Mar 17, 2010 at 10:32 AM, Raj Saini rajsa...@gmail.com wrote:

  

Hi,

We have been providing OFBiz customizations and solutions for last three
years and have been contributing to OFBiz actively.

On OFBiz official site home page, there is a section for listing service
provider. What is the criteria to add the service provider name to this
place? Is it only for committers (or their companies) or other contributors
can also request to add their name?

Regards,

Raj






  




Re: How To Change Security Redirect URL in OFBiz Shopping Cart?

2010-03-16 Thread BrettS

Hi,

Eventually, I found the following line in RequestHandler.java determined
that checkLogin control was used if  auth=true and user not logged in:

requestMap = controllerConfig.requestMapMap.get(checkLogin);

So, I wrote some code to change checkLogin if the alternate shopping cart
was in use.

Regards

Brett S
-- 
View this message in context: 
http://n4.nabble.com/How-To-Change-Security-Redirect-URL-in-OFBiz-Shopping-Cart-tp1585631p1595957.html
Sent from the OFBiz - User mailing list archive at Nabble.com.