Connecting Tech Pros Worldwide Help | Site Map

integrated system dashboard - Python/Django? OOo Base? Other?

Newbie
 
Join Date: Aug 2009
Posts: 6
#1: Aug 11 '09
I'm about to start a fairly large project for a mid-sized business with a lot of integration with other systems (POS, accounting, website, inventory, purchasing, etc.) The purpose of the system is to try to reduce current data siloing and give employees role-based access to the specific data entry and reports they need, as well as to replace some manual and redundant business processes. The system needs to be cross-platform (Windows/Linux), open source and is primarily for LAN use.

My experience is mostly PHP/web/app development, but I have developed a few LAN apps using Java/Servoy (like Filemaker). I am leaning towards Python/Django - but wondering whether this may be unnecessarily web-specific. I really felt Servoy development was very rapid, and it was cross-paltform, but it was not open source (not to mention that anything custom needed to be Java which I find too verbose/ slow to develop in). Or maybe Open Office Base and some scripting is sufficient to handle my needs.

So, my main question is: Does a web framework like Django sound like a reasonable platform to build a LAN Dashboard for a mid-sized company? Or am I thinking too much like a web developer?

Any tips or suggestions would be greatly appreciated.
Newbie
 
Join Date: Aug 2009
Posts: 1
#2: Aug 12 '09

re: integrated system dashboard - Python/Django? OOo Base? Other?


You mention twice you are looking for an open source solution. Why?
Newbie
 
Join Date: Aug 2009
Posts: 6
#3: Aug 12 '09

re: integrated system dashboard - Python/Django? OOo Base? Other?


Hello, hexcoder. Thanks for your reply.

We believe that open source is the best approach for our organization. We have been plagued by licensing issues and an inability to modify and improve some of the closed source products we have been using. Plus, we are a Co-op, and believe that the cooperative approach of open source projects bests align with our business principals.
Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,936
#4: Aug 24 '09

re: integrated system dashboard - Python/Django? OOo Base? Other?


PHP works just as well on the desktop, and is open-source. There's even a (maturing) UI library - php-gtk2.
Newbie
 
Join Date: Aug 2009
Posts: 6
#5: Aug 24 '09

re: integrated system dashboard - Python/Django? OOo Base? Other?


Thanks for your reply, Markus.

I'm actually starting to think that a web client/server paradigm is the best approach for my application for 3 main reasons:
- easy deployment
- easy updates
- faster UI development with web framework than with desktop library

The web2py project is looking like the most promising framework for my project, largely due to it's built-in multi-database/product handling.
Reply