Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0028833 | Retail Modules | Web POS | public | 2015-02-02 09:25 | 2015-06-22 21:39 |
|
Reporter | marvintm | |
Assigned To | mario_castello | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | RR15Q2 | Fixed in Version | RR15Q2 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0028833: The OrderLoader needs to use the new way of calling to the M_GetStock PL function |
Description | Currently the OrderLoader uses the m_getstock function to create the shipment information.
This function has been refactored and can now be called without using the AD_Pinstance infrastructure, to achieve greater performance and prevent the database from growing in size needlessly.
The OrderLoader should therefore be changed to support this new method of calling the function. |
Steps To Reproduce | Realize that the OrderLoader still used the CallProcess class, which generates records in the AD_Pinstance/AD_PinstancePara tables. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0027160 | | closed | eduardo_Argal | Openbravo ERP | C_Order_Post poor performance |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-02-02 09:25 | marvintm | New Issue | |
2015-02-02 09:25 | marvintm | Assigned To | => marvintm |
2015-02-02 09:25 | marvintm | Triggers an Emergency Pack | => No |
2015-02-02 10:23 | marvintm | Note Added: 0073971 | |
2015-02-02 12:31 | hgbot | Checkin | |
2015-02-02 12:31 | hgbot | Note Added: 0073983 | |
2015-02-02 16:22 | mario_castello | Assigned To | marvintm => mario_castello |
2015-02-03 17:21 | mario_castello | Status | new => scheduled |
2015-02-03 17:21 | mario_castello | fix_in_branch | => pi |
2015-02-03 17:39 | hgbot | Checkin | |
2015-02-03 17:39 | hgbot | Note Added: 0074043 | |
2015-02-03 17:39 | hgbot | Status | scheduled => resolved |
2015-02-03 17:39 | hgbot | Resolution | open => fixed |
2015-02-03 17:39 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/45cc17f5991883d99466025332611647f130b220 [^] |
2015-02-19 16:50 | migueldejuana | Note Added: 0074676 | |
2015-02-19 16:50 | migueldejuana | Status | resolved => new |
2015-02-19 16:50 | migueldejuana | Resolution | fixed => open |
2015-03-30 20:11 | marvintm | Status | new => scheduled |
2015-03-30 20:11 | marvintm | Status | scheduled => resolved |
2015-03-30 20:11 | marvintm | Fixed in Version | => RR15Q2 |
2015-03-30 20:11 | marvintm | Resolution | open => fixed |
2015-03-30 20:11 | marvintm | Review Assigned To | => marvintm |
2015-03-30 20:11 | marvintm | Status | resolved => closed |
2015-06-14 11:27 | dmitry_mezentsev | Relationship added | related to 0027160 |
2015-06-22 21:39 | eugeni | Issue Monitored: eugeni | |
Notes |
|
|
The main idea in this issue is to replace the usage of CallProcess in the OrderLoader.java class, with CallStoredProcedure. This class allows the developer to call the PL function directly without creating a new ADPinstance record. |
|
|
(0073983)
|
hgbot
|
2015-02-02 12:31
|
|
|
|
(0074043)
|
hgbot
|
2015-02-03 17:39
|
|
|
|
|
It doesn't work in Oracle |
|