Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010958Openbravo ERP09. Financial managementpublic2009-10-14 12:222009-10-21 00:00
networkb 
eduardo_Argal 
immediatemajoralways
closedfixed 
5
2.50MP6 
2.50MP72.50MP7 
Core
No
0010958: Making a partial payment using a payment with withholding quantity fails
When you have a payment with any withholding quantity assigned and then you only pay a part of it when creating the bankstatement, a process run error is obtained.
Th problem is that v_CanceledNotChargeAmt_WH is different from v_GeneratedAmt_WH, when trying to post the settlement.
1. Master Data Management || Business Partner Setup || Withholding: create a new record setting a rate
2. Master Data Management || Business Partner || Business Partner >> Withholding: assign the withholding to a partner
3. Procurement Management || Transactions || Purchase Invoice: create a new record for the BP, choosing the withholding created in the invoice header. Complete it.
4. Financial Management || Receivables & Payables || Transactions || Bank Statement: create a new record and "create lines from".
Choose the payment associated to the Purchase Invoice and edit "Proposed" quantity to pay just a part of the payment. Click OK.

Then you get the Process Run Error
No tags attached.
Issue History
2009-10-14 12:22networkbNew Issue
2009-10-14 12:22networkbAssigned To => rafaroda
2009-10-14 13:45psarobeStatusnew => scheduled
2009-10-14 13:45psarobeAssigned Torafaroda => eduardo_Argal
2009-10-14 13:45psarobefix_in_branch => pi
2009-10-15 12:59hgbotCheckin
2009-10-15 12:59hgbotNote Added: 0021048
2009-10-15 12:59hgbotStatusscheduled => resolved
2009-10-15 12:59hgbotResolutionopen => fixed
2009-10-15 12:59hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/ee2c20ceae0db65cabab96a9b6382fff857c47c7 [^]
2009-10-15 13:53hgbotCheckin
2009-10-15 13:53hgbotNote Added: 0021057
2009-10-15 13:53hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/ee2c20ceae0db65cabab96a9b6382fff857c47c7 [^] => http://code.openbravo.com/erp/devel/pi/rev/d9fb88e9778245c262da3b05ddcbb44a0e7fb2ac [^]
2009-10-20 07:05arunkumarStatusresolved => closed
2009-10-20 07:05arunkumarNote Added: 0021195
2009-10-20 07:05arunkumarFixed in Version => 2.50MP7
2009-10-21 00:00anonymoussf_bug_id0 => 2882770

Notes
(0021048)
hgbot   
2009-10-15 12:59   
Repository: erp/devel/pi
Changeset: ee2c20ceae0db65cabab96a9b6382fff857c47c7
Author: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
Date: Thu Oct 15 12:57:08 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ee2c20ceae0db65cabab96a9b6382fff857c47c7 [^]

Fixes bug 0010958: Making a partial payment using...

---
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Bank_data.xsql
---
(0021057)
hgbot   
2009-10-15 13:53   
Repository: erp/devel/pi
Changeset: d9fb88e9778245c262da3b05ddcbb44a0e7fb2ac
Author: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
Date: Thu Oct 15 13:52:05 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d9fb88e9778245c262da3b05ddcbb44a0e7fb2ac [^]

Fixes bug 0010958: Making a partial payment using...

---
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Bank_data.xsql
---
(0021195)
arunkumar   
2009-10-20 07:05   
While editing "Proposed" quantity to pay just a part of the payment and Click OK, no Process Run Error comes. Tested & Working fine.