Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0028753 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
design defect | [Localization Pack: Spain] AEAT 349 | major | always | 2015-01-23 12:57 | 2015-02-26 11:21 | |||
Reporter | psanjuan | View Status | public | |||||
Assigned To | aferraz | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 6687a1785d60 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 32 bit | Database | Oracle | Java version | 1.6 | |||
OS Version | Ubuntu 8.04.1 | Database version | 11.1.0.6.0 | Ant version | 1.7.0 | |||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Regression date | ||||||||
Regression introduced by commit | ||||||||
Regression level | ||||||||
Review Assigned To | ||||||||
Support ticket | 32030 | |||||||
OBNetwork customer | OBPS | |||||||
Regression introduced in release | ||||||||
Summary | 0028753: 349 Year information should be considered from period's information instead of name set in Year window | |||||||
Description | 349 Year information should be considered from period's information instead of name set in Year window | |||||||
Steps To Reproduce | Define a calendar named 2014 for an Organization. Manually create the periods of that year starting from July 2014 to December 2014 and then from January 2015 to June 2015 Navigate to Tax Report Launcher window and select Modelo 349 version 2010 mensual for the Organizacion. Select Jan-15 as period. Launch the report and realize that year 2014 is taken instead of year 2015 | |||||||
Proposed Solution | Year taken should be the one corresponding to the period selected. * If period "Dec-14" 14 is selected by the end-user, 349 Tax form file should take 2014. * If period "Jan-15" 14 is selected by the end-user, 349 Tax form file should take 2015. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|||||||||
|
![]() |
|
(0074559) hgbot (developer) 2015-02-17 14:48 |
Repository: erp/pmods/org.openbravo.module.aeat349.es Changeset: 6687a1785d6062cd64f7f473f713df59f268e632 Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Tue Feb 17 14:43:51 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat349.es/rev/6687a1785d6062cd64f7f473f713df59f268e632 [^] Fixes issue 28753: Year should be taken from period when launching Modelo 349 tax report Instead of taking the year from the Tax Report Launcher window, it will be taken from the year of the period --- M src-db/database/sourcedata/AD_MESSAGE.xml M src/org/openbravo/module/aeat349/es/AEAT3492010Report.java --- |
(0074560) aferraz (viewer) 2015-02-17 14:50 |
Test plan: - Define a calendar named 2014 for an Organization. - Manually create the periods of that year starting from July 2014 to December 2014 and then from January 2015 to June 2015 - Add another period from December 2015 to January 2016 called Extra - Navigate to Tax Report Launcher window and select Modelo 349 version 2010 mensual for the Organizacion. Select Jan-15 as period. - Launch the report and realize that year 2015 is taken - Navigate to Tax Report Launcher window and select Modelo 349 version 2010 mensual for the Organizacion. Select Extra as period. - Launch the report and realize that "El periodo seleccionado debe comenzar y finalizar en el mismo año" error message is shown |
(0074582) hgbot (developer) 2015-02-18 10:51 |
Repository: erp/pmods/org.openbravo.module.aeat349.es Changeset: d17d9442d98abf7a66b7dfa91944482253c9cdb5 Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Wed Feb 18 10:49:56 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat349.es/rev/d17d9442d98abf7a66b7dfa91944482253c9cdb5 [^] Related to issue 28753: Get correctly ending date --- M src/org/openbravo/module/aeat349/es/AEAT3492010Report.java --- |
(0074596) hgbot (developer) 2015-02-18 13:28 |
Repository: erp/pmods/org.openbravo.module.aeat349.es Changeset: 61412bf552d417f0202ea288441f966e4a8d3308 Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Wed Feb 18 13:22:08 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat349.es/rev/61412bf552d417f0202ea288441f966e4a8d3308 [^] Related to issue 28753: All years should be equal --- M src/org/openbravo/module/aeat349/es/AEAT3492010Report.java --- |
(0074598) psanjuan (viewer) 2015-02-18 13:59 |
Verified. |
(0074624) hgbot (developer) 2015-02-18 18:40 |
Repository: erp/pmods/org.openbravo.module.aeat349.es Changeset: 9c5dd9c3f2c044731172c98acebaf0886d2be99b Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Wed Feb 18 18:40:38 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat349.es/rev/9c5dd9c3f2c044731172c98acebaf0886d2be99b [^] Related to issue 28753: Update copyright --- M src/org/openbravo/module/aeat349/es/AEAT3492010Report.java --- |
(0074648) hgbot (developer) 2015-02-19 11:20 |
Repository: erp/pmods/org.openbravo.module.aeat349.es Changeset: 14ec917c9717b0352ab692b62e4cc6b5ad1d48f0 Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Thu Feb 19 11:13:40 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat349.es/rev/14ec917c9717b0352ab692b62e4cc6b5ad1d48f0 [^] Related to issue 28753: Rename variable name --- M src/org/openbravo/module/aeat349/es/AEAT3492010Report.java --- |
![]() |
|||
Date Modified | Username | Field | Change |
2015-01-23 12:57 | psanjuan | New Issue | |
2015-01-23 12:57 | psanjuan | Assigned To | => jonalegriaesarte |
2015-01-23 12:57 | psanjuan | OBNetwork customer | => No |
2015-01-23 12:57 | psanjuan | Relationship added | caused by 0028040 |
2015-02-16 10:47 | psanjuan | Steps to Reproduce Updated | View Revisions |
2015-02-16 10:47 | psanjuan | Proposed Solution updated | |
2015-02-17 10:20 | aferraz | Assigned To | jonalegriaesarte => aferraz |
2015-02-17 10:22 | psanjuan | Support ticket | => 32030 |
2015-02-17 10:22 | psanjuan | OBNetwork customer | No => Yes |
2015-02-17 14:21 | psanjuan | Steps to Reproduce Updated | View Revisions |
2015-02-17 14:48 | hgbot | Checkin | |
2015-02-17 14:48 | hgbot | Note Added: 0074559 | |
2015-02-17 14:48 | hgbot | Status | new => resolved |
2015-02-17 14:48 | hgbot | Resolution | open => fixed |
2015-02-17 14:48 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat349.es/rev/6687a1785d6062cd64f7f473f713df59f268e632 [^] |
2015-02-17 14:50 | aferraz | Note Added: 0074560 | |
2015-02-17 18:03 | eugeni | Issue Monitored: eugeni | |
2015-02-18 10:51 | hgbot | Checkin | |
2015-02-18 10:51 | hgbot | Note Added: 0074582 | |
2015-02-18 11:30 | Sandrahuguet | Relationship added | related to 0028039 |
2015-02-18 13:28 | hgbot | Checkin | |
2015-02-18 13:28 | hgbot | Note Added: 0074596 | |
2015-02-18 13:59 | psanjuan | Note Added: 0074598 | |
2015-02-18 13:59 | psanjuan | Status | resolved => closed |
2015-02-18 18:40 | hgbot | Checkin | |
2015-02-18 18:40 | hgbot | Note Added: 0074624 | |
2015-02-19 11:20 | hgbot | Checkin | |
2015-02-19 11:20 | hgbot | Note Added: 0074648 | |
2015-02-26 10:25 | psanjuan | Relationship deleted | caused by 0028040 |
2015-02-26 11:21 | psanjuan | Summary | It should be possible to launch 349 tax form for an Organization having a Fiscal Calendar defined from i.e. July to June => 349 Year information should be considered from period's information instead of name set in Year window |
2015-02-26 11:21 | psanjuan | Description Updated | View Revisions |
2015-02-26 11:21 | psanjuan | Steps to Reproduce Updated | View Revisions |
Copyright © 2000 - 2009 MantisBT Group |