[
https://issues.apache.org/jira/browse/OFBIZ-9228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15880133#comment-15880133
]
ismail edited comment on OFBIZ-9228 at 2/23/17 11:49 AM:
---------------------------------------------------------
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="main-decorator"
location="${parameters.mainDecoratorLocation}">
2-Or add new decorator-screen on CommenScreen with name
"CommonPartyGlDecorator" .
was (Author: [email protected]):
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
> Assignee: Jacques Le Roux
>
> 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)