Re: Problem: mysql with ofbiz 10.4

2011-06-27 Thread Rakesh_Ists

Hi

It was runinng with default derby.


 I have already placed the jar ..and also did all the steps ...
but still not able to run ofbiz..

Any other mistake which i can committ during configuration.

Please do let me know

Regards
Rakesh

--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Problem-mysql-with-ofbiz-10-4-tp3616546p3627022.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Problem: mysql with ofbiz 10.4

2011-06-27 Thread Rakesh_Ists
Hi,

It started proper with derby.

my entityEngine.xml look likes as folows



http://www.w3.org/2001/XMLSchema-instance";
   
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entity-config.xsd";>
















  


 

 












































  













 



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Problem-mysql-with-ofbiz-10-4-tp3616546p3627126.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Problem: mysql with ofbiz 10.4

2011-06-27 Thread prasanth r
hi,
please update what error/exception you are getting.

Thanks
prasath rajan

On Mon, Jun 27, 2011 at 11:41 AM, Rakesh_Ists  wrote:

>
> Hi
>
> It was runinng with default derby.
>
>
>  I have already placed the jar ..and also did all the steps ...
> but still not able to run ofbiz..
>
> Any other mistake which i can committ during configuration.
>
> Please do let me know
>
> Regards
> Rakesh
>
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/Problem-mysql-with-ofbiz-10-4-tp3616546p3627022.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>


Problems with Checkout Process

2011-06-27 Thread Justin Robinson
Hi,
I integrated a local payment gateway, I've read everything on the net
I can find & got all the configuration entities and data in using
other payment gateways as a guide. communication tests show there are
no problems with the integration itself.

The problem I'm having now though is during the e-commerce checkout
the system only seems to call the CC Authorise, CC Capture never seem
to take place during the checkout process.

CC Authorise works fine, but at what point during the payment process
is the Payment Capture Service supposed to run?


Product Store Payment Settings For: Venture-Net E-commerce Store [ID:9000]

Credit Card Payment Authorisation Service   CC Authorise
(subs.ccAuthPayGate)Pay Gate Payment Gateway

Credit Card Payment Capture Service CC Capture
(subs.ccCapturePayGate) Pay Gate Payment Gateway

Credit Card Payment Refund Service  CC Refund
(subs.ccCreditPayGate)  Pay Gate Payment Gateway

I'm not asking for specifics relating to my custom gateway, am just
wondering how  the  CC Authorise, CC Capture sequence usually occurs
in a standard setup?


-- 
Regards,
Justin
Venture-Net Research & Development


Hardware device with webpos

2011-06-27 Thread S K Pradeep Kumar
Hi All,

Any idea about how to integrate the hardware devices with webpos.

thanks in advance.

With regards,
S K Pradeep kumar,
9980609494


free shipment per country

2011-06-27 Thread Info Olagos
Hello,

It should be very useful in Europe to have the possibility to define that
some products in the catalog manager can be shipped for free but for certain
countries only.
For example it is very often used that certain products are shipped for free
in Belgium and the Netherlands but not towards other countries.

I don't think that is possible today in release 09.04.

regards,
Heidi

-- 
Olagos bvba
http://www.olagos.eu 
http://www.olagos.com
http://www.olagos.be
http://www.olagos.nl
Olagos team
Heesterbos 5
2570 Duffel
Belgium


Re: Problems with Checkout Process

2011-06-27 Thread Raj Saini

Hi Justin,

OOTB CC capture is called when you do the shipping. Clicking on quick 
ship should call the the cc capture.


Thanks,

Raj

On Monday 27 June 2011 03:14 PM, Justin Robinson wrote:

Hi,
I integrated a local payment gateway, I've read everything on the net
I can find&  got all the configuration entities and data in using
other payment gateways as a guide. communication tests show there are
no problems with the integration itself.

The problem I'm having now though is during the e-commerce checkout
the system only seems to call the CC Authorise, CC Capture never seem
to take place during the checkout process.

CC Authorise works fine, but at what point during the payment process
is the Payment Capture Service supposed to run?


Product Store Payment Settings For: Venture-Net E-commerce Store [ID:9000]

Credit Card Payment Authorisation Service   CC Authorise
(subs.ccAuthPayGate)Pay Gate Payment Gateway

Credit Card Payment Capture Service CC Capture
(subs.ccCapturePayGate) Pay Gate Payment Gateway

Credit Card Payment Refund Service  CC Refund
(subs.ccCreditPayGate)  Pay Gate Payment Gateway

I'm not asking for specifics relating to my custom gateway, am just
wondering how  the  CC Authorise, CC Capture sequence usually occurs
in a standard setup?






Re: Creating parties

