2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 13:46:54 +00:00

add links

This commit is contained in:
Matthias Mair 2022-02-18 02:04:17 +01:00
parent 4b2825b0e4
commit 6a5feb03ea

View File

@ -16,14 +16,14 @@ PLM can also mean product lifecycle management those systems manage all stag
**InvenTree** is mainly an **IMS**, it also has aspects of a **PLM** integrated. **InvenTree** is mainly an **IMS**, it also has aspects of a **PLM** integrated.
A similar system is Partkeepr (seems mostly inactive - there is a 3rd party importer). A similar system is [Partkeepr](https://partkeepr.org/) (seems mostly inactive - there is a 3rd party importer).
### Asset management *(AM)* ### Asset management *(AM)*
Manages many unique items, which need tracking per part and are assignable to users / groups / locations. These systems often include features like item states, refurbishing / maintenance / reservation, or request-flows. Manages many unique items, which need tracking per part and are assignable to users / groups / locations. These systems often include features like item states, refurbishing / maintenance / reservation, or request-flows.
Often these systems are used for IT-Hardware (then they are called *ITAM*). Often these systems are used for IT-Hardware (then they are called *ITAM*).
A good open-source example would be snipe-it. A good open-source example would be [Snipe-IT](https://snipeitapp.com/).
### Enterprise resource planning *(ERP)* ### Enterprise resource planning *(ERP)*
Is the centre of your business. It manages timesheets, warehousing, finances (prices, taxes, …), customer relations and more. InvenTree covers parts of this but aims to keep an intuitive and simple user interface. Is the centre of your business. It manages timesheets, warehousing, finances (prices, taxes, …), customer relations and more. InvenTree covers parts of this but aims to keep an intuitive and simple user interface.
Popular, fully fledged ERPs are ERPnext or odoo. Popular, fully fledged ERPs are [ERPNext](https://erpnext.com/) or [odoo](https://www.odoo.com).