I manage an investment blog that is currently using WordPress. However, I am starting to get frustrated with the limitations of WordPress. I wanted to learn whether Drupal might help me enhance my site and handle some of the tasks that I can't currently do in WordPress.
A few months ago I created a "premium" content section on my site for paying members. I use Registered Only plugin in WordPress right now to restrict access. It looks like Drupal has a built in system for this feature. Is this true? Is there anything that can help me keep track of when users' subscriptions are expiring?
The main feature of the premium content section of my site is a listing of stock risk arbitrage opportunities for small individual investors. I'm currently entering in the stock symbol, company name, tender price and links to the SEC filings in to an Excel spreadsheet that then gets the stock price for each stock in the table and then calculates the difference between the stock price and the price the company is offering to buy back the stock for. I then run a mail merge and produce the list of the deals with xhtml markup. I have to run this several times to get reports sorted by each of the different variables. This is a real annoying task.
I noticed the Flexinode module, and it looks like I could set up a node that would have fields I could configure and enter the information for each of these deals into a form. I also spotted the stockapi module that can get stock prices from Yahoo. I was wondering if there was any way I could have a field in a flexinode for stock ticker and then have the stock price automatically added to another field. I also need another field that takes the stock price and calculates the percent gain from the offering price of the stock buy back (entered earlier into a numeric field).