Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notrinos/notrinoserp
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.
https://github.com/notrinos/notrinoserp
accounting erp fixed-asset human-resources inventory manufacturing-process multi-currencies multi-languages mysql php pos purchasing sales
Last synced: about 6 hours ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/notrinos/notrinoserp
- Owner: notrinos
- License: gpl-3.0
- Created: 2021-01-03T04:38:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T02:45:30.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T19:12:17.897Z (7 days ago)
- Topics: accounting, erp, fixed-asset, human-resources, inventory, manufacturing-process, multi-currencies, multi-languages, mysql, php, pos, purchasing, sales
- Language: PHP
- Homepage: http://notrinos.com
- Size: 5.34 MB
- Stars: 114
- Watchers: 8
- Forks: 54
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[](http://notrinos.com)
====================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](http://demo.notrinos.com/erp)![ScreenShot](https://notrinos.com/misc/notrinoserp_customer.png)
![ScreenShot](https://notrinos.com/misc/notrinoserp_dashboard.png)## 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.](https://gitlab.com/aodieu/NotrinosERP/-/archive/master/NotrinosERP-master.zip)
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](http://support.notrinos.com/ERP/index.php?n=Help.Help)
If you encountered any problems with NotrinosERP configuration or usage, please consult your case with other users on [NotrinosERP forum](http://forums.notrinos.com).