Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0021808 | Openbravo ERP | 09. Financial management | public | 2012-10-01 12:33 | 2012-10-10 16:36 |
Reporter | malsasua | ||||
Assigned To | dmiguelez | ||||
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 20 | OS Version | Community Appliance | |
Product Version | |||||
Target Version | 3.0MP16 | Fixed in Version | |||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | |||||
Web browser | Google Chrome | ||||
Modules | Core | ||||
Support ticket | |||||
Regression level | Production - QA Approved | ||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/7374dac17caf [^] | ||||
Triggers an Emergency Pack | yes | ||||
Summary | 0021808: with reconciliations with same date, error in financial account | ||||
Description | if you have got two reconciliations with same date, error is returned when you access to financial account window | ||||
Steps To Reproduce | . in F&B . go to financial account: Bank -Account 1 . create new Imported bnak statement: . import date & transaction date = 01/10/2012 . new line: transaction date= 01/10/2012 business partner: happy drinks amount out: 100 . new line: transaction date= 01/10/2012 business partner: healthy food supermarkets amount out: 200 . process . go to transaction tab: . new transaction: . transaction date= 01/10/2012 business partner: happy drinks amount out: 100 . match statement: . match the previous transaction . reconcile . go to transaction tab: . new transaction: . transaction date= 01/10/2012 business partner: healthy food supermarkets amount out: 200 . match statement: . match the previous transaction . reconcile go to financial account window error is returned | ||||
Proposed Solution | . in table FIN_Financial_Account . column: lastreconbalance . the sqllogic field should be: (select rec.endingbalance from fin_financial_account fa , fin_reconciliation rec where fa.fin_financial_account_id=rec.fin_financial_account_id and fa.fin_financial_account_id=fin_financial_account_id and exists (select 1 from fin_financial_account ff , fin_reconciliation fr where ff.fin_financial_account_id=fr.fin_financial_account_id and fr.processed='Y' and ff.fin_financial_account_id=fin_financial_account_id having rec.created = max(fr.created))) | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-10-01 12:33 | malsasua | New Issue | |||
2012-10-01 12:33 | malsasua | Assigned To | => dmiguelez | ||
2012-10-01 12:33 | malsasua | Web browser | => Google Chrome | ||
2012-10-01 12:33 | malsasua | Modules | => Core | ||
2012-10-01 12:58 | malsasua | Web browser | Google Chrome => Google Chrome | ||
2012-10-01 12:58 | malsasua | Regression level | => Production - QA Approved | ||
2012-10-01 12:58 | malsasua | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/7374dac17caf [^] | ||
2012-10-02 13:04 | dmiguelez | Note Added: 0052982 | |||
2012-10-02 16:27 | hgbot | Checkin | |||
2012-10-02 16:27 | hgbot | Note Added: 0052992 | |||
2012-10-02 16:27 | hgbot | Status | new => resolved | ||
2012-10-02 16:27 | hgbot | Resolution | open => fixed | ||
2012-10-02 16:27 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/6e548a022f3df72ff73fa6c5b675ed941be282bd [^] | ||
2012-10-02 17:30 | malsasua | Note Added: 0052997 | |||
2012-10-02 17:30 | malsasua | Status | resolved => closed | ||
2012-10-02 20:55 | hgbot | Checkin | |||
2012-10-02 20:55 | hgbot | Note Added: 0052998 | |||
2012-10-02 21:07 | shuehner | Note Added: 0052999 | |||
2012-10-02 21:07 | shuehner | Status | closed => new | ||
2012-10-02 21:07 | shuehner | Resolution | fixed => open | ||
2012-10-02 21:07 | shuehner | Web browser | Google Chrome => Google Chrome | ||
2012-10-02 21:07 | shuehner | Target Version | => 3.0MP16 | ||
2012-10-03 12:52 | hgbot | Checkin | |||
2012-10-03 12:52 | hgbot | Note Added: 0053012 | |||
2012-10-03 12:52 | hgbot | Status | new => resolved | ||
2012-10-03 12:52 | hgbot | Resolution | open => fixed | ||
2012-10-03 12:52 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/6e548a022f3df72ff73fa6c5b675ed941be282bd [^] => http://code.openbravo.com/erp/devel/pi/rev/e376b0a5e6e5740c0ad7780747b5d0f98ce15f7d [^] | ||
2012-10-03 14:30 | malsasua | Note Added: 0053017 | |||
2012-10-03 14:30 | malsasua | Status | resolved => closed | ||
2012-10-04 18:18 | hudsonbot | Checkin | |||
2012-10-04 18:18 | hudsonbot | Note Added: 0053051 | |||
2012-10-04 18:18 | hudsonbot | Checkin | |||
2012-10-04 18:18 | hudsonbot | Note Added: 0053054 | |||
2012-10-04 18:18 | hudsonbot | Checkin | |||
2012-10-04 18:18 | hudsonbot | Note Added: 0053055 | |||
2012-10-10 16:36 | hudsonbot | Checkin | |||
2012-10-10 16:36 | hudsonbot | Note Added: 0053224 | |||
2012-10-10 16:36 | hudsonbot | Checkin | |||
2012-10-10 16:36 | hudsonbot | Note Added: 0053227 | |||
2012-10-10 16:36 | hudsonbot | Checkin | |||
2012-10-10 16:36 | hudsonbot | Note Added: 0053228 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|