Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0028773
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 09. Financial managementmajoralways2015-01-26 16:472015-09-24 17:29
ReporteraferrazView Statuspublic 
Assigned Toaferraz 
PriorityurgentResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision2fd1c4667c2e
ProjectionnoneETAnoneTarget Version3.0PR15Q4
OSLinux 64 bitDatabasePostgreSQLJava version1.6.0_18
OS VersionProfessional ApplianceDatabase version8.3.9Ant version1.7.1
Product VersionSCM revision 
Review Assigned Todmiguelez
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0028773: Grid from Match Statement popup is not filtering correctly by Date column

DescriptionWhen you try to filter by "Date" column in the grid of Match Statement popup, the grid filters by "Transaction Date" instead
Steps To Reproduce- Go to Financial Account window and select "Bank - Account 1"
- Move to Transaction tab and create one with "BP Deposit" transaction type, "19-01-2015" transaction date, "Salaries" g/l item and 500.00 deposit amount. Process it.
- Move to Imported Bank Statement tab and create one with "20-01-2015" transaction date, "Salaries" g/l item and 500.00 amount in. Process it.
- Click on Match Statement button, and click ok on the confirm popup. Match Statement popup shows a grid with the bank statment created line matched with the transaction created line.
- Realize that if you filter by "Date" column with "20-01-2015" value (bank statement date) the record is not shown, but if you filter with "19-01-2015" value (transaction date) it is.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to design defect 0028674 newAugustoMauch Grid from Match Statement popup is not filtering correctly by Date column 
depends on defect 0028877 closedaferraz API Change Request: Change transactionDate column name in aprm_matchstatement table 
has duplicate defect 00288853.0PR15Q2 closedaferraz Filtering by date does not work in "Match Statement" window 

-  Notes
(0080536)
hgbot (developer)
2015-09-21 16:26

Repository: erp/devel/api-checks
Changeset: 1ddcc1b5fcf9ad4c47fd34a6fe48378040b8cae8
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Mon Sep 21 16:25:33 2015 +0200
URL: http://code.openbravo.com/erp/devel/api-checks/rev/1ddcc1b5fcf9ad4c47fd34a6fe48378040b8cae8 [^]

Fixes Issue 28877. API Change in Java due to Issue 28773.

---
M java/reference/java.japi.gz
---
(0080538)
hgbot (developer)
2015-09-21 16:26

Repository: erp/devel/pi
Changeset: 2fd1c4667c2e773d99d5f66fa7e73e79b01aba9c
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Tue Jan 27 12:37:32 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/2fd1c4667c2e773d99d5f66fa7e73e79b01aba9c [^]

Fixes issue 28773: Grid from Match Statement popup is not filtering correctly

transactionDate column from aprm_matchstatement table has been renamed to trxDate in order to avoid having the same column name as transactionDate from fin_finacc_transaction, which causes problems in the query

---
M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_COLUMN.xml
M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_TABLE.xml
---
(0080545)
hgbot (developer)
2015-09-21 18:02

Repository: erp/devel/api-checks
Changeset: 7ed1d7f8d339a7ddfdaac0fd0d6b8dc676af2bc8
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Mon Sep 21 18:02:12 2015 +0200
URL: http://code.openbravo.com/erp/devel/api-checks/rev/7ed1d7f8d339a7ddfdaac0fd0d6b8dc676af2bc8 [^]

Fixes Issue 28877. API Change in Java due to Issue 28773.

---
M java/reference/java.japi.gz
---
(0080556)
dmiguelez (developer)
2015-09-22 10:43

Code Review + Testing Ok
(0080624)
hudsonbot (developer)
2015-09-24 17:29

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/37e30a4ff711 [^]
Maturity status: Test

- Issue History
Date Modified Username Field Change
2015-01-26 16:47 aferraz New Issue
2015-01-26 16:47 aferraz Assigned To => aferraz
2015-01-26 16:47 aferraz Modules => Core
2015-01-26 16:47 aferraz Triggers an Emergency Pack => No
2015-01-26 16:48 aferraz Relationship added related to 0028674
2015-02-06 12:45 Sandrahuguet Relationship added blocks 0028885
2015-02-06 12:49 Sandrahuguet Relationship added depends on 0028877
2015-02-06 17:43 dmitry_mezentsev Relationship replaced has duplicate 0028885
2015-09-18 14:11 maite Issue Monitored: networkb
2015-09-18 14:13 maite Resolution time => 1443736800
2015-09-18 14:13 maite Priority normal => urgent
2015-09-18 14:13 maite Severity minor => major
2015-09-18 14:13 maite Target Version => 3.0PR15Q4
2015-09-21 16:26 hgbot Checkin
2015-09-21 16:26 hgbot Note Added: 0080536
2015-09-21 16:26 hgbot Checkin
2015-09-21 16:26 hgbot Note Added: 0080538
2015-09-21 16:26 hgbot Status new => resolved
2015-09-21 16:26 hgbot Resolution open => fixed
2015-09-21 16:26 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/2fd1c4667c2e773d99d5f66fa7e73e79b01aba9c [^]
2015-09-21 18:02 hgbot Checkin
2015-09-21 18:02 hgbot Note Added: 0080545
2015-09-22 10:43 dmiguelez Review Assigned To => dmiguelez
2015-09-22 10:43 dmiguelez Note Added: 0080556
2015-09-22 10:43 dmiguelez Status resolved => closed
2015-09-24 17:29 hudsonbot Checkin
2015-09-24 17:29 hudsonbot Note Added: 0080624


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker