-
Notifications
You must be signed in to change notification settings - Fork 9k
[IMP] inventory: security lead times fix #12929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 18.0
Are you sure you want to change the base?
Conversation
483b539
to
10b27b4
Compare
Hi @justinmallette ! This PR is ready for peer review (: |
10b27b4
to
564e99c
Compare
Oops i found some errors and pushed up another commit 😅 @justinmallette |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments! I also saw that some of the images in this doc still have the outdated styling (the red boxes), but since they weren't included in your original PR, consider them a nitpick!
- Last calendar day to confirm the |RFQ| and convert it to a |PO| | ||
* - Expected Arrival | ||
- Arrival date of the products. Calculated by :math:`\text{Order Deadline} + \text{Vendor Lead | ||
Time}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Time}` | |
Time}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.. example:: | ||
To tie all the purchase lead times together, consider this: | ||
|
||
- Today: April 21 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Today: April 21 | |
- **Order Placed**: April 21 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know the terminology like you do, so replace this if it isn't correct. My concern is that seeing "today" in an example won't make sense since it's relative (even if you're defining it here). Would something like Sales Order Confirmed
or something like that work?
|
||
Example of the :abbr:`JIT (just-in-time)` forecast window, which is April 21-28. | ||
|
||
When creating an RFQ today: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When creating an RFQ today: | |
When creating an RFQ on the day the order was placed/the sales order was confirmed: |
|
||
When creating an RFQ today: | ||
|
||
- :guilabel:`Order Deadline`: April 23 (:math:`\text{Today} + 2`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- :guilabel:`Order Deadline`: April 23 (:math:`\text{Today} + 2`) | |
- :guilabel:`Order Deadline`: April 23 (:math:`\text{Order Confirmation Date} + 2`) |
time selected is the entry at the top of the list. | ||
|
||
.. tip:: | ||
A PO is marked late if the *Expected Arrival* date has passed, and appears in the *Late* box on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A PO is marked late if the *Expected Arrival* date has passed, and appears in the *Late* box on | |
A |PO| is marked late if the *Expected Arrival* date has passed, and appears in the *Late* box on |
Fixes the purchase security lead time error flagged by Jeso
Summary of changes
Received help from Jrma & Shke 😊