Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C CDNTaxReceipts
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 32
    • Issues 32
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Extensions
  • CDNTaxReceipts
  • Merge requests
  • !152

Add financial type and payment method to receipts issued report (Option A)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged DaveD requested to merge DaveD/cdntaxreceipts:report-fintype into master Sep 16, 2021
  • Overview 21
  • Commits 1
  • Pipelines 0
  • Changes 4

This is option A for adding financial type and payment method to the receipts issued report. It looks up the CURRENT VALUE from the corresponding contribution.

Before this PR, except for contact name which is a bit inconsistent, this report uses the taxreceipt log record to get the values, so that they correspond to what was on the issued receipt, and don't change if you later edit the contribution. That's a good thing.

Since financial type and payment method aren't stored in the log, this Option A looks them up from the contribution, which means they might be different from when the tax receipt was issued if somebody edited the contribution since then. So another option B would be to start storing financial type and payment method in the log too.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: report-fintype