Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0022958 | Openbravo ERP | 04. Warehouse management | public | 2013-02-01 11:27 | 2013-02-20 04:50 |
|
Reporter | naiaramartinez | |
Assigned To | naiaramartinez | |
Priority | immediate | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP20 | |
Merge Request Status | |
Review Assigned To | gorkaion |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0022958: Api change |
Description | There is a reservation function (m_reserve_stock_manual) that needs another parameter. So, it will broke API.
The parameter is needed because in that function it is only taking into account the reservations that are isAllocated='N'. And it is needed to know that value.
It is not risky because reservations was introduced in MP19. |
Steps To Reproduce | No Steps. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-02-01 11:27 | naiaramartinez | New Issue | |
2013-02-01 11:27 | naiaramartinez | Assigned To | => iciordia |
2013-02-01 11:27 | naiaramartinez | Modules | => Core |
2013-02-01 11:27 | naiaramartinez | OBNetwork customer | => No |
2013-02-01 11:27 | naiaramartinez | Triggers an Emergency Pack | => No |
2013-02-01 11:28 | iciordia | Note Added: 0056045 | |
2013-02-01 11:28 | iciordia | Assigned To | iciordia => naiaramartinez |
2013-02-04 10:02 | hgbot | Checkin | |
2013-02-04 10:02 | hgbot | Note Added: 0056116 | |
2013-02-04 10:02 | hgbot | Status | new => resolved |
2013-02-04 10:02 | hgbot | Resolution | open => fixed |
2013-02-04 10:02 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/6fb7156c455abd6f84bb566a0043c721fa42ca7b [^] |
2013-02-04 10:18 | hgbot | Checkin | |
2013-02-04 10:18 | hgbot | Note Added: 0056120 | |
2013-02-04 10:18 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/6fb7156c455abd6f84bb566a0043c721fa42ca7b [^] => http://code.openbravo.com/erp/devel/api-checks/rev/65a7b82781da120d2ef91b92ff7afbce20983068 [^] |
2013-02-05 13:04 | gorkaion | Review Assigned To | => gorkaion |
2013-02-05 13:04 | gorkaion | Status | resolved => closed |
2013-02-05 13:04 | gorkaion | Fixed in Version | => 3.0MP20 |
2013-02-05 22:44 | hudsonbot | Checkin | |
2013-02-05 22:44 | hudsonbot | Note Added: 0056187 | |
2013-02-13 09:13 | hgbot | Checkin | |
2013-02-13 09:13 | hgbot | Note Added: 0056404 | |
2013-02-20 04:50 | hudsonbot | Checkin | |
2013-02-20 04:50 | hudsonbot | Note Added: 0056588 | |
Notes |
|
(0056045)
|
iciordia
|
2013-02-01 11:28
|
|
|
|
(0056116)
|
hgbot
|
2013-02-04 10:02
|
|
Repository: erp/devel/pi
Changeset: 6fb7156c455abd6f84bb566a0043c721fa42ca7b
Author: Naiara Martinez <naiara.martinez <at> openbravo.com>
Date: Mon Feb 04 09:18:00 2013 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/6fb7156c455abd6f84bb566a0043c721fa42ca7b [^]
Fixed bug 22958: Api change. Add new parameter to m_reserve_stock_manual function
Edit ReservationUtils.java to change the call to the function
---
M src-db/database/model/functions/M_CREATE_RESERVE_FROM_SOL.xml
M src-db/database/model/functions/M_RESERVATION_CONSUMPTION.xml
M src-db/database/model/functions/M_RESERVE_STOCK_AUTO.xml
M src-db/database/model/functions/M_RESERVE_STOCK_MANUAL.xml
M src/org/openbravo/erpCommon/ad_process/MRPPurchaseCreateReservations.java
M src/org/openbravo/materialmgmt/ReservationUtils.java
M src/org/openbravo/materialmgmt/ReservationUtils_data.xsql
---
|
|
|
(0056120)
|
hgbot
|
2013-02-04 10:18
|
|
|
|
|
|
|
(0056404)
|
hgbot
|
2013-02-13 09:13
|
|
Repository: erp/devel/pi
Changeset: fe15010ac3caab47dde35ac0c4960648f7141534
Author: Naiara Martinez <naiara.martinez <at> openbravo.com>
Date: Wed Feb 06 10:39:49 2013 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/fe15010ac3caab47dde35ac0c4960648f7141534 [^]
Related to issue 22958: complete javadoc and delete unnecessary 'to_char'
---
M src/org/openbravo/materialmgmt/ReservationUtils.java
M src/org/openbravo/materialmgmt/ReservationUtils_data.xsql
---
|
|
|
|
|