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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0022159
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Modules] Cuaderno 19minoralways2012-10-30 12:062013-02-21 16:41
ReporterxabiermerinoView Statuspublic 
Assigned ToioritzCia 
PriorityurgentResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision6e6a75ad30ce
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Regression date
Regression introduced by commit
Regression level
Review Assigned Toxabiermerino
Regression introduced in release
Summary

0022159: The Bank.dat generated in remittance should show the fiscal name of BP if it is defiend

DescriptionNow, the Bnank.dat sows the commercial name of business partners. If the fiscal year is defined (is not a mandatory field) the applicatio should select it
Steps To ReproduceAs admin create a remittance and change the fiscal name and the commercial name of the business partner used.
Realize that the application shows the commercial name
Proposed SolutionPossible solution can be:

- String tercero =
rPad(parseText(!"".equals(line.getBusinessPartner().getName()) ? line
- .getBusinessPartner().getName() :
line.getBusinessPartner().getName2()), ' ', 40);
+ String tercero =
rPad(parseText(!"".equals(line.getBusinessPartner().getName2()) ? line
+ .getBusinessPartner().getName2() :
line.getBusinessPartner().getName()), ' ', 40);
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0027858 closedfsoto82 The Bank.dat generated in remittance should show the fiscal name of BP if it is defined 

-  Notes
(0056213)
hgbot (developer)
2013-02-06 10:32

Repository: erp/pmods/org.openbravo.module.cuaderno19.es
Changeset: 6e6a75ad30ce22ce03dad3429e4c1162eb37cde1
Author: Javier Etxarri <javier.echarri <at> openbravo.com>
Date: Wed Feb 06 10:24:20 2013 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.cuaderno19.es/rev/6e6a75ad30ce22ce03dad3429e4c1162eb37cde1 [^]

Fixes issue 22159: The Bank.dat generated in remittance
should show the fiscal name of BP if it is defined

---
M src/org/openbravo/module/cuaderno19/es/utility/Cuaderno19.java
---
(0056687)
xabiermerino (reporter)
2013-02-21 16:41

verified

- Issue History
Date Modified Username Field Change
2012-10-30 12:06 xabiermerino New Issue
2012-10-30 12:06 xabiermerino Assigned To => eduardo_Argal
2012-10-30 13:13 jonalegriaesarte Assigned To eduardo_Argal => ioritzCia
2012-10-30 13:14 jonalegriaesarte Proposed Solution updated
2012-12-10 12:14 jonalegriaesarte Severity major => minor
2013-02-05 12:32 jecharri Assigned To ioritzCia => jecharri
2013-02-06 00:38 ioritzCia Assigned To jecharri => ioritzCia
2013-02-06 09:59 jecharri Category Remittance => Cuaderno 34
2013-02-06 10:11 xabiermerino Category Cuaderno 34 => Cuaderno 19
2013-02-06 10:32 hgbot Checkin
2013-02-06 10:32 hgbot Note Added: 0056213
2013-02-06 10:32 hgbot Status new => resolved
2013-02-06 10:32 hgbot Resolution open => fixed
2013-02-06 10:32 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.module.cuaderno19.es/rev/6e6a75ad30ce22ce03dad3429e4c1162eb37cde1 [^]
2013-02-21 16:41 xabiermerino Review Assigned To => xabiermerino
2013-02-21 16:41 xabiermerino Note Added: 0056687
2013-02-21 16:41 xabiermerino Status resolved => closed
2014-10-14 10:35 maite Relationship added related to 0027858


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker