'''BlueSeer ERP''' is a Free open source multilingual ERP software package. It was designed to meet the needs of
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. BlueSeer also provides a fully functional EDI mapping tool for EDI translations and file traffic monitoring.
BlueSeer is released for free use under the MIT License. The application and source code
are available for download at github.com. BlueSeer was originally launched in 2017 and continues to evolve to meet user demands.
The latest 'stable' release of version 7.0 was released on 2024-09-01.
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 * Job / Operation Scanning * Lot Traceability * Purchasing * Order Management * Recurrable Service Billing * Service Order and Quoting Management * Freight Management * Electronic Data Interchange (EDI) * EDI Mapping tool (supports: X12, EDIFACT, CSV, FlatFile [IDOC, etc], XML, JSON ) * EDI Communications (FTP, AS2 server/client) * Automated Task/Cron Scheduler * UCC Label Generation * Materials Resource Planning (MRP) * Human Resources (HR)
BlueSeer ERP is written entirely in Java. The application is a non-web based desktop application that relies heavily on the Java Swing 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. The MySQL backend can be hosted on a local network or in the Cloud for a remote DB deployment configuration.
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.
To use Netbeans, you will first need to download the Netbeans IDE (version 12 or higher). Once you have Netbeans installed, the following steps can be used to compile BlueSeer and bring up a test instance of the application : 1. Download the blueseer source from github. You can either 'git clone https://github.com/BlueSeerERP/blueseer.git' or download the zipped version of Blueseer from github.com/BlueseerERP and extract the contents into a directory called 'blueseer'. 2. Open a command prompt and cd to the install directory 'blueseer/test'. This will be your working/testing directory 3. Type './refresh.bat' or ('./refresh.sh' for linux) to establish a test instance of the blueseer application along with the bs.cfg file and database instance 4. Start Netbeans and choose 'Open Project' to open the blueseer project files. 5. Right click on the blueseer project and go to Project Properties 6. Click on the 'run' portion of the properties and set the working directory to the 'test' directory where the instance config files and data directories are located. 7. You should now be able to build and run the application. The default login credentials are 'admin' and 'admin' respectively.
Pre-requisite: You will need the JDK (version 17 preferred) installed to run Ant. You will then need to download the Ant build tool and install. Make sure the ant executable is in your Environment Variables. Once you have Ant installed, the following steps can be used to compile BlueSeer and bring up a test instance of the application:
Pre-requisite: You will need the JDK (version 17 preferred) installed to run Maven. You will then need to download the maven build tool and install. Make sure the mvn executable is in your Environment Variables. Once you have maven installed, the following steps can be used to compile BlueSeer and bring up a test instance of the application:
Here's a simple guide to contribute to the BlueSeer project:
git clone your new fork to local clientgit checkout -b mybranch/mycode_change)git commit -m 'mycode with enhancement/fix/feature.')git push origin mybranch/mycode_change)MIT License (see license.txt)
Please read our Logo and Trademark Policy.
$ claude mcp add blueseer \
-- python -m otcore.mcp_server <graph>