Revision 01abcd08
Von Jan Büren vor mehr als 9 Jahren hinzugefügt
SL/Controller/DeliveryValueReport.pm | ||
---|---|---|
314 | 314 |
|
315 | 315 |
Controller class for Delivery Value Report |
316 | 316 |
|
317 |
The goal of the record is to determine which goods and at what costs are already delivered, transfered in
|
|
317 |
The goal of the report is to determine which goods and at what costs are already delivered, transfered in
|
|
318 | 318 |
relation to open orders, orders in process. |
319 | 319 |
|
320 | 320 |
|
... | ... | |
331 | 331 |
After some arguing we decided to implement persistent ids for all items and link them directly via record_links. |
332 | 332 |
This linking has been secrectly active since version 3.2, therefore this redesign is possible. |
333 | 333 |
Currently the report even works correctly even if the same part has been manually put in another position, renamed or some |
334 |
other metadata for the position has been altered. This is due to the fact that a hidden converted_from_previous_document is
|
|
334 |
other metadata for the position has been altered. This is due to the fact that a hidden converted_from_previous_document is |
|
335 | 335 |
used in the position. |
336 | 336 |
|
337 | 337 |
The main intelligence is this query (qty_stocked as comments): |
Auch abrufbar als: Unified diff
typo in pod