2011-06-27 Thread Mansour Al Akeel
BJ thank you.

My question is related more to ofbiz usage. In the relationship page:
https://demo-trunk.ofbiz.apache.org/partymgr/control/EditPartyRelationships?partyId=DemoEmployee
you can see some fields that are not clear to me. To be more specific, We have:
in the role of  |   is Aof Party| in the role of

There two relations for DemoEmployee. And each relation has two fields
"in the Role Of".
Further more, there is some confusion about where to relate employee
to organization. I mean if you go to:

https://demo-trunk.ofbiz.apache.org/partymgr/control/viewprofile?partyId=DemoEmployee

You will see four tabs with labels indicates similar functionality:
-Roles
-Link Party
-Relationships
-Segments


What is the difference between these ? To add employee to Organization
I need to use . ?
May be it's a good opportunity to discuss and document each of them,
instead of referring me to the "BOOK" ;)



On Sun, Jun 26, 2011 at 9:10 PM, BJ Freeman  wrote:
> there is not much documented in ofbiz about party.
> however if you read the Data model book Vol I you will see a lot about
> partyrelationsips. Good diagram on pg 41
> In this case you would have party relationship with the company that
> supplies contractors
> so you need to setup the roles of each party then setup the relationship
> between them
> start with organizational party relationship then individual (person)
> realtionships with organizations.
>
> example
> the programmer would be a employee role with the recruitment company if
> they contract, then the programmer would have a contractor relationship
> with the Company.
>
> the rest you can get from the demo data or you can look at the demo site
> at the different parties to see the relationships.
>
> Mansour Al Akeel sent the following on 6/26/2011 4:43 PM:
>> Hello all,
>> I didn't use the parties component extensively, and don't know a lot about 
>> it.
>> Here's the scenario we have. Three Group parties:
>> Programmers
>> Recruiter
>> Sales /marketing/Distributing
>> The distributor obtains the requirements and hires the Programmers
>> through the "Recruitment" company. Billing is done by hour.
>> In each company there's two employees that interact with the system.
>> programmer1 , programmer2
>> hr manager 1, hr manager2
>> project manager1, project manager2
>>
>> We need to setup the system, to handle the requirements communication,
>> timesheet, project management ... etc.
>> I have created the three group parties, and 6 employees parties, and
>> stopped there not knowing how to connect them.
>>
>> How to associate users (employee) with companies (Group Party) ?
>> I tried to go to Relationships page and use  "Add other party
>> relationship", but those fields are not clear to me. For example  "in
>> the Role of"  etc.
>> Let's say I need to put hr_manager1 as an employee of "Recruiter" ??
>> How many accounts I need, knowing that the recruiter get a percentage ?
>>
>> What do I need to do after that ?
>>
>> Guessing is not very help full here as it relies on trial and error,
>> and an error may not be initially visible. So I like to get an advice
>> from someone with more experience in this area.
>>
>> Thank you.
>>
>


Re: Catalog component loading Very slow on trunk

2011-06-27 Thread Jacques Le Roux
Indeed, at 1st glance it seems there is something wrong (doubled lookups 
requests), I will have a closer look...

Else it's not that long here. A second to load the whole page on a simple dev 
machine. Which type of setting are you using (machine, network, DBMS, etc.)?

Jacques
  - Original Message - 
  From: Ganesh Bawne 
  To: user@ofbiz.apache.org 
  Sent: Monday, June 27, 2011 6:54 AM
  Subject: Catalog component loading Very slow on trunk


  Hi, 


  The catalog component in back-end loading very slow, Its taking almost 10-12 
secs to load the page.
  After looking in details I found that its because of the 'Search Products' 
left bar screen.


  There are below ajax request called on every page load and are taking more 
time. 
  1. 
https://demo-trunk.ofbiz.apache.org:8443/catalog/control/LookupProductCategory 
(Its called 6 times for every page load )
  2. https://demo-trunk.ofbiz.apache.org:8443/catalog/control/LookupProduct 
(its called 4 times for every page load)


  Can we avoid those request to call on page load.
  As they are for auto lookup, we need to fire those request when someone 
really try to search product/category. 
  May be onFocus event on category and product search text box.




  I have attached the screen shot to see multiple ajax calls with there load 
time.






  -- 
  Thanks,
  Ganesh Bawne
  Enterprise Software Developer
  Viithiisys Pvt. Ltd.
  http://www.viithiisys.com


Re: Creating parties

2011-06-27 Thread Adrian Crum
Each organization will model different relationships - depending on the 
organization's needs.


The Data Model Resource Book explains party relationships very well. If 
you have two parties that are related, each party plays a role in that 
relationship, and the relationship requires a description.


Party Adrian in the role of private individual is a citizen of party 
United States in the role of government organization.
Party Adrian in the role of computer programmer is a community member of 
party OFBiz Project in the role of open source community.

Party Adrian in the role of...

-Adrian


On 6/27/2011 12:28 PM, Mansour Al Akeel wrote:

BJ thank you.

My question is related more to ofbiz usage. In the relationship page:
https://demo-trunk.ofbiz.apache.org/partymgr/control/EditPartyRelationships?partyId=DemoEmployee
you can see some fields that are not clear to me. To be more specific, We have:
in the role of  |   is Aof Party| in the role of

There two relations for DemoEmployee. And each relation has two fields
"in the Role Of".
Further more, there is some confusion about where to relate employee
to organization. I mean if you go to:

https://demo-trunk.ofbiz.apache.org/partymgr/control/viewprofile?partyId=DemoEmployee

You will see four tabs with labels indicates similar functionality:
-Roles
-Link Party
-Relationships
-Segments


What is the difference between these ? To add employee to Organization
I need to use . ?
May be it's a good opportunity to discuss and document each of them,
instead of referring me to the "BOOK" ;)



On Sun, Jun 26, 2011 at 9:10 PM, BJ Freeman  wrote:

there is not much documented in ofbiz about party.
however if you read the Data model book Vol I you will see a lot about
partyrelationsips. Good diagram on pg 41
In this case you would have party relationship with the company that
supplies contractors
so you need to setup the roles of each party then setup the relationship
between them
start with organizational party relationship then individual (person)
realtionships with organizations.

example
the programmer would be a employee role with the recruitment company if
they contract, then the programmer would have a contractor relationship
with the Company.

the rest you can get from the demo data or you can look at the demo site
at the different parties to see the relationships.

Mansour Al Akeel sent the following on 6/26/2011 4:43 PM:

Hello all,
I didn't use the parties component extensively, and don't know a lot about it.
Here's the scenario we have. Three Group parties:
Programmers
Recruiter
Sales /marketing/Distributing
The distributor obtains the requirements and hires the Programmers
through the "Recruitment" company. Billing is done by hour.
In each company there's two employees that interact with the system.
programmer1 , programmer2
hr manager 1, hr manager2
project manager1, project manager2

We need to setup the system, to handle the requirements communication,
timesheet, project management ... etc.
I have created the three group parties, and 6 employees parties, and
stopped there not knowing how to connect them.

How to associate users (employee) with companies (Group Party) ?
I tried to go to Relationships page and use  "Add other party
relationship", but those fields are not clear to me. For example  "in
the Role of"  etc.
Let's say I need to put hr_manager1 as an employee of "Recruiter" ??
How many accounts I need, knowing that the recruiter get a percentage ?

What do I need to do after that ?

Guessing is not very help full here as it relies on trial and error,
and an error may not be initially visible. So I like to get an advice
from someone with more experience in this area.

Thank you.



Re: Hardware device with webpos

2011-06-27 Thread Jacques Le Roux

You can't use JavaPOS, but you may use standard printers, see example in Find 
Order

Look for Run Action : Print

And follow the code...

Jacques

S K Pradeep Kumar wrote:

Hi All,

Any idea about how to integrate the hardware devices with webpos.

thanks in advance.

With regards,
S K Pradeep kumar,
9980609494




Need an OFBiz Developer: Long Island, NY

2011-06-27 Thread Nick Rosser
Ofbiz community,

 

Apologies if this is the wrong forum for this type of request .

 

Looking for a Full-Time Senior OFBiz Developer, we have lots of exciting
stuff going on with our OFBiz clients, a mix of eCommerce plays and ERP. 

 

For more details please contact me directly at nros...@salmonllc.com. 

 

Regards,

 

Nick Rosser

  nros...@salmonllc.com

 

Office: 516.742.7888 x221

Mobile: 516.901.1720

Fax: 516.742.9169

 

Visit us at   http://www.salmonllc.com/

 



Re: Creating parties

2011-06-27 Thread Mansour Al Akeel
Adrian,
thank you. The examples you gave, explains a bit.
Let's try to add a relationship here:
https://demo-trunk.ofbiz.apache.org/partymgr/control/EditPartyRelationships?partyId=Developer1

Under : Add other party relationship
To Party ID Developer1

in the role of  [select Conetent Administrator]
is A: [Select assistant]

>From Party ID : Company
is A: [Select internal Organization]

You will get:

The Following Errors Occurred:

ERROR: Could not complete the createPartyRelationship
[file:/home/ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyServices.xml#createPartyRelationship]
process [problem creating the newEntity value: Error while inserting:
[GenericEntity:PartyRelationship][comments,null()][createdStamp,2011-06-27
15:24:17.76(java.sql.Timestamp)][createdTxStamp,2011-06-27
15:24:17.687(java.sql.Timestamp)][fromDate,2011-06-27
15:24:17.751(java.sql.Timestamp)][lastUpdatedStamp,2011-06-27
15:24:17.76(java.sql.Timestamp)][lastUpdatedTxStamp,2011-06-27
15:24:17.687(java.sql.Timestamp)][partyIdFrom,company(java.lang.String)][partyIdTo,Developer1(java.lang.String)][partyRelationshipTypeId,ASSISTANT(java.lang.String)][roleTypeIdFrom,INTERNAL_ORGANIZATIO(java.lang.String)][roleTypeIdTo,CONTENT_ADMIN(java.lang.String)][statusId,null()][thruDate,null()]
(SQL Exception while executing the following:INSERT INTO
OFBIZ.PARTY_RELATIONSHIP (PARTY_ID_FROM, PARTY_ID_TO,
ROLE_TYPE_ID_FROM, ROLE_TYPE_ID_TO, FROM_DATE, THRU_DATE, STATUS_ID,
RELATIONSHIP_NAME, SECURITY_GROUP_ID, PRIORITY_TYPE_ID,
PARTY_RELATIONSHIP_TYPE_ID, PERMISSIONS_ENUM_ID, POSITION_TITLE,
COMMENTS, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,
CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?) (INSERT on table 'PARTY_RELATIONSHIP' caused a violation of
foreign key constraint 'PARTY_REL_FPROLE' for key
(company,INTERNAL_ORGANIZATIO). The statement has been rolled back.))]


Thank you.




On Mon, Jun 27, 2011 at 8:02 AM, Adrian Crum
 wrote:
> Each organization will model different relationships - depending on the
> organization's needs.
>
> The Data Model Resource Book explains party relationships very well. If you
> have two parties that are related, each party plays a role in that
> relationship, and the relationship requires a description.
>
> Party Adrian in the role of private individual is a citizen of party United
> States in the role of government organization.
> Party Adrian in the role of computer programmer is a community member of
> party OFBiz Project in the role of open source community.
> Party Adrian in the role of...
>
> -Adrian
>
>
> On 6/27/2011 12:28 PM, Mansour Al Akeel wrote:
>>
>> BJ thank you.
>>
>> My question is related more to ofbiz usage. In the relationship page:
>>
>> https://demo-trunk.ofbiz.apache.org/partymgr/control/EditPartyRelationships?partyId=DemoEmployee
>> you can see some fields that are not clear to me. To be more specific, We
>> have:
>> in the role of  |       is A    of Party        | in the role of
>>
>> There two relations for DemoEmployee. And each relation has two fields
>> "in the Role Of".
>> Further more, there is some confusion about where to relate employee
>> to organization. I mean if you go to:
>>
>>
>> https://demo-trunk.ofbiz.apache.org/partymgr/control/viewprofile?partyId=DemoEmployee
>>
>> You will see four tabs with labels indicates similar functionality:
>> -Roles
>> -Link Party
>> -Relationships
>> -Segments
>>
>>
>> What is the difference between these ? To add employee to Organization
>> I need to use . ?
>> May be it's a good opportunity to discuss and document each of them,
>> instead of referring me to the "BOOK" ;)
>>
>>
>>
>> On Sun, Jun 26, 2011 at 9:10 PM, BJ Freeman  wrote:
>>>
>>> there is not much documented in ofbiz about party.
>>> however if you read the Data model book Vol I you will see a lot about
>>> partyrelationsips. Good diagram on pg 41
>>> In this case you would have party relationship with the company that
>>> supplies contractors
>>> so you need to setup the roles of each party then setup the relationship
>>> between them
>>> start with organizational party relationship then individual (person)
>>> realtionships with organizations.
>>>
>>> example
>>> the programmer would be a employee role with the recruitment company if
>>> they contract, then the programmer would have a contractor relationship
>>> with the Company.
>>>
>>> the rest you can get from the demo data or you can look at the demo site
>>> at the different parties to see the relationships.
>>>
>>> Mansour Al Akeel sent the following on 6/26/2011 4:43 PM:

 Hello all,
 I didn't use the parties component extensively, and don't know a lot
 about it.
 Here's the scenario we have. Three Group parties:
 Programmers
 Recruiter
 Sales /marketing/Distributing
 The distributor obtains the requirements and hires the Programmers
 through the "Recruitment" company. Billing is done by hour.
 In each comp

Re: Creating parties

2011-06-27 Thread Adrian Crum
Did you assign the Content Assistant role to the Developer1 party? If 
the party is not a member of the role, then you can't set up a 
relationship using that role.


-Adrian

On 6/27/2011 3:25 PM, Mansour Al Akeel wrote:

Adrian,
thank you. The examples you gave, explains a bit.
Let's try to add a relationship here:
https://demo-trunk.ofbiz.apache.org/partymgr/control/EditPartyRelationships?partyId=Developer1

Under : Add other party relationship
To Party ID Developer1

in the role of  [select Conetent Administrator]
is A: [Select assistant]

 From Party ID : Company
is A: [Select internal Organization]

You will get:

The Following Errors Occurred:

ERROR: Could not complete the createPartyRelationship
[file:/home/ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyServices.xml#createPartyRelationship]
process [problem creating the newEntity value: Error while inserting:
[GenericEntity:PartyRelationship][comments,null()][createdStamp,2011-06-27
15:24:17.76(java.sql.Timestamp)][createdTxStamp,2011-06-27
15:24:17.687(java.sql.Timestamp)][fromDate,2011-06-27
15:24:17.751(java.sql.Timestamp)][lastUpdatedStamp,2011-06-27
15:24:17.76(java.sql.Timestamp)][lastUpdatedTxStamp,2011-06-27
15:24:17.687(java.sql.Timestamp)][partyIdFrom,company(java.lang.String)][partyIdTo,Developer1(java.lang.String)][partyRelationshipTypeId,ASSISTANT(java.lang.String)][roleTypeIdFrom,INTERNAL_ORGANIZATIO(java.lang.String)][roleTypeIdTo,CONTENT_ADMIN(java.lang.String)][statusId,null()][thruDate,null()]
(SQL Exception while executing the following:INSERT INTO
OFBIZ.PARTY_RELATIONSHIP (PARTY_ID_FROM, PARTY_ID_TO,
ROLE_TYPE_ID_FROM, ROLE_TYPE_ID_TO, FROM_DATE, THRU_DATE, STATUS_ID,
RELATIONSHIP_NAME, SECURITY_GROUP_ID, PRIORITY_TYPE_ID,
PARTY_RELATIONSHIP_TYPE_ID, PERMISSIONS_ENUM_ID, POSITION_TITLE,
COMMENTS, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,
CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?) (INSERT on table 'PARTY_RELATIONSHIP' caused a violation of
foreign key constraint 'PARTY_REL_FPROLE' for key
(company,INTERNAL_ORGANIZATIO). The statement has been rolled back.))]


Thank you.




On Mon, Jun 27, 2011 at 8:02 AM, Adrian Crum
  wrote:

Each organization will model different relationships - depending on the
organization's needs.

The Data Model Resource Book explains party relationships very well. If you
have two parties that are related, each party plays a role in that
relationship, and the relationship requires a description.

Party Adrian in the role of private individual is a citizen of party United
States in the role of government organization.
Party Adrian in the role of computer programmer is a community member of
party OFBiz Project in the role of open source community.
Party Adrian in the role of...

-Adrian


On 6/27/2011 12:28 PM, Mansour Al Akeel wrote:

BJ thank you.

My question is related more to ofbiz usage. In the relationship page:

https://demo-trunk.ofbiz.apache.org/partymgr/control/EditPartyRelationships?partyId=DemoEmployee
you can see some fields that are not clear to me. To be more specific, We
have:
in the role of  |   is Aof Party| in the role of

There two relations for DemoEmployee. And each relation has two fields
"in the Role Of".
Further more, there is some confusion about where to relate employee
to organization. I mean if you go to:


https://demo-trunk.ofbiz.apache.org/partymgr/control/viewprofile?partyId=DemoEmployee

You will see four tabs with labels indicates similar functionality:
-Roles
-Link Party
-Relationships
-Segments


What is the difference between these ? To add employee to Organization
I need to use . ?
May be it's a good opportunity to discuss and document each of them,
instead of referring me to the "BOOK" ;)



On Sun, Jun 26, 2011 at 9:10 PM, BJ Freemanwrote:

there is not much documented in ofbiz about party.
however if you read the Data model book Vol I you will see a lot about
partyrelationsips. Good diagram on pg 41
In this case you would have party relationship with the company that
supplies contractors
so you need to setup the roles of each party then setup the relationship
between them
start with organizational party relationship then individual (person)
realtionships with organizations.

example
the programmer would be a employee role with the recruitment company if
they contract, then the programmer would have a contractor relationship
with the Company.

the rest you can get from the demo data or you can look at the demo site
at the different parties to see the relationships.

Mansour Al Akeel sent the following on 6/26/2011 4:43 PM:

Hello all,
I didn't use the parties component extensively, and don't know a lot
about it.
Here's the scenario we have. Three Group parties:
Programmers
Recruiter
Sales /marketing/Distributing
The distributor obtains the requirements and hires the Programmers
through the "Recruitment" company. Billing is done by hour.
In each company there's two emp

Re: Mobile ecommerc

2011-06-27 Thread freaksterharry
Hi,

I am not not able to proceed with jquery mobile + ofbiz for mobile commerce
implementation. If i m going as hhfacility,how can it be multiple device
compatible. Any suggestions?

--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Mobile-ecommerc-tp3300989p3627333.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Creating parties

2011-06-27 Thread BJ Freeman
as both Adrian and I mentioned most of that would be described well in
the Data model book that ofbiz was modeled after, which is why not much
documentation is written specifically in ofbiz.

There are emails in the archive that have covered different parts of
your question.

Actually it has been a good time for the Documentation for over 6 years,
problem is getting someone to volunteer to do it. We have added internal
Help in ofbiz that needs to be filled out. ANY VOLUNTEERS.

Normally such Contributions have been from someone hiring someone to do
the documentation, because it takes a lot of time to volunteer and those
that have to make a living do not have such time free. Then that
documentation was volunteered to ofbiz community.

I limit my volunteer time per subject on the mailing list to 15 min,
unless i have a vested interest in it. I have even stopped answering on
here because my time has become very limited. as an example this email
took over two hours to finish because of interruptions to do business.

so maybe others that have the time will volunteer the information you
desire.

Most find the charge for the "BOOK" a lot less than hiring someone, or
volunteering the time to document.

That said, feel free once you understand to volunteer you time to
documented this the way you think it should be done.
BTW I have made this offer to others that presented the same proposal in
the past and they have not volunteer such documentation yet.

I would suggest you draw an organizational chart then use the fields in
ofbiz to associated the chart to relationships. There is no "ONE"
organization chart.

Demo employee shows two relationships as examples, in a normal Company
there may be many relationships. like the one that says the demo
employee is a employee.

you would use roles and relationship

Mansour Al Akeel sent the following on 6/27/2011 4:28 AM:
> BJ thank you.
> 
> My question is related more to ofbiz usage. In the relationship page:
> https://demo-trunk.ofbiz.apache.org/partymgr/control/EditPartyRelationships?partyId=DemoEmployee
> you can see some fields that are not clear to me. To be more specific, We 
> have:
> in the role of  | is Aof Party| in the role of
> 
> There two relations for DemoEmployee. And each relation has two fields
> "in the Role Of".
> Further more, there is some confusion about where to relate employee
> to organization. I mean if you go to:
> 
> https://demo-trunk.ofbiz.apache.org/partymgr/control/viewprofile?partyId=DemoEmployee
> 
> You will see four tabs with labels indicates similar functionality:
> -Roles
> -Link Party
> -Relationships
> -Segments
> 
> 
> What is the difference between these ? To add employee to Organization
> I need to use . ?
> May be it's a good opportunity to discuss and document each of them,
> instead of referring me to the "BOOK" ;)
> 
> 
> 
> On Sun, Jun 26, 2011 at 9:10 PM, BJ Freeman  wrote:
>> there is not much documented in ofbiz about party.
>> however if you read the Data model book Vol I you will see a lot about
>> partyrelationsips. Good diagram on pg 41
>> In this case you would have party relationship with the company that
>> supplies contractors
>> so you need to setup the roles of each party then setup the relationship
>> between them
>> start with organizational party relationship then individual (person)
>> realtionships with organizations.
>>
>> example
>> the programmer would be a employee role with the recruitment company if
>> they contract, then the programmer would have a contractor relationship
>> with the Company.
>>
>> the rest you can get from the demo data or you can look at the demo site
>> at the different parties to see the relationships.
>>
>> Mansour Al Akeel sent the following on 6/26/2011 4:43 PM:
>>> Hello all,
>>> I didn't use the parties component extensively, and don't know a lot about 
>>> it.
>>> Here's the scenario we have. Three Group parties:
>>> Programmers
>>> Recruiter
>>> Sales /marketing/Distributing
>>> The distributor obtains the requirements and hires the Programmers
>>> through the "Recruitment" company. Billing is done by hour.
>>> In each company there's two employees that interact with the system.
>>> programmer1 , programmer2
>>> hr manager 1, hr manager2
>>> project manager1, project manager2
>>>
>>> We need to setup the system, to handle the requirements communication,
>>> timesheet, project management ... etc.
>>> I have created the three group parties, and 6 employees parties, and
>>> stopped there not knowing how to connect them.
>>>
>>> How to associate users (employee) with companies (Group Party) ?
>>> I tried to go to Relationships page and use  "Add other party
>>> relationship", but those fields are not clear to me. For example  "in
>>> the Role of"  etc.
>>> Let's say I need to put hr_manager1 as an employee of "Recruiter" ??
>>> How many accounts I need, knowing that the recruiter get a percentage ?
>>>
>>> What do I need to do after that ?
>>>
>>>

