Openbravo Issue Tracking System - Modules
View Issue Details
0038751ModulesAdvanced Warehouse Operationspublic2018-06-13 13:542018-06-18 09:59
guilleaer 
guilleaer 
normalminorhave not tried
closedfixed 
5
 
 
marvintm
0038751: [AWOFE] obawo_getjsondescription PLSQL function is already in core. Use it and remove from awo module
M_GETJSONDESCRIPTION was moved to core. AWO should use it instead of OBAWO_GETJSONDESCRIPTION.

First M_GETJSONDESCRIPTION should be updated with last changes done in OBAWO_GETJSONDESCRIPTION
N/A
remove OBAWO_GETJSONDESCRIPTION
use M_GETJSONDESCRIPTION
Adapt AWO code to use the new one.
No tags attached.
related to defect 0038599 closed guilleaer Not possible to log in AWO Front End if an attribute value has '/n' 
Issue History
2018-06-13 13:54guilleaerNew Issue
2018-06-13 13:54guilleaerAssigned To => guilleaer
2018-06-13 15:20guilleaerRelationship addedrelated to 0038599
2018-06-14 11:13hgbotCheckin
2018-06-14 11:13hgbotNote Added: 0105140
2018-06-14 15:17hudsonbotCheckin
2018-06-14 15:17hudsonbotNote Added: 0105144
2018-06-14 17:38hgbotCheckin
2018-06-14 17:38hgbotNote Added: 0105149
2018-06-14 18:24hgbotCheckin
2018-06-14 18:24hgbotNote Added: 0105151
2018-06-14 18:24hgbotStatusnew => resolved
2018-06-14 18:24hgbotResolutionopen => fixed
2018-06-14 18:24hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/9e22de87ff31506eca4a1da403c7229a66be98e3 [^]
2018-06-18 09:59marvintmReview Assigned To => marvintm
2018-06-18 09:59marvintmStatusresolved => closed
2022-09-06 17:18caristuCategoryAdvance Warehouse Operations => Advanced Warehouse Operations

Notes
(0105140)
hgbot   
2018-06-14 11:13   
Repository: erp/devel/pi
Changeset: b6331343739c5c096a8655427443579dbe04ab94
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Thu Jun 14 08:54:42 2018 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/b6331343739c5c096a8655427443579dbe04ab94 [^]

Related to issue 38751: Update M_GETJSONDESCRIPTION with last changes

---
M src-db/database/model/functions/M_GETJSONDESCRIPTION.xml
---
(0105144)
hudsonbot   
2018-06-14 15:17   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/fc2d94aa22ed [^]
Maturity status: Test
(0105149)
hgbot   
2018-06-14 17:38   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 1a35877211c98fb819a29e2e5193e3703df1dd83
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Thu Jun 14 17:38:26 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/1a35877211c98fb819a29e2e5193e3703df1dd83 [^]

Related to issue 38599, 38751: Add tests for issue 38599. Use core function (issue 38751)

---
M src-test/org/openbravo/warehouse/advancedwarehouseoperations/test/AWOo_JsonDescription.java
---
(0105151)
hgbot   
2018-06-14 18:24   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 9e22de87ff31506eca4a1da403c7229a66be98e3
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Thu Jun 14 18:23:06 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/9e22de87ff31506eca4a1da403c7229a66be98e3 [^]

Fixed issue 38751: Remove OBAWO_GETJSONDESCRIPTION. Use M_GETJSONDESCRIPTION instead

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/init/AWOSQLFunctionRegister.java
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/datasources/InventoryProperties.java
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/datasources/PIP_ProductSelector.java
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/datasources/TaskProperties.java
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/datasources/UnassignedTaskProperties.java
R src-db/database/model/functions/OBAWO_GETJSONDESCRIPTION.xml
---