Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0035089
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Openbravo ERP] 09. Financial managementmajorN/A2017-01-30 17:482017-03-15 20:21
ReportervmromanosView Statuspublic 
Assigned Tononofrancisco 
PrioritynormalResolutionfixedFixed in Version3.0PR17Q2
StatusclosedFix in branchFixed in SCM revision3edc1a4902b1
ProjectionnoneETAnoneTarget Version3.0PR17Q2
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tovmromanos
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0035089: Integrate module Aging Balance Report into Openbravo 3 distribution

DescriptionThe Aging Balance Report is currently distributed as a module, which can be easily installed through the Module Management window.

However this module is quite important from the user perspective, and it should be installed by default in every Openbravo 3 instance.

Besides adding the module into Core, we should take the chance to remove the dependencies to old Openbravo 2.50 API, and substitute them by the new Openbravo 3 API based on Process Definition.
Steps To ReproduceNA
Proposed SolutionWhen merging the module, be careful about:
1. Translation modules and packs
2. C.I. process, specially in Retail

TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on feature request 0028947 closednonofrancisco Openbravo ERP Add HTML output to Process Definition reports 
depends on feature request 0035087 closedcaristu Openbravo ERP ReportingUtils should have a public getBaseDesign() method 
depends on defect 0035094 closedalostale Openbravo ERP DBConsistency issues in OBUIAPP_Report table (Oracle only) 
related to feature request 0035130 closedrqueralta Openbravo ERP Integrate module Cashflow Forecast into Openbravo 3 distribution 
related to defect 0036872 closedtegik_forge Openbravo Localizations [Openbravo for Retail Spanish (Mexico)Translation]: Updates for 3.0PR17Q2 not shown in Module Management window 
related to defect 0050721 closedalostale Openbravo ERP Compilation should fail if a merged module is present in the modules source folder 
causes defect 00354333.0PR17Q3 closednonofrancisco Openbravo ERP Payables and Receivable Aging Balance Organization and General Ledger fields 

-  Notes
(0094546)
hgbot (developer)
2017-02-23 11:31

Repository: erp/pmods/org.openbravo.proflocalization.spain30.cashvat
Changeset: aaa6cd77839a8b2b719606806e7c15542e9d5fad
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Fri Feb 03 15:17:07 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.proflocalization.spain30.cashvat/rev/aaa6cd77839a8b2b719606806e7c15542e9d5fad [^]

Related to issue 35089 and related to issue 35130:

Updated major version inclusion for Localization pack Spain (España)

---
M src-db/database/sourcedata/AD_MODULE.xml
M src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
---
(0094548)
hgbot (developer)
2017-02-23 11:31

Repository: erp/pmods/org.openbravo.proflocalization.spain30
Changeset: 53fabea979cdee92ea4c4205449434507f916ed3
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Fri Feb 03 15:11:49 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.proflocalization.spain30/rev/53fabea979cdee92ea4c4205449434507f916ed3 [^]

Related to issue 35089 and related to issue 35130:

Updated major version inclusion for Localization pack Spain (España)

---
M src-db/database/sourcedata/AD_MODULE.xml
M src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
---
(0094550)
hgbot (developer)
2017-02-23 11:31

Repository: erp/mods/org.openbravo.localization.spain30
Changeset: dcf7956720ad49d102fc7e8dbae54e7ca4608615
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Fri Feb 03 14:53:37 2017 +0100
URL: http://code.openbravo.com/erp/mods/org.openbravo.localization.spain30/rev/dcf7956720ad49d102fc7e8dbae54e7ca4608615 [^]

Related to issue 35089 and related to issue 35130:

Included new major version of translation pack

---
M src-db/database/sourcedata/AD_MODULE.xml
M src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
---
(0094552)
hgbot (developer)
2017-02-23 11:32

Repository: erp/devel/pi
Changeset: 251ea8a24d39ee84fc9ace303fd68830ed8cc783
Author: Nono Carballo <nonofce <at> gmail.com>
Date: Thu Dec 08 11:33:43 2016 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/251ea8a24d39ee84fc9ace303fd68830ed8cc783 [^]

Fixed issue 35089: Merged Aging Balance Report into Core

The following actions has been made

- Dependencies to 2.5 were removed.
- Reports in PDF and XLS format were taken from the module and left unchanged.
- Reports in HTML format were modified to allow navigation between reports
  and export to PDF and XLS format.
- Functions AGING_GETDOCNO, AGING_INVOICECURRENCY_RATE, AGING_ISDOUBTFULTDEBT and
  AGING_PAYMENTCURRENCY_RATE were renamed to FIN_AGING_GETDOCNO,
  FIN_AGING_INVOICECURRENCY_RATE, FIN_AGING_ISDOUBTFULTDEBT and
  FIN_AGING_PAYMENTCURRENCY_RATE, and updated the file AgingDao_data.xsql,
  where were calles.
- An index on column FIN_PAYMENT_SCHEDULE_ID was added to table FIN_DOUBTFUL_DEBT
- Two new Process Definitions were added, one for Payables Aging Schedule Report
  and other for Receivables Aging Schedule Report; defined parameters, default
  values and validation rules for each one.
- Two new menu entries were created to invoke the Process Definition.
- A new action handler was created (AgingBalanceReportActionHandler), extending
  BaseReportActionHandler, holding the logic to process both reports.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-onchange-functions.js
M src-db/database/model/tables/FIN_DOUBTFUL_DEBT.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_MENU.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
M src-db/database/sourcedata/AD_TREENODE.xml
M src-db/database/sourcedata/OBUIAPP_PARAMETER.xml
M src-db/database/sourcedata/OBUIAPP_PROCESS.xml
M src-db/database/sourcedata/OBUISEL_SELECTOR.xml
M src-db/database/sourcedata/OBUISEL_SELECTOR_FIELD.xml
A src-db/database/model/functions/FIN_AGING_GETDOCNO.xml
A src-db/database/model/functions/FIN_AGING_INVOICECURRENCY_RATE.xml
A src-db/database/model/functions/FIN_AGING_ISDOUBTFULTDEBT.xml
A src-db/database/model/functions/FIN_AGING_PAYMENTCURRENCY_RATE.xml
A src-db/database/sourcedata/OBUIAPP_REPORT.xml
A src/org/openbravo/common/actionhandler/AgingBalanceReportActionHandler.java
A src/org/openbravo/erpCommon/ad_reports/AgingDao.java
A src/org/openbravo/erpCommon/ad_reports/AgingDao_data.xsql
A src/org/openbravo/erpCommon/ad_reports/AgingData.java
A src/org/openbravo/erpCommon/ad_reports/AgingScheduleDetailHTML.jrxml
A src/org/openbravo/erpCommon/ad_reports/AgingScheduleDetailPDF.jrxml
A src/org/openbravo/erpCommon/ad_reports/AgingScheduleDetailPDFDoubtfulDebt.jrxml
A src/org/openbravo/erpCommon/ad_reports/AgingScheduleDetailXLS.jrxml
A src/org/openbravo/erpCommon/ad_reports/AgingScheduleDetailXLSDoubtfulDebt.jrxml
A src/org/openbravo/erpCommon/ad_reports/AgingScheduleHTML.jrxml
A src/org/openbravo/erpCommon/ad_reports/AgingSchedulePDF.jrxml
A src/org/openbravo/erpCommon/ad_reports/AgingSchedulePDFDoubtfulDebt.jrxml
A src/org/openbravo/erpCommon/ad_reports/AgingScheduleXLS.jrxml
---
(0094553)
hgbot (developer)
2017-02-23 11:32

Repository: erp/devel/pi
Changeset: 4d65a65d7a6bdd303da7b0e9771088df06340dad
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Tue Jan 31 10:17:23 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/4d65a65d7a6bdd303da7b0e9771088df06340dad [^]

Related to issue 35089: code review improvements

Simplified exception management.
Fixed execution of PDF and XLS in details view.
Transform index to partial index for not null values.
Fixed DB consistency.
Renamed Day One/Two/... by Group One/Two/...
Use AMOUNTFORMAT instead of NUMBERFORMAT.
Removed useless parameters.
Retrieved @basedesign@ from ReportingUtils.

