User Interface for entering Accounting Transaction
-------------------------------------------------- Key: OFBIZ-306 URL: http://issues.apache.org/jira/browse/OFBIZ-306 Project: OFBiz (The Open for Business Project) Issue Type: New Feature Components: accounting Affects Versions: SVN trunk Reporter: Marco Risaliti Priority: Minor 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 It's a copy of the old-jira issue OFBIZ-120 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ http://issues.apache.org/jira/browse/OFBIZ-306?page=all ]
Marco Risaliti updated OFBIZ-306: --------------------------------- Attachment: GlAccountForms[1].xml.patch screenshot-1.jpg > User Interface for entering Accounting Transaction > -------------------------------------------------- > > Key: OFBIZ-306 > URL: http://issues.apache.org/jira/browse/OFBIZ-306 > Project: OFBiz (The Open for Business Project) > Issue Type: New Feature > Components: accounting > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Priority: Minor > Attachments: GlAccountForms[1].xml.patch, screenshot-1.jpg > > > 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 > It's a copy of the old-jira issue OFBIZ-120 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ http://issues.apache.org/jira/browse/OFBIZ-306?page=comments#action_12434816 ]
Marco Risaliti commented on OFBIZ-306: -------------------------------------- Hi Anil Patel, I have seen that the attached pacth is too old and it cannot be review to understand what they do. So if you want that this issue will progress you have to attach a new patch otherwise it will be closed (incomplete). Thanks Marco > User Interface for entering Accounting Transaction > -------------------------------------------------- > > Key: OFBIZ-306 > URL: http://issues.apache.org/jira/browse/OFBIZ-306 > Project: OFBiz (The Open for Business Project) > Issue Type: New Feature > Components: accounting > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Priority: Minor > Attachments: GlAccountForms[1].xml.patch, screenshot-1.jpg > > > 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 > It's a copy of the old-jira issue OFBIZ-120 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ http://issues.apache.org/jira/browse/OFBIZ-306?page=all ]
Jacopo Cappellato updated OFBIZ-306: ------------------------------------ Description: 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 was: 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 It's a copy of the old-jira issue OFBIZ-120 > User Interface for entering Accounting Transaction > -------------------------------------------------- > > Key: OFBIZ-306 > URL: http://issues.apache.org/jira/browse/OFBIZ-306 > Project: OFBiz (The Open for Business Project) > Issue Type: New Feature > Components: accounting > Affects Versions: SVN trunk > Reporter: Marco Risaliti > 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. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |