Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039781Retail ModulesWeb POSpublic2018-12-11 16:082018-12-28 14:24
Sandrahuguet 
markmm82 
normalminorhave not tried
closedfixed 
30Openbravo Appliance 14.04
 
RR19Q1RR19Q1 
Sandrahuguet
No
0039781: It should not be possible to process shipments from a layaway line
It should not be possible to process shipments from a layaway line
In Backoffice
Go to Goods Shipment and create new header
Click on create lines from
If the orderline is a layaway it should not be possible to process shipments from a layaway line
No tags attached.
diff ExtensionPoint_M_INOUT_POST.diff (5,444) 2018-12-11 16:09
https://issues.openbravo.com/file_download.php?file_id=12426&type=bug
Issue History
2018-12-11 16:08SandrahuguetNew Issue
2018-12-11 16:08SandrahuguetAssigned To => Sandrahuguet
2018-12-11 16:08SandrahuguetTriggers an Emergency Pack => No
2018-12-11 16:09SandrahuguetFile Added: ExtensionPoint_M_INOUT_POST.diff
2018-12-12 12:41SandrahuguetAssigned ToSandrahuguet => markmm82
2018-12-27 16:52markmm82Statusnew => scheduled
2018-12-28 09:24hgbotCheckin
2018-12-28 09:24hgbotNote Added: 0108773
2018-12-28 09:24hgbotStatusscheduled => resolved
2018-12-28 09:24hgbotResolutionopen => fixed
2018-12-28 09:24hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6b138c1d3639793e442cc3f1ebb93ddc40a2905d [^]
2018-12-28 09:24SandrahuguetReview Assigned To => Sandrahuguet
2018-12-28 09:24SandrahuguetNote Added: 0108774
2018-12-28 09:24SandrahuguetStatusresolved => closed
2018-12-28 09:24SandrahuguetFixed in Version => RR19Q1
2018-12-28 11:04hgbotCheckin
2018-12-28 11:04hgbotNote Added: 0108777
2018-12-28 12:10SandrahuguetStatusclosed => new
2018-12-28 12:10SandrahuguetResolutionfixed => open
2018-12-28 12:10SandrahuguetFixed in VersionRR19Q1 =>
2018-12-28 14:24hgbotCheckin
2018-12-28 14:24hgbotNote Added: 0108782
2018-12-28 14:24hgbotStatusnew => resolved
2018-12-28 14:24hgbotResolutionopen => fixed
2018-12-28 14:24hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6b138c1d3639793e442cc3f1ebb93ddc40a2905d [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0ce0f642657faea48784888b3094165756bd2588 [^]
2018-12-28 14:24hgbotCheckin
2018-12-28 14:24hgbotNote Added: 0108783
2018-12-28 14:24SandrahuguetNote Added: 0108784
2018-12-28 14:24SandrahuguetStatusresolved => closed
2018-12-28 14:24SandrahuguetFixed in Version => RR19Q1

Notes
(0108773)
hgbot   
2018-12-28 09:24   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 6b138c1d3639793e442cc3f1ebb93ddc40a2905d
Author: Mark <markmm82 <at> gmail.com>
Date: Thu Dec 27 11:07:03 2018 -0500
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6b138c1d3639793e442cc3f1ebb93ddc40a2905d [^]

Fixes issue 39781: It isn't possible to process shipments from a layaway line

When creating a Goods Shipment lines by the Create Lines From process, it was possible to
include layaway orderline. It should not be possible to process shipments from a layaway line.

To fix this, was added a new extension point to the obpos_deliver_layaway to raise an error
when was created a shipment from a layaway line.

---
M src-db/database/sourcedata/AD_MESSAGE.xml
A src-db/database/model/functions/OBPOS_DELIVER_LAYAWAY.xml
A src-db/database/sourcedata/AD_EP_PROCEDURES.xml
---
(0108774)
Sandrahuguet   
2018-12-28 09:24   
Code review + testing OK
(0108777)
hgbot   
2018-12-28 11:04   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: ea5abf22f6878a06f67cb7f9cab129f09e24f18e
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Fri Dec 28 11:04:44 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ea5abf22f6878a06f67cb7f9cab129f09e24f18e [^]

related to issue 39781 Backed out changeset 6b138c1d3639

---
M src-db/database/sourcedata/AD_MESSAGE.xml
R src-db/database/model/functions/OBPOS_DELIVER_LAYAWAY.xml
R src-db/database/sourcedata/AD_EP_PROCEDURES.xml
---
(0108782)
hgbot   
2018-12-28 14:24   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 0ce0f642657faea48784888b3094165756bd2588
Author: Mark <markmm82 <at> gmail.com>
Date: Thu Dec 27 11:07:03 2018 -0500
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0ce0f642657faea48784888b3094165756bd2588 [^]

Fixes issue 39781: It isn't possible to process shipments from a layaway line

When creating a Goods Shipment lines by the Create Lines From process, it was possible to
include layaway orderline. It should not be possible to process shipments from a layaway line.

To fix this, was added a new extension point to the obpos_deliver_layaway to raise an error
when was created a shipment from a layaway line.

---
M src-db/database/sourcedata/AD_MESSAGE.xml
A src-db/database/model/functions/OBPOS_DELIVER_LAYAWAY.xml
A src-db/database/sourcedata/AD_EP_PROCEDURES.xml
---
(0108783)
hgbot   
2018-12-28 14:24   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: d89ccc877c0718e0fe57867d5a5b1cbfe4c44d77
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Fri Dec 28 12:20:32 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d89ccc877c0718e0fe57867d5a5b1cbfe4c44d77 [^]

related to issue 39781 code review changes

---
M src-db/database/model/functions/OBPOS_DELIVER_LAYAWAY.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
---
(0108784)
Sandrahuguet   
2018-12-28 14:24   
code review + testing ok