Non-stock item code representing item variants

I'm not sure how to implement this but this is the business case:

I have items that can be sold in different colors (variants).

I want to be able to track the item variants by color, so I figure one can set specific item codes per color.

However, I also want to be able to view the item in aggregate, i.e. grouped under one item code.  This is for simplicity in selling items, showcasing on the website, etc.

Any thoughts on how this can be done?



You received this message because you are subscribed to the Google Groups "ERPNext User's Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-forum+un...@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-user-forum/ade4da3f-8d6a-4c70-ac54-f989aaec9019%40googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

Hi Laurence,

We could use a trick here.
Show an Item Group as an Item on the website!

So, suppose we have a tshirt (Item Group): RoundNeck-153
with variants (Items): RoundNeck-153-L-Black, RoundNeck-153-L-Yellow, etc.
These variants can be under the Item Group RoundNeck-153

And, in the website, show RoundNeck-153 as an Item, with a variant selector.

I think this is doable without changing the structure of ERPNext. But this is basically a trick.

Anyone else have a better idea?

Best,
Anand Doshi.

On 4 February 2014 at 7:49:28 am, lxnow (la…@union.ph) wrote:

I’m not sure how to implement this but this is the business case:

I have items that can be sold in different colors (variants).

I want to be able to track the item variants by color, so I figure
one can
set specific item codes per color.

However, I also want to be able to view the item in aggregate, i.e.
grouped
under one item code. This is for simplicity in selling items,
showcasing
on the website, etc.

Any thoughts on how this can be done?


You received this message because you are subscribed to the Google
Groups “ERPNext User’s Forum” group.
To unsubscribe from this group and stop receiving emails from
it, send an email to erpnext-user-forum+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-user-forum/ade4da3f-8d6a-4c70-ac54-f989aaec9019%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


You received this message because you are subscribed to the Google Groups “ERPNext User’s Forum” group.
To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-forum+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-user-forum/etPan.52f087ae.66334873.128%40macbook.local.
For more options, visit https://groups.google.com/groups/opt_out.

Nice trick, and it would work properly on a website.

But that would just make things more complex on the back-end, especially for inventory management and sales ordering. :-) Ideally, the main item is something we can sell or show on price lists and catalogs.  Upon ordering, the actual variant can (or not) be specified. But when stock picking happens (impact to inventory), then a variant _must_ be chosen.

The main item is therefore non-stock.

Another way to see it is like having multiple selling BOM for each non-stock "main" item.  The BOM is only chosen upon a transaction that impacts inventory, but not necessarily when it is ordered or quoted.  In a way, the current implementation of sales BOM touches on this possibility, but it appears the Sales BOM is limited to one BOM per unique item.

On Tuesday, February 4, 2014 2:24:46 PM UTC+8, Anand Doshi wrote:
Hi Laurence,

We could use a trick here.
Show an Item Group as an Item on the website!

So, suppose we have a tshirt (Item Group): RoundNeck-153
with variants (Items): RoundNeck-153-L-Black, RoundNeck-153-L-Yellow, etc.
These variants can be under the Item Group RoundNeck-153

And, in the website, show RoundNeck-153 as an Item, with a variant selector.

I think this is doable without changing the structure of ERPNext. But this is basically a trick. 

Anyone else have a better idea?

Best,  
Anand Doshi.

On 4 February 2014 at 7:49:28 am, lxnow (la...@union.ph) wrote:
>  
> I'm not sure how to implement this but this is the business case:  
>  
> I have items that can be sold in different colors (variants).  
>  
> I want to be able to track the item variants by color, so I figure  
> one can
> set specific item codes per color.
>  
> However, I also want to be able to view the item in aggregate, i.e.  
> grouped
> under one item code. This is for simplicity in selling items,  
> showcasing
> on the website, etc.
>  
> Any thoughts on how this can be done?
>  
> --
> You received this message because you are subscribed to the Google  
> Groups "ERPNext User's Forum" group.
> To unsubscribe from this group and stop receiving emails from  
> it, send an email to erpnext-user-forum+un...@googlegroups.com.  
> To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-user-forum/ade4da3f-8d6a-4c70-ac54-f989aaec9019%40googlegroups.com.  
> For more options, visit https://groups.google.com/groups/opt_out.  
>  



You received this message because you are subscribed to the Google Groups "ERPNext User's Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-user-forum+un...@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-user-forum/b58415b1-0151-489f-8062-e7ca07837309%40googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.