---
M src-db/database/model/tables/FIN_DOUBTFUL_DEBT.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
M src-db/database/sourcedata/OBUIAPP_PARAMETER.xml
M src-db/database/sourcedata/OBUIAPP_REPORT.xml
M src/org/openbravo/common/actionhandler/AgingBalanceReportActionHandler.java
M src/org/openbravo/erpCommon/ad_reports/AgingScheduleDetailHTML.jrxml
M src/org/openbravo/erpCommon/ad_reports/AgingScheduleDetailPDF.jrxml
M src/org/openbravo/erpCommon/ad_reports/AgingScheduleDetailPDFDoubtfulDebt.jrxml
M src/org/openbravo/erpCommon/ad_reports/AgingScheduleDetailXLS.jrxml
M src/org/openbravo/erpCommon/ad_reports/AgingScheduleDetailXLSDoubtfulDebt.jrxml
M src/org/openbravo/erpCommon/ad_reports/AgingScheduleHTML.jrxml
M src/org/openbravo/erpCommon/ad_reports/AgingSchedulePDF.jrxml
M src/org/openbravo/erpCommon/ad_reports/AgingSchedulePDFDoubtfulDebt.jrxml
M src/org/openbravo/erpCommon/ad_reports/AgingScheduleXLS.jrxml
---
(0094556)
hgbot (developer)
2017-02-23 11:32

Repository: erp/devel/pi
Changeset: 7a0acfb789234b4b2d6a4a54adf33291e2f15594
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Thu Feb 02 09:50:40 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/7a0acfb789234b4b2d6a4a54adf33291e2f15594 [^]

Related to issue 35089: code review improvements
Fixed amounts format in XLS views

---
M src/org/openbravo/erpCommon/ad_reports/AgingScheduleDetailXLS.jrxml
M src/org/openbravo/erpCommon/ad_reports/AgingScheduleXLS.jrxml
---
(0094557)
hgbot (developer)
2017-02-23 11:33

Repository: erp/devel/pi
Changeset: f929731149b4ad7e190f62d3de37c2c44c593779
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Thu Feb 02 17:21:08 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/f929731149b4ad7e190f62d3de37c2c44c593779 [^]

Related to issue 35089 and related to issue 35130:

Declare merge for modules:
* Aging Balance Report
* Cashflow Forecast Report

Added buildvalidation to check:
1. Both merged modules are not inside modules folder
2. There are no modules in the instance that depend on any of the merged modules

---
M modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE_MERGE.xml
A src-util/buildvalidation/build/classes/org/openbravo/buildvalidation/MergeDependenciesCheck.class
A src-util/buildvalidation/src/org/openbravo/buildvalidation/MergeDependenciesCheck.java
---
(0094559)
hgbot (developer)
2017-02-23 11:33

Repository: erp/devel/pi
Changeset: 4c7b6e37ceb26ca406e359c5559ee2c7ee255c12
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Thu Feb 02 17:40:19 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/4c7b6e37ceb26ca406e359c5559ee2c7ee255c12 [^]

Related to issue 35089 and related to issue 35130:

Added missed subclasses .class files

---
A src-util/buildvalidation/build/classes/org/openbravo/buildvalidation/MergeDependenciesCheck$1.class
A src-util/buildvalidation/build/classes/org/openbravo/buildvalidation/MergeDependenciesCheck$MergedModule.class
---
(0094561)
hgbot (developer)
2017-02-23 11:33

Repository: erp/devel/pi
Changeset: 256a41b3f7dd452467a3c6d536e3693a97eff94e
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Fri Feb 03 11:34:17 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/256a41b3f7dd452467a3c6d536e3693a97eff94e [^]

Related to issue 35089 and related to issue 35130:

Build Validation shows a warning when Multi Business Partner Selector module is detected as orphan

---
M src-util/buildvalidation/build/classes/org/openbravo/buildvalidation/MergeDependenciesCheck$1.class
M src-util/buildvalidation/build/classes/org/openbravo/buildvalidation/MergeDependenciesCheck$MergedModule.class
M src-util/buildvalidation/build/classes/org/openbravo/buildvalidation/MergeDependenciesCheck.class
M src-util/buildvalidation/src/org/openbravo/buildvalidation/MergeDependenciesCheck.java
---
(0094563)
hgbot (developer)
2017-02-23 11:33

