You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacopo Cappellato (JIRA)" <ji...@apache.org> on 2007/12/01 13:26:43 UTC

[jira] Commented: (OFBIZ-1436) New entity, CRUD services and screen to map, for an organization, a productCategoryId/glAccountTypeId pair to a glAccountId

    [ https://issues.apache.org/jira/browse/OFBIZ-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547426 ] 

Jacopo Cappellato commented on OFBIZ-1436:
------------------------------------------

I've noticed the following warning messages at startup:

2007-12-01 13:23:22,390 (main) [   GenericDelegator.java:151:WARN ] =-=-=-=-= Found 4 warnings when checking the entity definitions:
2007-12-01 13:23:22,390 (main) [   GenericDelegator.java:153:WARN ] [RelFKNameGT18] The foregn key name (length:19) was greater than 18 characters in length for relation ProductCategory of entity ProductCategoryGlAccount.
2007-12-01 13:23:22,390 (main) [   GenericDelegator.java:153:WARN ] [RelFKNameGT18] The foregn key name (length:20) was greater than 18 characters in length for relation Party of entity ProductCategoryGlAccount.
2007-12-01 13:23:22,390 (main) [   GenericDelegator.java:153:WARN ] [RelFKNameGT18] The foregn key name (length:19) was greater than 18 characters in length for relation GlAccountType of entity ProductCategoryGlAccount.
2007-12-01 13:23:22,390 (main) [   GenericDelegator.java:153:WARN ] [RelFKNameGT18] The foregn key name (length:20) was greater than 18 characters in length for relation GlAccount of entity ProductCategoryGlAccount.



> New entity, CRUD services and screen to map, for an organization, a productCategoryId/glAccountTypeId pair to a glAccountId
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1436
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1436
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: product
>            Reporter: Jacopo Cappellato
>            Assignee: Anil K Patel
>         Attachments: ProductCategoryGlAccount_CRUD_Services.patch
>
>
> Define a new entity (ProductCategoryGlAccount) to map a productCategoryId and glAccountTypeId to a glAccountId.
> The entity will be similar to ProductGlAccount.
> Implement CRUD services.
> New screen to manage the ProductCategoryGlAccount information of an Organization: the screen will reside in the Accounting>General Ledger>Setup menu and will show a (searchable?) list of all the ProductCategoryGlAccount records related to the Organization in the context (organizationPartyId).
> At the bottom of the screen there will be an Add/Edit form.
> In the list there will be, next to each item, a "remove" link.

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