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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0019654
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 09. Financial managementmajoralways2012-02-03 12:472012-03-15 21:28
ReporterxabiermerinoView Statuspublic 
Assigned Tojecharri 
PriorityurgentResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision48dd4c27c254
ProjectionnoneETAnoneTarget Version2.50MP40
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version2.50MP38SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0019654: Create File 34 (Remittance) - Location does not appear if the address 2 is empty

DescriptionCreate File 34 (Remittance) - Location does not appear if the address 2 is empty
Steps To Reproduce-As admin set the adreess 2 of main empty
-create a file of a remittance (cuaderno 34)
-realize that the location does not appear (line 3)
Proposed SolutionIn the file CreateFile34_data.xsql change the line:

RPAD(l.Address1||' '||l.Address2,36)

for:

RPAD(l.Address1||' '||COALESCE (' ',l.Address2),36)
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0046204)
hgbot (developer)
2012-03-08 16:42

Repository: erp/stable/2.50
Changeset: 48dd4c27c2548f3295ccf2ebb11e338c2384e4fb
Author: Javier Etxarri <javier.echarri <at> openbravo.com>
Date: Thu Mar 08 16:42:12 2012 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/48dd4c27c2548f3295ccf2ebb11e338c2384e4fb [^]

Fixes issue 19654: Create File 34 (Remittance) -
Location does not appear if the address 2 is empty

---
M src/org/openbravo/erpCommon/ad_actionButton/CreateFile34_data.xsql
---
(0046205)
jecharri (developer)
2012-03-08 16:46

Test Cases:
-Verify all posible cases:
  +with address 1 and 2
  +with address 1
  +with address 2

-Try to put to long names, more than 36. 36 are the maximun characters, so the name must be cut
(0046231)
hgbot (developer)
2012-03-09 13:17

Repository: erp/stable/2.50
Changeset: 28ee481be9d7c9a323983c1c77331c6161aa7ea6
Author: Javier Etxarri <javier.echarri <at> openbravo.com>
Date: Fri Mar 09 13:16:59 2012 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/28ee481be9d7c9a323983c1c77331c6161aa7ea6 [^]

issue 19654: Create File 34 (Remittance) and Fix the smoke 2.50-inc-oracle (381).
The proplem was that character were different Addres1 was nchar and ' ' is char

---
M src/org/openbravo/erpCommon/ad_actionButton/CreateFile34_data.xsql
---
(0046482)
xabiermerino (reporter)
2012-03-15 21:28

verified

- Issue History
Date Modified Username Field Change
2012-02-03 12:47 xabiermerino New Issue
2012-02-03 12:47 xabiermerino Assigned To => jonalegriaesarte
2012-02-03 12:47 xabiermerino Modules => Core
2012-02-03 12:47 xabiermerino Resolution time => 1333231200
2012-02-03 12:47 xabiermerino Issue Monitored: networkb
2012-03-06 19:11 jonalegriaesarte Assigned To jonalegriaesarte => jecharri
2012-03-08 16:42 hgbot Checkin
2012-03-08 16:42 hgbot Note Added: 0046204
2012-03-08 16:42 hgbot Status new => resolved
2012-03-08 16:42 hgbot Resolution open => fixed
2012-03-08 16:42 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/48dd4c27c2548f3295ccf2ebb11e338c2384e4fb [^]
2012-03-08 16:46 jecharri Note Added: 0046205
2012-03-09 13:17 hgbot Checkin
2012-03-09 13:17 hgbot Note Added: 0046231
2012-03-15 21:28 xabiermerino Note Added: 0046482
2012-03-15 21:28 xabiermerino Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker