You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Babu Sreekanth (JIRA)" <ji...@apache.org> on 2010/02/15 17:15:28 UTC

[jira] Created: (OFBIZ-3480) party id cannot be specified through GUI while creating a Party (Person or Party Group)

party id cannot be specified through GUI while creating a Party (Person or Party Group)
---------------------------------------------------------------------------------------

                 Key: OFBIZ-3480
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3480
             Project: OFBiz
          Issue Type: Bug
          Components: party
    Affects Versions: SVN trunk
            Reporter: Babu Sreekanth
            Priority: Critical


see the message in context: http://n4.nabble.com/Party-ID-during-creation-tt1554713.html#a1554713

1. While creating an organization, it is possible to specify a meaningful party id through ofbiz setup.
2. But, it is NOT possible to specify the party id through GUI while creating a Party (Person or Party Group). this means, all the parties created get a sequence id for party id.

Bilgin Ibryam's replay is posted below.

The PK field in party creation service is validated for special 
characters and so on.  So the user is actually allowed to try with 
random text. 
I think this field is simply missing in the UI.  That's why you are not 
"allowed" to enter the id. 
In addition to this, ofbiz display Ids in most of the forms ( and all 
the lookup fields). So it is very important to allow users to enter 
meaningful Ids, especially for data that it used for long period like 
partyId, facailityId, fixedAssetId, agreementId... So create forms 
should have an optional Id field (partyId, facilityId...) with a label 
saying that if an Id is not specified, the system will generate one. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-3480) party id cannot be specified through GUI while creating a Party (Person or Party Group)

Posted by "Eric Lofstad (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854946#action_12854946 ] 

Eric Lofstad commented on OFBIZ-3480:
-------------------------------------

I've been evaluating ofbiz, and also found this to be an issue.  So I'm very interested to hear any response.

Having a meaningful value for party_id would be very helpful especially since most forms only show party_id and not any name.  After entering information for a communication, order, etc, the forms only show a party of "11007" (for example).  There is no quick way to visually check you have the correct party unless you happen to have all the numbers memorized.

Also, some fields have auto-complete capability, but that is not a useful option for party_id fields if they are all numeric.

> party id cannot be specified through GUI while creating a Party (Person or Party Group)
> ---------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-3480
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3480
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: party
>    Affects Versions: SVN trunk
>            Reporter: Babu Sreekanth
>            Priority: Minor
>
> see the message in context: http://n4.nabble.com/Party-ID-during-creation-tt1554713.html#a1554713
> 1. While creating an organization, it is possible to specify a meaningful party id through ofbiz setup.
> 2. But, it is NOT possible to specify the party id through GUI while creating a Party (Person or Party Group). this means, all the parties created get a sequence id for party id.
> Bilgin Ibryam's replay is posted below.
> The PK field in party creation service is validated for special 
> characters and so on.  So the user is actually allowed to try with 
> random text. 
> I think this field is simply missing in the UI.  That's why you are not 
> "allowed" to enter the id. 
> In addition to this, ofbiz display Ids in most of the forms ( and all 
> the lookup fields). So it is very important to allow users to enter 
> meaningful Ids, especially for data that it used for long period like 
> partyId, facailityId, fixedAssetId, agreementId... So create forms 
> should have an optional Id field (partyId, facilityId...) with a label 
> saying that if an Id is not specified, the system will generate one. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-3480) party id cannot be specified through GUI while creating a Party (Person or Party Group)

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855008#action_12855008 ] 

Jacques Le Roux commented on OFBIZ-3480:
----------------------------------------

from http://markmail.org/message/rgl2d43digc3rpcz I guess a patch would get some interest

> party id cannot be specified through GUI while creating a Party (Person or Party Group)
> ---------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-3480
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3480
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: party
>    Affects Versions: SVN trunk
>            Reporter: Babu Sreekanth
>            Priority: Minor
>
> see the message in context: http://n4.nabble.com/Party-ID-during-creation-tt1554713.html#a1554713
> 1. While creating an organization, it is possible to specify a meaningful party id through ofbiz setup.
> 2. But, it is NOT possible to specify the party id through GUI while creating a Party (Person or Party Group). this means, all the parties created get a sequence id for party id.
> Bilgin Ibryam's replay is posted below.
> The PK field in party creation service is validated for special 
> characters and so on.  So the user is actually allowed to try with 
> random text. 
> I think this field is simply missing in the UI.  That's why you are not 
> "allowed" to enter the id. 
> In addition to this, ofbiz display Ids in most of the forms ( and all 
> the lookup fields). So it is very important to allow users to enter 
> meaningful Ids, especially for data that it used for long period like 
> partyId, facailityId, fixedAssetId, agreementId... So create forms 
> should have an optional Id field (partyId, facilityId...) with a label 
> saying that if an Id is not specified, the system will generate one. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-3480) party id cannot be specified through GUI while creating a Party (Person or Party Group)

Posted by "Scott Gray (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Gray updated OFBIZ-3480:
------------------------------

      Priority: Minor  (was: Critical)
    Issue Type: Improvement  (was: Bug)

Changed from Bug to Improvement since I'm quite sure this was done intentional at the time (why I'm not sure) and priority from Critical to Minor.

> party id cannot be specified through GUI while creating a Party (Person or Party Group)
> ---------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-3480
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3480
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: party
>    Affects Versions: SVN trunk
>            Reporter: Babu Sreekanth
>            Priority: Minor
>
> see the message in context: http://n4.nabble.com/Party-ID-during-creation-tt1554713.html#a1554713
> 1. While creating an organization, it is possible to specify a meaningful party id through ofbiz setup.
> 2. But, it is NOT possible to specify the party id through GUI while creating a Party (Person or Party Group). this means, all the parties created get a sequence id for party id.
> Bilgin Ibryam's replay is posted below.
> The PK field in party creation service is validated for special 
> characters and so on.  So the user is actually allowed to try with 
> random text. 
> I think this field is simply missing in the UI.  That's why you are not 
> "allowed" to enter the id. 
> In addition to this, ofbiz display Ids in most of the forms ( and all 
> the lookup fields). So it is very important to allow users to enter 
> meaningful Ids, especially for data that it used for long period like 
> partyId, facailityId, fixedAssetId, agreementId... So create forms 
> should have an optional Id field (partyId, facilityId...) with a label 
> saying that if an Id is not specified, the system will generate one. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.