Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015413Openbravo ERP09. Financial managementpublic2010-12-13 19:302011-03-15 13:30
networkb 
jonalegriaesarte 
lowminoralways
closedfixed 
5
2.50MP23 
2.50MP272.50MP28 
Core
No
0015413: Impossible add some debt payments in a remittance
If a Debt Payment is present in a processed remittance it doesn't appear when you want to add this to a bank statement line through "Create lines from" process. It make sense when the remittance is consolidated but no when the remittance is non-consolidated.
1. Create new Non consolidated Remittance
2. Execute create lines from and add a Debt Payment
3. Process the remittance
4. Create new Bank Statement
5. Execute Create lines from
6. Notice that you can't find the previous Debt Payment.
Let's see if filtering in create lines from, so just consolidated remittance payments are excluded, and not all payments coming from a remittance is enough.
No tags attached.
depends on defect 0016044 closed dalsasua Impossible add some debt payments in a remittance 
Issue History
2010-12-13 19:30networkbNew Issue
2010-12-13 19:30networkbAssigned To => dalsasua
2010-12-13 19:30networkbModules => Core
2011-02-09 13:27adrianromeroTarget Version2.50MP26 => 2.50MP27
2011-02-24 12:03dalsasuaProposed Solution updated
2011-02-24 16:12adrianromeroStatusnew => scheduled
2011-02-24 16:12adrianromerofix_in_branch => pi
2011-02-24 16:13adrianromeroTypedefect => backport
2011-02-24 16:13adrianromerofix_in_branchpi =>
2011-02-24 16:13adrianromeroIssue cloned0016044
2011-02-24 16:13adrianromeroRelationship addeddepends on 0016044
2011-03-03 11:09jonalegriaesarteAssigned Todalsasua => jonalegriaesarte
2011-03-07 19:22hgbotCheckin
2011-03-07 19:22hgbotNote Added: 0034636
2011-03-07 19:22hgbotStatusscheduled => resolved
2011-03-07 19:22hgbotResolutionopen => fixed
2011-03-07 19:22hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/b01fcb41ad3bddb31f265b231aaa348eb838edba [^]
2011-03-15 13:30maiteStatusresolved => closed
2011-03-15 13:30maiteFixed in Version => 2.50MP28

Notes
(0034636)
hgbot   
2011-03-07 19:22   
Repository: erp/stable/2.50
Changeset: b01fcb41ad3bddb31f265b231aaa348eb838edba
Author: Egoitz Castillo <egoitz.castillo <at> openbravo.com>
Date: Mon Mar 07 19:21:36 2011 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/b01fcb41ad3bddb31f265b231aaa348eb838edba [^]

Fixes issue 0015413: Impossible add some debt payments in a remittance
Added joins to c_remittance, c_remittanceline and c_remittance_type
to show the debt payments that belong to a remittance not
consolidated

---
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Bank_data.xsql
---