Brand Wise stock Management

Hello

I am using ERPNEXT
I have same item from multiple brands.
Need to have 1 item from many brand and store stock brand wise.
So everytime I have a Stock entry , Need to select the brand.

Is it possible in ERPNEXT ?

Hi @alokkanodia

This is very much possible in ERPNext.

If you configure Brand as Inventory Dimension, then one item within item master can handle multiple brands at a time. The stock ledger and Balance report will offer stock statuses based on brand then.

Please refer to the documentation as well;

https://docs.frappe.io/erpnext/user/manual/en/inventory_dimension

Can You help me a bit deeper.
I need brand specific to items or item group
Not all items have all brands

Hi

You should follow through;

  1. create your custom brand doctype
  2. make it inventory dimension
  3. tag it on each stock transaction like purchase receipt or delivery note.

then you will have stock reports as per brand even though you have used same item.

@ahsantareen Custom Doctype Brand Not Needed. Doctype is Already Available in Default.

@Nisarg

Existing brand doctype will always fetch value from item master and it is not editable on transactional level despite you overrun it by setting property setter.

You have to have your own custom doctype for brand to achieve one item with multiple brand recordings.