Re: Problem: mysql with ofbiz 10.4

2011-06-27 Thread Santosh Malviya
Hello Rakesh,

Try with mysql port on which you are working like: -

 
jdbc-uri="jdbc:mysql://127.0.0.1:3309/ofbiz?autoReconnect=true
"

-- 
Thanks and Regards
Santosh Malviya


On Mon, Jun 27, 2011 at 1:03 PM, Rakesh_Ists  wrote:

> Hi,
>
> It started proper with derby.
>
> my entityEngine.xml look likes as folows
>
> 
>
> http://www.w3.org/2001/XMLSchema-instance";
>
> xsi:noNamespaceSchemaLocation="
> http://ofbiz.apache.org/dtds/entity-config.xsd";>
> class="org.ofbiz.base.config.FileLoader"
>prepend-env="ofbiz.home" prefix="/framework/entity/fieldtype/"/>
>
>
>
> class="org.ofbiz.geronimo.GeronimoTransactionFactory"/>
>
>
>
>
>
>
> class="org.ofbiz.entity.connection.DBCPConnectionFactory"/>
>
> entity-group-reader="main" entity-eca-reader="main"
> distributed-cache-clear-enabled="false">
>
> datasource-name="odbcmysql"/>
>
>
> entity-group-reader="main" entity-eca-reader="main"
> entity-eca-enabled="false" distributed-cache-clear-enabled="false">
> 
>
>  
>
>
> entity-group-reader="main" entity-eca-reader="main">
>
>
>
> entity-group-reader="main" entity-eca-reader="main">
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> location="fieldtypehsql.xml"/>
> location="fieldtypederby.xml"/>
> location="fieldtypecloudscape.xml"/>
> location="fieldtypedaffodil.xml"/>
> location="fieldtypeaxion.xml"/>
> location="fieldtypemysql.xml"/>
> location="fieldtypepostgres.xml"/>
> location="fieldtypepostnew.xml"/>
> location="fieldtypeoracle.xml"/>
> location="fieldtypesapdb.xml"/>
> location="fieldtypesybase.xml"/>
> location="fieldtypefirebird.xml"/>
> location="fieldtypemssql.xml"/>
> location="fieldtypeadvantage.xml"/>
>
>
>
>
>helper-class="org.ofbiz.entity.datasource.GenericHelperDAO"
>field-type-name="mysql"
>check-on-start="true"
>add-missing-on-start="true"
>check-pks-on-start="false"
>use-foreign-keys="true"
>join-style="ansi-no-parenthesis"
>alias-view-columns="false"
>drop-fk-use-foreign-key-keyword="true"
>table-type="InnoDB"
>character-set="utf8"
>collate="utf8_general_ci">
>
>
>
>
>jdbc-driver="com.mysql.jdbc.Driver"
>jdbc-uri="jdbc:mysql://127.0.0.1/ofbiz?autoReconnect=true"
>jdbc-username="root"
>jdbc-password="abc"
>isolation-level="ReadCommitted"
>pool-minsize="2"
>pool-maxsize="250"/>
>
>
>helper-class="org.ofbiz.entity.datasource.GenericHelperDAO"
>field-type-name="mysql"
>check-on-start="true"
>add-missing-on-start="true"
>check-pks-on-start="false"
>use-foreign-keys="true"
>join-style="ansi-no-parenthesis"
>alias-view-columns="false"
>drop-fk-use-foreign-key-keyword="true"
>table-type="InnoDB"
>character-set="utf8"
>collate="utf8_general_ci">
>
>jdbc-driver="com.mysql.jdbc.Driver"
>
> jdbc-uri="jdbc:mysql://127.0.0.1/ofbiz_odbc?autoReconnect=true"
>jdbc-username="root"
>jdbc-password="abc"
>isolation-level="ReadCommitted"
>pool-minsize="2"
>pool-maxsize="250"/>
>
>
> 
>
>
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/Problem-mysql-with-ofbiz-10-4-tp3616546p3627126.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>


Re: make consignment module

2011-06-27 Thread Mariano Marks
Rugstan,

Hello,

Have you completed this module?

Thank you,

Mariano

On Thu, Nov 25, 2010 at 4:05 AM, rugstan  wrote:

>
> hi,
> i am thinking to developing a consignment module in ofbiz and need some
> help
> and direction from experts here as how to do it.
> the module will have two different consignments types.
> purchase consignment & sales consignment.
>
> purchase consignment is where we take the products from vendor to sell it
> for them and pay them when we sell it or return it to them when they
> request
> for it.
>
> sale consignment- is when we give products to others to sell it for us and
> get paid when the product is sold or can request the product back from
> customer
>
> please give your comments and suggestion as how to build it.
>
> thanks for help.
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/make-consignment-module-tp3058608p3058608.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>


Re: make consignment module

2011-06-27 Thread rugstan
No.

Didn't find anyone who can do it.

On Mon, Jun 27, 2011 at 2:34 PM, Mariano Marks [via OFBiz] <
ml-node+3628908-829191534-18...@n4.nabble.com> wrote:

> Rugstan,
>
> Hello,
>
> Have you completed this module?
>
> Thank you,
>
> Mariano
>
> On Thu, Nov 25, 2010 at 4:05 AM, rugstan <[hidden 
> email]>
> wrote:
>
> >
> > hi,
> > i am thinking to developing a consignment module in ofbiz and need some
> > help
> > and direction from experts here as how to do it.
> > the module will have two different consignments types.
> > purchase consignment & sales consignment.
> >
> > purchase consignment is where we take the products from vendor to sell it
>
> > for them and pay them when we sell it or return it to them when they
> > request
> > for it.
> >
> > sale consignment- is when we give products to others to sell it for us
> and
> > get paid when the product is sold or can request the product back from
> > customer
> >
> > please give your comments and suggestion as how to build it.
> >
> > thanks for help.
> > --
> > View this message in context:
> >
> http://ofbiz.135035.n4.nabble.com/make-consignment-module-tp3058608p3058608.html
> > Sent from the OFBiz - User mailing list archive at Nabble.com.
> >
>
>
> --
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://ofbiz.135035.n4.nabble.com/make-consignment-module-tp3058608p3628908.html
> To unsubscribe from make consignment module, click 
> here.
>
>



-- 
Rishi Khanna
Director
Rugstan Inc.
Ph # 650-292-2493


--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/make-consignment-module-tp3058608p3628989.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Problem: mysql with ofbiz 10.4

2011-06-27 Thread Rakesh_Ists
HI,

I am getting following exceptions.

[java] 2011-06-28 16:24:06,503 (main) [ModelViewEntity.java:532:WARN
] Conversion for complex-alias needs to be implemented for cache and
in-memory eval stuff to work correctly, will not work for alias:
totQuantityAvailable of view-entity OrderItemAndShipGrpInvResAndItemSum
 [java] 2011-06-28 16:24:06,570 (main) [   
ModelReader.java:389:INFO ] FINISHED LOADING ENTITIES - ALL FILES;
#Entities=849 #ViewEntities=267 #Fields=8870 #Relationships=2925
#AutoRelationships=2157
 [java] 2011-06-28 16:24:06,583 (main) [  
GenericDelegator.java:244:INFO ] Doing entity definition check...
 [java] 2011-06-28 16:24:06,587 (main) [
ModelEntityChecker.java:502:INFO ] [initReservedWords] array length=1023
 [java] Exception in thread "main" java.lang.NullPointerException
 [java] at
org.ofbiz.entity.GenericDelegator.getEntityFieldType(GenericDelegator.java:548)
 [java] at
org.ofbiz.entity.model.ModelEntityChecker.checkEntities(ModelEntityChecker.java:101)
 [java] at
org.ofbiz.entity.GenericDelegator.(GenericDelegator.java:245)
 [java] at
org.ofbiz.entity.DelegatorFactoryImpl.getInstance(DelegatorFactoryImpl.java:33)
 [java] at
org.ofbiz.entity.DelegatorFactoryImpl.getInstance(DelegatorFactoryImpl.java:25)
 [java] at
org.ofbiz.base.util.UtilObject.getObjectFromFactory(UtilObject.java:202)
 [java] at
org.ofbiz.entity.DelegatorFactory.getDelegator(DelegatorFactory.java:47)
 [java] at
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:230)
 [java] at
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:100)
 [java] at
org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
 [java] at org.ofbiz.base.start.Start.startServer(Start.java:322)
 [java] at org.ofbiz.base.start.Start.start(Start.java:326)
 [java] at org.ofbiz.base.start.Start.main(Start.java:411)
 [java] 2011-06-28 16:24:06,644 (OFBiz_Shutdown_Hook) [   
ContainerLoader.java:113:INFO ] Shutting down containers
 [java] Java Result: 1

BUILD SUCCESSFUL


--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Problem-mysql-with-ofbiz-10-4-tp3616546p3629471.html
Sent from the OFBiz - User mailing list archive at Nabble.com.