Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metasfresh/metasfresh
We do Open Source ERP - Fast, Flexible & Free Software to scale your Business.
https://github.com/metasfresh/metasfresh
accounting business crm docker-image erp hacktoberfest java javascript management manufacturing metasfresh postgresql react spring-boot
Last synced: about 1 month ago
JSON representation
We do Open Source ERP - Fast, Flexible & Free Software to scale your Business.
- Host: GitHub
- URL: https://github.com/metasfresh/metasfresh
- Owner: metasfresh
- Created: 2015-10-06T15:38:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T15:33:45.000Z (7 months ago)
- Last Synced: 2024-04-14T04:07:16.341Z (7 months ago)
- Topics: accounting, business, crm, docker-image, erp, hacktoberfest, java, javascript, management, manufacturing, metasfresh, postgresql, react, spring-boot
- Language: Java
- Homepage: http://metasfresh.com/en
- Size: 285 MB
- Stars: 1,628
- Watchers: 81
- Forks: 559
- Open Issues: 2,927
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - metasfresh/metasfresh - We do Open Source ERP - Fast, Flexible & Free Software to scale your Business. (Java)
- awesome-homelab - metasfresh - Fast, Flexible & Free Software to scale your Business. | (Apps / X)
README
#
[![release](https://img.shields.io/badge/release-5.175-blue.svg)](https://github.com/metasfresh/metasfresh/releases/tag/5.175)
[![license](https://img.shields.io/badge/license-GPL-blue.svg)](https://github.com/metasfresh/metasfresh/blob/master/LICENSE.md)[![X (formerly Twitter) Follow](https://img.shields.io/twitter/follow/metasfresh?style=social)](https://twitter.com/metasfresh)
metasfresh is a responsive, Free and Open Source ERP System. Our aim is to create fast and easy-to-use enterprise software with an outstanding user experience.
> **__We do Open Source ERP__**
Equipped with wide and detailed functionality, metasfresh fits for companies from industry and trade that are searching business software that provides high scalability and flexibility.
It has a 3-tier architecture with Rest-API and a Web User Frontend developed in HTML5/ ReactJS/ Redux.
![metasfresh-sales-order](https://github.com/metasfresh/metasfresh/blob/master/images/sales-order-recording-metasfresh.gif)
## Installation
We publish a stable Release of metasfresh every Friday - ok, we skip 1 week at the end of the year ;-) . You can download it [here](https://metasfresh.com/en/download/#latest-server-update).metasfresh can be installed via **Docker** or **Ubuntu Installer**.
**Docker** [How do I setup the metasfresh stack using Docker?](https://docs.metasfresh.org/installation_collection/EN/How_do_I_setup_the_metasfresh_stack_using_Docker)
**Ubuntu** [How do I install metasfresh using the Installation package?](https://docs.metasfresh.org/installation_collection/EN/installer_how_do_install_metasfresh_package.html)
>**First steps:**
>- [How do I log on?](https://docs.metasfresh.org/webui_collection/EN/Login.html)
>- [How do I change the Interface Language?](https://docs.metasfresh.org/webui_collection/EN/SwitchLanguage)
>- [How do I Setup my Company?](https://docs.metasfresh.org/webui_collection/EN/InitialSetupWizard)
>- [How do I create my first Sales Order?](https://docs.metasfresh.org/webui_collection/EN/SalesOrder_recording)
>- [How do I create my first Shipment?](https://docs.metasfresh.org/webui_collection/EN/Ship_SalesOrder)
>- [How do I create my first Invoice?](https://docs.metasfresh.org/webui_collection/EN/Invoice_SalesOrder)## Documentationbadge
If you are new to metasfresh and would like to learn more, then you can find our documentation here:- [Admins](https://docs.metasfresh.org/pages/installation/index_en)
- [Users](https://docs.metasfresh.org/pages/webui/index_en)
- [Developers](https://docs.metasfresh.org/index.html)
- [Tester](https://docs.metasfresh.org/pages/tests/index_en)## Discussion
Come visit us in our [Community Forum](https://forum.metasfresh.org/) for questions, discussions and exchange of new insights. We look forward to meeting you!## Contributing
Do you want to help improving documentation, contribute some code or participate in functional requirements. That's great, you're welcome! Please read our [Code of Conduct](https://github.com/metasfresh/metasfresh/blob/master/CODE_OF_CONDUCT.md) and [Contributor Guidelines](https://github.com/metasfresh/metasfresh/blob/master/CONTRIBUTING.md) first.### "Monorepo"
To check out only certain parts of this repository, we recommend getting git version 2.25.0 or later and use the [git-sparse-checkout](https://www.git-scm.com/docs/git-sparse-checkout) feature.
Examples:
* to get started, do `git sparse-checkout init --clone`
* this will leave you with just the files in the repo's root folder, such as the file you are reading
* to get the frontend code, do `git sparse-checkout set frontend`
* to go back to having everything checked out, do `git sparse-checkout disable`## What's new in metasfresh ERP?
If you are interested in latest improvements or bug fixes of metasfresh ERP, feel free to check out our [Release Notes](https://github.com/metasfresh/metasfresh/blob/master/ReleaseNotes.md).