Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0017918Openbravo ERP09. Financial managementpublic2011-07-04 18:522011-07-27 10:19
psanjuan 
vmromanos 
urgentmajoralways
closedfixed 
20Ubuntu 8.04.1
 
3.0MP2 
Core
No
0017918: Payment in/out awaiting execution status - few fields must not be editable
Payment in/out awaiting execution status - few fields must not be editable such as:

PAYMENT IN
organization
Amount
Currency
Received (Financial Account)

PAYMENT OUT
organization
Amount
Currency
Paid (Financial Account)
see screen attached
Create a payment method with below setup:
Payment in allowed (yes)
Received payment in other currencies (yes)
Execution type: Automatic
Execution process: Simple Execution process
Deferred (yes)

Create a sales invoice for a customer which do have that payment method by default.
Create a payment in and select that invoice.
Realize that the payment in is in awaiting execution status.
No tags attached.
blocks defect 00178753.0MP2 closed vmromanos Payment in/out awaiting execution status - few fields must not be editable 
Issue History
2011-07-06 13:52vmromanosTypedefect => backport
2011-07-06 13:52vmromanosfix_in_branch => 2.50
2011-07-07 09:39hgbotCheckin
2011-07-07 09:39hgbotNote Added: 0038915
2011-07-07 09:39hgbotStatusscheduled => resolved
2011-07-07 09:39hgbotResolutionopen => fixed
2011-07-07 09:39hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/ff82cceca3df7fa0773f302fd82e179bfcab33df [^]
2011-07-08 12:13vmromanosNote Added: 0038936
2011-07-08 12:13vmromanosStatusresolved => new
2011-07-08 12:13vmromanosResolutionfixed => open
2011-07-08 12:19hgbotCheckin
2011-07-08 12:19hgbotNote Added: 0038937
2011-07-08 12:19hgbotStatusnew => resolved
2011-07-08 12:19hgbotResolutionopen => fixed
2011-07-08 12:19hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/stable/2.50/rev/ff82cceca3df7fa0773f302fd82e179bfcab33df [^] => http://code.openbravo.com/erp/stable/2.50/rev/f5abe943261c1bd743d16e9e1a7f4c9ed6c2bf10 [^]
2011-07-27 10:19psanjuanNote Added: 0039422
2011-07-27 10:19psanjuanStatusresolved => closed

Notes
(0038915)
hgbot   
2011-07-07 09:39   
Repository: erp/stable/2.50
Changeset: ff82cceca3df7fa0773f302fd82e179bfcab33df
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Wed Jul 06 16:59:10 2011 +0200
URL: http://code.openbravo.com/erp/stable/2.50/rev/ff82cceca3df7fa0773f302fd82e179bfcab33df [^]

Fixed bug 17918: Payment in/out awaiting execution status - few fields must not be editable

PAYMENT IN
organization
Amount
Currency

PAYMENT OUT
organization
Amount
Currency

---
M src-db/database/sourcedata/AD_COLUMN.xml
---
(0038936)
vmromanos   
2011-07-08 12:13   
Typo:
+<!--7891269C83DC655DE040007F010155CE--> <READONLYLOGIC><![CDATA[@Processed@='Y' | @Status@!'RPAE']]></READONLYLOGIC>
should be
+<!--7891269C83DC655DE040007F010155CE--> <READONLYLOGIC><![CDATA[@Processed@='Y' | @Status@='RPAE']]></READONLYLOGIC>
(0038937)
hgbot   
2011-07-08 12:19   
Repository: erp/stable/2.50
Changeset: f5abe943261c1bd743d16e9e1a7f4c9ed6c2bf10
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Fri Jul 08 12:18:31 2011 +0200
URL: http://code.openbravo.com/erp/stable/2.50/rev/f5abe943261c1bd743d16e9e1a7f4c9ed6c2bf10 [^]

Fixed bug 17918: Currency field read only logic is fixed

---
M src-db/database/sourcedata/AD_COLUMN.xml
---
(0039422)
psanjuan   
2011-07-27 10:19   
fixed and working