website: www.blueseer.com
BlueSeer provides modules for the following generic set of business concepts :
- Double Entry General Ledger
- Cost Accounting
- Accounts Receivable Processing and Aging
- Accounts Payable Processing and Aging
- PayRoll
- APIs for system to system integration
- Inventory Control
- Job Tracking
- Lot Traceability
- Order Management
- Service Order and Quoting Management
- Electronic Data Interchange (EDI)
- UCC Label Generation
- Materials Resource Planning (MRP)
- Human Resources (HR)
BlueSeer is a menu-driven application. It's composition is a collection of Java Swing JPanel widgets. Each business function, i.e. Order Entry, Item Master Maintenance, etc is a stand-alone JPanel widget. Each JPanel widget is loaded at runtime using Reflection to 'inject' the JPanel into the JFrame on user demand. JPanel class names are stored in the database and associated with menu options which are further associated with user permissions. This archtitecture increases the capability of customization and extension by engaging BlueSeer as a Desktop Application Framework. Applications independent of the core software can be quickly deployed given the menu/class management and permissions functionality that's built into the BlueSeer framework.