Product

Introduction

Centelar can handle products and variants of products. A product is anything that can be sold, has a price and has stock.

At the very basic, a product has a unique name and code, and belongs to a category (Rubro). It may have a lot more information, but these three attributes are the minimum information that’s needed for a product to exist. Internally, a product as an integer ID that’s generated by Centelar but is not known by the users.

A product can be a simple product or a parent/variant product. A product that is a variant of parent product inherits mosts of its parent’s information, and normally contains a specific combination of attributes that make it unique. Meanwhile, a parent product is something that does not have stock and can not be sold.