Repository: erp/devel/pi
Changeset: f48e0974234f8f0d345ffd2b602029ca95b9edf9
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Mon Feb 06 12:51:50 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/f48e0974234f8f0d345ffd2b602029ca95b9edf9 [^]

Related to issue 35089 and related to issue 35130:
Added net.sf.jasperreports.export.xls.detect.cell.type property to properly export numbers in Excel

---
M src/org/openbravo/erpCommon/ad_reports/AgingScheduleXLS.jrxml
M src/org/openbravo/erpCommon/ad_reports/CashflowForecastExcel.jrxml
---
(0094565)
hgbot (developer)
2017-02-23 11:33

Repository: erp/devel/pi
Changeset: 82e00b6399143505b821618b4cb806eaccca42c5
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Tue Feb 07 13:54:23 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/82e00b6399143505b821618b4cb806eaccca42c5 [^]

Related to issue 35089 and related to issue 35130:
Fixed db consistency after merge

---
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
---
(0094567)
hgbot (developer)
2017-02-23 11:33

Repository: erp/devel/pi
Changeset: 9610f6267285fd195efec94fcff0d7991cda34a3
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Tue Feb 07 13:56:33 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/9610f6267285fd195efec94fcff0d7991cda34a3 [^]

Related to issue 35089 and related to issue 35130:
Updated execution limits

---
M src-util/buildvalidation/build/classes/org/openbravo/buildvalidation/MergeDependenciesCheck.class
M src-util/buildvalidation/src/org/openbravo/buildvalidation/MergeDependenciesCheck.java
---
(0094569)
hgbot (developer)
2017-02-23 11:33

Repository: erp/devel/pi
Changeset: 078a7874e6d0a0a8a0c1fb6cd07f2c19cfcc2cc3
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Thu Feb 23 11:32:02 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/078a7874e6d0a0a8a0c1fb6cd07f2c19cfcc2cc3 [^]

Fixed issue 35089 and fixed issue 35130:
Updated execution limits

---
M src-util/buildvalidation/build/classes/org/openbravo/buildvalidation/MergeDependenciesCheck.class
M src-util/buildvalidation/src/org/openbravo/buildvalidation/MergeDependenciesCheck.java
---
(0094573)
hgbot (developer)
2017-02-23 12:13

Repository: erp/devel/pi
Changeset: 3edc1a4902b1afae153a1e2c54f49e15108323fc
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Thu Feb 23 12:14:48 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/3edc1a4902b1afae153a1e2c54f49e15108323fc [^]

Fixed issue 35089 and fixed issue 35130:

Fixed build validation when MultipleBP selector is not installed

---
M src-util/buildvalidation/build/classes/org/openbravo/buildvalidation/MergeDependenciesCheck$1.class
M src-util/buildvalidation/build/classes/org/openbravo/buildvalidation/MergeDependenciesCheck$MergedModule.class
M src-util/buildvalidation/build/classes/org/openbravo/buildvalidation/MergeDependenciesCheck.class
M src-util/buildvalidation/src/org/openbravo/buildvalidation/MergeDependenciesCheck.java
---
(0094575)
vmromanos (manager)
2017-02-23 12:52
edited on: 2017-02-23 12:53

Test plan I:
Log in as Openbravo Admin
Go to Aging Balance Report window. Verify the window is available
Fill the mandatory filters and launch the report in HTML, PDF and XLS format.
Verify all of them are properly generated.

Other testing done related to the merges:
0. In the same instance, ensure we get the same figures with the external module and after the merge
1. Publishing the OB 3 template [org.openbravo.v3] with the new 2 merges.
2. Update of an old instance without Aging/CashflowForecast to the new OB version works fine (very basic scenario)
3. Once the new OB3 is available in the central repository, try to install any of the merged modules (Aging/CashflowForecast) in an old local instance
4. In an old instance with the Aging/CashFlow, if I try to update OB3, it properly detectes the merge and deletes the merged modules
5. Update of an old instance with Aging/CashflowForecast, its translation modules and the es_ES translation pack works fine
6. Update of an old instance with the Aging/Cashflow, its translation and the splp works fine
7. The new build validation properly shows an error when:
7.1. Detected Cashflow Forecast/Aging Balance modules installed in the instance
7.2. Detected any declared dependency to Cashflow Forecast/Aging Balance
8. The build validatio shows a warning when:
8.1. Detected orphan Multi business partner selector module
9. The build validation doesn't show warning/error in other scenarios

(0094747)
hgbot (developer)
2017-03-03 15:04

Repository: erp/devel/pi
Changeset: cb1f61053347026405b61c35ce515621236bda7a
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Fri Mar 03 15:06:18 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/cb1f61053347026405b61c35ce515621236bda7a [^]

Related to issue 35089: Excel format wasn't generated after merging xlsx project

Added support for XLSX format.

---
M src/org/openbravo/common/actionhandler/AgingBalanceReportActionHandler.java
---
(0094748)
vmromanos (manager)
2017-03-03 15:04

Code review + testing OK
(0095205)
hudsonbot (developer)
2017-03-15 20:19

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/54e102bef53e [^]
Maturity status: Test
(0095206)
hudsonbot (developer)
2017-03-15 20:19

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/54e102bef53e [^]
Maturity status: Test
(0095209)
hudsonbot (developer)
2017-03-15 20:19

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/54e102bef53e [^]
Maturity status: Test
(0095210)
hudsonbot (developer)
2017-03-15 20:19

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/54e102bef53e [^]
Maturity status: Test
(0095212)
hudsonbot (developer)
2017-03-15 20:19

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/54e102bef53e [^]
Maturity status: Test
(0095214)
hudsonbot (developer)
2017-03-15 20:19

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/54e102bef53e [^]
Maturity status: Test
(0095216)
hudsonbot (developer)
2017-03-15 20:19

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/54e102bef53e [^]
Maturity status: Test
(0095218)
hudsonbot (developer)
2017-03-15 20:19

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/54e102bef53e [^]
Maturity status: Test
(0095220)
hudsonbot (developer)
2017-03-15 20:19

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/54e102bef53e [^]
Maturity status: Test
(0095222)
hudsonbot (developer)
2017-03-15 20:19

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/54e102bef53e [^]
Maturity status: Test
(0095224)
hudsonbot (developer)
2017-03-15 20:19

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/54e102bef53e [^]
Maturity status: Test
(0095268)
hudsonbot (developer)
2017-03-15 20:21

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/54e102bef53e [^]
Maturity status: Test

- Issue History
Date Modified Username Field Change
2017-01-30 17:48 vmromanos New Issue
2017-01-30 17:48 vmromanos Assigned To => nonofrancisco
2017-01-30 17:48 vmromanos Modules => Core
2017-01-30 17:48 vmromanos Triggers an Emergency Pack => No
2017-01-30 17:49 vmromanos Relationship added depends on 0028947
2017-01-31 08:54 vmromanos Relationship added depends on 0035087
2017-01-31 08:54 vmromanos Relationship added depends on 0035094
2017-01-31 10:17 vmromanos Status new => scheduled
2017-02-01 14:51 vmromanos Issue cloned 0035130
2017-02-01 14:51 vmromanos Relationship added related to 0035130
2017-02-23 11:31 hgbot Checkin
2017-02-23 11:31 hgbot Note Added: 0094546
2017-02-23 11:31 hgbot Checkin
2017-02-23 11:31 hgbot Note Added: 0094548
2017-02-23 11:31 hgbot Checkin
2017-02-23 11:31 hgbot Note Added: 0094550
2017-02-23 11:32 hgbot Checkin
2017-02-23 11:32 hgbot Note Added: 0094552
2017-02-23 11:32 hgbot Status scheduled => resolved
2017-02-23 11:32 hgbot Resolution open => fixed
2017-02-23 11:32 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/251ea8a24d39ee84fc9ace303fd68830ed8cc783 [^]
2017-02-23 11:32 hgbot Checkin
2017-02-23 11:32 hgbot Note Added: 0094553
2017-02-23 11:32 hgbot Checkin
2017-02-23 11:32 hgbot Note Added: 0094556
2017-02-23 11:33 hgbot Checkin
2017-02-23 11:33 hgbot Note Added: 0094557
2017-02-23 11:33 hgbot Checkin
2017-02-23 11:33 hgbot Note Added: 0094559
2017-02-23 11:33 hgbot Checkin
2017-02-23 11:33 hgbot Note Added: 0094561
2017-02-23 11:33 hgbot Checkin
2017-02-23 11:33 hgbot Note Added: 0094563
2017-02-23 11:33 hgbot Checkin
2017-02-23 11:33 hgbot Note Added: 0094565
2017-02-23 11:33 hgbot Checkin
2017-02-23 11:33 hgbot Note Added: 0094567
2017-02-23 11:33 hgbot Checkin
2017-02-23 11:33 hgbot Note Added: 0094569
2017-02-23 11:33 hgbot Fixed in SCM revision http://code.openbravo.com/erp/devel/pi/rev/251ea8a24d39ee84fc9ace303fd68830ed8cc783 [^] => http://code.openbravo.com/erp/devel/pi/rev/078a7874e6d0a0a8a0c1fb6cd07f2c19cfcc2cc3 [^]
2017-02-23 12:13 hgbot Checkin
2017-02-23 12:13 hgbot Note Added: 0094573
2017-02-23 12:13 hgbot Fixed in SCM revision http://code.openbravo.com/erp/devel/pi/rev/078a7874e6d0a0a8a0c1fb6cd07f2c19cfcc2cc3 [^] => http://code.openbravo.com/erp/devel/pi/rev/3edc1a4902b1afae153a1e2c54f49e15108323fc [^]
2017-02-23 12:52 vmromanos Note Added: 0094575
2017-02-23 12:53 vmromanos Note Edited: 0094575 View Revisions
2017-03-03 15:04 hgbot Checkin
2017-03-03 15:04 hgbot Note Added: 0094747
2017-03-03 15:04 vmromanos Review Assigned To => vmromanos
2017-03-03 15:04 vmromanos Note Added: 0094748
2017-03-03 15:04 vmromanos Status resolved => closed
2017-03-03 15:04 vmromanos Fixed in Version => 3.0PR17Q2
2017-03-06 11:34 vmromanos Relationship added causes 0035433
2017-03-15 20:19 hudsonbot Checkin
2017-03-15 20:19 hudsonbot Note Added: 0095205
2017-03-15 20:19 hudsonbot Checkin
2017-03-15 20:19 hudsonbot Note Added: 0095206
2017-03-15 20:19 hudsonbot Checkin
2017-03-15 20:19 hudsonbot Note Added: 0095209
2017-03-15 20:19 hudsonbot Checkin
2017-03-15 20:19 hudsonbot Note Added: 0095210
2017-03-15 20:19 hudsonbot Checkin
2017-03-15 20:19 hudsonbot Note Added: 0095212
2017-03-15 20:19 hudsonbot Checkin
2017-03-15 20:19 hudsonbot Note Added: 0095214
2017-03-15 20:19 hudsonbot Checkin
2017-03-15 20:19 hudsonbot Note Added: 0095216
2017-03-15 20:19 hudsonbot Checkin
2017-03-15 20:19 hudsonbot Note Added: 0095218
2017-03-15 20:19 hudsonbot Checkin
2017-03-15 20:19 hudsonbot Note Added: 0095220
2017-03-15 20:19 hudsonbot Checkin
2017-03-15 20:19 hudsonbot Note Added: 0095222
2017-03-15 20:19 hudsonbot Checkin
2017-03-15 20:19 hudsonbot Note Added: 0095224
2017-03-15 20:21 hudsonbot Checkin
2017-03-15 20:21 hudsonbot Note Added: 0095268
2017-09-18 10:37 ngarcia Relationship added blocks 0036872
2017-09-18 11:47 ngarcia Relationship replaced related to 0036872
2022-11-08 08:02 caristu Relationship added related to 0050721


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker