Projects:Project Scheduling Capabilities Enhancement/Development Status
Contents |
Project Scheduling Capabilities Enhancement - Development Status
Overview
The development of Project Scheduling Capabilities Enhancement project intends to improve scheduling capabilities within Project & Service Management module.
Development evolution can also be tracked at project-scheduling-capabilities-enhancement branch.
Important notes:
- Once a task has been accomplished, please change Status cell to complete with the branch commit link (as explained in Openbravo bug reporting guidelines):
| class="green_cell" | Complete
Iteration 1: Service and Multiphase Project windows
Add Starting Date field to Service and Multiphase Project windows.
Paths | Change made | Comments | Status |
src-db/database/model/tables/C_PROJECT.xml | Added Starting Date field to Service and Multiphase Project windows. | Complete |
Iteration 2: Project Profitability and Service Project reports
Add Starting Date field to Project Profitability and Service Project reports.
Paths | Change made | Comments | Status |
src-db/database/sourcedata/AD_TEXTINTERFACES.xml
src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSiteJR.html src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSiteJR.java src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSite_data.xsql src/org/openbravo/erpCommon/ad_reports/ReportProjectProfitabilityJR.html src/org/openbravo/erpCommon/ad_reports/ReportProjectProfitabilityJR.java src/org/openbravo/erpCommon/ad_reports/ReportProjectProfitabilityJR.xml src/org/openbravo/erpCommon/ad_reports/ReportProjectProfitability_data.xsql | Added From Project Starting Date and To Project Starting Date fields to Project Profitability and Service Project reports. | Complete |
Iteration 3: Project Phase and Task tabs
Add Contract Date field to Project Phase and Project Task tabs inside Multiphase Project window.
Paths | Change made | Comments | Status |
src-db/database/model/tables/C_PROJECTPHASE.xml
src-db/database/model/tables/C_PROJECTTASK.xml | Added Contract Date field to Project Phase and Project Task tabs inside Multiphase Project window. | Complete |
Iteration 4: Standard Phase and Task tab
Paths | Change made | Comments | Status |
src-db/database/model/tables/C_PHASE.xml
src-db/database/model/tables/C_TASK.xml src-db/database/sourcedata/AD_ELEMENT.xml | Added Standard Duration in Days field to Standard Phase and Standard Task tabs inside Project Type window. | Complete |
Iteration 5: Set Project Type process
Modify Set Project Type process and add Starting Date field.
Paths | Change made | Comments | Status |
src-db/database/sourcedata/AD_TEXTINTERFACES.xml
src/org/openbravo/erpCommon/ad_actionButton/ProjectSetType.html src/org/openbravo/erpCommon/ad_actionButton/ProjectSetType.java src/org/openbravo/erpCommon/ad_actionButton/ProjectSetType.xml src/org/openbravo/erpCommon/ad_actionButton/ProjectSetType_data.xsql | Modified Set Project Type process and added Starting Date field | Now the scheduling process (Set Project Type) excludes weekend days. | Complete |