[IMP]stock_planning:improved module description for removing error

bzr revid: help-20120821051246-cd4nafp5myiuhw09
This commit is contained in:
help 2012-08-21 10:42:46 +05:30
parent 0d4603f4f9
commit 71104d2c20
1 changed files with 2 additions and 8 deletions

View File

@ -200,9 +200,7 @@ When you are in the same period (current period is the same as calculated) Stock
When you calculate period next to current:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**Stock Simulation =** Stock of beginning of current Period - Planned Out of current Period
+ Confirmed In of current Period (incl. Already In) - Planned Out of calculated Period
+ Planned In of calculated Period .
**Stock Simulation =** Stock of beginning of current Period - Planned Out of current Period + Confirmed In of current Period (incl. Already In) - Planned Out of calculated Period + Planned In of calculated Period .
As you see the calculated Period is taken the same way as in previous case, but
the calculation in the current Period is a little bit different. First you should
@ -212,11 +210,7 @@ going to the next one.
When you plan for future Periods:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**Stock Simulation =** Stock of beginning of current Period
- Sum of Planned Out of Periods before calculated
+ Sum of Confirmed In of Periods before calculated (incl. Already In)
- Planned Out of calculated Period
+ Planned In of calculated Period.
**Stock Simulation =** Stock of beginning of current Period - Sum of Planned Out of Periods before calculated + Sum of Confirmed In of Periods before calculated (incl. Already In) - Planned Out of calculated Period + Planned In of calculated Period.
Here "Periods before calculated" designates all periods starting with the current
until the period before the one being calculated.