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/13 12:13:43 UTC

[jira] Assigned: (OFBIZ-412) Cannot assign SGA_EXPENSE, COGS_EXPENSE, etc. account as default account for purchase invoice item

     [ https://issues.apache.org/jira/browse/OFBIZ-412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato reassigned OFBIZ-412:
---------------------------------------

    Assignee: Jacopo Cappellato

> Cannot assign SGA_EXPENSE, COGS_EXPENSE, etc. account as default account for purchase invoice item
> --------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-412
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-412
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>            Reporter: Eriks Dobelis
>            Assignee: Jacopo Cappellato
>
> In the Accounting screen allowing to edit GlAccount defaults for purchase invoices (accounting/control/addPurInvoiceItemTypeGlAssignment) there is a combobox, which is supposed to contain all expense accounts, which could be made as default accounts for certain Purchase invoice item type. Currently this Combobox lists only those accounts, which are directly of glAccountClassId EXPENSE, but not those, which are descandant classes, e.g. SGA_EXPENSE, COGS_EXPENSE, etc. The problem is in applications/accounting/webapp/accounting/admin/AdminForms.xml file, which states explicitely:
> <entity-constraint name="glAccountClassId" operator="equals" value="EXPENSE"></entity-constraint>
> Is there a simple way to fix it? 
> I suspect that similar problem could be with Sales invoice default account assignment

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