-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] sale_loyalty_limit: pre-commit auto fixes
- Loading branch information
1 parent
e7f3aac
commit 843d93e
Showing
11 changed files
with
115 additions
and
95 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
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,20 @@ | ||
To configure customer limits: | ||
|
||
1. Go to *Sales \> Products \> Discount & Loyalty* and select or create | ||
a new one. | ||
2. Set the *Maximum Customer Applications* to the number of times a | ||
program can be used by a customer. | ||
|
||
NOTE: The customer limit is applied at commercial entity level, not for | ||
each contact inside the entity. | ||
|
||
To configure salesmen limits: | ||
|
||
1. Go to *Sales \> Products \> Discount & Loyalty* and select or create | ||
a new one. | ||
2. Add salesmen to the *Salesmen Limits* list and their maximum number | ||
of applications. | ||
3. You can add different limits to different salesmen groups. | ||
4. If you want to constrain the use of the promotion to the salesmen | ||
list, set the option *Strict limit* on, so any other salesman won't | ||
be able to apply the promotion. |
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,6 @@ | ||
- [Tecnativa](https://www.tecnativa.com): | ||
- Pedro M. Baeza | ||
- David Vidal | ||
- Pilar Vargas | ||
- [Akretion](https://www.akretion.com): | ||
- Florian Mounier |
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,3 @@ | ||
This module allows to configure a limit on the times a promotion can be | ||
applied. Two limits can be configured: customer and salesman. Those | ||
limits apply to either programs or coupons. |
This file was deleted.
Oops, something went wrong.
6 changes: 4 additions & 2 deletions
6
sale_loyalty_limit/readme/USAGE.rst → sale_loyalty_limit/readme/USAGE.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
Oops, something went wrong.