-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] pos_customer_wallet: Some user-facing documentation
Signed-off-by: Carmen Bianca BAKKER <[email protected]>
- Loading branch information
1 parent
9259335
commit 8772350
Showing
2 changed files
with
10 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Setting this up requires a few careful steps: | ||
|
||
- Create a POS payment method. Set the journal to the Customer Wallet journal, | ||
toggle 'Identify Customer' on, and set the outstanding account to the Customer | ||
Wallet account. | ||
- Make sure the Customer Wallet product is available for sale in the Point of | ||
Sale. |
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 makes it possible to pay using the customer wallet in the Point of | ||
Sale. The wallet balance of the selected customer is shown on the payment | ||
screen. The value in grey is the projected balance after the order is completed. |