Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0008265 | Openbravo ERP | 07. Sales management | public | 2009-03-24 15:34 | 2011-02-04 09:15 |
|
Reporter | villind | |
Assigned To | rmorley | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | acknowledged | Resolution | open | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.40MP3 | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0008265: Generate Shipments does ignore the scheduled delivery date |
Description | Shipments are created by the "Generate Shipments" process even if the scheduled delivery date is far in the future. |
Steps To Reproduce | 1. Create a Standard Order where the scheduled delivery date is in the future
2. Run the "Generate Shipments" process
-> Shipment is created
|
Proposed Solution | If one uses Scheduled Delivery Date field at Order header or Order line level, one could expect that, when launching Generate Shipment process, shipments are created for the orders which delivery date is equal or less than today.
To allow this, I would add a check-box in both 'Generate Shipments' and 'Create Shipments from Orders' that would indicate that we want these processes to work taking into account scheduled delivery date defined in orders. |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | r13957.diff (722) 2009-03-24 15:36 https://issues.openbravo.com/file_download.php?file_id=1053&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2009-03-24 15:34 | villind | New Issue | |
2009-03-24 15:34 | villind | Assigned To | => rafaroda |
2009-03-24 15:34 | villind | Regression testing | => No |
2009-03-24 15:36 | villind | File Added: r13957.diff | |
2009-03-30 19:36 | psarobe | Status | new => scheduled |
2009-03-30 19:36 | psarobe | fix_in_branch | => pi |
2009-03-31 12:26 | rafaroda | Assigned To | rafaroda => sathiyan |
2009-04-07 12:54 | rafaroda | Note Added: 0015251 | |
2009-04-07 12:54 | rafaroda | Assigned To | sathiyan => pjuvara |
2009-04-07 12:54 | rafaroda | Status | scheduled => acknowledged |
2009-04-07 12:54 | rafaroda | Type | defect => feature request |
2009-04-07 12:54 | rafaroda | fix_in_branch | pi => |
2009-04-07 12:54 | rafaroda | Description Updated | |
2009-04-07 12:54 | rafaroda | Proposed Solution updated | |
2009-04-07 12:54 | rafaroda | Steps to Reproduce Updated | |
2009-04-07 15:55 | villind | Note Added: 0015260 | |
2011-02-04 09:15 | jpabloae | Assigned To | pjuvara => rmorley |
Notes |
|
|
Hi Villind,
Thank you for pointing out this issue but this patch is not acceptable. Please take into account that M_INOUT_CREATE procedure is called from other processes, for instance, Sales Management || Transactions || Create Shipments from Orders. With your patch, it could happen that Orders are displayed in 'Create Shipments from Orders' but, when selecting them and clicking on Process button, they are never processed.
Do you agree with the new proposed solution?
Thank you for your high valuable feedback. |
|
|
|
Hi,
the patch does it so that it will process orders regardless of the delivery date when you select one or more orders.
Sales Management || Transactions || Create Shipments from Orders
* Scheduled delivery date is ignore, this is kind of forced shipment
Sales Management || Transactions || Generate Shipments
* Scheduled delivery date is taken into account
I don't think that we need any checkbox, but the Create Shipments from Orders form should show the scheduled delivery date. |
|