Openbravo Issue Tracking System - Localization Pack: Spain | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0028593 | Localization Pack: Spain | AEAT 349 | public | 2015-01-13 17:09 | 2015-03-03 14:12 |
| Reporter | maite | ||||
| Assigned To | vmromanos | ||||
| Priority | high | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | 5 | OS Version | ||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Merge Request Status | |||||
| Regression date | |||||
| Regression introduced by commit | |||||
| Regression level | |||||
| Review Assigned To | |||||
| Support ticket | 33489 | ||||
| OBNetwork customer | OBPS | ||||
| Regression introduced in release | |||||
| Summary | 0028593: getBusinessPartnerInfo method should firstly consider locations defined as "tax locations" | ||||
| Description | getBusinessPartnerInfo method should firstly consider locations defined as "tax locations" | ||||
| Steps To Reproduce | 1. Define following locations for same Business Partner: - Location1 as "tax location"= yes and "ship location"= yes - Location2 as "tax location"= no and "ship location"= no 2. Run 349 report and realize that Location2 is considered when locations defined as "tax location" should be considered | ||||
| Proposed Solution | Add code similar to 340 code in "getBusinessPartnerInfo" method of "AEAT3492010ReportDao" java: for (Location loc : bp.getBusinessPartnerLocationList()) { if (loc.isTaxLocation()) return loc.getLocationAddress(); } return bp.getBusinessPartnerLocationList().get(0).getLocationAddress(); | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2015-01-13 17:09 | maite | New Issue | |||
| 2015-01-13 17:09 | maite | Assigned To | => jonalegriaesarte | ||
| 2015-01-13 17:09 | maite | Support ticket | => 33489 | ||
| 2015-01-13 17:09 | maite | OBNetwork customer | => Yes | ||
| 2015-01-13 17:09 | maite | Assigned To | jonalegriaesarte => vmromanos | ||
| 2015-01-13 17:10 | maite | Resolution time | => 1427238000 | ||
| 2015-01-13 17:10 | maite | Issue Monitored: networkb | |||
| 2015-02-26 17:53 | vmromanos | Status | new => scheduled | ||
| 2015-02-26 17:53 | vmromanos | fix_in_branch | => pi | ||
| 2015-02-27 14:14 | vmromanos | Note Added: 0075042 | |||
| 2015-02-27 14:19 | hgbot | Checkin | |||
| 2015-02-27 14:19 | hgbot | Note Added: 0075043 | |||
| 2015-02-27 14:19 | hgbot | Status | scheduled => resolved | ||
| 2015-02-27 14:19 | hgbot | Resolution | open => fixed | ||
| 2015-02-27 14:19 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat349.es/rev/139829d2b3752ab5a526a605562363e4a9490e82 [^] | ||
| 2015-03-03 14:12 | psanjuan | Note Added: 0075118 | |||
| 2015-03-03 14:12 | psanjuan | Status | resolved => closed | ||
| 2015-03-03 14:12 | psanjuan | fix_in_branch | pi => | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||