Metadata-Version: 2.4
Name: trytond_bank
Version: 8.0.0
Summary: Banks for Tryton
Project-URL: homepage, https://www.tryton.org/
Project-URL: documentation, https://docs.tryton.org/modules-bank/
Project-URL: changelog, https://docs.tryton.org/modules-bank/releases.html
Project-URL: forum, https://www.tryton.org/forum
Project-URL: issues, https://bugs.tryton.org/tryton
Project-URL: repository, https://code.tryton.org/tryton
Project-URL: funding, https://www.tryton.org/donate
Author: B2CK SRL
Author-email: Cédric Krier <cedric.krier@b2ck.com>
Maintainer-email: Tryton <foundation@tryton.org>
License-Expression: GPL-3.0-or-later
License-File: COPYRIGHT
License-File: LICENSE
License-File: icons/LICENSE
Keywords: bank,tryton
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Tryton
Classifier: Topic :: Office/Business
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: python-sql>=0.4
Requires-Dist: python-stdnum
Requires-Dist: trytond-currency<8.1,>=8.0
Requires-Dist: trytond-party<8.1,>=8.0
Requires-Dist: trytond<8.1,>=8.0
Provides-Extra: swift
Requires-Dist: schwifty>=2020.01.0; extra == 'swift'
Provides-Extra: test
Requires-Dist: schwifty; extra == 'test'
Description-Content-Type: text/x-rst

###########
Bank Module
###########

The *Bank Module* defines the concepts needed for storing banks and bank
accounts.

Bank
****

A bank links a party with a `BIC`_.

.. _`BIC`: https://en.wikipedia.org/wiki/Bank_Identifier_Code

Bank Account
************

A bank account is defined by a *Bank* and at least one number.

- The *Bank* is the bank where the account is set.
- The *Owners* are the parties who own the account.
- The *Currency* is the default currency of the account.
- The *Numbers* are the different possible number that identifies the account.
  There are two types defined by default:

  - `IBAN`_
  - Other

.. _`IBAN`: https://en.wikipedia.org/wiki/IBAN
