Demo: http://inoerp.org/extensions/user/user_login.php
Homepage: http://inoideas.org/
Documentation: http://inoideas.org/content.php?content_type=documentation&category_id=30
Facebook: https://www.facebook.com/inoerp
inoERP is an open source php based enterprise management system. The ERP systems contain all the required modules for running any small to midsize businesses. The features are very similar to Oracle R12/ Fusion Application and SAP. It also contains a lightweight CMS which seamlessly integrates with the ERP
The idea behind inoERP is to provide a dynamic pull-based system where the demand /supply changes frequently and traditional planning systems (such as MRP or Kanban) are incompetent to provide a good inventory turn.
Dynamic pull system is an advanced version of pull system which encompasses the best feature of traditional pull system & MRP. The major disadvantage of traditional Kanban system is the fixed Kanban size and requirement of at least 2 bins for full operation. In the event of sudden demand decrease, Kanban system can result in extra inventory and the value of unused inventory can go up to 2 bin size. Similarly, In case of unexpected demand increasing, it can result in line down and the issue will be severe if the lead times are not short.
Dynamic pull system overcomes this issue by recalculating the bucket size (Kanban size/lot size) before creating any supply (requisitions/purchase order/work order). Each time a new supply is created, system automatically decides the best supply size as per the existing actual demand.
== Requirements ==
- HTTP web server Ex. Nginx, Apache, IIS, Oracle HTTP
- PHP 5.5+
- MySQL(Server version: 5.6.17+) or MariaDB
== Auto Installation ==
- Upload all the files into the web server
- If using Apache then enable mod_rewrite module before you proceed further
- Open the index.php /or install.php page and follow the simple 4 steps installation process (mySQL user should have all the privileges equivalent to root a user to create views. You can change to a lesser privileged user after installation by changing the username & password @ include\basics\dbsettings.inc)
- Login in to the application using user id /password - admin/admin
== Manual Installation ==
- Change the DB settings @ include\basics\dbsettings.inc
- Change the session_set_cookie_params in sessions file
- Import the database file @ enine\install\inoerp.sql
- Change the .htaccess
- Login in to the application using user id /password - admin/admin
== Security Consideration ==
It is always advisable to keep the settings files outside the public directory. If you decide to keep the settings folder in the root directory then make below 2 changes
-
Modify basics.inc @ includes\basic
require_once(INC_BASICS . DS . 'settings'. DS. "dbsettings.inc");
to
require_once(HOME_DIR . DS . '/../settings'. DS. "dbsettings.inc"); -
Modify inomail file @ includes\general_class
include_once DIR.'/../basics/settings/mailsettings.inc';
to
require_once(HOME_DIR . DS . '/../settings'. DS. "mailsettings.inc");
== Optional setup ==
If Auto-Schedule/run of any program is required then schdule the main program modules/sys/program/start_program.php via cron job.
Below are the fully functional ERP Modules available in inoERP
A multi segment chart of account structure to represent all the segments of a business. Ex : 001-100-1020202-0100-100 Where 001 – Represents a specific company / business unit /legal entity 100 – Represents a cost center 1020202 – a Natural account such as Asset, Liability, Expense, Income or Owners Equity
- Calendars Define as many different financial calendars as required Ex : One calendar INO_CORP for Corporate and INO_USA, INO_UK for specific countries
- Account Combinations
- Currency & Conversions
- Ledger : A set of calendar, currency and accounts
- Banks
- Journal
- Suppliers
- AP Transactions
- 2.1 Invoices
- 2.2 Debit Memo
- 2.3 Credit Memo
- PO/Transaction Matching
- Multi select matching
- AP Payments
- 5.1 Single Invoice Payment
- 5.2 Multi select Payment
- Transfer Journals to GL
- Customer
- AR Transactions
- 2.1 Invoices
- 2.2 Debit Memo
- 2.3 Credit Memo
- 2.4 Deposit
- 2.5 Guarantee
- 2.6 Charge Back
- AR Payments
- 3.1 Single Invoice Payment
- 3.2 Multi select Payment
- Transfer Journals to GL
- Enterprise Org
- Legal Org
- Business Org
- Inventory Org 5 Address
- Item Master
- Unit of Measure
- Sub inventory
- Locator
- Inventory Transactions
- Material Receipts
- PO Receipt
- IR Receipt
- RMA Receipt
- Onhand Value
- Cycle Count
- Cycle Count Adjustment
- Cycle Count Approval
- ABC Analysis
-
Purchase Order
- Standard
- Blanket Agreement
- Planned PO
-
Requisitions
- External
- Internal
-
RFQ / Quote
-
Approval for PO, Requisition
- Sales Order - Creation & Auto Booking
- Sales Picking
- Delivery & Shipment
- Auto AR Invoice
- Departments
- Resources
- Routing
- BOM
- Super BOM
- Material Element
- Material OH
- Overhead
- Resources
- Standard Cost
- Cost Roll Up
- Cost Update
- Work Order
- WIP Move Transactions
- WIP Resource Transactions
- WIP Material Transaction
- WO Completion/Return
- Forecast
- MDS
- MRP
- Min-Max Planning
- Multi Bin Min Max
- Employee
- Education
- Experience
- Planned PO
- Job
- Position
- Compensation & Payroll
- Leave System
- Approval Hierarchy
- Options
- Value Groups
- Transaction Types
- Custom Reporting
- Search
- Multi Select
- Mass Upload
- User
- Blocks
- Contents
- 3.1 Documents
- 3.2 Forums
- 3.3 Issue Logs
- User Roles
- Role Based Access Control
- Content Types – To create custom content types