Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aerele/apparelo
Frappe application to manage the manufacturing workflows in the garment industry. Reach us out at [email protected]
https://github.com/aerele/apparelo
apparel erp erpnext frappe garment garments inventory-management manufacturing
Last synced: 7 days ago
JSON representation
Frappe application to manage the manufacturing workflows in the garment industry. Reach us out at [email protected]
- Host: GitHub
- URL: https://github.com/aerele/apparelo
- Owner: aerele
- License: gpl-3.0
- Archived: true
- Created: 2019-10-01T16:34:26.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-22T05:25:49.000Z (7 months ago)
- Last Synced: 2024-08-02T06:19:11.617Z (3 months ago)
- Topics: apparel, erp, erpnext, frappe, garment, garments, inventory-management, manufacturing
- Language: Python
- Homepage:
- Size: 903 KB
- Stars: 50
- Watchers: 10
- Forks: 50
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
- awesome-frappe - Apparelo - Manufacturing Workflow Management for the garment industry. (Uncategorized / Uncategorized)
README
## Apparelo (deprecated)
Update: This app is no longer maintained and doesn't support the latest Frappe/ERPNext versions.
Frappe application to manage the manufacturing workflows in the garment industry.
Reach us out at [email protected] to connect with our team.
#### License
GNU/General Public License (v3) (see [license.txt](license.txt))
The Apparelo code is licensed as GNU General Public License (v3) and the copyright is owned by Aerele Technologies Pvt Ltd (Aerele) and Contributors.
#### Requirements
- [Frappe](https://frappe.io/docs).
- Note ***apparelo*** supports only python3.6 or above.#### Installation
Navigate to your bench folder.
```
cd frappe-bench
```
Create new site and install ERPNext
```
bench new-site [site-name]
bench get-app erpnext https://github.com/frappe/erpnext.git
bench --site [site-name] install-app erpnext
```- After installing erpnext, complete the setup wizard (need to be done before installing apparelo, as apparelo requires the entries made at the time of setup) and do the following
Install Apparelo App
```
bench get-app apparelo https://github.com/aerele/apparelo.git
bench --site [site-name] install-app apparelo
```