Welcome, Guest
Username: Password: Remember me
1. The "search..." box above searches the Docs & Forum Posts. The "Search" tab above just searches the Forum Posts. :side:
Please use these to search for your issue *before* creating a new message topic, as your issue may have been previously solved.
2. Please put your Club # and Club Web Address in your Forum Signature (best) OR in each post to get faster support from us.
Click here to edit your signature at the bottom of the Profile Information tab.
3. Our user and admin docs are available at: support.toastmastersclubs.org/doc "There's a doc for that!" ;)
4. There is an "Opt In" Feature for newly added members. The Opt In document explains the strikethrough member information. Click Here to View the Post
5. When posting a New Topic , please include all relevant details and be specific. When did your issue 1st occur? What operating system, browser, & browser version are you using? Did you refresh your browser cache? Are your cookies enabled? Lastly, a screen shot is often helpful.
6. Please abide by the Terms of Use . We are volunteers contributing our spare time. We are happy to assist you, so long as you are respectful and courteous.
7. We are always looking for new FreeToastHost Ambassadors to join our team and support fellow Toastmasters in their use of the FreeToastHost website system. If you are familiar with the system and have some interest, send a Send Us a Private Message.
  • Page:
  • 1

TOPIC:

Dues follow-up notice bug 5 years 10 months ago #76909

  • NotLiable
  • NotLiable's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Posts: 245
  • Thank you received: 38
Hi,
When I click the button labeled "Basic Follow-up Email-PAID DUES," the recipient list includes two members for whom I have the status on the "Send Notices/Track Payments" tab set to "No Email/Other." Might I suggest that the criterion for building said list be IF Status=Cash OR Status=Check OR Status=PayPal OR Status=Direct Deposit THEN Add_Person_To_List.
The UNPAID DUES button builds the list properly, and I suspect that at present it's simply using IF Status=Send THEN Add_Person_To_List.

Art
The following user(s) said Thank You: SteveTheTechie
The topic has been locked.

Dues follow-up notice bug 5 years 10 months ago #76912

  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 11526
  • Thank you received: 3795
Thanks, let me look into this.
The topic has been locked.

Dues follow-up notice bug 5 years 10 months ago #76913

  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 11526
  • Thank you received: 3795
Art, you are absolutely correct. Thanks for the report! :) :thumbsup:

These are actually selectors like are used for CSS. (jQuery uses them also.) I pull the FTH member identifiers (memberid's) from the appropriate checked/unchecked radios and send them to the server to send the emails out.

The unpaid selector is ('open' is the control 'value' for Send):
input[type='radio'][value='open']:checked

The paid selector was:
input[type='radio'][value='open']:not(:checked)

You can see that is problematic w/ the noemail case, so I changed the paid selector to:
input[type='radio']:not([value='open'],[value='noemail']):checked

Let me know if this is working for you now.
Last edit: by SteveTheTechie.
The topic has been locked.

Dues follow-up notice bug 5 years 10 months ago #76914

  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 11526
  • Thank you received: 3795
BTW, we also need "paid by credit card" radio buttons, but we really do not have room for them currently. Some clubs use Square and similar cell phone based payment devices for on the spot credit card dues payments.

I suspect I am going to have to eventually ditch the radio buttons and go to drop-downs instead.
The topic has been locked.

Dues follow-up notice bug 5 years 10 months ago #76915

  • NotLiable
  • NotLiable's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Posts: 245
  • Thank you received: 38
I approve the doubling of your salary. Looks great now. Thanks!
The topic has been locked.

Dues follow-up notice bug 5 years 10 months ago #76916

  • NotLiable
  • NotLiable's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Posts: 245
  • Thank you received: 38
Muchas gracias! Looks good!
The topic has been locked.

Dues follow-up notice bug 5 years 10 months ago #76918

  • NotLiable
  • NotLiable's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Posts: 245
  • Thank you received: 38
While my club does not accept CC payments, I concur that for clubs using what you mentioned you will likely have to add a credit card payment column.
Thanks, Steve. I really admire you for your skills in this area.
Art
The topic has been locked.

Dues follow-up notice bug 5 years 10 months ago #76922

  • NotLiable
  • NotLiable's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Posts: 245
  • Thank you received: 38
Looking good! Muchas gracias.
The topic has been locked.
  • Page:
  • 1
Moderators: Pamjliumarc33NotLiabledeedubbleyooNSBPhyllis Kirouac
Time to create page: 0.040 seconds
Powered by Kunena Forum