Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

Add selector for users with active purchases and unassigned tickets #195

Open
MarkusH opened this issue Jun 14, 2014 · 3 comments
Open

Add selector for users with active purchases and unassigned tickets #195

MarkusH opened this issue Jun 14, 2014 · 3 comments
Assignees

Comments

@MarkusH
Copy link
Contributor

MarkusH commented Jun 14, 2014

  • Files:
    • pyconde/accounts/tasks.py
    • pyconde/accounts/utils.py

All distinct users having

  • at least one purchase with state invoice_created or payment_received
  • and at least one venueticket or simcardticket where user__isnull=True
@led02
Copy link
Contributor

led02 commented Jun 18, 2014

Where on the page can I test the queries?

@MarkusH
Copy link
Contributor Author

MarkusH commented Jun 18, 2014

In the admin drop down there is a link "send mail". You need to be superuser or have a specific permission. See pyconde.accounts.views.SendMailView and pyconde.accounts.tasks.send_mail.

On June 18, 2014 3:16:12 PM CEST, Michael Meinel notifications@github.com wrote:

Where on the page can I test the queries?


Reply to this email directly or view it on GitHub:
#195 (comment)

Sent from my Android device with K-9 Mail. Please excuse my brevity.

@led02
Copy link
Contributor

led02 commented Jun 18, 2014

Thx, found it. Testing...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants