Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process partially deductible contributions #23

Open
bjendres opened this issue Oct 23, 2015 · 1 comment
Open

Process partially deductible contributions #23

bjendres opened this issue Oct 23, 2015 · 1 comment
Labels
feature needs funding status:needs work There is code, but it needs additional work before it should be reviewed.

Comments

@bjendres
Copy link
Member

If you have contributions that are partially deductible, i.e. the non_deductible_amount is not the whole total_amount, the donation receipts are incorrect. Effectively the whole amount is receipted in this case!

If you want to know whether you are affected, you can use this query to see how many partially deductible contributions you have:
SELECT COUNT(id) AS number_of_partial_donations FROM civicrm_contribution WHERE (non_deductible_amount IS NOT NULL AND non_deductible_amount != 0 AND non_deductible_amount != total_amount);

Obviously, this is only relevant if the contributions are of an deductible type that has been selected for receipting.

@bjendres
Copy link
Member Author

Partially deductible contributions will be ignored beginning with version 1.2rc3. I will this downgrade this ticket from bug to feature.

@bjendres bjendres added feature and removed bug labels Oct 29, 2015
@bjendres bjendres changed the title Bug with partially deductible contributions Process partially deductible contributions Oct 29, 2015
@bjendres bjendres modified the milestones: 1.2.1, 1.3 Feb 5, 2016
@bjendres bjendres modified the milestones: 1.3, 1.4 Jun 16, 2016
@bjendres bjendres modified the milestones: 1.4, Not yet funded Nov 29, 2016
@jensschuppe jensschuppe added the status:needs work There is code, but it needs additional work before it should be reviewed. label Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature needs funding status:needs work There is code, but it needs additional work before it should be reviewed.
Projects
None yet
Development

No branches or pull requests

2 participants