Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0037932Openbravo ERPZ. Otherspublic2018-02-15 13:102018-03-06 15:44
maite 
AtulOpenbravo 
urgentmajoralways
closedfixed 
5
 
3.0PR18Q2 
dmiguelez
OBPS
Advanced Payables and Receivables Mngmt
No
0037932: "Funds Transfer" process should have same behavior than manual creation of transactions
Before "Funds Transfer" process exists, recommended procedure to register this flow was: http://wiki.openbravo.com/wiki/How_to_Transfer_Funds_Between_Financial_Accounts [^]

User with this specific configuration should be able to run automatic "Funds Transfer" process and obtain same result
1. Create Role with User Level= Organization.
2. Access to "Org Access" tab and delete all records EXCEPT F&B España - Región Norte
3. Access to "User assignment" and create record for Openbravo
4. Log out and log in again setting this new role
5. Access Financial Account window, select "Caja" and run "Funds Transfer" process. Fill the fields with any value and press "Done"
6. Organization access error will be received:
Organization B843C30461EA4501935CB1D125C9C25A of object (FIN_Finacc_Transaction(B6C7AB9A58B34CFA9E3D788A1E0BF841) (account: C2AA9C0AFB434FD4B827BE58DC52C1E2, paymentAmount: 100, lineNo: 10)) is not present in OrganizationList [E443A31992CB4635AFCAEABE7183CE85]

However, user is able to manually create "BP Withdrawal" transaction in "Caja" financial account and "BP Deposit" transaction in "Cuenta de Banco" financial account so automatic process should behave in the same way
No tags attached.
Issue History
2018-02-15 13:10maiteNew Issue
2018-02-15 13:10maiteAssigned To => Triage Finance
2018-02-15 13:10maiteOBNetwork customer => Yes
2018-02-15 13:10maiteModules => Advanced Payables and Receivables Mngmt
2018-02-15 13:10maiteResolution time => 1520463600
2018-02-15 13:10maiteTriggers an Emergency Pack => No
2018-02-15 13:10maiteIssue Monitored: networkb
2018-02-15 17:27dmiguelezAssigned ToTriage Finance => AtulOpenbravo
2018-02-28 19:09AtulOpenbravoStatusnew => scheduled
2018-03-05 15:23AtulOpenbravoNote Added: 0102980
2018-03-05 15:30AtulOpenbravoNote Added: 0102981
2018-03-06 09:07hgbotCheckin
2018-03-06 09:07hgbotNote Added: 0103012
2018-03-06 09:07hgbotStatusscheduled => resolved
2018-03-06 09:07hgbotResolutionopen => fixed
2018-03-06 09:07hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/a477b160f8d7f7614a75218c3d9b5d722bb94ddb [^]
2018-03-06 09:07hgbotCheckin
2018-03-06 09:07hgbotNote Added: 0103013
2018-03-06 09:09dmiguelezReview Assigned To => dmiguelez
2018-03-06 09:09dmiguelezNote Added: 0103015
2018-03-06 09:09dmiguelezStatusresolved => closed
2018-03-06 09:09dmiguelezFixed in Version => 3.0PR18Q2
2018-03-06 15:44hudsonbotCheckin
2018-03-06 15:44hudsonbotNote Added: 0103029
2018-03-06 15:44hudsonbotCheckin
2018-03-06 15:44hudsonbotNote Added: 0103030

Notes
(0102980)
AtulOpenbravo   
2018-03-05 15:23   
Test Plan
- Login as F&B International Group Admin
- Create Role with User Level= Organization.
- Navigate to "Org Access" tab and delete all records except "F&B España - Región Norte" Organization.
- Navigate to to "User assignment" tab and create record for Openbravo
- Log out and log in again setting this new role
- Navigate to Financial Account window, select "Caja" and run "Funds Transfer" process. Fill the fields with any value and press "Done".
- Realize that Funds transfer process is completed successfully. Organization "F&B España - Región Norte" is used in transaction.
(0102981)
AtulOpenbravo   
2018-03-05 15:30   
When adding manual transaction in Financial Account, default value for organization field is picked from parent tab i.e Financial Account, whenever user does not have access to organization of Financial Account record, default value for the organization is not the financial account's organization.

Hence we do check whether the user has write access to financial account organization before using it in a transaction else we use context organization in funds transfer transaction.
(0103012)
hgbot   
2018-03-06 09:07   
Repository: erp/devel/pi
Changeset: a477b160f8d7f7614a75218c3d9b5d722bb94ddb
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Fri Mar 02 14:03:45 2018 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/a477b160f8d7f7614a75218c3d9b5d722bb94ddb [^]

Fixes Issue 37932: "Funds Transfer" process should have same behavior
than manual creation of transactions

When we create manual transaction default value of the organization
is the financial account's organization. Funds Transfer Handler
implements same logic to pick organization from financial account
without doing a check whether current role has write access to the
organization being used for the transaction.

A writable check is done before using financial account organization
in the transaction. If not current organization from the OBContext
is used.

---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/actionHandler/FundsTransferActionHandler.java
---
(0103013)
hgbot   
2018-03-06 09:07   
Repository: erp/devel/pi
Changeset: ce890b7032d43348cddfc23ebfa67fa3748bdf61
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Tue Mar 06 09:07:37 2018 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/ce890b7032d43348cddfc23ebfa67fa3748bdf61 [^]

Related to Issue 37932. Code Review changes.

Added comment to explain the situation

---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/actionHandler/FundsTransferActionHandler.java
---
(0103015)
dmiguelez   
2018-03-06 09:09   
Code Review + Testing Ok
(0103029)
hudsonbot   
2018-03-06 15:44   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/d78a1c4c6616 [^]
Maturity status: Test
(0103030)
hudsonbot   
2018-03-06 15:44   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/d78a1c4c6616 [^]
Maturity status: Test