Projects:Complete Process Imported Orders/Development Status
Contents |
Complete Process Imported Orders - Development Status
Overview
The Complete Process Imported Orders project will permit to automatically complete and process orders when importing them.
Development evolution can also be tracked at complete-process-orders-auto 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: Modify import orders window
Paths | Change made | Comments | Status |
src/org/openbravo/erpCommon/ad_process/ImportOrderServlet.html src/org/openbravo/erpCommon/ad_process/ImportOrderServlet.xml | Added check-box labeled "Complete and process orders automatically" in the manual code. | Complete |
Iteration 2: Modify import orders process
Modify the process for importing orders to automatically complete and process them.
Paths | Change made | Comments | Status |
src/org/openbravo/erpCommon/ad_process/ImportOrder.java src/org/openbravo/erpCommon/ad_process/ImportOrder_data.xsql.java | Method OBError doIt() has been modified, so that all orders can be processed and completed. | Complete |