You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2007/08/30 11:32:30 UTC

[jira] Closed: (OFBIZ-306) User Interface for entering Accounting Transaction

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

Jacques Le Roux closed OFBIZ-306.
---------------------------------

    Resolution: Duplicate
      Assignee: Jacques Le Roux

> User Interface for entering Accounting Transaction
> --------------------------------------------------
>
>                 Key: OFBIZ-306
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-306
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Marco Risaliti
>            Assignee: Jacques Le Roux
>            Priority: Minor
>         Attachments: GlAccountForms[1].xml.patch, screenshot-1.jpg
>
>
> This is a copy of the old-jira issue http://jira.undersunconsulting.com/browse/OFBIZ-120 by Anil Patel.
> ==================================================
> User Interface for entering Accounting Transaction. User should be able to enter compound entry. 
> Code behind the Screen should Not Allow to Post a Transaction until the debit and credit balances are equal. 
> For user convinence Process can be broken into two steps, Saving a Transaction and Posting a Transaction. 
> Saving a Transaction will let user save data to database even if it is out of balance. 
> Posting process takes care of validating the data and confirming that credit and debit balances are equal. 
>  
>  
>  All    Comments    Work Log    Change History       Sort Order:   
> Comment by Si Chen [15/Feb/05 02:56 PM] [ Permlink ] 
> Anil, 
> Have you seen Brett's manual GL posting screens and services? Does this do something different? 
> Si 
> Comment by Anil Patel [15/Feb/05 03:30 PM] [ Permlink ] 
> I looked at the following screen in the latest code I got from SVN (Rivision 4491). 
> https://localhost:8443/accounting/control/EditGlJournalEntry 
> This screen has input boxes related to Product setup Page. Looks like I may be doing something wrong. 
> Comment by Si Chen [15/Feb/05 05:31 PM] [ Permlink ] 
> I wonder if there's a bug with the implementation right now. Specifically: 
> 1. Why does the request for "createGlJournalEntry" call the service "createGlAccountRole" instead of the new "createGlJournalEntry" service Brett Palmer created? 
> 2. The form in GlAccountForms.xml is probably not right. There is no request-map for "updateGlJournalEntry" in the controller.xml and no such service in services.xml either, so it shouldn't be the default-target of the "EditGlJournalEntry" form. 
> I think the rest of this form was probably copied from somewhere and does not reflect the fields for the "createGlJournalEntry" service. Perhaps the fields need to be changed? 
> Comment by Si Chen [15/Feb/05 05:33 PM] [ Permlink ] 
> Try this little patch -- all it does is uses the createGlJournalEntry service Brett Palmer made to make a form. I think not all the fields are needed, but this is probably closer to the goal. 
> Comment by Marco Risaliti [13/Sep/06 01:56 AM] [ Permlink ] 
> can be closed ? 
> Thanks 
> Marco 

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