From 5e239b9268254535cf23ab565083c6bab6bbbb00 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 27 Jun 2021 17:28:04 +0200 Subject: [PATCH] added doc for importing parts --- docs/part/part.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/part/part.md b/docs/part/part.md index cb02fac..996cdaa 100644 --- a/docs/part/part.md +++ b/docs/part/part.md @@ -64,3 +64,7 @@ If a part is designated as *Salable* it can be sold to external customers. Setti ### Active By default, all parts are *Active*. Marking a part as inactive means it is not available for many actions, but the part remains in the database. If a part becomes obsolete, it is recommended that it is marked as inactive, rather than deleting it from the database. + +## Part Import + +*Parts* can be imported by staff-members on the part-list-view (this feature must be enabled in the part-settings), in the part-settings or on the [admin-page for parts](../admin/import.md) (only accessible if you are also an admin). The first two options provide a multi-stage wizard that enables mapping fields from various spreadsheet or table-data formats while the latter requires a well-formatted file but is much more performant.