-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] stock_request: pre-commit auto fixes
- Loading branch information
Showing
14 changed files
with
116 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
To configure this module: | ||
|
||
- Go to Stock Requests \> Settings | ||
|
||
Users should be assigned to the groups 'Stock Request / User' or 'Stock | ||
Request / Manager'. | ||
|
||
\## Group Stock Request / User | ||
|
||
- Can see her/his own Stock Requests, and others that she/he's been | ||
granted permission to follow. | ||
- Can create/update only her/his Stock Requests. | ||
|
||
\## Group Stock Request / Manager | ||
|
||
- Can fully manage all Stock Requests |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
- Jordi Ballester (EFICENT) \<<jordi.ballester@forgeflow.com>\>. | ||
- Enric Tobella \<<etobella@creublanca.es>\> | ||
- Atte Isopuro \<<atte.isopuro@avoin.systems>\> | ||
- Lois Rilo \<<lois.rilo@forgeflow.com>\> | ||
- Raul Martin \<<raul.martin@braintec-group.com>\> | ||
- Serpent Consulting Services Pvt. Ltd. \<<support@serpentcs.com>\> | ||
- [Open Source Integrators](https://www.opensourceintegrators.com) | ||
- Maxime Chambreuil \<<mchambreuil@opensourceintegrators.com>\> | ||
- Steve Campbell \<<scampbell@opensourceintegrators.com>\> | ||
- Héctor Villarreal \<<hector.villarreal@forgeflow.com>\> | ||
- Kitti U. \<<kittiu@ecosoft.co.th>\> | ||
- Bernat Puig \<<bernat.puig@forgeflow.com>\> | ||
- Oriol Miranda \<<oriol.miranda@forgeflow.com>\> |
This file was deleted.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion
3
stock_request/readme/DESCRIPTION.rst → stock_request/readme/DESCRIPTION.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
This module was written to allow users to request products that are | ||
frequently stocked by the company, to be transferred to their chosen location. | ||
frequently stocked by the company, to be transferred to their chosen | ||
location. |
6 changes: 3 additions & 3 deletions
6
stock_request/readme/ROADMAP.rst → stock_request/readme/ROADMAP.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
There is no way to achieve Storck Request and Stock Request Orders. | ||
It should be developed taking into account that only Cancel and Done | ||
stock request can be archived. | ||
There is no way to achieve Storck Request and Stock Request Orders. It | ||
should be developed taking into account that only Cancel and Done stock | ||
request can be archived. | ||
|
||
It is also required to manage active field logically from Orders to SRs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
\## Creation | ||
|
||
- Go to 'Stock Requests / Stock Requests' and create a new Request. | ||
- Indicate a product, quantity and location. | ||
- Press 'Confirm'. | ||
|
||
Upon confirmation the request will be evaluated using the procurement | ||
rules for the selected location. | ||
|
||
In case that transfers are created, the user will be able to access to | ||
them from the button 'Transfers' available in the Stock Request. | ||
|
||
\## Cancel | ||
|
||
When the user cancels a Stock Request, the related pending stock moves | ||
will be also cancelled. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters