Implemented Recurring Subscription Invoices

affLIFT

Licensed
Licensed
User Upgrade Pro
Joined
Feb 9, 2021
Messages
10
Reaction score
6
I recommend creating individual invoices for recurring user upgrade subscriptions.


This is a feature that I have been unable to find with any other add-on, but in many countries, you MUST have individual invoices for each payment made for accounting purposes.

So, if someone is paying $10/month for a user upgrade, the add-on would generate an invoice every month when the payment is received.

Thanks!
 
Hello,

Thank you for your suggestion !

What I can do is to add a line at each renewal in expired subscriptions, the only problem is that I won't be able to generate a new invoice for old renewals, it will only work for future renewals.

Regards, CTRUEL-MODZ
 
Hello,

Thank you for your suggestion !

What I can do is to add a line at each renewal in expired subscriptions, the only problem is that I won't be able to generate a new invoice for old renewals, it will only work for future renewals.

Regards, CTRUEL-MODZ
I think that would work fine :)
 
Hello,

Small update. After some testing it seems to work. I finally didn't do as I said before, I created a new table that will store only the renewed subscriptions (this means that if it's a recurring payment it will be inserted in the new table).

Currently I've merged the table of expired subscriptions with the renewed subscriptions (table that I created) but I can create a new table (example table: Screenshot), to differentiate this: so currently it looks like active/expired subscription, but I can make active/expired/renewed subscription.

Regards, CRUEL-MODZ
 
so currently it looks like active/expired subscription, but I can make active/expired/renewed subscription.
It looks good what you've done, but I think this would be VERY useful 👍
 
Top Bottom