Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0028040 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
design defect | [Modules] Tax Report Launcher | major | always | 2014-10-31 10:46 | 2015-11-09 14:35 | |||
Reporter | maite | View Status | public | |||||
Assigned To | vmromanos | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 1aa739f84277 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
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 | 0028040: It is not possible to obtain proper AEAT reports with Fiscal Calendar defined from July to June | |||||||
Description | It is not possible to obtain proper AEAT reports with Fiscal Calendar defined from July to June | |||||||
Steps To Reproduce | 1. Access Fiscal Calendar and define year 2015-2016 with periods from July-15 to June-16 2. Install any Annual AEAT report (for example 347 report) 3. Access Tax Report Launcher window and run annual report. Periods considered are the ones defined for your calendar, which is not right because periods from different years are being considered | |||||||
Proposed Solution | Tax Report Launcher window should allow to select a fiscal calendar (starting from January, ending on December 31). | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||
|
![]() |
|
(0080876) vmromanos (viewer) 2015-10-08 09:22 |
Test plan: As Openbravo Admin Create a new fiscal calendar for org FB España, name=A_Calendar Create year 2015 and run Create periods process Create a new fiscal calendar for org *, name=ast Create year 2015 and run Create periods process Create year 2016 and run Create periods process Create a new fiscal calendar for org Norte, name=norte Create year 2015 and run Create periods process Apply the dataset of any AEAT report to FB España organization Go to Tax Report Launcher window Verify Calendar is now editable Select FB US organization Verify US Calendar is selected by default Verify US Calendar and ast calendars are available in the combo Select FB España organization Verify Calendario España is selected by default. And last year available in this calendar is selected by default (2017 in my system) Verify Calendario España, A_Calendar and ast calendars are available in the combo (not norte calendar) Select A_Calendar calendar Verify Year is automatically changed to 2015 If you have selected a monthly/quarterly report, verify Periods have also changed |
(0080877) hgbot (developer) 2015-10-08 09:27 |
Repository: erp/mods/org.openbravo.module.taxreportlauncher Changeset: 1aa739f84277d5bf84531c1088ae3fa3e26fedb8 Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> Date: Thu Oct 08 09:14:54 2015 +0200 URL: http://code.openbravo.com/erp/mods/org.openbravo.module.taxreportlauncher/rev/1aa739f84277d5bf84531c1088ae3fa3e26fedb8 [^] Fixed issue 28040: Added support for selecting different calendars In Tax Report Launcher window, the Calendar field is not editable by the user. By default it shows the organization's calendar (as before), but the user has the possibility to select other calendars defined at the selected organization level or for any ancestor. After selecting a different calendar, the year and period combos are refreshed. The major version has been increased because this creates a functional API change, and the reports must be adapted to support this new behavior --- M src-db/database/sourcedata/AD_MODULE.xml M src-db/database/sourcedata/AD_PROCESS.xml M src-db/database/sourcedata/AD_TEXTINTERFACES.xml M src/org/openbravo/module/taxreportlauncher/Dao/TaxReportLauncherDao.java M src/org/openbravo/module/taxreportlauncher/erpCommon/ad_callouts/OBTL_SE_TaxLauncher.java M src/org/openbravo/module/taxreportlauncher/erpCommon/ad_reports/OBTL_TaxReportLauncher.html --- |
(0080900) hgbot (developer) 2015-10-08 17:28 |
Repository: erp/mods/org.openbravo.module.taxreportlauncher.es Changeset: bb2231928d76d4de8dfde0ed7f12144656172748 Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> Date: Thu Oct 08 17:26:54 2015 +0200 URL: http://code.openbravo.com/erp/mods/org.openbravo.module.taxreportlauncher.es/rev/bb2231928d76d4de8dfde0ed7f12144656172748 [^] Related to issue 28040: TRL dependency enforcement set to None --- M src-db/database/sourcedata/AD_MODULE.xml M src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml --- |
(0080902) hgbot (developer) 2015-10-08 17:35 |
Repository: erp/pmods/org.openbravo.proflocalization.spain.dataset.cashvat Changeset: 5afde67a237f65c76d8522572ff98e299fd94ee2 Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> Date: Thu Oct 08 17:34:38 2015 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.proflocalization.spain.dataset.cashvat/rev/5afde67a237f65c76d8522572ff98e299fd94ee2 [^] Related to issue 28040: TRL dependency enforcement set to None --- M src-db/database/sourcedata/AD_DATASET.xml M src-db/database/sourcedata/AD_MODULE.xml M src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml --- |
(0080903) hgbot (developer) 2015-10-08 17:46 |
Repository: erp/pmods/org.openbravo.module.aeat340.es Changeset: a80c69ba3470dc8dc53320ddea0db7bcd8b4bbe8 Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> Date: Thu Oct 08 17:45:05 2015 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat340.es/rev/a80c69ba3470dc8dc53320ddea0db7bcd8b4bbe8 [^] Related to issue 28040: Tax Report Launcher dependency enforcement set to None, Update major version dependency for 347 APR to 4.1.0 --- M src-db/database/sourcedata/AD_DATASET.xml M src-db/database/sourcedata/AD_MODULE.xml M src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml M src-db/database/sourcedata/AD_PROCESS.xml --- |
(0080904) hgbot (developer) 2015-10-08 17:51 |
Repository: erp/pmods/org.openbravo.proflocalization.spain30.cashvat Changeset: 9cbec64d6167f0a6b365b70f7410a740f3b635d3 Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> Date: Thu Oct 08 17:48:55 2015 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.proflocalization.spain30.cashvat/rev/9cbec64d6167f0a6b365b70f7410a740f3b635d3 [^] Related to issue 28040: new major version to include TRL major version (and dependencies) --- M src-db/database/sourcedata/AD_MODULE.xml M src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml --- |
(0080911) hgbot (developer) 2015-10-09 11:28 |
Repository: erp/pmods/org.openbravo.module.aeat340.es Changeset: df2b62d7d2c9b5612fe997de86b0527aefa778a2 Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> Date: Fri Oct 09 11:26:48 2015 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat340.es/rev/df2b62d7d2c9b5612fe997de86b0527aefa778a2 [^] Related to issue 28040: Tax Report Launcher dependency enforcement set to None, Update major version dependency for 347 APR to 4.1.0 --- M src-db/database/sourcedata/AD_DATASET.xml M src-db/database/sourcedata/AD_MODULE.xml M src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml M src-db/database/sourcedata/AD_PROCESS.xml --- |
(0080912) hgbot (developer) 2015-10-09 11:30 |
Repository: erp/pmods/org.openbravo.proflocalization.spain.dataset Changeset: 006b68452fd6d0229d8a4de85d9ce95abf1993aa Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> Date: Fri Oct 09 11:28:58 2015 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.proflocalization.spain.dataset/rev/006b68452fd6d0229d8a4de85d9ce95abf1993aa [^] Related to issue 28040: TRL dependency enforcement set to None --- M src-db/database/sourcedata/AD_DATASET.xml M src-db/database/sourcedata/AD_MODULE.xml M src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml --- |
(0080913) hgbot (developer) 2015-10-09 11:33 |
Repository: erp/pmods/org.openbravo.proflocalization.spain30 Changeset: 31e90162db601c2186d717c70580d641e9e1a5bf Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> Date: Fri Oct 09 11:30:46 2015 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.proflocalization.spain30/rev/31e90162db601c2186d717c70580d641e9e1a5bf [^] Related to issue 28040: new major version to include TRL major version (and dependencies) --- M src-db/database/sourcedata/AD_MODULE.xml M src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml --- |
(0081375) dmitry_mezentsev (viewer) 2015-10-28 10:10 |
Not closed for 20 days! |
(0081625) psanjuan (viewer) 2015-11-09 14:35 |
Test Plan above verified. Issue closed. |
![]() |
|||
Date Modified | Username | Field | Change |
2014-10-31 10:46 | maite | New Issue | |
2014-10-31 10:46 | maite | Assigned To | => jonalegriaesarte |
2014-10-31 10:46 | maite | Resolution time | => 1417388400 |
2014-10-31 10:46 | maite | Support ticket | => 32030 |
2014-10-31 10:46 | maite | OBNetwork customer | => Yes |
2014-10-31 12:07 | maite | Assigned To | jonalegriaesarte => eduardo_Argal |
2014-10-31 12:07 | maite | Issue Monitored: networkb | |
2014-10-31 19:04 | eugeni | Issue Monitored: eugeni | |
2015-01-20 12:31 | Sandrahuguet | Type | defect => design defect |
2015-01-23 12:45 | psanjuan | Relationship added | causes 0028749 |
2015-01-23 12:49 | psanjuan | Proposed Solution updated | |
2015-01-23 12:52 | psanjuan | Relationship added | causes 0028750 |
2015-01-23 12:53 | psanjuan | Relationship added | causes 0028751 |
2015-01-23 12:56 | psanjuan | Relationship added | causes 0028752 |
2015-01-23 12:57 | psanjuan | Relationship added | causes 0028753 |
2015-02-26 10:25 | psanjuan | Relationship deleted | causes 0028752 |
2015-02-26 10:25 | psanjuan | Relationship deleted | causes 0028753 |
2015-02-26 10:28 | vmromanos | Relationship added | related to 0028787 |
2015-02-26 12:28 | psanjuan | Relationship added | causes 0029074 |
2015-02-26 12:30 | psanjuan | Relationship added | causes 0029075 |
2015-02-26 17:22 | vmromanos | Relationship deleted | related to 0028787 |
2015-02-26 17:23 | vmromanos | Relationship added | causes 0028787 |
2015-02-26 17:24 | vmromanos | Relationship deleted | causes 0028787 |
2015-02-26 17:24 | vmromanos | Relationship added | related to 0028787 |
2015-10-07 17:43 | vmromanos | Status | new => scheduled |
2015-10-07 17:43 | vmromanos | Assigned To | eduardo_Argal => vmromanos |
2015-10-08 09:22 | vmromanos | Note Added: 0080876 | |
2015-10-08 09:27 | hgbot | Checkin | |
2015-10-08 09:27 | hgbot | Note Added: 0080877 | |
2015-10-08 09:27 | hgbot | Status | scheduled => resolved |
2015-10-08 09:27 | hgbot | Resolution | open => fixed |
2015-10-08 09:27 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/mods/org.openbravo.module.taxreportlauncher/rev/1aa739f84277d5bf84531c1088ae3fa3e26fedb8 [^] |
2015-10-08 17:28 | hgbot | Checkin | |
2015-10-08 17:28 | hgbot | Note Added: 0080900 | |
2015-10-08 17:35 | hgbot | Checkin | |
2015-10-08 17:35 | hgbot | Note Added: 0080902 | |
2015-10-08 17:46 | hgbot | Checkin | |
2015-10-08 17:46 | hgbot | Note Added: 0080903 | |
2015-10-08 17:51 | hgbot | Checkin | |
2015-10-08 17:51 | hgbot | Note Added: 0080904 | |
2015-10-09 11:28 | hgbot | Checkin | |
2015-10-09 11:28 | hgbot | Note Added: 0080911 | |
2015-10-09 11:30 | hgbot | Checkin | |
2015-10-09 11:30 | hgbot | Note Added: 0080912 | |
2015-10-09 11:33 | hgbot | Checkin | |
2015-10-09 11:33 | hgbot | Note Added: 0080913 | |
2015-10-28 10:10 | dmitry_mezentsev | Note Added: 0081375 | |
2015-11-09 14:35 | psanjuan | Note Added: 0081625 | |
2015-11-09 14:35 | psanjuan | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |