From 1badc483311d78bdb21aa5187d71c024e859de34 Mon Sep 17 00:00:00 2001 From: Carmen Bianca BAKKER Date: Thu, 21 Sep 2023 10:37:32 +0200 Subject: [PATCH] [IMP] pos_customer_wallet: Some user-facing documentation Signed-off-by: Carmen Bianca BAKKER --- pos_customer_wallet/readme/CONFIGURE.rst | 7 +++++++ pos_customer_wallet/readme/DESCRIPTION.rst | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 pos_customer_wallet/readme/CONFIGURE.rst diff --git a/pos_customer_wallet/readme/CONFIGURE.rst b/pos_customer_wallet/readme/CONFIGURE.rst new file mode 100644 index 000000000..8ea8289ea --- /dev/null +++ b/pos_customer_wallet/readme/CONFIGURE.rst @@ -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. diff --git a/pos_customer_wallet/readme/DESCRIPTION.rst b/pos_customer_wallet/readme/DESCRIPTION.rst index e69de29bb..e819e223c 100644 --- a/pos_customer_wallet/readme/DESCRIPTION.rst +++ b/pos_customer_wallet/readme/DESCRIPTION.rst @@ -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.