You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "ismail (JIRA)" <ji...@apache.org> on 2017/02/23 08:57:44 UTC

[jira] [Commented] (OFBIZ-9228) Create an Accounting Transaction page not found

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

ismail commented on OFBIZ-9228:
-------------------------------

Hi Mr.Moatasim

this problem is mean that using a <decorator-screen> not found in CommenScreen with name "CommonPartyGlDecorator"
To solve this issue :
1- change decorator-screen name and location
     go to GLscreen.xml and replace this line FROM:
           <decorator-screen name="CommonPartyGlDecorator" location="${parameters.partyGlDecoratorLocation}"> 
     TO: 
           <decorator-screen name="CommonFixedAssetDecorator" location="${parameters.mainDecoratorLocation}"> 


2-Or add new decorator-screen on CommenScreen with name "CommonPartyGlDecorator" .



> Create an Accounting Transaction page not found
> -----------------------------------------------
>
>                 Key: OFBIZ-9228
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9228
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>            Reporter: Moatasim Al Masri
>
> when we go through
> Asset Maint --> Fixed Assets - >>> find DEMO_VEHICLE_01 --> Depreciation 
> and then press on button Create an Accounting Transaction: 00.000
> then will give me ERROR not found



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)