You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module handles donations by cash, check or by credit transfer and generate the corresponding journal entries and tax receipts. To fully support donations by credit transfer, if you are using the OCA bank statement reconcile interface, you also need the module **donation_bank_statement_oca**.
31
+
This module handles donations by cash, check or by credit transfer and
32
+
generate the corresponding journal entries and tax receipts. To fully
33
+
support donations by credit transfer, if you are using the OCA bank
34
+
statement reconcile interface, you also need the module
35
+
**donation_bank_statement_oca**.
32
36
33
37
This module will assist you in writing a thanks letter.
34
38
35
-
This module also supports in-kind donations (in-kind donations don't generate any accounting entry but can generate a tax receipt).
39
+
This module also supports in-kind donations (in-kind donations don't
40
+
generate any accounting entry but can generate a tax receipt).
36
41
37
42
**Table of contents**
38
43
@@ -44,61 +49,83 @@ Configuration
44
49
45
50
To configure this module, you need to:
46
51
47
-
* create donation products
48
-
* make sure you have an inbound payment mode for each payment mode used to receive donations. This payment mode must be configured with *Link to Bank Account* set to *Fixed* and with the donation option active.
49
-
* if you wish to have a control amount on the donation, add the users to the group *Donation Check Total*
52
+
- create donation products
53
+
- make sure you have an inbound payment mode for each payment mode
54
+
used to receive donations. This payment mode must be configured
55
+
with *Link to Bank Account* set to *Fixed* and with the donation
56
+
option active.
57
+
- if you wish to have a control amount on the donation, add the
58
+
users to the group *Donation Check Total*
50
59
51
60
If you receive donations via credit transfer, you must also:
52
61
53
-
* in the configuration page *Invoicing > Configuration > Settings*, in the *Donations* section, select the product that will be used for donations by credit transfer.
54
-
* on the bank journals corresponding to the bank accounts on which you receive donations by credit transfer, in the *Payments Configuration* tab, select the *Donation by credit transfer account*. This account must allow reconciliation.
55
-
* Make sure that the accountant that processes bank statements has *User* access level or higher on the *Donation* application.
62
+
- in the configuration page *Invoicing > Configuration > Settings*, in
63
+
the *Donations* section, select the product that will be used for
64
+
donations by credit transfer.
65
+
- on the bank journals corresponding to the bank accounts on which you
66
+
receive donations by credit transfer, in the *Payments Configuration*
67
+
tab, select the *Donation by credit transfer account*. This account
68
+
must allow reconciliation.
69
+
- Make sure that the accountant that processes bank statements has
70
+
*User* access level or higher on the *Donation* application.
56
71
57
72
Usage
58
73
=====
59
74
60
75
This module handles donations by cash, check or by credit transfer:
61
76
62
-
* for donation by cash or check, you should first create a new donation and validate it. Then, if you have the module *account_check_deposit* from the project `OCA/account-financial-tools <https://github.com/OCA/account-financial-tools>`_, you can create a check deposit.
63
-
* for a donation by credit transfer, the process is different: import your bank statement file and, while processing it, you will see a donation button that allow you to create a new donation directly from the bank statement reconcile interface.
77
+
- for donation by cash or check, you should first create a new donation
78
+
and validate it. Then, if you have the module *account_check_deposit*
- for a donation by credit transfer, the process is different: import
83
+
your bank statement file and, while processing it, you will see a
84
+
donation button that allow you to create a new donation directly from
85
+
the bank statement reconcile interface.
64
86
65
87
When you validate a donation:
66
88
67
-
* it will create a journal entry that goes directly from the revenue account to the payment account without going through a receivable account.
68
-
* if the tax receipt option of the donor is configured as *For Each Donation* and the product of the donation line is eligible to a tax receipt, it will generate the tax receipt.
89
+
- it will create a journal entry that goes directly from the revenue
90
+
account to the payment account without going through a receivable
91
+
account.
92
+
- if the tax receipt option of the donor is configured as *For Each
93
+
Donation* and the product of the donation line is eligible to a tax
94
+
receipt, it will generate the tax receipt.
69
95
70
-
To have some statistics about the donations, go to the menu Donation > Reporting > Donations Analysis.
96
+
To have some statistics about the donations, go to the menu Donation >
97
+
Reporting > Donations Analysis.
71
98
72
99
Bug Tracker
73
100
===========
74
101
75
102
Bugs are tracked on `GitHub Issues <https://github.com/OCA/donation/issues>`_.
76
103
In case of trouble, please check there if your issue has already been reported.
77
104
If you spotted it first, help us to smash it by providing a detailed and welcomed
0 commit comments