details: https://code.openbravo.com/erp/devel/main/rev/3ed849d672ae changeset: 34528:3ed849d672ae user: Carlos Aristu <carlos.aristu <at> openbravo.com> date: Mon Aug 20 09:17:57 2018 +0200 summary: fixes bug 39128: compile.apply.module task gets stuck on 2.50 to pi updating
The compile.apply.module ant task uses the Hibernate pool during the process of updating 2.50 to pi. Under this scenario, the task was never finishing because although all its actions were completed, the jvm was not able to terminate due to a non-daemon thread used by the Hibernate pool to validate its status. To avoid this problem, we force the stop of the non-daemon thread by explicitly closing the Hibernate pool once the task has finished using DAL. details: https://code.openbravo.com/erp/devel/main/rev/0398d70f2a98 changeset: 34529:0398d70f2a98 user: RM packaging bot <staff.rm <at> openbravo.com> date: Mon Aug 20 12:40:27 2018 +0000 summary: CI: merge back from main details: https://code.openbravo.com/erp/devel/main/rev/a2004f06b3ac changeset: 34530:a2004f06b3ac user: Mark <markmm82 <at> gmail.com> date: Tue Apr 10 10:10:03 2018 -0400 summary: [clfr] Initial commit New PEs and linked them with the Copy From Order/Shipment/Receipt buttons This patch includes: - New database columns for the Created From Order and Create From Shipment/Receipt definition - New fields defined for Created From Order and Create From Shipment/Receipt buttons - Creation of two new HQL based tables. To retrieve order and shipment/receipt lines each one. - Created initial column to the tables (to be updated in other phase) - Created two new Pick And Edit windows: "Create From Order" and "Create From Shipment/ Receipt". - Created two new windows references pointing to these previous Pick and Edits. - Created two new Process Definition, each one for "Create From Order" and "Create From Shipment/Receipt" processes. - Added the created PEs as window reference value of each one. - Linked the "Create From Order" and "Create From Shipment/Receipt" buttons to the new Process Definitions. - Initilization for the CreateFromOrder and CreateFromInOut action handlers, that will be used to implement the logic for the lines creation from orders/shipments or receipts, be the case. - Defined columns for C_OrderLine_PE_HQL table and fields for PE. - Defined columns for M_InOutLine_PE_HQL table and fields for PE. - Created OrderLinePEHQL injector to be used as insertion point in C_OrderLine_PE_HQL HQL query definition. - Created InOutLinePEHQL injector to be used as insertion point in M_InOutLine_PE_HQL HQL query definition. - Synchronize Terminology details: https://code.openbravo.com/erp/devel/main/rev/324872e231db changeset: 34531:324872e231db user: Mark <markmm82 <at> gmail.com> date: Tue Apr 10 22:49:57 2018 -0400 summary: [clfr] Fixed M_InOut_PE_HQL HQL Table to get better performance and to adapt to Shipment/Rceipts be the case Renamed InOutLinePEHQLInjector to InOutLinePEHQLInjector0. Created InOutLinePEHQLInjector1 to get the correct movement quantity according the document is a sales transaction or not. Created InOutLinePEHQLInjector2 to get the correct alternative movement quantity according the document is a sales transaction or not. details: https://code.openbravo.com/erp/devel/main/rev/ddee37df1ce0 changeset: 34532:ddee37df1ce0 user: Mark <markmm82 <at> gmail.com> date: Tue Apr 10 23:46:50 2018 -0400 summary: [clfr] Improved performance in C_OrderLine_PE_HQL HQL Table details: https://code.openbravo.com/erp/devel/main/rev/e2f298b185ac changeset: 34533:e2f298b185ac user: Mark <markmm82 <at> gmail.com> date: Wed Apr 11 13:19:36 2018 -0400 summary: [clfr] Improved C_OrderLine_PE_HQL HQL Table Renamed OrderLinePEHQLInjector to OrderLinePEHQLInjector0. Created OrderLinePEHQLInjector1 to get the correct quantity according the document is a sales transaction or not. Created OrderLinePEHQLInjector2 to get the correct alternative quantity according the document is a sales transaction or not. details: https://code.openbravo.com/erp/devel/main/rev/30650c53e599 changeset: 34534:30650c53e599 user: Mark <markmm82 <at> gmail.com> date: Wed Apr 11 21:51:11 2018 -0400 summary: [clfr] Reordered fields and updated AUM fields in HQLs details: https://code.openbravo.com/erp/devel/main/rev/7deea687bb9a changeset: 34535:7deea687bb9a user: Mark <markmm82 <at> gmail.com> date: Thu Apr 12 10:52:21 2018 -0400 summary: [clfr] Renamed elements from "Create From" to "Create Lines From" Renamed "Create From Order" to "Create Lines From Order" "Create From Shipment/Receipt" to "Create Lines From Shipment/Receipt" Renamed "CreateFromOrder.java" action handler to "CreateLinesFromOrder.java" Renamed "CreateFromInOut.java" action handler to "CreateLinesFromInOut.java" Renamed several elements in the AD to replace the "Create From" substring with "Create Lines From". details: https://code.openbravo.com/erp/devel/main/rev/4b660a9b9d26 changeset: 34536:4b660a9b9d26 user: Mark <markmm82 <at> gmail.com> date: Thu Apr 12 11:38:45 2018 -0400 summary: [clfr] Display logic for Quantities and UOMs taking into account AUM preference Hide or show quantity or operative quantity taking into account the AUM Preference. The same for UOM and AUM fields. Operative fields have been reordered to be shown in the same position than base fields details: https://code.openbravo.com/erp/devel/main/rev/864a3ef43206 changeset: 34537:864a3ef43206 user: Mark <markmm82 <at> gmail.com> date: Thu Apr 12 17:04:56 2018 -0400 summary: [clfr] Fixed display logic for AUM fields and adapted HQL tables details: https://code.openbravo.com/erp/devel/main/rev/b7fc22c2b41b changeset: 34538:b7fc22c2b41b user: Mark <markmm82 <at> gmail.com> date: Mon Apr 16 22:44:25 2018 -0400 summary: [clfr] Create Lines From Order process finished details: https://code.openbravo.com/erp/devel/main/rev/d20a9aeb7854 changeset: 34539:d20a9aeb7854 user: Mark <markmm82 <at> gmail.com> date: Tue Apr 17 09:26:36 2018 -0400 summary: [clfr] Updated copyright and some java doc details: https://code.openbravo.com/erp/devel/main/rev/a87992b0e65f changeset: 34540:a87992b0e65f user: Mark <markmm82 <at> gmail.com> date: Tue Apr 17 09:45:52 2018 -0400 summary: [clfr] Fixed example of hook definition in Create Lines From Order details: https://code.openbravo.com/erp/devel/main/rev/f48cdc0aac26 changeset: 34541:f48cdc0aac26 user: Mark <markmm82 <at> gmail.com> date: Tue Apr 17 23:41:52 2018 -0400 summary: [clfr] Created CreateLinesFromProcess to process in a generic way the source of the lines be copied (Order/Shipment/Receipt) details: https://code.openbravo.com/erp/devel/main/rev/b53b04c62ccd changeset: 34542:b53b04c62ccd user: Mark <markmm82 <at> gmail.com> date: Tue Apr 17 23:44:15 2018 -0400 summary: [clfr]Removed createlinesfromorder package and all its lines as the Create Lines >From process will handle the order lines as well as the Shipment/Receipt lines. details: https://code.openbravo.com/erp/devel/main/rev/a168a696ca27 changeset: 34543:a168a696ca27 user: Mark <markmm82 <at> gmail.com> date: Wed Apr 18 10:59:52 2018 -0400 summary: [clfr] Hide the old Create Lines From button from the SSales/Purchase Invoice windows. Also are set to read only the Ordered/MOvement Quantity fields details: https://code.openbravo.com/erp/devel/main/rev/8f32f8db75e7 changeset: 34544:8f32f8db75e7 user: Mark <markmm82 <at> gmail.com> date: Wed Apr 18 12:38:37 2018 -0400 summary: [clfr] Updated BOMParent to the invoice lines details: https://code.openbravo.com/erp/devel/main/rev/f3535dda8302 changeset: 34545:f3535dda8302 user: Mark <markmm82 <at> gmail.com> date: Thu Apr 19 14:13:47 2018 -0400 summary: [clfr] Backedout the change of the Project column/fields to Contract to avoid failures by differences in AD details: https://code.openbravo.com/erp/devel/main/rev/073a6f576f42 changeset: 34546:073a6f576f42 user: Mark <markmm82 <at> gmail.com> date: Fri Apr 20 19:27:54 2018 -0400 summary: [clfr] Fixed the message when the process ends details: https://code.openbravo.com/erp/devel/main/rev/a4d22efdb0ae changeset: 34547:a4d22efdb0ae user: Mark <markmm82 <at> gmail.com> date: Tue Apr 24 11:31:28 2018 -0400 summary: [clfr] Fixed query to get correct order lines details: https://code.openbravo.com/erp/devel/main/rev/a965ca6afb2d changeset: 34548:a965ca6afb2d user: Mark <markmm82 <at> gmail.com> date: Tue Apr 24 15:25:25 2018 -0400 summary: [clfr] Changed the reference of the lineNo columns from Number to Integer details: https://code.openbravo.com/erp/devel/main/rev/d13c1206cf4a changeset: 34549:d13c1206cf4a user: Mark <markmm82 <at> gmail.com> date: Tue Apr 24 20:53:19 2018 -0400 summary: [clfr] Fixed the prices calculation when the copied line is related to an order details: https://code.openbravo.com/erp/devel/main/rev/22ba1a8e8875 changeset: 34550:22ba1a8e8875 user: Mark <markmm82 <at> gmail.com> date: Wed Apr 25 13:44:30 2018 -0400 summary: [clfr] Fixed grouping condition when order lines are retrieved details: https://code.openbravo.com/erp/devel/main/rev/cef0e36d5d3a changeset: 34551:cef0e36d5d3a user: Mark <markmm82 <at> gmail.com> date: Wed May 02 15:51:09 2018 -0400 summary: [clfr] Fixed Create Lines From Order query failing in Oracle details: https://code.openbravo.com/erp/devel/main/rev/98652ee9b8ff changeset: 34552:98652ee9b8ff user: Mark <markmm82 <at> gmail.com> date: Thu May 03 13:48:04 2018 -0400 summary: [clfr] Fixed Create Lines From Shipment/Receipt query failing in Oracle details: https://code.openbravo.com/erp/devel/main/rev/2cd78f6228c3 changeset: 34553:2cd78f6228c3 user: Mark <markmm82 <at> gmail.com> date: Fri May 04 11:30:35 2018 -0400 summary: [clfr] Filtering by M_MatchPO.invoiceLine not null in Create Lines From Order details: https://code.openbravo.com/erp/devel/main/rev/5e131f94ef35 changeset: 34554:5e131f94ef35 user: Mark <markmm82 <at> gmail.com> date: Mon May 07 11:37:02 2018 -0400 summary: [clfr] Added an extra pickExecuteLineValues parameter to hooks to be able to use all the pick and execute line values. The values selected/calculated in the line of the Pick and Execute can be different than the values of the original record been copied (copiedLine) if they are recalculated in the query or changed in the Pick and Execute window by a manual user operation (for a future behavior) details: https://code.openbravo.com/erp/devel/main/rev/8ca0462a729a changeset: 34555:8ca0462a729a user: Mark <markmm82 <at> gmail.com> date: Tue May 08 12:35:49 2018 -0400 summary: [clfr] Fixed quantity calculation and AUM quantity values in Create Lines From Order PE details: https://code.openbravo.com/erp/devel/main/rev/5dc9b4d58274 changeset: 34556:5dc9b4d58274 user: Mark <markmm82 <at> gmail.com> date: Tue May 08 16:14:14 2018 -0400 summary: [clfr] Added orderQuantity to the C_OrderLine_HQL_PE table/CLFOrder PE Also is setted operativeUOM and operativeQuantity if AUM preference is enabled details: https://code.openbravo.com/erp/devel/main/rev/7978a0f3e234 changeset: 34557:7978a0f3e234 user: Mark <markmm82 <at> gmail.com> date: Tue May 08 17:44:51 2018 -0400 summary: [clfr] Copy the invoice line Taxable amount from the related order line tax base amount if exists, else use the line net amount instead. details: https://code.openbravo.com/erp/devel/main/rev/e89c0c8cd384 changeset: 34558:e89c0c8cd384 user: Mark <markmm82 <at> gmail.com> date: Tue May 08 20:44:36 2018 -0400 summary: [clfr] Always copy the attribute set of the copied line not only the attribute set instance details: https://code.openbravo.com/erp/devel/main/rev/bd9f19ea45d0 changeset: 34559:bd9f19ea45d0 user: Mark <markmm82 <at> gmail.com> date: Tue May 08 22:39:34 2018 -0400 summary: [clfr] Added the shipmentInOutLine reference to the Create Lines from Order PE This column is used to save the reference to the Shipment/receipt line from the invoice line is created, if it is the case. details: https://code.openbravo.com/erp/devel/main/rev/7fe4457d0237 changeset: 34560:7fe4457d0237 user: Mark <markmm82 <at> gmail.com> date: Wed May 09 09:48:45 2018 -0400 summary: [clfr] Merge with pi details: https://code.openbravo.com/erp/devel/main/rev/087932497dc5 changeset: 34561:087932497dc5 user: Mark <markmm82 <at> gmail.com> date: Wed May 09 16:41:39 2018 -0400 summary: [clfr] Added HQL Injectors to orderQuantity calculation details: https://code.openbravo.com/erp/devel/main/rev/d99ef0ec326a changeset: 34562:d99ef0ec326a user: Mark <markmm82 <at> gmail.com> date: Wed May 09 17:55:23 2018 -0400 summary: [clfr] Synchronize terminology details: https://code.openbravo.com/erp/devel/main/rev/796f3180f77e changeset: 34563:796f3180f77e user: Mark <markmm82 <at> gmail.com> date: Wed May 09 19:04:13 2018 -0400 summary: [clfr] Take the AUM from directly from the PE details: https://code.openbravo.com/erp/devel/main/rev/473922b032d0 changeset: 34564:473922b032d0 user: Mark <markmm82 <at> gmail.com> date: Fri May 11 00:52:57 2018 -0400 summary: [clfr] Update the prepayment amount at time of line creation and not at the end of the process. Moved all the logic of the invoice prepayment updation to be execeuted when each line is copied as it is in the current Create Lines From process instead of do it at the end of the process. Also it adds the order reference to the invoice if all the copied lines don't belong to the different orders, in this case, the reference will be NULL. If all the lines belongs to the same order, then the invoice will be updated with it as order reference. details: https://code.openbravo.com/erp/devel/main/rev/4a5eaa60db14 changeset: 34565:4a5eaa60db14 user: Mark <markmm82 <at> gmail.com> date: Fri May 11 10:37:16 2018 -0400 summary: [clfr] Merge with pi details: https://code.openbravo.com/erp/devel/main/rev/7b945fe1728f changeset: 34566:7b945fe1728f user: Mark <markmm82 <at> gmail.com> date: Mon May 14 10:13:19 2018 -0400 summary: [clfr] Merge with pi details: https://code.openbravo.com/erp/devel/main/rev/3d69af1c894b changeset: 34567:3d69af1c894b user: Mark <markmm82 <at> gmail.com> date: Tue May 15 19:31:15 2018 -0400 summary: [clfr] Improved performance in Create Lines from Shipment/Receipt details: https://code.openbravo.com/erp/devel/main/rev/16ca4a2750c9 changeset: 34568:16ca4a2750c9 user: Mark <markmm82 <at> gmail.com> date: Wed May 16 07:40:18 2018 -0400 summary: [clfr] Fixed Order quantity calculation details: https://code.openbravo.com/erp/devel/main/rev/99a467c3a77b changeset: 34569:99a467c3a77b user: Mark <markmm82 <at> gmail.com> date: Wed May 16 09:45:18 2018 -0400 summary: [clfr] Added condition to Create Lines From receipt to not take into account order not invoiceable details: https://code.openbravo.com/erp/devel/main/rev/7d6426933ab5 changeset: 34570:7d6426933ab5 user: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> date: Thu May 17 12:27:28 2018 +0200 summary: [clfr] Make createfromorders and createfrominouts columns mandatory details: https://code.openbravo.com/erp/devel/main/rev/fcde317d34ce changeset: 34571:fcde317d34ce user: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> date: Thu May 17 12:34:27 2018 +0200 summary: [clfr] Fix Create Lines From Order process definition data access level details: https://code.openbravo.com/erp/devel/main/rev/c79582d9d934 changeset: 34572:c79582d9d934 user: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> date: Thu May 17 12:45:51 2018 +0200 summary: [clfr] Remove unneeded window element details: https://code.openbravo.com/erp/devel/main/rev/2b6ceb992d2b changeset: 34573:2b6ceb992d2b user: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> date: Thu May 17 14:43:16 2018 +0200 summary: [clfr] Change the order of Create Lines From Order and Create Lines From Shipment/Receipt fields details: https://code.openbravo.com/erp/devel/main/rev/dd0261d4c133 changeset: 34574:dd0261d4c133 user: Armaignac <collazoandy4 <at> gmail.com> date: Thu May 17 00:32:41 2018 -0400 summary: [clfr] Fixed orders line related to shipmentInOutLine When an order line was related to more than one shipmentInOutLine a wrong invoice line was created not related to the shipmentInOutLine. Now the process create invoice lines as many relations the selected order line have with shipmentInOutLine details: https://code.openbravo.com/erp/devel/main/rev/0671ca7e96cd changeset: 34575:0671ca7e96cd user: Mark <markmm82 <at> gmail.com> date: Thu May 17 10:56:02 2018 -0400 summary: [clfr] Merge with pi details: https://code.openbravo.com/erp/devel/main/rev/8a8da741523c changeset: 34576:8a8da741523c user: Mark <markmm82 <at> gmail.com> date: Thu May 17 11:00:18 2018 -0400 summary: [clfr] Merge with changes details: https://code.openbravo.com/erp/devel/main/rev/586e9c8af22a changeset: 34577:586e9c8af22a user: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> date: Thu May 17 18:43:12 2018 +0200 summary: [clfr] Use correct element in salesOrder and shipmentReceipt columns details: https://code.openbravo.com/erp/devel/main/rev/b86f54679a33 changeset: 34578:b86f54679a33 user: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> date: Thu May 17 19:10:40 2018 +0200 summary: [clfr] Use correct element and reference in uom and operativeUOM columns details: https://code.openbravo.com/erp/devel/main/rev/a614e8b47eb3 changeset: 34579:a614e8b47eb3 user: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> date: Fri May 18 13:31:37 2018 +0200 summary: [clfr] Rename CreateLinesFromProcess variable as createLinesFromProcess details: https://code.openbravo.com/erp/devel/main/rev/e3dd4f52d7d5 changeset: 34580:e3dd4f52d7d5 user: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> date: Fri May 18 14:44:09 2018 +0200 summary: [clfr] Fix CreateLinesFromUtil.java details: https://code.openbravo.com/erp/devel/main/rev/d5199c572efd changeset: 34581:d5199c572efd user: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> date: Fri May 18 15:19:04 2018 +0200 summary: [clfr] Fix CreateLinesFromProcess.java details: https://code.openbravo.com/erp/devel/main/rev/2a30fa698d94 changeset: 34582:2a30fa698d94 user: Mark <markmm82 <at> gmail.com> date: Sun May 20 11:15:26 2018 -0400 summary: [clfr] Added needed fields to C_INVOICE_CANDIDATE_V to export it to AD details: https://code.openbravo.com/erp/devel/main/rev/f830b5a86297 changeset: 34583:f830b5a86297 user: Mark <markmm82 <at> gmail.com> date: Sun May 20 11:17:21 2018 -0400 summary: [clfr] Created a new table in AD to map a new entity with C_INVOICE_CANDIDATE_V Created InvoiceCandidateV table to be used in Create Lines From Sales Order process details: https://code.openbravo.com/erp/devel/main/rev/1a5edcdaa26d changeset: 34584:1a5edcdaa26d user: Mark <markmm82 <at> gmail.com> date: Mon May 21 13:56:10 2018 -0400 summary: [clfr] Refactorized the Create From Purchase Order query. Removed the existing inserters to be included all their logic in a centralized transformer. Logic included for the Purchase Order flows. details: https://code.openbravo.com/erp/devel/main/rev/54fdbdf30e92 changeset: 34585:54fdbdf30e92 user: Mark <markmm82 <at> gmail.com> date: Mon May 21 15:12:14 2018 -0400 summary: [clfr] Refactorized the transformer to include the Create From Sales Order flow Included the logic of the Create Lines From Sales Order in the transformer. Refactorized the transformer to be more legible. details: https://code.openbravo.com/erp/devel/main/rev/2269dcc735f5 changeset: 34586:2269dcc735f5 user: Mark <markmm82 <at> gmail.com> date: Mon May 21 16:51:10 2018 -0400 summary: [clfr] Refactorized the Create From Receipt query. Removed the existing inserters to be included all their logic in a centralized transformer. details: https://code.openbravo.com/erp/devel/main/rev/e0bd0c3c84e0 changeset: 34587:e0bd0c3c84e0 user: Mark <markmm82 <at> gmail.com> date: Mon May 21 17:02:23 2018 -0400 summary: [clfr] Moved transformers to src.org.openbravo.commondatasource package details: https://code.openbravo.com/erp/devel/main/rev/476446f6af82 changeset: 34588:476446f6af82 user: Mark <markmm82 <at> gmail.com> date: Mon May 21 20:18:49 2018 -0400 summary: [clfr] Refactorized the transformer to include the Create From Shipment flow Included the logic of the Create Lines From Shipment in the transformer. Set the main query as MAINFROM details: https://code.openbravo.com/erp/devel/main/rev/2c6455b2bd77 changeset: 34589:2c6455b2bd77 user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Tue May 22 17:40:39 2018 +0200 summary: [clfr] Refactorized and simplified Action Handlers Created abstract class CreateInvoiceLinesFrom to centralize action handler logic related to Create Invoice Lines From. Created CreateInvoiceLinesFromInOutLines and CreateInvoiceLinesFromOrderLines class to implement the concrete logic for each flow. Renamed & moved classes to clearly indicate their intention (CreateInvoiceLinesFrom*) details: https://code.openbravo.com/erp/devel/main/rev/82c938009e5f changeset: 34590:82c938009e5f user: Mark <markmm82 <at> gmail.com> date: Tue May 22 12:03:59 2018 -0400 summary: [clfr] Fixed C_INVOICE_CANDIDATE_V sql reordering the new added columns and adding them to the Group By clause. details: https://code.openbravo.com/erp/devel/main/rev/0230b94f2b43 changeset: 34591:0230b94f2b43 user: Mark <markmm82 <at> gmail.com> date: Tue May 22 13:38:10 2018 -0400 summary: [clfr] Sync terminology to export the InvoiceCandidateV table correctly details: https://code.openbravo.com/erp/devel/main/rev/4cc5065367f8 changeset: 34592:4cc5065367f8 user: Mark <markmm82 <at> gmail.com> date: Tue May 22 13:38:55 2018 -0400 summary: [clfr] Avoid NPE. details: https://code.openbravo.com/erp/devel/main/rev/aff2431e9623 changeset: 34593:aff2431e9623 user: Mark <markmm82 <at> gmail.com> date: Tue May 22 14:14:06 2018 -0400 summary: [clfr] Used new InvoiceCandidateV column names instead previous than sync termi- nology details: https://code.openbravo.com/erp/devel/main/rev/74b997426744 changeset: 34594:74b997426744 user: Mark <markmm82 <at> gmail.com> date: Tue May 22 14:19:05 2018 -0400 summary: [clfr] Refactorized method names in CreateLinesFromUtil details: https://code.openbravo.com/erp/devel/main/rev/fb85b4bfe886 changeset: 34595:fb85b4bfe886 user: Mark <markmm82 <at> gmail.com> date: Tue May 22 15:01:51 2018 -0400 summary: [clfr] Refactorized the way the orderedQuantity and the operativeQuantity is returned. If the processin line is an Order Line and it is related with a Shipment/Receipt line then the ordered and operative quantities used will the movement quantity of the Shipment/Receipt Line. In other hands will be the ordered/movement quantity showed in the P&E. Added some logs to the CreateLinesFromUtil. details: https://code.openbravo.com/erp/devel/main/rev/29cfb97812bf changeset: 34596:29cfb97812bf user: Mark <markmm82 <at> gmail.com> date: Tue May 22 22:08:46 2018 -0400 summary: [clfr] Fixed Create Lines From Order HQL to avoid grouping errors in Oracle. Added the orderQuantity calculation clause to the group by clause. Changed the columns reference from Table to String, and used the object IDs to get the object identifier as String instead of an object, due it was causing problems when queries were executed in Oracle details: https://code.openbravo.com/erp/devel/main/rev/fd07be6a1a7f changeset: 34597:fd07be6a1a7f user: Mark <markmm82 <at> gmail.com> date: Tue May 22 23:08:07 2018 -0400 summary: [clfr] Fixed Create Lines From In/Out HQL to avoid grouping errors in Oracle. Added the orderQuantity calculation clause to the group by clause. Changed the columns reference from Table to String, and used the object IDs to get the object identifier as String instead of an object, due it was causing problems when queries were executed in Oracle details: https://code.openbravo.com/erp/devel/main/rev/687366ac17d6 changeset: 34598:687366ac17d6 user: Mark <markmm82 <at> gmail.com> date: Wed May 23 09:46:26 2018 -0400 summary: [clfr] Removed unused parameter in CreateLinesFromUtil.getSuccessMessage() details: https://code.openbravo.com/erp/devel/main/rev/e617c0b69c3a changeset: 34599:e617c0b69c3a user: Mark <markmm82 <at> gmail.com> date: Wed May 23 10:14:14 2018 -0400 summary: [clfr] Refactorized CreateLinesFromProcess Removed some duplicated code details: https://code.openbravo.com/erp/devel/main/rev/fdda0611465f changeset: 34600:fdda0611465f user: Mark <markmm82 <at> gmail.com> date: Wed May 23 10:56:15 2018 -0400 summary: [clfr] New method to get if the processing line is an order or it has an order line related Returned directly the result instead of assigning it to a variable in UpdateInvoiceLineInformation. getOrderPrepaymentAmt() method Extracted isOrderLine || ((ShipmentInOutLine) copiedLine).getSalesOrderLine() to a method and replaced it in every java details: https://code.openbravo.com/erp/devel/main/rev/fc94f20c1973 changeset: 34601:fc94f20c1973 user: Mark <markmm82 <at> gmail.com> date: Wed May 23 11:21:56 2018 -0400 summary: [clfr] Removed the setDiscount() method as this information it is not saved in the created invoice line in the current behaviour of the Create Lines From details: https://code.openbravo.com/erp/devel/main/rev/3324b2658e78 changeset: 34602:3324b2658e78 user: Mark <markmm82 <at> gmail.com> date: Wed May 23 11:26:57 2018 -0400 summary: [clfr] Redefined hooks execution order to be always multiple of 10 in getOrder() method details: https://code.openbravo.com/erp/devel/main/rev/4bb5cb6ee07c changeset: 34603:4bb5cb6ee07c user: Mark <markmm82 <at> gmail.com> date: Wed May 23 12:01:46 2018 -0400 summary: [clfr] Removed unused variables and logic related with discount as it isn't used in the replaced Create Lines From process details: https://code.openbravo.com/erp/devel/main/rev/ac0163400df9 changeset: 34604:ac0163400df9 user: Mark <markmm82 <at> gmail.com> date: Wed May 23 12:17:46 2018 -0400 summary: [clfr] Moved CreateLinesFromUtil class to package instead of public to avoid creating public API. details: https://code.openbravo.com/erp/devel/main/rev/1948cb438119 changeset: 34605:1948cb438119 user: Mark <markmm82 <at> gmail.com> date: Wed May 23 12:22:40 2018 -0400 summary: [clfr] Changed CREATE_LINES_FROM_PROCESS_HOOK_QUALIFIER constant to package instead of public details: https://code.openbravo.com/erp/devel/main/rev/7707f96bf7ab changeset: 34606:7707f96bf7ab user: Mark <markmm82 <at> gmail.com> date: Wed May 23 14:48:22 2018 -0400 summary: [clfr] Fixed the Order Line updation at invoice header level. If exists more than one order related with the invoice lines then the Order header will be null, in other hand it will be the order related with invoice lines. Was necessary to call a flush after each new invoice line was copied to be able to get the information of the order lines related to them. details: https://code.openbravo.com/erp/devel/main/rev/63bc970010f7 changeset: 34607:63bc970010f7 user: Mark <markmm82 <at> gmail.com> date: Wed May 23 18:25:05 2018 -0400 summary: [clfr] Fixed the AUM workflows after the last SQL refactor details: https://code.openbravo.com/erp/devel/main/rev/f021bc679578 changeset: 34608:f021bc679578 user: Mark <markmm82 <at> gmail.com> date: Thu May 24 11:03:22 2018 -0400 summary: [clfr] Created hasNotEmptyValue to validate a property is inside a JSONOBject and it is not an empty value details: https://code.openbravo.com/erp/devel/main/rev/ab1c16d64e5c changeset: 34609:ab1c16d64e5c user: Mark <markmm82 <at> gmail.com> date: Thu May 24 11:18:14 2018 -0400 summary: [clfr] Use same column names in C_OrderLine_PE_HQL and M_InOutLine_PE_HQL tables as in C_OrderLine and M_InOutLine tables details: https://code.openbravo.com/erp/devel/main/rev/8ad7081c1822 changeset: 34610:8ad7081c1822 user: Mark <markmm82 <at> gmail.com> date: Thu May 24 14:06:13 2018 -0400 summary: [clfr] Add uom.name to the group by clause details: https://code.openbravo.com/erp/devel/main/rev/bf63821eb338 changeset: 34611:bf63821eb338 user: Mark <markmm82 <at> gmail.com> date: Thu May 24 16:18:14 2018 -0400 summary: [clfr] Refactorized the HQL select to define columns as Table reference Reordered fields in P&E details: https://code.openbravo.com/erp/devel/main/rev/4b131f8a3ffb changeset: 34612:4b131f8a3ffb user: Mark <markmm82 <at> gmail.com> date: Fri May 25 11:24:17 2018 -0400 summary: [clfr] Backed out to use columns with String instead of Table reference due to known issue in oracle details: https://code.openbravo.com/erp/devel/main/rev/f110fc04ce8f changeset: 34613:f110fc04ce8f user: Mark <markmm82 <at> gmail.com> date: Fri May 25 13:48:43 2018 -0400 summary: [clfr] Added new fields to the Create Invoice Lines from Order P&E details: https://code.openbravo.com/erp/devel/main/rev/4f08a716c0b0 changeset: 34614:4f08a716c0b0 user: Mark <markmm82 <at> gmail.com> date: Fri May 25 15:07:16 2018 -0400 summary: [clfr] Added new fields to the Create Invoice Lines from Shipment/Receipt P&E details: https://code.openbravo.com/erp/devel/main/rev/88aeb2c11465 changeset: 34615:88aeb2c11465 user: Mark <markmm82 <at> gmail.com> date: Fri May 25 15:33:17 2018 -0400 summary: [clfr] Added line order date to the group by clause. details: https://code.openbravo.com/erp/devel/main/rev/dcd130005703 changeset: 34616:dcd130005703 user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Mon May 28 12:50:32 2018 +0200 summary: [clfr] Minor improvement in javadoc details: https://code.openbravo.com/erp/devel/main/rev/ed4c9f870913 changeset: 34617:ed4c9f870913 user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Mon May 28 13:16:07 2018 +0200 summary: [clfr] Refactorized and simplified CreateInvoiceLinesFrom details: https://code.openbravo.com/erp/devel/main/rev/45d38efe94d8 changeset: 34618:45d38efe94d8 user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Mon May 28 13:18:38 2018 +0200 summary: [clfr] Reduced method visibility to package details: https://code.openbravo.com/erp/devel/main/rev/10d7a7da5cb6 changeset: 34619:10d7a7da5cb6 user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Mon May 28 13:25:53 2018 +0200 summary: [clfr] Simplified some methods details: https://code.openbravo.com/erp/devel/main/rev/5d56e92108b5 changeset: 34620:5d56e92108b5 user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Mon May 28 13:40:37 2018 +0200 summary: [clfr] Avoid passing currentInvoice to hooks, Set CreateLinesFromProcessImplementationInterface.CREATE_LINES_FROM_PROCESS_HOOK_QUALIFIER as public to be able to be easily used by external modules details: https://code.openbravo.com/erp/devel/main/rev/a0338cfc694c changeset: 34621:a0338cfc694c user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Mon May 28 15:46:20 2018 +0200 summary: [clfr] Renamed CreateLinesFromProcess to CreateInvoiceLinesFromProcess details: https://code.openbravo.com/erp/devel/main/rev/1dd09d3fc74c changeset: 34622:1dd09d3fc74c user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Mon May 28 15:50:26 2018 +0200 summary: [clfr] Renamed CreateInvoiceLinesFrom to CreateInvoiceLinesFromHandler details: https://code.openbravo.com/erp/devel/main/rev/bb76280b372f changeset: 34623:bb76280b372f user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Mon May 28 17:09:46 2018 +0200 summary: [clfr] Use isAssignableFrom() to validate class. Renamed variable details: https://code.openbravo.com/erp/devel/main/rev/33a2126c9c4e changeset: 34624:33a2126c9c4e user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Mon May 28 17:12:44 2018 +0200 summary: [clfr] Removed debug performance. It is better to use a profiler instead of contaminating the code details: https://code.openbravo.com/erp/devel/main/rev/6afc226212e5 changeset: 34625:6afc226212e5 user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Mon May 28 17:15:51 2018 +0200 summary: [clfr] Avoid useless error logging, Reordered method to improve code clarity details: https://code.openbravo.com/erp/devel/main/rev/78fd0d77903e changeset: 34626:78fd0d77903e user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Mon May 28 17:49:42 2018 +0200 summary: [clfr] Avoid storing Hibernate object as class variable This might create problems if clearing session. Reordered methods in the way they are used. Declared private class for ordering as static details: https://code.openbravo.com/erp/devel/main/rev/d8b1e5371131 changeset: 34627:d8b1e5371131 user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Mon May 28 17:59:53 2018 +0200 summary: [clfr] Initialize lastLineNo in main method, Reorder and deleted some simple methods to make the code easier to understand details: https://code.openbravo.com/erp/devel/main/rev/edbfde9fb3c6 changeset: 34628:edbfde9fb3c6 user: Mark <markmm82 <at> gmail.com> date: Sat May 26 17:41:40 2018 -0400 summary: [clfr] Fixed Movement Date reference and hide unneded fields details: https://code.openbravo.com/erp/devel/main/rev/0de9219f46b0 changeset: 34629:0de9219f46b0 user: Mark <markmm82 <at> gmail.com> date: Mon May 28 14:39:04 2018 -0400 summary: [clfr] Avoid adding new lines to the JSONArray while it is iterating on its ele- ments. Added a comment explaining the reason of why a flush is invoked at this point of the code. details: https://code.openbravo.com/erp/devel/main/rev/2ba206dad2be changeset: 34630:2ba206dad2be user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Tue May 29 12:12:08 2018 +0200 summary: [clfr] Logic is run inside admin mode, Removed selectedLines variable class to improve code cleanliness Renamed method names and added more to clarify purpose Moved getRelatedShipmentLines() to CreateLinesFromUtil details: https://code.openbravo.com/erp/devel/main/rev/f6180fc483f7 changeset: 34631:f6180fc483f7 user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Tue May 29 12:16:07 2018 +0200 summary: [clfr] Fixed javadoc details: https://code.openbravo.com/erp/devel/main/rev/9e464ed0edda changeset: 34632:9e464ed0edda user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Tue May 29 13:25:30 2018 +0200 summary: [clfr] Replaced Hook Interface by Abstract Class to avoid code duplication Centralized the init logic in the new CreateLinesFromProcessHook class, so we avoid code duplication in the hooks. Do not store Hibernate objects as class variables to avoid issues if clearing session. Added useful public methods in CreateLinesFromProcessHook class to be used by the hooks. Adapted hooks to make use of this new methods. Note that right now we save the invoice line before calling the hooks to have a invoice line id. details: https://code.openbravo.com/erp/devel/main/rev/8343dc042930 changeset: 34633:8343dc042930 user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Tue May 29 13:26:24 2018 +0200 summary: [clfr] Remove useless parameters details: https://code.openbravo.com/erp/devel/main/rev/038a057faefa changeset: 34634:038a057faefa user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Tue May 29 14:19:06 2018 +0200 summary: [clfr] Removed useless comments and change method names details: https://code.openbravo.com/erp/devel/main/rev/5fbdafb46ee8 changeset: 34635:5fbdafb46ee8 user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Tue May 29 14:40:13 2018 +0200 summary: [clfr] isOrderLineOrHasRelatedOrderLine() transformed to hasRelatedOrderLine() details: https://code.openbravo.com/erp/devel/main/rev/d464994c0706 changeset: 34636:d464994c0706 user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Tue May 29 14:56:04 2018 +0200 summary: [clfr] Simplified getOrderPrepaymentAmt() method details: https://code.openbravo.com/erp/devel/main/rev/258caa35706e changeset: 34637:258caa35706e user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Tue May 29 15:01:20 2018 +0200 summary: [clfr] Use Hibernate objects is mandatory to avoid db errors when calling db functions details: https://code.openbravo.com/erp/devel/main/rev/04a39040f8df changeset: 34638:04a39040f8df user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Tue May 29 16:38:10 2018 +0200 summary: [clfr] Added FIXME with known issue details: https://code.openbravo.com/erp/devel/main/rev/362f71353a35 changeset: 34639:362f71353a35 user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Tue May 29 16:53:20 2018 +0200 summary: [clfr] Fixed compilation error details: https://code.openbravo.com/erp/devel/main/rev/a12c076ff71f changeset: 34640:a12c076ff71f user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Tue May 29 17:00:40 2018 +0200 summary: [clfr] Use limit to improve performance and refactor names details: https://code.openbravo.com/erp/devel/main/rev/811ccf8f05a1 changeset: 34641:811ccf8f05a1 user: Mark <markmm82 <at> gmail.com> date: Tue May 29 12:43:46 2018 -0400 summary: [clfr] Added support to the transformers classes to be extended. Also added new @selectClause@ to the C_OrderLine_PE_HQL and M_InOut_PE_HQL tables to be extended the select clause and bring the possibility that add more fields to the select clause by the creation of new transformers in an easy way details: https://code.openbravo.com/erp/devel/main/rev/1b49bce03e53 changeset: 34642:1b49bce03e53 user: Mark <markmm82 <at> gmail.com> date: Tue May 29 13:58:41 2018 -0400 summary: [clfr] Copy Attribute set value form the line instead of cloning it details: https://code.openbravo.com/erp/devel/main/rev/12556e71244c changeset: 34643:12556e71244c user: Mark <markmm82 <at> gmail.com> date: Tue May 29 14:01:44 2018 -0400 summary: [clfr] Copy to the invoice line organization the same is in the copied line details: https://code.openbravo.com/erp/devel/main/rev/365b254f52f6 changeset: 34644:365b254f52f6 user: Mark <markmm82 <at> gmail.com> date: Tue May 29 14:05:22 2018 -0400 summary: [clfr] Set the invoice line dimensions from the copied line dimensions if exists or take it from the header in other case details: https://code.openbravo.com/erp/devel/main/rev/6ed898f27a37 changeset: 34645:6ed898f27a37 user: Mark <markmm82 <at> gmail.com> date: Tue May 29 15:39:02 2018 -0400 summary: [clfr] Created invoice line account dimensions at the end of the line processing details: https://code.openbravo.com/erp/devel/main/rev/3b3b9fd7e7c4 changeset: 34646:3b3b9fd7e7c4 user: Mark <markmm82 <at> gmail.com> date: Tue May 29 16:00:29 2018 -0400 summary: [clfr] Hidde the attribute field from the P&E details: https://code.openbravo.com/erp/devel/main/rev/dccb9eb39174 changeset: 34647:dccb9eb39174 user: Mark <markmm82 <at> gmail.com> date: Tue May 29 19:40:10 2018 -0400 summary: [clfr] Fixed query to get the shipment/receipt lines related to an order line CreateLinesFromUtil.getRelatedShipmentLines method was improved to correctly filter the shipment in out lines related to an order line. Were added more restrictions according the order line belongs to a sales or a purchase order, and a new relation with the procurementPOInvoiceMatchList of the in out line was added in case of Purchase flows. This method is now returning only the required information to later be added to its JSON representation. This includes get the ordered quantity correctly calculated. It returns a list of ShipmentInOutLineData objects, created to store specifically this required information to store later in the JSON and be used by the process, and nothing more. details: https://code.openbravo.com/erp/devel/main/rev/ae0533ab7926 changeset: 34648:ae0533ab7926 user: Mark <markmm82 <at> gmail.com> date: Tue May 29 22:08:54 2018 -0400 summary: [clfr] Fixed the grossUnitPrice and grossListPrice assignment details: https://code.openbravo.com/erp/devel/main/rev/83f27720c3f4 changeset: 34649:83f27720c3f4 user: Mark <markmm82 <at> gmail.com> date: Tue May 29 23:10:22 2018 -0400 summary: [clfr] Fixed join with M_MatchInv instead of M_MatchPO when creating from PO lines with related receipts details: https://code.openbravo.com/erp/devel/main/rev/e79e949b10ea changeset: 34650:e79e949b10ea user: Mark <markmm82 <at> gmail.com> date: Wed May 30 09:21:44 2018 -0400 summary: [clfr] Fixed javadoc of CreateLinesFromProcessHook details: https://code.openbravo.com/erp/devel/main/rev/752e9f1dbb05 changeset: 34651:752e9f1dbb05 user: Mark <markmm82 <at> gmail.com> date: Wed May 30 11:34:33 2018 -0400 summary: [clfr] Added information message to the P&Es in the onload event. details: https://code.openbravo.com/erp/devel/main/rev/065c5ba33f72 changeset: 34652:065c5ba33f72 user: Mark <markmm82 <at> gmail.com> date: Wed May 30 13:33:39 2018 -0400 summary: [clfr] Copied all the gross prices from the order line details: https://code.openbravo.com/erp/devel/main/rev/c36f95f1cac9 changeset: 34653:c36f95f1cac9 user: Mark <markmm82 <at> gmail.com> date: Wed May 30 14:32:58 2018 -0400 summary: [clfr] Merge with pi 30-05-2018 details: https://code.openbravo.com/erp/devel/main/rev/91fd82ea31ab changeset: 34654:91fd82ea31ab user: Mark <markmm82 <at> gmail.com> date: Wed May 30 16:50:15 2018 -0400 summary: [clfr] Removed unnecessary fields from the group by clause of the transformers details: https://code.openbravo.com/erp/devel/main/rev/b74617c8746c changeset: 34655:b74617c8746c user: Mark <markmm82 <at> gmail.com> date: Wed May 30 16:59:21 2018 -0400 summary: [clfr] Improved performance in OrderLinePEHQLTransformer. Removing subquery with logic already included in the main query. details: https://code.openbravo.com/erp/devel/main/rev/1ee335c7c889 changeset: 34656:1ee335c7c889 user: Mark <markmm82 <at> gmail.com> date: Thu May 31 11:15:11 2018 -0400 summary: [clfr] Merge with pi 31-05-2018 details: https://code.openbravo.com/erp/devel/main/rev/b8e7da5507c5 changeset: 34657:b8e7da5507c5 user: Armaignac <collazoandy4 <at> gmail.com> date: Wed May 30 17:46:08 2018 -0400 summary: [clfr] A Bom product was added to QA Sample Data for testing create lines from with a product defined as BOM details: https://code.openbravo.com/erp/devel/main/rev/18a2fd9cfd33 changeset: 34658:18a2fd9cfd33 user: Mark <markmm82 <at> gmail.com> date: Sat Jun 02 11:50:42 2018 -0400 summary: [clfr] Avoid the use of the AD_Identifier function to improve performance. Added new additional fields to allow to user to filter by them if needed. details: https://code.openbravo.com/erp/devel/main/rev/0e74433352a0 changeset: 34659:0e74433352a0 user: Mark <markmm82 <at> gmail.com> date: Sun Jun 03 10:39:46 2018 -0400 summary: [clfr] Takes the invoice line description from the copied line description details: https://code.openbravo.com/erp/devel/main/rev/5d7d316682f4 changeset: 34660:5d7d316682f4 user: Mark <markmm82 <at> gmail.com> date: Mon Jun 04 16:51:04 2018 -0400 summary: [clfr] Added o.grandTotalAmount to the OrderLinePEHQLTransformer group by to avoid group by error in Oracle details: https://code.openbravo.com/erp/devel/main/rev/61c3442c5c81 changeset: 34661:61c3442c5c81 user: Mark <markmm82 <at> gmail.com> date: Mon Jun 04 21:50:06 2018 -0400 summary: [clfr] Fixed the prices calculation in the same way than is in the old process details: https://code.openbravo.com/erp/devel/main/rev/23232a2306fa changeset: 34662:23232a2306fa user: Mark <markmm82 <at> gmail.com> date: Tue Jun 05 09:44:34 2018 -0400 summary: [clfr] Displayed separately fields contained in records identifiers. The record identifier is showed also but will be removed as it makes poor the performance details: https://code.openbravo.com/erp/devel/main/rev/bcdd354319ac changeset: 34663:bcdd354319ac user: Mark <markmm82 <at> gmail.com> date: Tue Jun 05 17:02:01 2018 -0400 summary: [clfr] Removed unneded call to TO_DATE function details: https://code.openbravo.com/erp/devel/main/rev/acdac8867b7b changeset: 34664:acdac8867b7b user: Mark <markmm82 <at> gmail.com> date: Tue Jun 05 17:54:25 2018 -0400 summary: [clfr] Change additional filters to filter by InvoiceCandidateV view instead of order line when is copying from a sales order line details: https://code.openbravo.com/erp/devel/main/rev/b963f3e7c14c changeset: 34665:b963f3e7c14c user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Mon Jun 04 16:55:10 2018 +0200 summary: [clfr] Reordered and renamed some methods and params details: https://code.openbravo.com/erp/devel/main/rev/49b6ca7f8a08 changeset: 34666:49b6ca7f8a08 user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Wed Jun 06 13:04:52 2018 +0200 summary: [clfr] Extracted Acct Dimension logic to a separate class details: https://code.openbravo.com/erp/devel/main/rev/ef5eff892946 changeset: 34667:ef5eff892946 user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Wed Jun 06 13:20:45 2018 +0200 summary: [clfr] Reduced class and methods visibility details: https://code.openbravo.com/erp/devel/main/rev/1be33f45cb0f changeset: 34668:1be33f45cb0f user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Wed Jun 06 13:39:24 2018 +0200 summary: [clfr] Fixed issue: original query was using IsInvoiced at line level However I have kept the filter on sh.completelyInvoiced because it can represent a performance improvement details: https://code.openbravo.com/erp/devel/main/rev/b6f10a160521 changeset: 34669:b6f10a160521 user: Mark <markmm82 <at> gmail.com> date: Wed Jun 06 09:41:48 2018 -0400 summary: [clfr] Fixed bug when the order line has shipment related but they are invoiced already. If the order line to be copied have related shipment lines then only will taken into account those that aren't already invoiced. details: https://code.openbravo.com/erp/devel/main/rev/ed9a4a0b87a9 changeset: 34670:ed9a4a0b87a9 user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Wed Jun 06 17:44:53 2018 +0200 summary: [clfr] Create isCopiedFromInOutLine() in CreateLinesFromProcessHook and renamed some methods. details: https://code.openbravo.com/erp/devel/main/rev/42e4e4e5214e changeset: 34671:42e4e4e5214e user: Mark <markmm82 <at> gmail.com> date: Wed Jun 06 11:46:13 2018 -0400 summary: [clfr] Renamed some class, methods and variables details: https://code.openbravo.com/erp/devel/main/rev/349911f8719e changeset: 34672:349911f8719e user: Armaignac <collazoandy4 <at> gmail.com> date: Mon Jun 04 13:57:20 2018 -0400 summary: [clfr] Dimensions was added to QA Sample Data The Costcenter, Project, UserDimension1 and UserDimension2 dimensions was added to the QA Sample Data details: https://code.openbravo.com/erp/devel/main/rev/96666f4e3776 changeset: 34673:96666f4e3776 user: Armaignac <collazoandy4 <at> gmail.com> date: Mon Jun 04 18:03:09 2018 -0400 summary: [clf] jUnit Automated Tests for Create Lines process details: https://code.openbravo.com/erp/devel/main/rev/da23e0d6d7da changeset: 34674:da23e0d6d7da user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Wed Jun 06 17:54:35 2018 +0200 summary: [clfr] Removed CreateLinesFromProcessHook.isCopiedFromInOutLine() This method actually can create a confusion. Right now the process is boolean: it can be either copied from an order or inout line. details: https://code.openbravo.com/erp/devel/main/rev/73fd3bf3a39b changeset: 34675:73fd3bf3a39b user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Wed Jun 06 18:06:31 2018 +0200 summary: [clfr] Simplify methods The acct dimension property names are exactly the same for orders and inouts, so there is no need to differenciate them. details: https://code.openbravo.com/erp/devel/main/rev/4ee71f72c372 changeset: 34676:4ee71f72c372 user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Wed Jun 06 18:09:42 2018 +0200 summary: [clfr] Moved method to the right position inside the class details: https://code.openbravo.com/erp/devel/main/rev/553bf31e47d9 changeset: 34677:553bf31e47d9 user: Mark <markmm82 <at> gmail.com> date: Wed Jun 06 13:38:57 2018 -0400 summary: [clfr] Some improvements in HQL queries 1. Replaced the C_DIVIDE original by a normal division to avoid use of functions. 2. Avoid the use of M_AttributeSetInstance. 3. Avoid the join with c_bpartner table and grouped by o/sh.businessPartner.id 4. Avoid the join with C_DocType table and group by o/sh.documentType.id 5. Avoid the join with AD_ORG table and group by o/sh.organization.id details: https://code.openbravo.com/erp/devel/main/rev/84a499c58932 changeset: 34678:84a499c58932 user: Mark <markmm82 <at> gmail.com> date: Wed Jun 06 14:18:56 2018 -0400 summary: [clfr] Removed the information message in the Create Lines From InOut P&Es This information message showed in the InOUt P&E is not needed because the information is shown in the lines is the same that will be copied to the invoice line when it is created. It is not the case of Create Lines From Order due the possibility of the order lines to be related to shipment/receipts lines. details: https://code.openbravo.com/erp/devel/main/rev/66798adb6399 changeset: 34679:66798adb6399 user: Mark <markmm82 <at> gmail.com> date: Wed Jun 06 15:26:45 2018 -0400 summary: [clfr] Avoid exceptions when filtering by ordered/movement quantity field As the Ordered/Movement quantity fields are usually calculated by the substraction of the matched/invoiced/shipped quantities to the ordered/movement quantity it is needed to retrieve it by the sum of related lines. When the P&E is filtered by the Ordered/Movement Quantity, the platform takes the column definition (orderedQuantity - SUM(...)) and adds it to the WHERE CLAUSE of the generated query, adding the entered filters in the UI to correctly filtering all records by the column. The way to avoid the exception is to replace the aggregation function (sum) by a subquery recalculating the same value representing the matched/invoiced/shipped totals. details: https://code.openbravo.com/erp/devel/main/rev/cac0fbd6209b changeset: 34680:cac0fbd6209b user: Mark <markmm82 <at> gmail.com> date: Fri Jun 08 09:09:14 2018 -0400 summary: [clfr] Fixed the prepayment amount updation Invoice prepayment is not updated anymore if an existing invoice line linked to the order (from the order line or from the InOut header) already exists details: https://code.openbravo.com/erp/devel/main/rev/d2effd50e2ce changeset: 34681:d2effd50e2ce user: Mark <markmm82 <at> gmail.com> date: Fri Jun 08 09:16:23 2018 -0400 summary: [clfr] Filter by the business partner InvoiceCandidateV view when copying lines from Sales Order lines to improve the performance and increase the candidates lines filtering details: https://code.openbravo.com/erp/devel/main/rev/92209e34c617 changeset: 34682:92209e34c617 user: Mark <markmm82 <at> gmail.com> date: Sun Jun 10 12:44:28 2018 -0400 summary: [clfr] Improved the way the AUM is retrieved in the PEs. If AUM preference is enabled then the AUM used in the line is retrieved else the default AUM. If the AUM preference isn't enabled then it is not needed to get this information because it will be not used in the processing logic and it is returned an empty string instead of execute the logic when AUM is enabled. Also it avoids DIVISION BY ZERO if qtyOrdered or movementQuantity is ZERO at division time when orderQuantity is calculated. details: https://code.openbravo.com/erp/devel/main/rev/c40cd075280c changeset: 34683:c40cd075280c user: Mark <markmm82 <at> gmail.com> date: Mon Jun 11 09:20:55 2018 -0400 summary: [clfr] Merge with pi 2018-06-11 details: https://code.openbravo.com/erp/devel/main/rev/e49b4be511fa changeset: 34684:e49b4be511fa user: Mark <markmm82 <at> gmail.com> date: Mon Jun 11 10:59:11 2018 -0400 summary: [clfr] Use the same logic as is in the C_DIVIDE function to avoid DIVISION BY 0 and to return null in case the ordered/movement quantity is 0 details: https://code.openbravo.com/erp/devel/main/rev/3b7a57e6966d changeset: 34685:3b7a57e6966d user: Mark <markmm82 <at> gmail.com> date: Mon Jun 11 11:03:00 2018 -0400 summary: [clfr] Removed call to the TO_NUMBER function as it is not needed anymore when orderQuantity is calculated details: https://code.openbravo.com/erp/devel/main/rev/0f66a96ffdd6 changeset: 34686:0f66a96ffdd6 user: Mark <markmm82 <at> gmail.com> date: Mon Jun 11 16:08:03 2018 -0400 summary: [clfr] Added filters on ordered/movement date fields to limit query Were added filters on ordered/movement date fields to limit query to initially show only those records created in the last current year and improve the performance in environments with high volumes of information. User can remove this filter at any time from the UI to get all the records or to define other customized filters. details: https://code.openbravo.com/erp/devel/main/rev/c02ae20e8e27 changeset: 34687:c02ae20e8e27 user: Mark <markmm82 <at> gmail.com> date: Mon Jun 11 17:03:36 2018 -0400 summary: [clfr] Fixed the orderQuantity field calculation in Create Lines From PO Retrieved the order quantity in the same way that in the old process, getting the already invoiced/matched quantities from subqueries instead of directly from the table because of problems when filtering by this field. details: https://code.openbravo.com/erp/devel/main/rev/4972a4c7fe44 changeset: 34688:4972a4c7fe44 user: Mark <markmm82 <at> gmail.com> date: Tue Jun 12 12:10:37 2018 -0400 summary: [clfr] Backed out changeset: c02ae20e8e27 It is failing in Oracle due to use of aggregate function details: https://code.openbravo.com/erp/devel/main/rev/f095a72995f8 changeset: 34689:f095a72995f8 user: Mark <markmm82 <at> gmail.com> date: Tue Jun 12 14:17:11 2018 -0400 summary: [clfr] Created indexees to improve the performance in Create Lines From PO flows details: https://code.openbravo.com/erp/devel/main/rev/104d37b4e871 changeset: 34690:104d37b4e871 user: Mark <markmm82 <at> gmail.com> date: Tue Jun 12 18:49:58 2018 -0400 summary: [clfr] Return an empty value as operativeQuantity if AUM is not enabled details: https://code.openbravo.com/erp/devel/main/rev/af8bd07557e8 changeset: 34691:af8bd07557e8 user: Mark <markmm82 <at> gmail.com> date: Wed Jun 13 12:37:30 2018 -0400 summary: [clfr] Created a new preference to define the count of days ago that records will start to be filtered. The preference will store the count of days but if it isn't defined then process will use 365 as default to filter by those records processed in current year. details: https://code.openbravo.com/erp/devel/main/rev/dab593a85e2a changeset: 34692:dab593a85e2a user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Fri Jun 15 13:23:01 2018 +0200 summary: [clfr] Use StringBuilder instead of StringBuffer details: https://code.openbravo.com/erp/devel/main/rev/2220cb2ad038 changeset: 34693:2220cb2ad038 user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Fri Jun 15 13:27:09 2018 +0200 summary: [clfr] Simplied code: property names are exactly the same details: https://code.openbravo.com/erp/devel/main/rev/6a9820fa246e changeset: 34694:6a9820fa246e user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Fri Jun 15 13:44:35 2018 +0200 summary: [clfr] Simplied code: property names are exactly the same. Reduced the number of variables to improve code readability details: https://code.openbravo.com/erp/devel/main/rev/554fad439de6 changeset: 34695:554fad439de6 user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Fri Jun 15 14:25:40 2018 +0200 summary: [clfr] Removed static declaration to class Added private to inner class variables Moved method to right place to improve code readability Simplified code. Return empty string instead of null details: https://code.openbravo.com/erp/devel/main/rev/2cdbc92af1ff changeset: 34696:2cdbc92af1ff user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Fri Jun 15 14:54:33 2018 +0200 summary: [clfr] Extracted logic to new private method Reordered methods to right position for code readability Avoid returning TaxRate in updateTaxRate() details: https://code.openbravo.com/erp/devel/main/rev/77497444b002 changeset: 34697:77497444b002 user: Mark <markmm82 <at> gmail.com> date: Thu Jun 14 18:43:10 2018 -0400 summary: [clfr] Added index on M_InOut table to improve performance in queries details: https://code.openbravo.com/erp/devel/main/rev/ada2f85c2aac changeset: 34698:ada2f85c2aac user: Mark <markmm82 <at> gmail.com> date: Thu Jun 14 20:20:57 2018 -0400 summary: [clfr] Avoid join with M_PriceList table to improve performance in CLF PO Avoid the join with M_PriceList table because it is only made to get if it includes taxes or not. As it can be retrieved from the order header, it is better to get from it instead of do a join with the M_PriceList Table. Also fixed the copyright in OrderLinePEHQLTransformer.java details: https://code.openbravo.com/erp/devel/main/rev/6044a6d18cbd changeset: 34699:6044a6d18cbd user: Mark <markmm82 <at> gmail.com> date: Fri Jun 15 08:23:23 2018 -0400 summary: [clfr] Improved performance in Create Invoice Lines From InOut queries Avoid joins with tables just the get the ID, and in case of is needed to get another field is used a subquery in the select clause instead of join with related table. Also fixed copyright details: https://code.openbravo.com/erp/devel/main/rev/73dee04a77db changeset: 34700:73dee04a77db user: Mark <markmm82 <at> gmail.com> date: Tue Jun 19 15:03:24 2018 -0400 summary: [clfr] Improved the performance in Create Lines From Order Avoid joins with tables just the get the ID, and in case it is needed to get another field is used a subquery in the select clause instead of join with related table. details: https://code.openbravo.com/erp/devel/main/rev/ad556da9ab52 changeset: 34701:ad556da9ab52 user: Mark <markmm82 <at> gmail.com> date: Tue Jun 19 16:45:23 2018 -0400 summary: [clfr] Disable sorting for UOM, Product, Warehouse and Storage Bin fields. To improve the performance, these fields are retrieved by a subquery instead of doing JOIN with the tables. As this left clause is used by platform to build the query is used when filtering, it fails when this subquery is used as ORDERING condition of the generated query ordering by the selected column. To keep the improvements introduced by the subquery, user will be able to filter by the column but not to order by them. details: https://code.openbravo.com/erp/devel/main/rev/ca0a19675a1d changeset: 34702:ca0a19675a1d user: Mark <markmm82 <at> gmail.com> date: Tue Jun 19 20:40:15 2018 -0400 summary: [clfr] Added some needed columns to group by to avoid errors in Oracle details: https://code.openbravo.com/erp/devel/main/rev/ef11c09ae489 changeset: 34703:ef11c09ae489 user: Mark <markmm82 <at> gmail.com> date: Wed Jun 20 09:54:43 2018 -0400 summary: [clfr] Get quantities directly from the JSON instead of the order/inout line As the selected lines are pre-processed before creating the new invoice lines, the JSON containing the lines to be copied already has all the quantities calculated. If it is an order line without any shipment related or it is an inout line then the quantities are the same that are shown in the PE. In case the order line has inout related, then the process add as many inout lines as the order line have related, and these new JSON entries are going with the quantities calculated. In both cases it is not needed to take thhis information from the objects, just from the JSON line directly. Removed unneded methods from CreateLinesFromUtil, and move to package the used ones. details: https://code.openbravo.com/erp/devel/main/rev/e85280e8d766 changeset: 34704:e85280e8d766 user: Mark <markmm82 <at> gmail.com> date: Wed Jun 20 10:11:54 2018 -0400 summary: [clfr] Recalculate AUM fields if any of the orderUOM or operativeUOM is empty details: https://code.openbravo.com/erp/devel/main/rev/26c68dbbe350 changeset: 34705:26c68dbbe350 user: Mark <markmm82 <at> gmail.com> date: Wed Jun 20 12:59:12 2018 -0400 summary: [clfr] Merge with pi - 2018-06-20 details: https://code.openbravo.com/erp/devel/main/rev/50be0e0deed2 changeset: 34706:50be0e0deed2 user: Mark <markmm82 <at> gmail.com> date: Thu Jun 21 12:26:47 2018 -0400 summary: [clfr] Code review in Transformers to simplify code getting Operative Quantity As the Operative Quantity is calculated based on Base Quantity, is reused the HQL code used to calculate the Base Quantity (Ordered or Movement). This way the code is more simple and legible. details: https://code.openbravo.com/erp/devel/main/rev/35fe8d6090a7 changeset: 34707:35fe8d6090a7 user: Mark <markmm82 <at> gmail.com> date: Thu Jun 21 12:29:05 2018 -0400 summary: [clfr] Set AUM field not orderable details: https://code.openbravo.com/erp/devel/main/rev/73d0adbf7ba6 changeset: 34708:73d0adbf7ba6 user: Mark <markmm82 <at> gmail.com> date: Fri Jun 22 15:34:42 2018 -0400 summary: [clfr] Improved the Create Lines From Purchase Orders process It is made a LEFT OUTER JOIN with the invoice lines of the invoice that is processed related to the current order line. Was removed the NOT EXISTS subquery used to exclude all the order lines related to the processing invoice from the where clause. In the GROUP BY clause is subtracted the invoiced quantity, this way it is not showed those lines wich the subtraction is different than 0 details: https://code.openbravo.com/erp/devel/main/rev/766b2dc22ec2 changeset: 34709:766b2dc22ec2 user: Mark <markmm82 <at> gmail.com> date: Sun Jun 24 16:55:50 2018 -0400 summary: [clfr] Fixed HAVING clause of CLF PO validating condition in NOT EXISTS subquery previously removed in HQL refactoring details: https://code.openbravo.com/erp/devel/main/rev/707a44d440c6 changeset: 34710:707a44d440c6 user: Mark <markmm82 <at> gmail.com> date: Mon Jun 25 12:04:02 2018 -0400 summary: [clfr] Some changes to calculate quantities To improve performance and make more legible the resulting query in CLFR PO, was replaced the subquery used to get the already invoiced quantity in the processing invoice by a direct SUM() clause. This change causes that the generated SQL query appends to the query an aggregation function (SUM) to the main query when the PE is filtered by Ordered Qty or AUM Qty. Because of it, these columns as marked as NOT FILTERABLE. Also was changed the methods in transformers to always return the operative quantity from the formula calculating the ordered quantity. details: https://code.openbravo.com/erp/devel/main/rev/0e83f9a29a70 changeset: 34711:0e83f9a29a70 user: Mark <markmm82 <at> gmail.com> date: Mon Jun 25 13:17:30 2018 -0400 summary: [clfr] Merge with pi 2018-06-25 details: https://code.openbravo.com/erp/devel/main/rev/67ca757343e8 changeset: 34712:67ca757343e8 user: Armaignac <collazoandy4 <at> gmail.com> date: Mon Jun 25 15:33:39 2018 -0400 summary: [clfr] Increase Customer A BP Credit Limit to 1000000 details: https://code.openbravo.com/erp/devel/main/rev/b260e2b1216c changeset: 34713:b260e2b1216c user: Mark <markmm82 <at> gmail.com> date: Tue Jun 26 19:59:04 2018 -0400 summary: [clfr] Backed out changes related to set the NOT EXISTS subquery again due to some errors in negative orders details: https://code.openbravo.com/erp/devel/main/rev/b0eca0425666 changeset: 34714:b0eca0425666 user: Mark <markmm82 <at> gmail.com> date: Tue Jun 26 20:42:08 2018 -0400 summary: [clfr] Fixed improvements in CLF PO taking into account that it is possible that not exists related invoice lines to the candidates order lines in the processing invoice. details: https://code.openbravo.com/erp/devel/main/rev/ee7ed68dba94 changeset: 34715:ee7ed68dba94 user: Mark <markmm82 <at> gmail.com> date: Wed Jun 27 11:48:56 2018 -0400 summary: [clfr] Take the BP Location from the Invoice Header instead of get it from InOut Improved the way that BP location is retrieved taking it directly from the invoice header and not taking into account the BP of the Shipment/Receipt because it must be the same than the invoice header. Removed unneded method after this refactor. details: https://code.openbravo.com/erp/devel/main/rev/582e23a00bbb changeset: 34716:582e23a00bbb user: Mark <markmm82 <at> gmail.com> date: Thu Jun 28 10:02:04 2018 -0400 summary: [clfr] Fixed LEFT JOIN with Invoice Lines condition in CLF PO details: https://code.openbravo.com/erp/devel/main/rev/b5ff2eb2bd40 changeset: 34717:b5ff2eb2bd40 user: Mark <markmm82 <at> gmail.com> date: Thu Jun 28 12:40:05 2018 -0400 summary: [clfr] Filter by date range from the InvoiceCandidateView instead of the Order to improve performance details: https://code.openbravo.com/erp/devel/main/rev/2372e7c9fcaa changeset: 34718:2372e7c9fcaa user: Mark <markmm82 <at> gmail.com> date: Thu Jun 28 15:47:30 2018 -0400 summary: [clfr] Improved performance in CLF SO process. Avoid the join with C_ORDER table, and now is doing the filtering by the order fields directly from the view instead of the C_ORDER table. Was needed to add all the order fields to the C_INVOICE_CANDIDATE_V view, and also those fields used in the select clause to show the order information in the PE. Was adapted the OrderLinePEHQLTransformer to get the information from the view (ic) when the process is executed in the Sales Invoice, and to get the information from the order when it is executed from the Purchase Window. details: https://code.openbravo.com/erp/devel/main/rev/9bd4e53ba946 changeset: 34719:9bd4e53ba946 user: Mark <markmm82 <at> gmail.com> date: Thu Jun 28 17:55:32 2018 -0400 summary: [clfr] Merge with pi 2018-06-28 details: https://code.openbravo.com/erp/devel/main/rev/db0beccb4614 changeset: 34720:db0beccb4614 user: Mark <markmm82 <at> gmail.com> date: Fri Jun 29 10:21:37 2018 -0400 summary: [clfr] Changed the grandTotal field reference to Amount and define a length details: https://code.openbravo.com/erp/devel/main/rev/cf892dcdd80a changeset: 34721:cf892dcdd80a user: Mark <markmm82 <at> gmail.com> date: Sat Jun 30 19:18:24 2018 -0400 summary: [clfr] Removed the order/inout identifier column from Create Lines From PEs Columns used to build the identifiers have been included as independent columns in the Create Lines From PEs, because of it it is not needed the identifier columns as it will be a redundant information. This change includes remove the column from the select clause of each HQL Table, and also from the AD. salesOrder and shipmentReceipt fields are removed too, and was clean the InOutLinePEHQLTransformer to remove the code replacing the business partner name from the InOut identifiers building. details: https://code.openbravo.com/erp/devel/main/rev/cc9682ea6b9a changeset: 34722:cc9682ea6b9a user: Mark <markmm82 <at> gmail.com> date: Mon Jul 02 10:45:36 2018 -0400 summary: [clfr] Improved CLF PO query filtering by org and client from order header Improved CLF PO query filtering by organization and client from order header instead of get them from the lines Removed unused getSalesOrderIdentifier() method. details: https://code.openbravo.com/erp/devel/main/rev/ead125fc4de6 changeset: 34723:ead125fc4de6 user: Mark <markmm82 <at> gmail.com> date: Mon Jul 02 11:08:41 2018 -0400 summary: [clfr] Renamed changeAdditionalFiltersIfIsSalesTransaction method in CLF PO Renamed changeAdditionalFiltersIfIsSalesTransaction method to changeAdditionalFilters. Fixed comment details: https://code.openbravo.com/erp/devel/main/rev/755af55a1816 changeset: 34724:755af55a1816 user: Mark <markmm82 <at> gmail.com> date: Mon Jul 02 12:42:31 2018 -0400 summary: [clfr] Improved the CLF SHIP/RECPT Queries filtering by InOut org and client instead of take them from the lines. Also were replaced the subqueries to avoid repeat the same join with tables used in the main query when movementQuantity is calculated. Due that must be marked the column as NOT FILTERBLE to avoid exceptions when filtering by it details: https://code.openbravo.com/erp/devel/main/rev/11ae6778f4fc changeset: 34725:11ae6778f4fc user: Mark <markmm82 <at> gmail.com> date: Mon Jul 02 13:13:55 2018 -0400 summary: [clfr] Reordered methods in transformers in the same order they are used. details: https://code.openbravo.com/erp/devel/main/rev/2e7c4f964ab5 changeset: 34726:2e7c4f964ab5 user: Mark <markmm82 <at> gmail.com> date: Mon Jul 02 13:34:54 2018 -0400 summary: [clfr] Merge with pi 2018-07-02 details: https://code.openbravo.com/erp/devel/main/rev/a9f29fc0a58d changeset: 34727:a9f29fc0a58d user: Mark <markmm82 <at> gmail.com> date: Thu Jul 05 09:17:16 2018 -0400 summary: [clfr] Merge with pi 2018-07-05 details: https://code.openbravo.com/erp/devel/main/rev/7c9380ee107f changeset: 34728:7c9380ee107f user: Mark <markmm82 <at> gmail.com> date: Tue Jul 03 15:27:34 2018 -0400 summary: [clfr] Removed unneded resources used by the old Create Lines From process Removed the following files: CreateFrom_Invoice.html CreateFrom_Invoice.xml CreateFrom_Invoice.xsql Removed all methods except those used in other flows different than Create Invoice Lines: -selectFromShipmentSOTrxCombo -selectFromPOSOTrxCombo -selectFromShipmentCombo -selectFromPOCombo CreateFrom.java Removed "Invoice" type from pageType(String strTableId) method. Removed condition to print invoice page in callPrintPage() method else if (strTableId.equals("318")) { // C_Invoice printPageInvoice(...); } Removed printPageInvoice() method. Removed condition to save Invoice lines in saveMethod() method: else if (strTableId.equals("318")) return saveInvoice(vars, strKey, strTableId, strProcessId, strWindowId); Removed saveInvoice() method. Actions in AD Removed the field Create Lines From button in the following windows: Purchase Invoice window -> Header Tab. Sales Invoice window -> Header Tab. Partner Invoices window -> Business Partner Info tab Note: The button in Partner Invoices window -> Business Partner Info tab is actually NOT DISPLAYED. If this functionality will be included in this button will be needed to create the new buttons Create Lines From Order and Create Lines From Shipment/Receipt in this window. Removed Text Interfaces related to /org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice.html: Create from invoice Alternative UOM. Quantity in Alternative UOM. Synchronize terminology executed Note: The createfrom column of c_invoice tables wasn't removed because it represents a dangerous change that will cause an API change and can be used in other modules or flows when an invoice is inserted or updated. details: https://code.openbravo.com/erp/devel/main/rev/4e3efdec5c6c changeset: 34729:4e3efdec5c6c user: Mark <markmm82 <at> gmail.com> date: Mon Jul 16 09:51:06 2018 -0400 summary: [clfr] Merge with pi 2018-07-16 details: https://code.openbravo.com/erp/devel/main/rev/fdb91c82dd94 changeset: 34730:fdb91c82dd94 user: Mark <markmm82 <at> gmail.com> date: Tue Jul 24 15:41:07 2018 -0400 summary: [clfr] Merge with pi 2018-07-04 details: https://code.openbravo.com/erp/devel/main/rev/c71da0f4bbe2 changeset: 34731:c71da0f4bbe2 user: Mark <markmm82 <at> gmail.com> date: Wed Jul 25 11:23:30 2018 -0400 summary: [clfr] Fixed eclipse warnings because the use of new hibernate version hb5.3 Due to the migration to HB5.3, org.hibernate.Query class is deprecated and some of it methods. details: https://code.openbravo.com/erp/devel/main/rev/ab9df5327591 changeset: 34732:ab9df5327591 user: Mark <markmm82 <at> gmail.com> date: Tue Aug 14 11:48:14 2018 -0400 summary: [clfr] Merge with pi 2018-08-14 details: https://code.openbravo.com/erp/devel/main/rev/5ad509119a32 changeset: 34733:5ad509119a32 user: Mark <markmm82 <at> gmail.com> date: Fri Aug 17 10:51:31 2018 -0400 summary: [clfr] Merge with PI 2018-08-17 details: https://code.openbravo.com/erp/devel/main/rev/08f82edd1b4a changeset: 34734:08f82edd1b4a user: Mark <markmm82 <at> gmail.com> date: Fri Aug 17 14:07:39 2018 -0400 summary: [clfr] Related to Merge with PI 2018-08-17. Fixed wrong merged in AD_COLUMN.xml due to message included by the used merge tool details: https://code.openbravo.com/erp/devel/main/rev/d6aaf655af62 changeset: 34735:d6aaf655af62 user: Mark <markmm82 <at> gmail.com> date: Fri Aug 17 12:02:48 2018 -0400 summary: [clfr] Renamed C_ORDER_BPARTNER index to C_ORDER_BPARTNER_DATEORDERED details: https://code.openbravo.com/erp/devel/main/rev/c41ad45db849 changeset: 34736:c41ad45db849 user: Mark <markmm82 <at> gmail.com> date: Fri Aug 17 13:10:43 2018 -0400 summary: [clfr] Extract to variable value of (ShipmentInOutLine) getCopiedFromLine() cast to avoid repeat it on several lines details: https://code.openbravo.com/erp/devel/main/rev/f290582ab1c5 changeset: 34737:f290582ab1c5 user: Mark <markmm82 <at> gmail.com> date: Fri Aug 17 15:51:32 2018 -0400 summary: [clfr] Related to Merge with PI 2018-08-17. Fixed wrong merged in AD_COLUMN.xml due to message included by the used merge tool details: https://code.openbravo.com/erp/devel/main/rev/8bdb09c2981c changeset: 34738:8bdb09c2981c user: Mark <markmm82 <at> gmail.com> date: Mon Aug 20 08:58:54 2018 -0400 summary: [clfr] Merge with PI 2018-08-20 details: https://code.openbravo.com/erp/devel/main/rev/90640f0861f7 changeset: 34739:90640f0861f7 user: RM packaging bot <staff.rm <at> openbravo.com> date: Wed Aug 22 08:02:58 2018 +0000 summary: Merge back from main details: https://code.openbravo.com/erp/devel/main/rev/e67e370df884 changeset: 34740:e67e370df884 user: RM packaging bot <staff.rm <at> openbravo.com> date: Thu Aug 23 01:52:52 2018 +0000 summary: CI: update AD_MODULE to version 34739 diffstat: .hgsigs | 1 + .hgtags | 1 + modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE.xml | 2 +- modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml | 4 +- modules/org.openbravo.apachejdbcconnectionpool/src-db/database/sourcedata/AD_MODULE.xml | 2 +- modules/org.openbravo.apachejdbcconnectionpool/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml | 2 +- modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE.xml | 2 +- modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml | 2 +- modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE.xml | 2 +- modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml | 8 +- modules/org.openbravo.client.application/web/org.openbravo.client.application/js/procurement/ob-procurement.js | 4 + modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE.xml | 2 +- modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml | 2 +- modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE.xml | 2 +- modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml | 6 +- modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE.xml | 2 +- modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml | 4 +- modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE.xml | 2 +- modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml | 2 +- modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE.xml | 2 +- modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml | 2 +- modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE.xml | 2 +- modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml | 2 +- modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE.xml | 2 +- modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml | 2 +- modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE.xml | 2 +- modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml | 10 +- modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE.xml | 2 +- modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml | 4 +- modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE.xml | 2 +- modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml | 2 +- modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE.xml | 2 +- modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml | 2 +- modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE.xml | 2 +- modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml | 12 +- modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE.xml | 2 +- modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml | 2 +- modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE.xml | 2 +- modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml | 6 +- modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MODULE.xml | 2 +- modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml | 2 +- modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE.xml | 2 +- modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml | 6 +- modules/org.openbravo.v3.framework/src-db/database/sourcedata/AD_MODULE.xml | 2 +- modules/org.openbravo.v3.framework/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml | 24 +- modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE.xml | 2 +- modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml | 22 +- referencedata/sampledata/QA_Testing/C_BPARTNER.xml | 2 +- referencedata/sampledata/QA_Testing/C_COSTCENTER.xml | 17 + referencedata/sampledata/QA_Testing/C_PROJECT.xml | 43 + referencedata/sampledata/QA_Testing/C_PROJECT_ACCT.xml | 29 + referencedata/sampledata/QA_Testing/M_PRODUCT.xml | 52 + referencedata/sampledata/QA_Testing/M_PRODUCTPRICE.xml | 36 + referencedata/sampledata/QA_Testing/M_PRODUCT_ACCT.xml | 34 + referencedata/sampledata/QA_Testing/M_PRODUCT_BOM.xml | 48 + referencedata/sampledata/QA_Testing/USER1.xml | 17 + referencedata/sampledata/QA_Testing/USER2.xml | 17 + src-db/database/model/tables/C_INVOICE.xml | 10 + src-db/database/model/tables/C_ORDER.xml | 3 +- src-db/database/model/tables/M_INOUT.xml | 4 + src-db/database/model/views/C_INVOICE_CANDIDATE_V.xml | 2 +- src-db/database/sourcedata/AD_COLUMN.xml | 2310 +++++++++- src-db/database/sourcedata/AD_ELEMENT.xml | 140 + src-db/database/sourcedata/AD_FIELD.xml | 963 +++- src-db/database/sourcedata/AD_MESSAGE.xml | 2 +- src-db/database/sourcedata/AD_MODULE.xml | 4 +- src-db/database/sourcedata/AD_REFERENCE.xml | 41 + src-db/database/sourcedata/AD_REF_LIST.xml | 12 + src-db/database/sourcedata/AD_REF_TABLE.xml | 12 + src-db/database/sourcedata/AD_TAB.xml | 64 + src-db/database/sourcedata/AD_TABLE.xml | 114 + src-db/database/sourcedata/AD_TEXTINTERFACES.xml | 33 - src-db/database/sourcedata/AD_WINDOW.xml | 33 + src-db/database/sourcedata/OBUIAPP_PARAMETER.xml | 48 + src-db/database/sourcedata/OBUIAPP_PROCESS.xml | 41 + src-db/database/sourcedata/OBUIAPP_REF_WINDOW.xml | 18 + src-test/src/org/openbravo/test/AllAntTaskTests.java | 4 + src-test/src/org/openbravo/test/createlinesfrom/CreateLinesFromTest.java | 300 + src-test/src/org/openbravo/test/createlinesfrom/data/CLFTestDataConstants.java | 55 + src-test/src/org/openbravo/test/createlinesfrom/data/CLFTestDataPO_02.java | 239 + src-test/src/org/openbravo/test/createlinesfrom/data/CLFTestDataSO_01.java | 239 + src-test/src/org/openbravo/test/createlinesfrom/data/CreateLinesFromTestData.java | 321 + src-test/src/org/openbravo/test/createlinesfrom/data/InvoiceLineData.java | 72 + src-test/src/org/openbravo/test/createlinesfrom/data/OrderLineData.java | 73 + src-test/src/org/openbravo/test/createlinesfrom/data/ShipmentInOutLineData.java | 63 + src/org/openbravo/common/actionhandler/createlinesfromprocess/CreateInvoiceLinesFromHandler.java | 81 + src/org/openbravo/common/actionhandler/createlinesfromprocess/CreateInvoiceLinesFromInOutLines.java | 31 + src/org/openbravo/common/actionhandler/createlinesfromprocess/CreateInvoiceLinesFromOrderLines.java | 31 + src/org/openbravo/common/actionhandler/createlinesfromprocess/CreateInvoiceLinesFromProcess.java | 281 + src/org/openbravo/common/actionhandler/createlinesfromprocess/CreateLinesFromProcessHook.java | 128 + src/org/openbravo/common/actionhandler/createlinesfromprocess/CreateLinesFromUtil.java | 216 + src/org/openbravo/common/actionhandler/createlinesfromprocess/InOutLineData.java | 93 + src/org/openbravo/common/actionhandler/createlinesfromprocess/InsertAcctDimensions.java | 114 + src/org/openbravo/common/actionhandler/createlinesfromprocess/UpdateAccAndDefPlanFromProduct.java | 61 + src/org/openbravo/common/actionhandler/createlinesfromprocess/UpdateInvoiceLineInformation.java | 213 + src/org/openbravo/common/actionhandler/createlinesfromprocess/UpdatePricesAndAmounts.java | 359 + src/org/openbravo/common/actionhandler/createlinesfromprocess/UpdateProductAndAttributes.java | 46 + src/org/openbravo/common/actionhandler/createlinesfromprocess/UpdateQuantitiesAndUOMs.java | 91 + src/org/openbravo/common/actionhandler/createlinesfromprocess/UpdateTax.java | 154 + src/org/openbravo/common/datasource/InOutLinePEHQLTransformer.java | 229 + src/org/openbravo/common/datasource/OrderLinePEHQLTransformer.java | 284 + src/org/openbravo/erpCommon/ad_actionButton/CreateFrom.java | 424 - src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice.html | 554 -- src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice.xml | 80 - src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice_data.xsql | 829 --- src/org/openbravo/erpCommon/modules/ApplyModuleTask.java | 13 +- 106 files changed, 7901 insertions(+), 2104 deletions(-) diffs (truncated from 12117 to 300 lines): diff -r 446b08330250 -r e67e370df884 .hgsigs --- a/.hgsigs Tue Jul 31 10:05:27 2018 -0500 +++ b/.hgsigs Thu Aug 23 01:52:52 2018 +0000 @@ -232,4 +232,5 @@ dc2ef98dc38f7c32c888dcf1f1adb37c6afb4d14 0 iEYEABECAAYFAlrxbisACgkQCX/oGf+2qkMMCwCdFeF47f2MY7Pq3cdsyHon64EYekwAoPYllLnhYETGsUEqtiKSxvj9Mgxb 2121d856284cf0c4f26faef336bd2aa41ada151f 0 iEYEABECAAYFAlr8AykACgkQCX/oGf+2qkPKhQCfeQ+9S16IA3wZMgnoJjRRZRvG8SUAoIgKQPopjsjObnB6Qu1DyNgCByRt faeac12b1aad3dc7fb53f8ffda3ada9e3b7deaeb 0 iEYEABECAAYFAls/boQACgkQCX/oGf+2qkNdfACfaNh5oqLf0LzgGAYLmRWa97kbFj4AoL3KPdVDG0Mf6qKcxejAl7Kl12cd +69fa322764529bb77cd3ef3b7b5dd33f6667e560 0 iEYEABECAAYFAlt1MD4ACgkQCX/oGf+2qkPU4wCgnCdQrG3eWxbDWbitjSsm6XvbQ6IAni9v1H03pkrhgPmaS97Ft9MOHVhO bbb6e342b4af3c81bd1a49418a01e63fcb09e3c5 0 iEYEABECAAYFAltpYMEACgkQCX/oGf+2qkMblgCffRsYLqTbeixIj19Lm3dm6iMqkv0AoM3iSQaEFeV7ff9nYRd3vz227Ir6 diff -r 446b08330250 -r e67e370df884 .hgtags --- a/.hgtags Tue Jul 31 10:05:27 2018 -0500 +++ b/.hgtags Thu Aug 23 01:52:52 2018 +0000 @@ -243,4 +243,5 @@ 307b23f7635f3e92dd8fc8e7d55d09b7c914384c 3.0PR18Q2 63c5e173ffdca0828d75476e5a48e2fae42ad9e9 3.0PR18Q1.3 3f281a901fbbde5103faebca4df0c22b94ac5535 3.0PR18Q2.1 +72cf5779eb218bb25914b1aadade7fde01c67842 3.0PR18Q2.2 5cbef591aff09f80e8a73a92202d438b792ad40f 3.0PR18Q3 diff -r 446b08330250 -r e67e370df884 modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE.xml --- a/modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE.xml Tue Jul 31 10:05:27 2018 -0500 +++ b/modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE.xml Thu Aug 23 01:52:52 2018 +0000 @@ -6,7 +6,7 @@ <!--A918E3331C404B889D69AA9BFAFB23AC--> <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID> <!--A918E3331C404B889D69AA9BFAFB23AC--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--A918E3331C404B889D69AA9BFAFB23AC--> <NAME><![CDATA[Advanced Payables and Receivables Mngmt]]></NAME> -<!--A918E3331C404B889D69AA9BFAFB23AC--> <VERSION><![CDATA[3.0.34510]]></VERSION> +<!--A918E3331C404B889D69AA9BFAFB23AC--> <VERSION><![CDATA[3.0.34739]]></VERSION> <!--A918E3331C404B889D69AA9BFAFB23AC--> <DESCRIPTION><![CDATA[Managing your finances with an ERP does not have to be difficult. Enjoy a radically improved user experience that combines the power of an enterprise grade financial application with the simplicity and ease of a web 2.0 personal accounting service.]]></DESCRIPTION> <!--A918E3331C404B889D69AA9BFAFB23AC--> <HELP><![CDATA[Advanced Payables and Receivables Management simplifies and automates the business processes around the management of financial accounts, from the receipt and issue of payment, to the reconciliation of those events with bank statements. If you would like to help shape this module you are welcome to take part in the forum discussions or register feature requests or issues in the corresponding (Forum and Bug Tracking) sections in the Advanced Payables and Receivable project in the OB Forge.]]></HELP> diff -r 446b08330250 -r e67e370df884 modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml --- a/modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml Tue Jul 31 10:05:27 2018 -0500 +++ b/modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml Thu Aug 23 01:52:52 2018 +0000 @@ -7,7 +7,7 @@ <!--89326AE95DAD449D85DFAB2C5B1C6683--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--89326AE95DAD449D85DFAB2C5B1C6683--> <AD_MODULE_ID><![CDATA[A918E3331C404B889D69AA9BFAFB23AC]]></AD_MODULE_ID> <!--89326AE95DAD449D85DFAB2C5B1C6683--> <AD_DEPENDENT_MODULE_ID><![CDATA[5EB4F15C80684ACA904756BDC12ADBE5]]></AD_DEPENDENT_MODULE_ID> -<!--89326AE95DAD449D85DFAB2C5B1C6683--> <STARTVERSION><![CDATA[2.1.34510]]></STARTVERSION> +<!--89326AE95DAD449D85DFAB2C5B1C6683--> <STARTVERSION><![CDATA[2.1.34739]]></STARTVERSION> <!--89326AE95DAD449D85DFAB2C5B1C6683--> <ISINCLUDED><![CDATA[N]]></ISINCLUDED> <!--89326AE95DAD449D85DFAB2C5B1C6683--> <DEPENDANT_MODULE_NAME><![CDATA[User Interface Selector]]></DEPENDANT_MODULE_NAME> <!--89326AE95DAD449D85DFAB2C5B1C6683--> <DEPENDENCY_ENFORCEMENT><![CDATA[MAJOR]]></DEPENDENCY_ENFORCEMENT> @@ -21,7 +21,7 @@ <!--B97FC854C6DD41E692161585645A900F--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--B97FC854C6DD41E692161585645A900F--> <AD_MODULE_ID><![CDATA[A918E3331C404B889D69AA9BFAFB23AC]]></AD_MODULE_ID> <!--B97FC854C6DD41E692161585645A900F--> <AD_DEPENDENT_MODULE_ID><![CDATA[0]]></AD_DEPENDENT_MODULE_ID> -<!--B97FC854C6DD41E692161585645A900F--> <STARTVERSION><![CDATA[3.0.34510]]></STARTVERSION> +<!--B97FC854C6DD41E692161585645A900F--> <STARTVERSION><![CDATA[3.0.34739]]></STARTVERSION> <!--B97FC854C6DD41E692161585645A900F--> <ISINCLUDED><![CDATA[N]]></ISINCLUDED> <!--B97FC854C6DD41E692161585645A900F--> <DEPENDANT_MODULE_NAME><![CDATA[core]]></DEPENDANT_MODULE_NAME> <!--B97FC854C6DD41E692161585645A900F--> <DEPENDENCY_ENFORCEMENT><![CDATA[MAJOR]]></DEPENDENCY_ENFORCEMENT> diff -r 446b08330250 -r e67e370df884 modules/org.openbravo.apachejdbcconnectionpool/src-db/database/sourcedata/AD_MODULE.xml --- a/modules/org.openbravo.apachejdbcconnectionpool/src-db/database/sourcedata/AD_MODULE.xml Tue Jul 31 10:05:27 2018 -0500 +++ b/modules/org.openbravo.apachejdbcconnectionpool/src-db/database/sourcedata/AD_MODULE.xml Thu Aug 23 01:52:52 2018 +0000 @@ -6,7 +6,7 @@ <!--8A098711BB324335A19833286BDB093D--> <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID> <!--8A098711BB324335A19833286BDB093D--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--8A098711BB324335A19833286BDB093D--> <NAME><![CDATA[Apache External Connection Pool]]></NAME> -<!--8A098711BB324335A19833286BDB093D--> <VERSION><![CDATA[1.0.34510]]></VERSION> +<!--8A098711BB324335A19833286BDB093D--> <VERSION><![CDATA[1.0.34739]]></VERSION> <!--8A098711BB324335A19833286BDB093D--> <DESCRIPTION><![CDATA[Apache External Connection Pool]]></DESCRIPTION> <!--8A098711BB324335A19833286BDB093D--> <HELP><![CDATA[This module implements the Apache JDBC Connection Pool (http://wiki.openbravo.com/wiki/Modules:Apache_JDBC_Connection_Pool).]]></HELP> <!--8A098711BB324335A19833286BDB093D--> <TYPE><![CDATA[M]]></TYPE> diff -r 446b08330250 -r e67e370df884 modules/org.openbravo.apachejdbcconnectionpool/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml --- a/modules/org.openbravo.apachejdbcconnectionpool/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml Tue Jul 31 10:05:27 2018 -0500 +++ b/modules/org.openbravo.apachejdbcconnectionpool/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml Thu Aug 23 01:52:52 2018 +0000 @@ -7,7 +7,7 @@ <!--1467C397BC5F4999A5606F39CD6FF8A4--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--1467C397BC5F4999A5606F39CD6FF8A4--> <AD_MODULE_ID><![CDATA[8A098711BB324335A19833286BDB093D]]></AD_MODULE_ID> <!--1467C397BC5F4999A5606F39CD6FF8A4--> <AD_DEPENDENT_MODULE_ID><![CDATA[7E48CDD73B7E493A8BED4F7253E7C989]]></AD_DEPENDENT_MODULE_ID> -<!--1467C397BC5F4999A5606F39CD6FF8A4--> <STARTVERSION><![CDATA[2.1.34510]]></STARTVERSION> +<!--1467C397BC5F4999A5606F39CD6FF8A4--> <STARTVERSION><![CDATA[2.1.34739]]></STARTVERSION> <!--1467C397BC5F4999A5606F39CD6FF8A4--> <ISINCLUDED><![CDATA[N]]></ISINCLUDED> <!--1467C397BC5F4999A5606F39CD6FF8A4--> <DEPENDANT_MODULE_NAME><![CDATA[Openbravo 3.0 Framework]]></DEPENDANT_MODULE_NAME> <!--1467C397BC5F4999A5606F39CD6FF8A4--> <DEPENDENCY_ENFORCEMENT><![CDATA[MAJOR]]></DEPENDENCY_ENFORCEMENT> diff -r 446b08330250 -r e67e370df884 modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE.xml --- a/modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE.xml Tue Jul 31 10:05:27 2018 -0500 +++ b/modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE.xml Thu Aug 23 01:52:52 2018 +0000 @@ -6,7 +6,7 @@ <!--C70732EA90A14EC0916078B85CC33D2D--> <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID> <!--C70732EA90A14EC0916078B85CC33D2D--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--C70732EA90A14EC0916078B85CC33D2D--> <NAME><![CDATA[JBoss Weld]]></NAME> -<!--C70732EA90A14EC0916078B85CC33D2D--> <VERSION><![CDATA[1.1.34510]]></VERSION> +<!--C70732EA90A14EC0916078B85CC33D2D--> <VERSION><![CDATA[1.1.34739]]></VERSION> <!--C70732EA90A14EC0916078B85CC33D2D--> <DESCRIPTION><![CDATA[JBoss Weld]]></DESCRIPTION> <!--C70732EA90A14EC0916078B85CC33D2D--> <HELP><![CDATA[Provides the JBoss Weld framework: Java Contexts and Dependency Injection for the Java EE platform (CDI). For more information see http://seamframework.org/Weld]]></HELP> <!--C70732EA90A14EC0916078B85CC33D2D--> <URL><![CDATA[http://forge.openbravo.com/projects/weld]]></URL> diff -r 446b08330250 -r e67e370df884 modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml --- a/modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml Tue Jul 31 10:05:27 2018 -0500 +++ b/modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml Thu Aug 23 01:52:52 2018 +0000 @@ -7,7 +7,7 @@ <!--8BDE81545C1A43EAAC4BA3C5ED754DC8--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--8BDE81545C1A43EAAC4BA3C5ED754DC8--> <AD_MODULE_ID><![CDATA[C70732EA90A14EC0916078B85CC33D2D]]></AD_MODULE_ID> <!--8BDE81545C1A43EAAC4BA3C5ED754DC8--> <AD_DEPENDENT_MODULE_ID><![CDATA[0]]></AD_DEPENDENT_MODULE_ID> -<!--8BDE81545C1A43EAAC4BA3C5ED754DC8--> <STARTVERSION><![CDATA[3.0.34510]]></STARTVERSION> +<!--8BDE81545C1A43EAAC4BA3C5ED754DC8--> <STARTVERSION><![CDATA[3.0.34739]]></STARTVERSION> <!--8BDE81545C1A43EAAC4BA3C5ED754DC8--> <ISINCLUDED><![CDATA[N]]></ISINCLUDED> <!--8BDE81545C1A43EAAC4BA3C5ED754DC8--> <DEPENDANT_MODULE_NAME><![CDATA[Core]]></DEPENDANT_MODULE_NAME> <!--8BDE81545C1A43EAAC4BA3C5ED754DC8--> <DEPENDENCY_ENFORCEMENT><![CDATA[MAJOR]]></DEPENDENCY_ENFORCEMENT> diff -r 446b08330250 -r e67e370df884 modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE.xml --- a/modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE.xml Tue Jul 31 10:05:27 2018 -0500 +++ b/modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE.xml Thu Aug 23 01:52:52 2018 +0000 @@ -6,7 +6,7 @@ <!--9BA0836A3CD74EE4AB48753A47211BCC--> <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID> <!--9BA0836A3CD74EE4AB48753A47211BCC--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--9BA0836A3CD74EE4AB48753A47211BCC--> <NAME><![CDATA[User Interface Application]]></NAME> -<!--9BA0836A3CD74EE4AB48753A47211BCC--> <VERSION><![CDATA[2.1.34510]]></VERSION> +<!--9BA0836A3CD74EE4AB48753A47211BCC--> <VERSION><![CDATA[2.1.34739]]></VERSION> <!--9BA0836A3CD74EE4AB48753A47211BCC--> <DESCRIPTION><![CDATA[Provides the main application components for the openbravo user interface]]></DESCRIPTION> <!--9BA0836A3CD74EE4AB48753A47211BCC--> <HELP><![CDATA[Provides the main application components for the openbravo user interface. The main layout incorporates a navigation bar and a main view area.]]></HELP> <!--9BA0836A3CD74EE4AB48753A47211BCC--> <URL><![CDATA[http://forge.openbravo.com/projects/clientapplication]]></URL> diff -r 446b08330250 -r e67e370df884 modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml --- a/modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml Tue Jul 31 10:05:27 2018 -0500 +++ b/modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml Thu Aug 23 01:52:52 2018 +0000 @@ -7,7 +7,7 @@ <!--15D7CE8D95D043189162DBABA54A1F61--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--15D7CE8D95D043189162DBABA54A1F61--> <AD_MODULE_ID><![CDATA[9BA0836A3CD74EE4AB48753A47211BCC]]></AD_MODULE_ID> <!--15D7CE8D95D043189162DBABA54A1F61--> <AD_DEPENDENT_MODULE_ID><![CDATA[A44B9BA75C354D8FB2E3F7D6EB6BFDC4]]></AD_DEPENDENT_MODULE_ID> -<!--15D7CE8D95D043189162DBABA54A1F61--> <STARTVERSION><![CDATA[2.1.34510]]></STARTVERSION> +<!--15D7CE8D95D043189162DBABA54A1F61--> <STARTVERSION><![CDATA[2.1.34739]]></STARTVERSION> <!--15D7CE8D95D043189162DBABA54A1F61--> <ISINCLUDED><![CDATA[N]]></ISINCLUDED> <!--15D7CE8D95D043189162DBABA54A1F61--> <DEPENDANT_MODULE_NAME><![CDATA[JSON Datasource]]></DEPENDANT_MODULE_NAME> <!--15D7CE8D95D043189162DBABA54A1F61--> <DEPENDENCY_ENFORCEMENT><![CDATA[MAJOR]]></DEPENDENCY_ENFORCEMENT> @@ -21,7 +21,7 @@ <!--60A170212F36499D83B8AD38D01F46B3--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--60A170212F36499D83B8AD38D01F46B3--> <AD_MODULE_ID><![CDATA[9BA0836A3CD74EE4AB48753A47211BCC]]></AD_MODULE_ID> <!--60A170212F36499D83B8AD38D01F46B3--> <AD_DEPENDENT_MODULE_ID><![CDATA[4B828F4D03264080AA1D2057B13F613C]]></AD_DEPENDENT_MODULE_ID> -<!--60A170212F36499D83B8AD38D01F46B3--> <STARTVERSION><![CDATA[2.1.34510]]></STARTVERSION> +<!--60A170212F36499D83B8AD38D01F46B3--> <STARTVERSION><![CDATA[2.1.34739]]></STARTVERSION> <!--60A170212F36499D83B8AD38D01F46B3--> <ISINCLUDED><![CDATA[N]]></ISINCLUDED> <!--60A170212F36499D83B8AD38D01F46B3--> <DEPENDANT_MODULE_NAME><![CDATA[User Interface Client Kernel]]></DEPENDANT_MODULE_NAME> <!--60A170212F36499D83B8AD38D01F46B3--> <DEPENDENCY_ENFORCEMENT><![CDATA[MAJOR]]></DEPENDENCY_ENFORCEMENT> @@ -35,7 +35,7 @@ <!--824D60CB352E4099B1D8C903CA139DAE--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--824D60CB352E4099B1D8C903CA139DAE--> <AD_MODULE_ID><![CDATA[9BA0836A3CD74EE4AB48753A47211BCC]]></AD_MODULE_ID> <!--824D60CB352E4099B1D8C903CA139DAE--> <AD_DEPENDENT_MODULE_ID><![CDATA[0]]></AD_DEPENDENT_MODULE_ID> -<!--824D60CB352E4099B1D8C903CA139DAE--> <STARTVERSION><![CDATA[3.0.34510]]></STARTVERSION> +<!--824D60CB352E4099B1D8C903CA139DAE--> <STARTVERSION><![CDATA[3.0.34739]]></STARTVERSION> <!--824D60CB352E4099B1D8C903CA139DAE--> <ISINCLUDED><![CDATA[N]]></ISINCLUDED> <!--824D60CB352E4099B1D8C903CA139DAE--> <DEPENDANT_MODULE_NAME><![CDATA[core]]></DEPENDANT_MODULE_NAME> <!--824D60CB352E4099B1D8C903CA139DAE--> <DEPENDENCY_ENFORCEMENT><![CDATA[MAJOR]]></DEPENDENCY_ENFORCEMENT> @@ -49,7 +49,7 @@ <!--E8FD820AFE3D4FE08C02FC47769026AD--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--E8FD820AFE3D4FE08C02FC47769026AD--> <AD_MODULE_ID><![CDATA[9BA0836A3CD74EE4AB48753A47211BCC]]></AD_MODULE_ID> <!--E8FD820AFE3D4FE08C02FC47769026AD--> <AD_DEPENDENT_MODULE_ID><![CDATA[EC356CEE3D46416CA1EBEEB9AB82EDB9]]></AD_DEPENDENT_MODULE_ID> -<!--E8FD820AFE3D4FE08C02FC47769026AD--> <STARTVERSION><![CDATA[8.1.34510]]></STARTVERSION> +<!--E8FD820AFE3D4FE08C02FC47769026AD--> <STARTVERSION><![CDATA[8.1.34739]]></STARTVERSION> <!--E8FD820AFE3D4FE08C02FC47769026AD--> <ISINCLUDED><![CDATA[N]]></ISINCLUDED> <!--E8FD820AFE3D4FE08C02FC47769026AD--> <DEPENDANT_MODULE_NAME><![CDATA[Smartclient]]></DEPENDANT_MODULE_NAME> <!--E8FD820AFE3D4FE08C02FC47769026AD--> <DEPENDENCY_ENFORCEMENT><![CDATA[MAJOR]]></DEPENDENCY_ENFORCEMENT> diff -r 446b08330250 -r e67e370df884 modules/org.openbravo.client.application/web/org.openbravo.client.application/js/procurement/ob-procurement.js --- a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/procurement/ob-procurement.js Tue Jul 31 10:05:27 2018 -0500 +++ b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/procurement/ob-procurement.js Thu Aug 23 01:52:52 2018 +0000 @@ -83,4 +83,8 @@ } }); } +}; + +OB.PROC.CLFROnload = function (item, view, form, grid) { + item.messageBar.setMessage(isc.OBMessageBar.TYPE_INFO, null, OB.I18N.getLabel('CreateFromMatchPOQtys')); }; \ No newline at end of file diff -r 446b08330250 -r e67e370df884 modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE.xml --- a/modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE.xml Tue Jul 31 10:05:27 2018 -0500 +++ b/modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE.xml Thu Aug 23 01:52:52 2018 +0000 @@ -6,7 +6,7 @@ <!--D393BE6F22BB44B7B728259B34FC795A--> <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID> <!--D393BE6F22BB44B7B728259B34FC795A--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--D393BE6F22BB44B7B728259B34FC795A--> <NAME><![CDATA[HTML Widget]]></NAME> -<!--D393BE6F22BB44B7B728259B34FC795A--> <VERSION><![CDATA[1.0.34510]]></VERSION> +<!--D393BE6F22BB44B7B728259B34FC795A--> <VERSION><![CDATA[1.0.34739]]></VERSION> <!--D393BE6F22BB44B7B728259B34FC795A--> <DESCRIPTION><![CDATA[Provides the HTML Widget superclass that allows to create widget classes that embed the html code.]]></DESCRIPTION> <!--D393BE6F22BB44B7B728259B34FC795A--> <HELP><![CDATA[With this module you can define your own widget classes just setting up your own html code or the html code provided by third parties.]]></HELP> <!--D393BE6F22BB44B7B728259B34FC795A--> <URL><![CDATA[http://forge.openbravo.com/projects/htmlwidget]]></URL> diff -r 446b08330250 -r e67e370df884 modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml --- a/modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml Tue Jul 31 10:05:27 2018 -0500 +++ b/modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml Thu Aug 23 01:52:52 2018 +0000 @@ -7,7 +7,7 @@ <!--DCE798FBC5B648F7A3C81A6941720A57--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--DCE798FBC5B648F7A3C81A6941720A57--> <AD_MODULE_ID><![CDATA[D393BE6F22BB44B7B728259B34FC795A]]></AD_MODULE_ID> <!--DCE798FBC5B648F7A3C81A6941720A57--> <AD_DEPENDENT_MODULE_ID><![CDATA[2758CD25B2704AF6BBAD10365FC82C06]]></AD_DEPENDENT_MODULE_ID> -<!--DCE798FBC5B648F7A3C81A6941720A57--> <STARTVERSION><![CDATA[2.1.34510]]></STARTVERSION> +<!--DCE798FBC5B648F7A3C81A6941720A57--> <STARTVERSION><![CDATA[2.1.34739]]></STARTVERSION> <!--DCE798FBC5B648F7A3C81A6941720A57--> <ISINCLUDED><![CDATA[N]]></ISINCLUDED> <!--DCE798FBC5B648F7A3C81A6941720A57--> <DEPENDANT_MODULE_NAME><![CDATA[My Openbravo Tab]]></DEPENDANT_MODULE_NAME> <!--DCE798FBC5B648F7A3C81A6941720A57--> <DEPENDENCY_ENFORCEMENT><![CDATA[MAJOR]]></DEPENDENCY_ENFORCEMENT> diff -r 446b08330250 -r e67e370df884 modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE.xml --- a/modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE.xml Tue Jul 31 10:05:27 2018 -0500 +++ b/modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE.xml Thu Aug 23 01:52:52 2018 +0000 @@ -6,7 +6,7 @@ <!--4B828F4D03264080AA1D2057B13F613C--> <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID> <!--4B828F4D03264080AA1D2057B13F613C--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--4B828F4D03264080AA1D2057B13F613C--> <NAME><![CDATA[User Interface Client Kernel]]></NAME> -<!--4B828F4D03264080AA1D2057B13F613C--> <VERSION><![CDATA[2.1.34510]]></VERSION> +<!--4B828F4D03264080AA1D2057B13F613C--> <VERSION><![CDATA[2.1.34739]]></VERSION> <!--4B828F4D03264080AA1D2057B13F613C--> <DESCRIPTION><![CDATA[Provides framework functionality for the Openbravo User Interface]]></DESCRIPTION> <!--4B828F4D03264080AA1D2057B13F613C--> <HELP><![CDATA[The user interface client kernel is a generation framework for generating client (browser) components used in Openbravo. Its components are mainly used by other modules to provide customizable and extendable user interfaces.]]></HELP> <!--4B828F4D03264080AA1D2057B13F613C--> <URL><![CDATA[http://forge.openbravo.com/projects/openbravoclientkernel]]></URL> diff -r 446b08330250 -r e67e370df884 modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml --- a/modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml Tue Jul 31 10:05:27 2018 -0500 +++ b/modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml Thu Aug 23 01:52:52 2018 +0000 @@ -7,7 +7,7 @@ <!--26B041893E844A53AFA58BC326C4F0D7--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--26B041893E844A53AFA58BC326C4F0D7--> <AD_MODULE_ID><![CDATA[4B828F4D03264080AA1D2057B13F613C]]></AD_MODULE_ID> <!--26B041893E844A53AFA58BC326C4F0D7--> <AD_DEPENDENT_MODULE_ID><![CDATA[0]]></AD_DEPENDENT_MODULE_ID> -<!--26B041893E844A53AFA58BC326C4F0D7--> <STARTVERSION><![CDATA[3.0.34510]]></STARTVERSION> +<!--26B041893E844A53AFA58BC326C4F0D7--> <STARTVERSION><![CDATA[3.0.34739]]></STARTVERSION> <!--26B041893E844A53AFA58BC326C4F0D7--> <ISINCLUDED><![CDATA[N]]></ISINCLUDED> <!--26B041893E844A53AFA58BC326C4F0D7--> <DEPENDANT_MODULE_NAME><![CDATA[core]]></DEPENDANT_MODULE_NAME> <!--26B041893E844A53AFA58BC326C4F0D7--> <DEPENDENCY_ENFORCEMENT><![CDATA[MAJOR]]></DEPENDENCY_ENFORCEMENT> @@ -21,7 +21,7 @@ <!--3AB045DA35ED4CA58EF7EB5BF04CDE3F--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--3AB045DA35ED4CA58EF7EB5BF04CDE3F--> <AD_MODULE_ID><![CDATA[4B828F4D03264080AA1D2057B13F613C]]></AD_MODULE_ID> <!--3AB045DA35ED4CA58EF7EB5BF04CDE3F--> <AD_DEPENDENT_MODULE_ID><![CDATA[C70732EA90A14EC0916078B85CC33D2D]]></AD_DEPENDENT_MODULE_ID> -<!--3AB045DA35ED4CA58EF7EB5BF04CDE3F--> <STARTVERSION><![CDATA[1.1.34510]]></STARTVERSION> +<!--3AB045DA35ED4CA58EF7EB5BF04CDE3F--> <STARTVERSION><![CDATA[1.1.34739]]></STARTVERSION> <!--3AB045DA35ED4CA58EF7EB5BF04CDE3F--> <ISINCLUDED><![CDATA[N]]></ISINCLUDED> <!--3AB045DA35ED4CA58EF7EB5BF04CDE3F--> <DEPENDANT_MODULE_NAME><![CDATA[JBoss Weld]]></DEPENDANT_MODULE_NAME> <!--3AB045DA35ED4CA58EF7EB5BF04CDE3F--> <DEPENDENCY_ENFORCEMENT><![CDATA[MAJOR]]></DEPENDENCY_ENFORCEMENT> @@ -35,7 +35,7 @@ <!--D7BA4BB0844942C58DC46B9E23CF8E67--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--D7BA4BB0844942C58DC46B9E23CF8E67--> <AD_MODULE_ID><![CDATA[4B828F4D03264080AA1D2057B13F613C]]></AD_MODULE_ID> <!--D7BA4BB0844942C58DC46B9E23CF8E67--> <AD_DEPENDENT_MODULE_ID><![CDATA[F8D1B3ECB3474E8DA5C216473C840DF1]]></AD_DEPENDENT_MODULE_ID> -<!--D7BA4BB0844942C58DC46B9E23CF8E67--> <STARTVERSION><![CDATA[2.0.34510]]></STARTVERSION> +<!--D7BA4BB0844942C58DC46B9E23CF8E67--> <STARTVERSION><![CDATA[2.0.34739]]></STARTVERSION> <!--D7BA4BB0844942C58DC46B9E23CF8E67--> <ISINCLUDED><![CDATA[N]]></ISINCLUDED> <!--D7BA4BB0844942C58DC46B9E23CF8E67--> <DEPENDANT_MODULE_NAME><![CDATA[JSON REST Webservice]]></DEPENDANT_MODULE_NAME> <!--D7BA4BB0844942C58DC46B9E23CF8E67--> <DEPENDENCY_ENFORCEMENT><![CDATA[MAJOR]]></DEPENDENCY_ENFORCEMENT> diff -r 446b08330250 -r e67e370df884 modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE.xml --- a/modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE.xml Tue Jul 31 10:05:27 2018 -0500 +++ b/modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE.xml Thu Aug 23 01:52:52 2018 +0000 @@ -6,7 +6,7 @@ <!--2758CD25B2704AF6BBAD10365FC82C06--> <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID> <!--2758CD25B2704AF6BBAD10365FC82C06--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--2758CD25B2704AF6BBAD10365FC82C06--> <NAME><![CDATA[Workspace & Widgets]]></NAME> -<!--2758CD25B2704AF6BBAD10365FC82C06--> <VERSION><![CDATA[2.1.34510]]></VERSION> +<!--2758CD25B2704AF6BBAD10365FC82C06--> <VERSION><![CDATA[2.1.34739]]></VERSION> <!--2758CD25B2704AF6BBAD10365FC82C06--> <DESCRIPTION><![CDATA[Workspace & Widgets]]></DESCRIPTION> <!--2758CD25B2704AF6BBAD10365FC82C06--> <HELP><![CDATA[Provides the infrastructure of workspace tab (formerly My Openbravo)]]></HELP> <!--2758CD25B2704AF6BBAD10365FC82C06--> <URL><![CDATA[http://forge.openbravo.com/projects/myopenbravo]]></URL> diff -r 446b08330250 -r e67e370df884 modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml --- a/modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml Tue Jul 31 10:05:27 2018 -0500 +++ b/modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml Thu Aug 23 01:52:52 2018 +0000 @@ -7,7 +7,7 @@ <!--15F51F03882F444CAB6593B4566DC929--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--15F51F03882F444CAB6593B4566DC929--> <AD_MODULE_ID><![CDATA[2758CD25B2704AF6BBAD10365FC82C06]]></AD_MODULE_ID> <!--15F51F03882F444CAB6593B4566DC929--> <AD_DEPENDENT_MODULE_ID><![CDATA[9BA0836A3CD74EE4AB48753A47211BCC]]></AD_DEPENDENT_MODULE_ID> -<!--15F51F03882F444CAB6593B4566DC929--> <STARTVERSION><![CDATA[2.1.34510]]></STARTVERSION> +<!--15F51F03882F444CAB6593B4566DC929--> <STARTVERSION><![CDATA[2.1.34739]]></STARTVERSION> <!--15F51F03882F444CAB6593B4566DC929--> <ISINCLUDED><![CDATA[N]]></ISINCLUDED> <!--15F51F03882F444CAB6593B4566DC929--> <DEPENDANT_MODULE_NAME><![CDATA[User Interface Application]]></DEPENDANT_MODULE_NAME> <!--15F51F03882F444CAB6593B4566DC929--> <DEPENDENCY_ENFORCEMENT><![CDATA[MAJOR]]></DEPENDENCY_ENFORCEMENT> @@ -21,7 +21,7 @@ <!--E71B28FC949D481D9F59C17D01E46EF9--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--E71B28FC949D481D9F59C17D01E46EF9--> <AD_MODULE_ID><![CDATA[2758CD25B2704AF6BBAD10365FC82C06]]></AD_MODULE_ID> <!--E71B28FC949D481D9F59C17D01E46EF9--> <AD_DEPENDENT_MODULE_ID><![CDATA[0]]></AD_DEPENDENT_MODULE_ID> -<!--E71B28FC949D481D9F59C17D01E46EF9--> <STARTVERSION><![CDATA[3.0.34510]]></STARTVERSION> +<!--E71B28FC949D481D9F59C17D01E46EF9--> <STARTVERSION><![CDATA[3.0.34739]]></STARTVERSION> <!--E71B28FC949D481D9F59C17D01E46EF9--> <ISINCLUDED><![CDATA[N]]></ISINCLUDED> <!--E71B28FC949D481D9F59C17D01E46EF9--> <DEPENDANT_MODULE_NAME><![CDATA[Core]]></DEPENDANT_MODULE_NAME> <!--E71B28FC949D481D9F59C17D01E46EF9--> <DEPENDENCY_ENFORCEMENT><![CDATA[MAJOR]]></DEPENDENCY_ENFORCEMENT> diff -r 446b08330250 -r e67e370df884 modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE.xml --- a/modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE.xml Tue Jul 31 10:05:27 2018 -0500 +++ b/modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE.xml Thu Aug 23 01:52:52 2018 +0000 @@ -6,7 +6,7 @@ <!--0A060B2AF1974E8EAA8DB61388E9AECC--> <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID> <!--0A060B2AF1974E8EAA8DB61388E9AECC--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--0A060B2AF1974E8EAA8DB61388E9AECC--> <NAME><![CDATA[Query/List Widget]]></NAME> -<!--0A060B2AF1974E8EAA8DB61388E9AECC--> <VERSION><![CDATA[1.0.34510]]></VERSION> +<!--0A060B2AF1974E8EAA8DB61388E9AECC--> <VERSION><![CDATA[1.0.34739]]></VERSION> <!--0A060B2AF1974E8EAA8DB61388E9AECC--> <DESCRIPTION><![CDATA[Provides the Query/List superclass widget that allows to create widget classes that prints a grid of data based on a query.]]></DESCRIPTION> <!--0A060B2AF1974E8EAA8DB61388E9AECC--> <HELP><![CDATA[With this module you can define your own widget classes that just with simple Application Dictionary shows a grid of data based on a HQL Query.]]></HELP> <!--0A060B2AF1974E8EAA8DB61388E9AECC--> <URL><![CDATA[http://forge.openbravo.com/projects/querylistwidget]]></URL> diff -r 446b08330250 -r e67e370df884 modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml --- a/modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml Tue Jul 31 10:05:27 2018 -0500 +++ b/modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml Thu Aug 23 01:52:52 2018 +0000 @@ -7,7 +7,7 @@ <!--26558497C31140BFAB067BA4BC47D799--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--26558497C31140BFAB067BA4BC47D799--> <AD_MODULE_ID><![CDATA[0A060B2AF1974E8EAA8DB61388E9AECC]]></AD_MODULE_ID> <!--26558497C31140BFAB067BA4BC47D799--> <AD_DEPENDENT_MODULE_ID><![CDATA[2758CD25B2704AF6BBAD10365FC82C06]]></AD_DEPENDENT_MODULE_ID> -<!--26558497C31140BFAB067BA4BC47D799--> <STARTVERSION><![CDATA[2.1.34510]]></STARTVERSION> +<!--26558497C31140BFAB067BA4BC47D799--> <STARTVERSION><![CDATA[2.1.34739]]></STARTVERSION> <!--26558497C31140BFAB067BA4BC47D799--> <ISINCLUDED><![CDATA[N]]></ISINCLUDED> <!--26558497C31140BFAB067BA4BC47D799--> <DEPENDANT_MODULE_NAME><![CDATA[My Openbravo Tab]]></DEPENDANT_MODULE_NAME> <!--26558497C31140BFAB067BA4BC47D799--> <DEPENDENCY_ENFORCEMENT><![CDATA[MAJOR]]></DEPENDENCY_ENFORCEMENT> diff -r 446b08330250 -r e67e370df884 modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE.xml --- a/modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE.xml Tue Jul 31 10:05:27 2018 -0500 +++ b/modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE.xml Thu Aug 23 01:52:52 2018 +0000 @@ -6,7 +6,7 @@ <!--FF8080812D842086012D844F3CC0003E--> <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID> <!--FF8080812D842086012D844F3CC0003E--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--FF8080812D842086012D844F3CC0003E--> <NAME><![CDATA[Widgets Collection]]></NAME> -<!--FF8080812D842086012D844F3CC0003E--> <VERSION><![CDATA[0.0.34510]]></VERSION> +<!--FF8080812D842086012D844F3CC0003E--> <VERSION><![CDATA[0.0.34739]]></VERSION> <!--FF8080812D842086012D844F3CC0003E--> <DESCRIPTION><![CDATA[Collection of Workspace Widgets]]></DESCRIPTION> <!--FF8080812D842086012D844F3CC0003E--> <HELP><![CDATA[Collection of Workspace Widgets]]></HELP> <!--FF8080812D842086012D844F3CC0003E--> <URL><![CDATA[http://forge.openbravo.com/projects/widgetscollection]]></URL> diff -r 446b08330250 -r e67e370df884 modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml --- a/modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml Tue Jul 31 10:05:27 2018 -0500 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Openbravo-commits mailing list Openbravo-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbravo-commits