mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-20 04:32:00 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
* Lois Rilo <lois.rilo@forgeflow.com>
|
||||
* Jordi Ballester <jordi.ballester@forgeflow.com>
|
||||
* Akim Juillerat <akim.juillerat@camptocamp.com>
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
Allow to extend DDMRP App to be able to apply Adjustments for dynamically
|
||||
altering buffers for planned or anticipated events. This include:
|
||||
|
||||
* **Demand Adjustment Factor (DAF)**: is a manipulation of the ADU input
|
||||
within a specific time period. The system will look for existing DAFs when
|
||||
computing the ADU for each buffer and apply them. The system will also
|
||||
explode the resulting increase in demand of parent buffers to all their
|
||||
children buffers using the BoM.
|
||||
* **Lead Time Adjustment Factor (LTAF)**: manipulates the Decoupled Lead Time
|
||||
for an individual part or group of parts (buffer profile, same partner...)
|
||||
to adjust for a planned or known expansions of LT.
|
||||
* Zone Adjustment Factor (ZAF): pending to implement
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
16.0.1.0.0 (2023-12-05)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Standard migration to v16.
|
||||
|
||||
15.0.1.0.0 (2022-03-04)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Standard migration to v15.
|
||||
|
||||
14.0.1.0.0 (2021-06-17)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Standard migration to v14.
|
||||
|
||||
13.0.1.0.0 (2020-07-02)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Standard migration to v13.
|
||||
|
||||
11.0.1.1.0 (2019-02-01)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Refactor data model to reduce complexity. Functionality unchanged.
|
||||
|
||||
11.0.1.0.0 (2018-08-01)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Start of the history
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
* Implement new factors
|
||||
* Reuse existing factor and modify them instead of always creating new ones.
|
||||
* Add small graph view in buffer form as a way to overview DAFs.
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
To plan buffer adjustments act as follows:
|
||||
|
||||
#. Click on *Inventory > Demand Planning > Create Buffer Adjustments*.
|
||||
#. In the popup window fill the *Period* and *Date Range Type* to perform
|
||||
your planning.
|
||||
#. Check the boxes of the *Factor to Apply* in which you are interested.
|
||||
#. Select the DDMRP Buffers where to apply this factors.
|
||||
#. Under the title *Sheet* you will see a generated sheet in which you can
|
||||
fill the values for each period.
|
||||
#. Click *Validate* to confirm your planning and the system will end up
|
||||
showing you the newly created DDMRP adjustment records.
|
||||
Loading…
Add table
Add a link
Reference in a new issue