Slashdot Mirror


Circulation Manager for an Academic Journal?

kokaubeam asks: "I've been working for several years in the publication office of a small academic journal and am currently in the process of reworking our circulation management system. For a variety of reasons, a web-based system seems to make the most sense, and although I'm not too concerned about just sitting down and hacking one out, I'd much rather contribute to an existing open source project (if one exists that would fit the bill) than reinvent the wheel. After several hours scouring the web, I've yet to come up with anything that seems even close. I need something to manage the names and (postal) addresses of subscribers, securely store payment information, and print slip sheets or mailing labels. Any language would be fine, but PHP would be ideal since I'd like to integrate the subscription system with manuscript and book review management systems I'm working on. Does Slashdot have any suggestions for projects that I may have overlooked?"

1 of 10 comments (clear)

  1. Seriously, look at Ruby on Rails by Vaevictis666 · · Score: 2, Interesting
    Just spend an hour or two looking at the now-ubiquitous recipe book demo, and see if a system like that could suit your site-building needs.

    Looking at what my co-worker just managed to pull out of his hat in a week or so (combination SOAP/XML-HTTP client with revision control on the data, for web-hosting-ish stuff) you may find the hardest part is finding excuses to not convert your other stuff over :P

    The most difficult thing I think you'd run into based on your spec is the label printing stuff, but if you found a web-based solution for it in PHP I'm sure the Ruby version should be comparable. Hell, as far as that goes the easiest way I can think of is just take a copy of Access, point it at your database, and use it to generate the right query and design your labels...