All Projects → notrinos → NotrinosERP

notrinos / NotrinosERP

Licence: GPL-3.0 license
A web-based erp, accounting system that written in PHP and MySql includes Sales, Purchasing, Warehousing, Manufacturing, Human Resource... It supports multi user, multi currencies, multi languages.

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to NotrinosERP

store-pos
It is java accounting software basically developed using javafx which has various modules like purchase, sales, receipts, payments, and journals.
Stars: ✭ 84 (+82.61%)
Mutual labels:  sales, erp, accounting, pos
bizbook-client
The repository of bizbook client project
Stars: ✭ 28 (-39.13%)
Mutual labels:  erp, inventory, accounting, pos
uzerp
uzERP - Open Source Business Management
Stars: ✭ 41 (-10.87%)
Mutual labels:  sales, erp, accounting, purchasing
Shopyo
🎁 Your Open web framework, designed with big in mind. Flask with Django advantages. Build your management systems, ERP products & mobile backend (coming soon). Small business needs apps included by default. First timers friendly. Email: [email protected] | password: pass
Stars: ✭ 172 (+273.91%)
Mutual labels:  erp, inventory, pos
Openpapyrus
Sophisticated ERP, CRM, Point-Of-Sale, etc. Open source now. This system is developed since 1996.
Stars: ✭ 158 (+243.48%)
Mutual labels:  erp, inventory, accounting
Ledgersmb
Repository for the LedgerSMB project -- web app for accounting & ERP
Stars: ✭ 222 (+382.61%)
Mutual labels:  erp, inventory, accounting
Qt Client
This repository contains the source code for the Desktop client. The Desktop client is built using the Qt framework for C++. The client can be extended or customized using JavaScript. This client is used by all editions of xTuple ERP.
Stars: ✭ 93 (+102.17%)
Mutual labels:  erp, inventory, accounting
bizbook-server
The repository of bizbook server web api project
Stars: ✭ 45 (-2.17%)
Mutual labels:  erp, inventory, pos
Dolibarr
Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). It is open source software (written in PHP) and designed for small and medium businesses, foundations and freelancers. You can freely install, use and distribute it as a standalon…
Stars: ✭ 2,877 (+6154.35%)
Mutual labels:  sales, erp, accounting
Popcommerce
POP Commerce is an eCommerce and ERP application suite for retail and wholesale organizations. POP Commerce is based on Moqui Framework, Mantle Business Artifacts, and Simple Screens.
Stars: ✭ 64 (+39.13%)
Mutual labels:  erp, inventory, accounting
Xtuple
This repository contains the source code for the database schema for the PostBooks edition of xTuple ERP and xTuple's REST API server. The REST API server is written in JavaScript running on Node.js. The database schema for PostBooks runs on a PostgreSQL database server.
Stars: ✭ 247 (+436.96%)
Mutual labels:  erp, inventory, accounting
odoobooks
Odoo Best Practices - Online Book
Stars: ✭ 46 (+0%)
Mutual labels:  erp, inventory, accounting
Idempiere
iDempiere. Community Powered Enterprise. Full Open Source Business Suite ERP/CRM/MFG/SCM/POS
Stars: ✭ 137 (+197.83%)
Mutual labels:  erp, accounting
Defterp
deftERP - Jakarta EE (Java EE 7 : JSF, JPA, EJB, CDI, Bean Validation)
Stars: ✭ 207 (+350%)
Mutual labels:  erp, inventory
Scipio Erp
Your Online Business Kit - Build your own business applications. Create your own online shop. Customize to your own needs.
Stars: ✭ 247 (+436.96%)
Mutual labels:  erp, accounting
Gooderp addons
可能是中国用户数最多的开源ERP
Stars: ✭ 1,315 (+2758.7%)
Mutual labels:  erp, accounting
LightPOS
Just a simple Point Of Sale app. [Mostly unfinished]
Stars: ✭ 26 (-43.48%)
Mutual labels:  sales, pos
PyGtk-Posting
Open source financial accounting and business management for Linux.
Stars: ✭ 18 (-60.87%)
Mutual labels:  sales, accounting
Erpnext
Free and Open Source Enterprise Resource Planning (ERP)
Stars: ✭ 10,220 (+22117.39%)
Mutual labels:  erp, accounting
POS---Point-Of-Sales
Point of sales proof of concept developed using Asp.Net Core 2.2. Features: Customer, Vendor, Product, Purchase Order, Goods Receive, Sales Order, Inventory Transactions and POS form.
Stars: ✭ 120 (+160.87%)
Mutual labels:  inventory, pos

NotrinosERP is an open source, web-based enterprise management system that written in PHP and MySql. NotrinosERP contains all the required modules for running any small to medium size businesses. It supports multi users, multi currencies, multi languages

DEMO

ScreenShot ScreenShot

Requirements

  • HTTP web server - Ex. Apache, Nginx, IIS
  • PHP version from 5.6 upto 8.1.1 (version 7.3 is recommended)
  • MySQL version 4.1 and above with Innodb tables enabled, or any MariaDB version
  • A web browser with HTML5 compatibility

Installation

Manual installation

  1. Download the latest official NotrinosERP snapshot.
  2. Unzip the downloaded file.
  3. Everything inside the folder you unzipped needs to be uploaded/copied to your webserver, for example, into your public_html or www or html or htdocs folder (the folder will already exist on your webserver).
  4. In your browser, enter the address to your site, such as: www.yourdomain.com (or if you uploaded it into another subdirectory such as NotrinosERP use www.yourdomain.com/NotrinosERP)
  5. Follow the instructions that appear in your browser for installation.
  6. After successful installation please remove install folder for safety reasons. You won't need it any more.

Composer

Run this command in an empty location that you want NotrinosERP to be installed in:
composer create-project notrinos/notrinos-erp:dev-master

Troubleshooting

Read the wiki
If you encountered any problems with NotrinosERP configuration or usage, please consult your case with other users on NotrinosERP forum.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].