From 6a5feb03ea1575889f675e7388e0e535f0d44a71 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 18 Feb 2022 02:04:17 +0100 Subject: [PATCH] add links --- docs/systems.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/systems.md b/docs/systems.md index ad3a995..89e1f50 100644 --- a/docs/systems.md +++ b/docs/systems.md @@ -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. -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)* 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*). -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)* 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).