diff --git a/content/applications/finance/fiscal_localizations.rst b/content/applications/finance/fiscal_localizations.rst index f121745ee..1e23d1bbc 100644 --- a/content/applications/finance/fiscal_localizations.rst +++ b/content/applications/finance/fiscal_localizations.rst @@ -89,7 +89,7 @@ available on Odoo. - Greece - Accounting - Guatemala - Accounting - Honduras - Accounting -- Hong Kong - Accounting +- :doc:`Hong Kong - Accounting ` - Hungarian - Accounting - :doc:`Indian - Accounting ` - :doc:`Indonesian - Accounting ` @@ -145,6 +145,7 @@ available on Odoo. fiscal_localizations/egypt fiscal_localizations/france fiscal_localizations/germany + fiscal_localizations/hong_kong fiscal_localizations/india fiscal_localizations/indonesia fiscal_localizations/italy diff --git a/content/applications/finance/fiscal_localizations/hong_kong.rst b/content/applications/finance/fiscal_localizations/hong_kong.rst new file mode 100644 index 000000000..4afe616bc --- /dev/null +++ b/content/applications/finance/fiscal_localizations/hong_kong.rst @@ -0,0 +1,70 @@ +========= +Hong Kong +========= + +Configuration +============= + +:ref:`Install ` the :guilabel:`Hong Kong - Accounting` module to get the features +of the HK localization. + +.. image:: hong_kong/hk-module.png + :align: center + :alt: "Hong Kong - Accounting" localization module marked as "installed" + +Add FPS QR codes to invoices +============================ + +:abbr:`FPS (Faster Payment System)` is a payment service platform that allows customers to make +instant domestic payments to individuals and merchants in Hong Kong dollars or Renminbi via online +and mobile banking. + +Activate QR codes +----------------- + +Go to :menuselection:`Accounting --> Configuration --> Settings`. Under the :guilabel:`Customer +Payments` section, activate the :guilabel:`QR Codes` feature. + +.. image:: hong_kong/hk-qr-code-setting.png + :align: center + :alt: "QR Codes" feature activated + +FPS bank account configuration +------------------------------ + +Go to :menuselection:`Contacts --> Configuration --> Bank Accounts` and select the bank account for +which you want to activate FPS. Set the :guilabel:`FPS Type` and fill in the :guilabel:`FPS ID/Phone +Number/Email Address` field depending on the type you chose. + +.. note:: + The account holder's country must be set to Hong Kong on its contact form. + +.. image:: hong_kong/hk-fps-bank-setting.png + :align: center + :alt: FPS bank account configuration + +.. seealso:: + :doc:`../accounting/bank/setup/bank_accounts` + +Bank journal configuration +-------------------------- + +Go to :menuselection:`Accounting --> Configuration --> Journals`, open the bank journal, then fill +out the :guilabel:`Account Number` and :guilabel:`Bank` under the :guilabel:`Journal Entries` tab. + +.. image:: hong_kong/hk-bank-account-journal-setting.png + :align: center + :alt: Bank Account's journal configuration + +Issue invoices with FPS QR codes +-------------------------------- + +When creating a new invoice, open the :guilabel:`Other Info` tab and set the :guilabel:`Payment +QR-code` option to *EMV Merchant-Presented QR-code*. + +.. image:: hong_kong/hk-qr-code-invoice-setting.png + :align: center + :alt: Select EMV Merchant-Presented QR-code option + +Ensure that the :guilabel:`Recipient Bank` is the one you configured, as Odoo uses this field to +generate the FPS QR code. diff --git a/content/applications/finance/fiscal_localizations/hong_kong/hk-bank-account-journal-setting.png b/content/applications/finance/fiscal_localizations/hong_kong/hk-bank-account-journal-setting.png new file mode 100644 index 000000000..47a40bfdb Binary files /dev/null and b/content/applications/finance/fiscal_localizations/hong_kong/hk-bank-account-journal-setting.png differ diff --git a/content/applications/finance/fiscal_localizations/hong_kong/hk-fps-bank-setting.png b/content/applications/finance/fiscal_localizations/hong_kong/hk-fps-bank-setting.png new file mode 100644 index 000000000..bb1ec5cf9 Binary files /dev/null and b/content/applications/finance/fiscal_localizations/hong_kong/hk-fps-bank-setting.png differ diff --git a/content/applications/finance/fiscal_localizations/hong_kong/hk-module.png b/content/applications/finance/fiscal_localizations/hong_kong/hk-module.png new file mode 100644 index 000000000..3a534b28a Binary files /dev/null and b/content/applications/finance/fiscal_localizations/hong_kong/hk-module.png differ diff --git a/content/applications/finance/fiscal_localizations/hong_kong/hk-qr-code-invoice-setting.png b/content/applications/finance/fiscal_localizations/hong_kong/hk-qr-code-invoice-setting.png new file mode 100644 index 000000000..6df1d5838 Binary files /dev/null and b/content/applications/finance/fiscal_localizations/hong_kong/hk-qr-code-invoice-setting.png differ diff --git a/content/applications/finance/fiscal_localizations/hong_kong/hk-qr-code-setting.png b/content/applications/finance/fiscal_localizations/hong_kong/hk-qr-code-setting.png new file mode 100644 index 000000000..d85cbcf28 Binary files /dev/null and b/content/applications/finance/fiscal_localizations/hong_kong/hk-qr-code-setting.png differ