int-gui-oracle - Build # 845 - Fixed:
Check console output at https://ci.openbravo.com/job/int-gui-oracle/845/ to
view the results.
Committers since last success:
Changes for Build #844
Gorka Ion Damián <[email protected]> null
Fix db consistency int-dbcons-pgsql #1208
modules/org.openbravo.client.application/src-db/database/model/tables/OBUIAPP_REPORT.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_FIELD.xml
Atul Gaware <[email protected]> null
Fixes Issue 28914:Should be an option to use the UOM Standard precision for
production or not.
Flag is provided in Unit of Measurement window to decided whether ROUNDING is
to be done using StdPrecision or not, Default value is N. Based on the flag
Rounding is done in MA_PRODUCTIONRUN_STANDARD process.
src-db/database/model/functions/MA_PRODUCTIONRUN_STANDARD.xml
src-db/database/model/tables/C_UOM.xml
src-db/database/sourcedata/AD_COLUMN.xml
src-db/database/sourcedata/AD_ELEMENT.xml
src-db/database/sourcedata/AD_FIELD.xml
Unai Martirena <[email protected]> null
Fixes Bug 28962: Cost properly calculated for orphan lines in Cost
Adjustments
The process was failing for orphan lines because it was trying to get the cost
from a Purchase Price or an Standard Cost, and there is none. Before checking
those two, the process now tries to find an Average Cost for that product on
the movement date of the orphan line, and if it founds it assigns to the
transaction.
src/org/openbravo/costing/AverageCostAdjustment.java
src/org/openbravo/costing/CostingAlgorithmAdjustmentImp.java
Gorka Ion Damián <[email protected]> null
Merge heads
Gorka Ion Damián <[email protected]> null
Fixed issue 26763. Merged pi-reporting project.
With this project it is enabled the posibility to execute reports defined as
Process Definitions.
More info in project page:
http://wiki.openbravo.com/wiki/Projects:Process_Definition_Reports
Gorka Ion Damián <[email protected]> null
[reporting]Add missing help/descriptions
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_ELEMENT.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_FIELD.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_TAB.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_TABLE.xml
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/BaseReportActionHandler.java
Gorka Ion Damián <[email protected]> null
[reporting]Use existing private method to get temp folder.
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/ReportingUtils.java
Gorka Ion Damián <[email protected]> null
[reporting]Add spacer in reporting buttons.
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js
Gorka Ion Damián <[email protected]> null
[reporting] Add check constraint in obuiapp_report table.
Check constraint to force to define at least one template, PDF or XLS.
modules/org.openbravo.client.application/src-db/database/model/tables/OBUIAPP_REPORT.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MESSAGE.xml
Gorka Ion Damián <[email protected]> null
Several improvements on Reporting after code review
- Implement a Semaphore to allow for a max number of concurrent report
executions instead of a single thread. The max number is defaulted to 3 but
can be customized by a System preference.
- Improve report definition UI: Add a display logic on XLS Template field and
a callout to set the default ActionHandler for reports.
- Improve help, javadoc and logging with better messages.
- Temporal output file is stored in the system temp folder with a random name
based on uuid to avoid name collisions.
- Remove the dependency to ReportDefinition of ReportingUtils class.
- Add current client and readable organizations to the default parameters sent
to the Jasper Report.
- Move the Process Definition button status handling logic to a common
function in ob-parameter-window-view.js
- Only create the Process Definition buttons when are needed.
- Move the process definition Action to ob-parameter-window-view.js file.
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/ReportSemaphoreHandling.java
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_FIELD.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MESSAGE.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_REF_LIST.xml
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/BaseReportActionHandler.java
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/ReportingUtils.java
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-form.js
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-onchange-functions.js
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities-action-def.js
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/report/ob-reporting-action.js
Gorka Ion Damián <[email protected]> null
Merge with pi 1f7a0de3d9ae
Rafa de Miguel <[email protected]> null
[Reporting] Fix Bug: Error in Module Trigger
modules/org.openbravo.client.application/src-db/database/model/triggers/OBUIAPP_REPORT_MOD_TRG.xml
Rafa de Miguel <[email protected]> null
[Reporting] Fix Bug: Always taking PDF template
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/BaseReportActionHandler.java
Gorka Ion Damián <[email protected]> null
[Reporting]Export to sourcedata OBUIAPP_Report table.
modules/org.openbravo.client.application/src-db/database/model/triggers/OBUIAPP_REPORT_MOD_TRG.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_DATASET_TABLE.xml
Gorka Ion Damián <[email protected]> null
[reporting] Several fixes
* Fix issue enabling export buttons when mandatory fields are set.
* Remove duplicated obcontext parameter
* Change visibility of method to be able to override it
* Add missing messages
* Fix export warning of missing identifier
* Report tab opens on Form mode by default.
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MESSAGE.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_TAB.xml
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/BaseReportActionHandler.java
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-form.js
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
Gorka Ion Damián <[email protected]> null
[reporting] Implemented XLS Export using JExcelApiExporter.
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/ReportingUtils.java
Gorka Ion Damián <[email protected]> null
[reporting]Fix issues in BaseReportActionHandler
- Properly set the error message
- Use the XLS JR Template when exporting to excel
- Allow to retry execution when there is an error
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/BaseReportActionHandler.java
Gorka Ion Damián <[email protected]> null
[Reporting]Fix potential NPE error in log.
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/ReportingUtils.java
Gorka Ion Damián <[email protected]> null
[Reporting]Add log to ReportingUtils.
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/ReportingUtils.java
Gorka Ion Damián <[email protected]> null
[reporting] Base implementation of reporting ui pattern in Process
Definition
- Added new UI Pattern "Report" and a new tab for its definitions
- Added a BaseReportActionHandler to generate the reports
modules/org.openbravo.client.application/src-db/database/model/tables/OBUIAPP_REPORT.xml
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/BaseReportActionHandler.java
modules/org.openbravo.client.application/src/org/openbravo/client/application/report/ReportingUtils.java
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/report/ob-reporting-action.js
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_ELEMENT.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_FIELD.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_REF_LIST.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_TAB.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_TABLE.xml
modules/org.openbravo.client.application/src/org/openbravo/client/application/ApplicationComponentProvider.java
modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/ob-pick-and-execute-view-window.js.ftl
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/ParameterWindowComponent.java
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js
Changes for Build #845
Gorka Ion Damián <[email protected]> null
[reporting]Remove declaration of deleted js file.
modules/org.openbravo.client.application/src/org/openbravo/client/application/ApplicationComponentProvider.java
Last 20 lines of the console output:
[...truncated 12640 lines...]
Total time: 2 seconds
executing script 'Tomcat stop'
[int-gui-oracle] $ /bin/bash /tmp/build_step_template3362037665589933126.sh
ENABLE
DEBUG: Tomcat stop called with parameters: ENABLED=ENABLE
* Stopping Tomcat servlet engine for Openbravo tomcat
...done.
executing script 'Check log'
[int-gui-oracle] $ /bin/bash /tmp/build_step_template3192581997617275719.sh
ENABLE
DEBUG: Check log called with parameters: ENABLED=
Check log: openbravo.log is clean
Recording test results
Archiving artifacts
Checking \] ERROR|\] WARN
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds