You can edit almost every page by Creating an account. Otherwise, see the FAQ.

BlueSeer ERP

From EverybodyWiki Bios & Wiki



BlueSeer ERP
File:BlueSeerImage.png
Developer(s)Terry Vaughn
Stable release
4.2 / June 26, 2019; 4 years ago (2019-06-26)
Written inJava
Engine
    Operating systemCross-platform
    TypeAccounting,ERP,Personal finance
    LicenseMIT
    Websitewww.blueseer.com

    Search BlueSeer ERP on Amazon.

    BlueSeer ERP is a Free open source ERP software package. It was designed to meet a need in the manufacturing community for an ERP system that is easily customizable and extendable while providing generic functionality that is typically observed in most manufacturing environments.[1] BlueSeer is released under the MIT License. The application and source code are available for download at SourceForge.com. The development of BlueSeer began in 2005, and the latest version 4.2 was released on June 26th 2019.

    Functionality[edit]

    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
    • 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)

    Technology[edit]

    BlueSeer ERP is written entirely in Java. The application is a non-web based graphical user interface desktop application that relies heavily on the Java Swing Swing (Java) widget toolkit/library. There are currently two database engines available for BlueSeer. For single client deployment, The relational database SQLite is used for it's deployment ease and server-less design. For multi-client deployment scenarios, the open-source relational database MySQL is used as the back-end database server. MySQL was chosen for it's popularity and excellent performance reviews[2].
    BlueSeer is a menu-driven application. It's "molecular 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 (computer programming) 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 managment and permissions functionality that's built into the BlueSeer framework.
    Current development interests are the inclusion of other open source database packages for the back-end server.

    See also[edit]

    References[edit]

    1. "The Small Manufacturing Business Guide". www.smbguide.com. Retrieved 11 July 2019.
    2. [http://review.techworld.com/applications/346/mysql-50-open-source-database/ Review of MySQL Server 5.0], Techworld.com, November 2005

    Rewrote the page for more of an encyclopedia feel...and less 'markety' per the editor's comments.[edit]


    This article "BlueSeer ERP" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:BlueSeer ERP. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.