[
https://issues.apache.org/jira/browse/OFBIZ-9429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16061966#comment-16061966 ]
Michael Brohl commented on OFBIZ-9429:
--------------------------------------
The service definition requires the pk fields as INOUT parameters:
{code:xml}
<auto-attributes include="pk" mode="INOUT" optional="false"/>
{code}
There is currently no field to enter this code. The solution depends on the business requirement:
# should the glAccountId be generated by the system or
# should it be entered manually?
For 1. the solution would be to change the service definition to
{code:xml}
<auto-attributes include="pk" mode="OUT" optional="false"/>
{code}
For 2. we must provide an entry field for glAccountId.
I would prefer 1. What do you think?
> Cannot create a new GL Account
> ------------------------------
>
> Key: OFBIZ-9429
> URL:
https://issues.apache.org/jira/browse/OFBIZ-9429> Project: OFBiz
> Issue Type: Bug
> Components: accounting
> Affects Versions: 16.11.02
> Reporter: Sharan Foga
> Assignee: Michael Brohl
> Priority: Minor
> Attachments: Account_Error.png
>
>
> Hi
> In the current 16.11 demo you cannot create a new GL Account manually using our current 16.11 demo. When I try I get the following message
> {quote}
> The Following Errors Occurred:
> The following required parameter is missing: [createGlAccount.glAccountId]
> {quote}
> Steps to recreate the error:
> 1. Go to Accounting / Global GL Settings
> 2. Click Navigate Accounts (to go into Add mode for adding a new account)
> 3. Enter an Account Code (I used 10010)
> 4. Enter an Account Name (I used Test Account)
> 5. Click Add
> I've also attached a screenshot of the error.
> Thanks
> Sharan
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)