Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0033572 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Openbravo ERP] A. Platform | minor | always | 2016-08-01 09:46 | 2016-09-02 13:27 | |||
Reporter | caristu | View Status | public | |||||
Assigned To | caristu | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0PR16Q4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 5dd3611e7164 | ||||
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 | ||||||||
Review Assigned To | alostale | |||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0033572: Ability to define a Report Template as default | |||||||
Description | It would be nice if it would be possible to set the default report template of a document type. This will help to overcome the problem caused by issue 0021594 | |||||||
Steps To Reproduce | In description | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0088729) hgbot (developer) 2016-08-02 10:51 |
Repository: erp/devel/pi Changeset: 5dd3611e71646bff6e1a05480582fba96c254fbf Author: Carlos Aristu <carlos.aristu <at> openbravo.com> Date: Tue Aug 02 10:49:13 2016 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/5dd3611e71646bff6e1a05480582fba96c254fbf [^] fixes issue 33572: Ability to define a Report Template as default A new field is added to the Report Template tab in the Document Type window. It is a checkbox that can be used to mark a template as default. If a template is marked as default, is the one that will be selected when printing the document. Also a new trigger has been created in order to allow just one default template per document type. --- M src-db/database/model/tables/C_POC_DOCTYPE_TEMPLATE.xml M src-db/database/sourcedata/AD_COLUMN.xml M src-db/database/sourcedata/AD_FIELD.xml M src/org/openbravo/erpCommon/utility/reporting/Template_data.xsql A src-db/database/model/triggers/C_POC_DOCTYPE_TEMPLATE_TRG.xml --- |
(0088730) hgbot (developer) 2016-08-02 10:54 |
Repository: erp/devel/pi Changeset: 990a797ec886c7484cf199f698e18a99d8c393de Author: Carlos Aristu <carlos.aristu <at> openbravo.com> Date: Tue Aug 02 10:54:05 2016 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/990a797ec886c7484cf199f698e18a99d8c393de [^] related to issue 33572: Updated copyright year --- M src/org/openbravo/erpCommon/utility/reporting/Template_data.xsql --- |
(0089030) hudsonbot (viewer) 2016-08-11 18:40 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/edaa05b1fb18 [^] Maturity status: Test |
(0089031) hudsonbot (viewer) 2016-08-11 18:40 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/edaa05b1fb18 [^] Maturity status: Test |
(0089535) alostale (viewer) 2016-08-30 10:25 |
reopening due mini performance problem in trigger: see https://docs.google.com/spreadsheets/d/18l2biKWeG6iGDIPqO6VuYQ_TtP_6YxyQU4KSrPvQlJ8/edit#gid=0 [^] |
(0089576) caristu (viewer) 2016-08-31 08:47 edited on: 2016-08-31 08:50 |
C_POC_DOCTYPE_TEMPLATE_TRG is executed for each statement instead of for each row, so it is not possible to use NEW/OLD to know if the isDefault column has changed. So within this trigger is not possible to check which column in particular has been updated. Not adding changes, as the C_POC_DOCTYPE_TEMPLATE is not a table where the number of update operations is significant. |
(0089702) alostale (viewer) 2016-09-02 13:27 |
code reviewed + tested |
![]() |
|||
Date Modified | Username | Field | Change |
2016-08-01 09:46 | caristu | New Issue | |
2016-08-01 09:46 | caristu | Assigned To | => caristu |
2016-08-01 09:46 | caristu | OBNetwork customer | => No |
2016-08-01 09:46 | caristu | Modules | => Core |
2016-08-01 09:46 | caristu | Triggers an Emergency Pack | => No |
2016-08-01 09:46 | caristu | Status | new => scheduled |
2016-08-01 09:47 | caristu | Relationship added | related to 0021594 |
2016-08-02 10:51 | hgbot | Checkin | |
2016-08-02 10:51 | hgbot | Note Added: 0088729 | |
2016-08-02 10:51 | hgbot | Status | scheduled => resolved |
2016-08-02 10:51 | hgbot | Resolution | open => fixed |
2016-08-02 10:51 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/5dd3611e71646bff6e1a05480582fba96c254fbf [^] |
2016-08-02 10:54 | hgbot | Checkin | |
2016-08-02 10:54 | hgbot | Note Added: 0088730 | |
2016-08-02 10:55 | caristu | Review Assigned To | => alostale |
2016-08-02 10:55 | caristu | Issue Monitored: alostale | |
2016-08-11 18:40 | hudsonbot | Checkin | |
2016-08-11 18:40 | hudsonbot | Note Added: 0089030 | |
2016-08-11 18:40 | hudsonbot | Checkin | |
2016-08-11 18:40 | hudsonbot | Note Added: 0089031 | |
2016-08-30 10:25 | alostale | Note Added: 0089535 | |
2016-08-30 10:25 | alostale | Status | resolved => new |
2016-08-30 10:25 | alostale | Resolution | fixed => open |
2016-08-31 08:41 | caristu | Status | new => scheduled |
2016-08-31 08:47 | caristu | Note Added: 0089576 | |
2016-08-31 08:47 | caristu | Status | scheduled => resolved |
2016-08-31 08:47 | caristu | Resolution | open => fixed |
2016-08-31 08:50 | caristu | Note Edited: 0089576 | View Revisions |
2016-09-02 13:27 | alostale | Note Added: 0089702 | |
2016-09-02 13:27 | alostale | Status | resolved => closed |
2016-09-02 13:27 | alostale | Fixed in Version | => 3.0PR16Q4 |
Copyright © 2000 - 2009 MantisBT Group |