[ http://issues.apache.org/jira/browse/OFBIZ-434?page=comments#action_12449314 ] Eriks Dobelis commented on OFBIZ-434: -------------------------------------
This patch is not relying on Financials module in any way. It shouldn't conflict with it either. I have uploaded an updated patch which should fix your issue. The transaction created should be fine. organizationPartyId is needed by CommonAdminDecorator to display the company name and keep organizationPartyId in URL, so that all activities in Accounting/Companies/Admin are performed with specific Organization as a default. I think that passing it through URL all the time is not the best way for that and I think that this should be dealt with similarly to the active language, so that once you choose the language it is active until you choose another language. The same could be done with organizationPartyId where user could "login" or choose organizationPartyId and all the activities would take it as default organizationPartyId, or in some cases data related not related to this organizationPartyId could be hidden. Some of the uses would be related to issue OFBIZ-118 . > Screen for entering and updating accounting transactions > -------------------------------------------------------- > > Key: OFBIZ-434 > URL: http://issues.apache.org/jira/browse/OFBIZ-434 > Project: OFBiz (The Open for Business Project) > Issue Type: Improvement > Components: accounting > Reporter: Eriks Dobelis > Attachments: acctgTrans.diff, acctgTrans.diff > > > This patch allows manual creating and editing accounting transactions. -- 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
