Please Log in or Create an account to join the conversation.
CBSubs can't do this. Best approach I can suggest is querying the subscriptions database table with a custom extension to output the results in a format you're wanting then print those results. Clearly would need to custom develop the extension or hire someone to do it, but it's doable.But the client also wants to automatically give subscribers to the print magazine the same accesses. I don't want to recommend having two databases, so my question is whether anyone has used CBSubs for a print publication. What we would need would be the ability to create mailing labels (name, street address, city, state, Zip and Zip+4, Country) based on current subscription status (will expire in two months, will expire in one month, expired, expired + one month, etc.). Ideally, the output would be a PDF file, but a standard CSV would work as well.
Please Log in or Create an account to join the conversation.
krileon wrote: Best approach I can suggest is querying the subscriptions database table with a custom extension to output the results in a format you're wanting then print those results. Clearly would need to custom develop the extension or hire someone to do it, but it's doable.
Please Log in or Create an account to join the conversation.
No, you'll need to examine the database and formulate a query to do as you're needing.I can probably write this myself. Does your documentation explain the MySQL fields you use in the subscriptions database?
Please Log in or Create an account to join the conversation.
krileon wrote:
No, you'll need to examine the database and formulate a query to do as you're needing.I can probably write this myself. Does your documentation explain the MySQL fields you use in the subscriptions database?
Please Log in or Create an account to join the conversation.
beat wrote: Welcome back
True, but I need to note the database is very self-explanatory, logically designed in cleartext
Please Log in or Create an account to join the conversation.