From 6d34033c3fb4720cb7e99af8407cec8d644bfcce Mon Sep 17 00:00:00 2001 From: vrms Date: Thu, 15 Sep 2016 14:05:13 +0800 Subject: [PATCH] Update item-variants.md tried to bring out the implications and meaning of Variants (compared to a regular item) a little more detailed --- .../docs/user/manual/en/stock/item/item-variants.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/erpnext/docs/user/manual/en/stock/item/item-variants.md b/erpnext/docs/user/manual/en/stock/item/item-variants.md index cee3ab1ec9..cdca6ed961 100644 --- a/erpnext/docs/user/manual/en/stock/item/item-variants.md +++ b/erpnext/docs/user/manual/en/stock/item/item-variants.md @@ -1,10 +1,10 @@ -A Item Variant is a different version of a Item, such as differing sizes or differing colours. -Without Item variants, you would have to treat the small, medium and large versions of a t-shirt as three separate Items; -Item variants let you treat the small, medium and large versions of a t-shirt as variations of the same Item. +A Item Variant is a version of a Item, such as differing sizes or differing colours (like a _blue_ t-shirt in size _small_ rather then just a t-shirt). +Without Item variants, you would have to treat the _small, medium_ and _large_ versions of a t-shirt as three separate Items; +Item variants let you treat the _small, medium_ and _large_ versions of a t-shirt as variations of the one Item 't-shirt'. -To use Item Variants in ERPNext, create an Item and check 'Has Variants' +To use Item Variants in ERPNext, create an Item and check 'Has Variants'. -* The Item shall then be referred as a 'Template' +* The Item shall then be referred to as a so called 'Template'. Such a Template is not identical to a regular 'Item' any longer. For example it (the Template) can not be used directly in any Transactions (Sales Order, Delivery Note, Purchase Invoice) itself. Only the Variants of an Item (_blue_ t-shirt in size _small)_ can be practically used in such. Therefore it would be ideal to decide whether an item 'Has Variants' or not directly when creating it. Has Variants