Openbravo Issue Tracking System - Localization Pack: Spain
View Issue Details
0029065Localization Pack: SpainAEAT 347public2015-02-25 16:372015-02-26 14:06
vmromanos 
vmromanos 
urgentminoralways
closedfixed 
5
 
 
32030
OBPS
0029065: 347 Year information should be considered from period's information instead of name set in Year window
Year information should be considered from period's information instead of name set in Year window.

347 module
1. Access Fiscal Calendar window and Year tab and modify name of "2015" year to set, for example, "Año1"
2. Access Tax Report Launcher window, select your "Año1" to run any AEAT report and realize that information exported to file is "Año1" instead of "2015"
year exported to file should be taken from period's information
No tags attached.
related to defect 0028039 closed fsoto82 Modules Year information should be considered from period's information instead of name set in Year window 
related to design defect 0028751 closed vmromanos Localization Pack: Spain It should be possible to launch 347 tax form for an Organization having a Fiscal Calendar defined from i.e. July to June 
Issue History
2015-02-25 16:37vmromanosNew Issue
2015-02-25 16:37vmromanosAssigned To => fsoto82
2015-02-25 16:37vmromanosResolution time => 1417388400
2015-02-25 16:37vmromanosSupport ticket => 32030
2015-02-25 16:37vmromanosOBNetwork customer => Yes
2015-02-25 16:37vmromanosIssue generated from0028039
2015-02-25 16:37vmromanosRelationship addedrelated to 0028039
2015-02-25 16:37vmromanosProjectModules => Localization Pack: Spain
2015-02-25 16:38vmromanosAssigned Tofsoto82 => vmromanos
2015-02-25 16:38vmromanosCategoryTax Report Launcher => AEAT 347
2015-02-25 16:38vmromanosStatusnew => scheduled
2015-02-25 16:38vmromanosfix_in_branch => pi
2015-02-25 17:17hgbotCheckin
2015-02-25 17:17hgbotNote Added: 0074915
2015-02-25 17:17hgbotStatusscheduled => resolved
2015-02-25 17:17hgbotResolutionopen => fixed
2015-02-25 17:17hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat347apr.es/rev/f7e1ba5e5476543a88c317a9f0b207e1706a1d3d [^]
2015-02-25 17:57vmromanosIssue cloned0029067
2015-02-25 17:57vmromanosRelationship addedrelated to 0029067
2015-02-25 17:58vmromanosRelationship deletedrelated to 0029067
2015-02-26 09:49psanjuanNote Added: 0074951
2015-02-26 09:49psanjuanStatusresolved => closed
2015-02-26 09:49psanjuanfix_in_branchpi =>
2015-02-26 13:16psanjuanNote Added: 0074964
2015-02-26 13:16psanjuanStatusclosed => new
2015-02-26 13:16psanjuanRelationship addedrelated to 0028751
2015-02-26 13:40vmromanosStatusnew => scheduled
2015-02-26 13:40vmromanosfix_in_branch => pi
2015-02-26 13:44hgbotCheckin
2015-02-26 13:44hgbotNote Added: 0074965
2015-02-26 13:44hgbotStatusscheduled => resolved
2015-02-26 13:44hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.module.aeat347apr.es/rev/f7e1ba5e5476543a88c317a9f0b207e1706a1d3d [^] => http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat347apr.es/rev/10feecdeccf5ebd7d8e76dca4270bd82c4fe5b05 [^]
2015-02-26 14:04psanjuanNote Edited: 0074964bug_revision_view_page.php?bugnote_id=0074964#r7791
2015-02-26 14:06psanjuanNote Added: 0074970
2015-02-26 14:06psanjuanStatusresolved => closed
2015-02-26 14:06psanjuanfix_in_branchpi =>

Notes
(0074915)
hgbot   
2015-02-25 17:17   
Repository: erp/pmods/org.openbravo.module.aeat347apr.es
Changeset: f7e1ba5e5476543a88c317a9f0b207e1706a1d3d
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Wed Feb 25 17:15:01 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat347apr.es/rev/f7e1ba5e5476543a88c317a9f0b207e1706a1d3d [^]

Fixed bug 29065: fiscal year taken from period's date instead of from name

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_MODULE.xml
M src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java
M src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPRDao.java
---
(0074951)
psanjuan   
2015-02-26 09:49   
Verified.
(0074964)
psanjuan   
2015-02-26 13:16   
(edited on: 2015-02-26 14:04)
The fix for this issue has caused that 347 is not working for organization having a fiscal calendar that does not go from January to December.
The reason why is because a validation has been included in the fix that checks that all periods of the year belong to the same year and that is not the case. Some of them belongs to a year (i.e 2014) and the rest to a different year (i.e 2015)

Prior this fix it was possible to successfully launch 347 tax form for an organization having a fiscal calendar from October to September next year for instance.

Anyway, please check design defect related to this issue.

(0074965)
hgbot   
2015-02-26 13:44   
Repository: erp/pmods/org.openbravo.module.aeat347apr.es
Changeset: 10feecdeccf5ebd7d8e76dca4270bd82c4fe5b05
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Thu Feb 26 13:42:17 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat347apr.es/rev/10feecdeccf5ebd7d8e76dca4270bd82c4fe5b05 [^]

Fixed bug 29065: Removed validation to ensure periods belong to same natural year,
we should enable back once 0028040 is fixed

---
M src-db/database/sourcedata/AD_MODULE.xml
M src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPR.java
M src/org/openbravo/module/aeat347apr/es/AEAT347ReportAPRDao.java
---
(0074970)
psanjuan   
2015-02-26 14:06   
Verified that a string can be defined in a year, i.e. "Año 1" but the proper year is being taken, i.e. "2014" whenever the fiscal year does have only 2 years, i.e from October 2014 to September 2015.

Issue closed