Posted by tuantruong on April 13, 2011 at 9:51am
Hello there,
I am quite new to drupal but I was very impressed with some of the newspaper sites using Drupal, and have decided to use Drupal for developing my newspaper website.
However , there is one functionality that I need, which is calculate the fee for each publisher when an article is published, so that the manager of the website can see how much money they owe to each publisher.
I have gone through the forum but haven't found a module that do the job.
DO you guys know any thing like that, or do I need to write a module on my own?
Thanks for your help.
Comments
Can't you just use a simple
Can't you just use a simple impression statistics system?
Or do you have different fees per article?
If you first have the platform with everything you need, a simple module to calculate fees to your publishers shouldn't be that hard to implement thanks to Drupals hooks system.
(Of course depending on your requirements to the module)
But I cant say, if such a module already exists - I haven't seen any.
Good luck with your project :)