Part of stoqlib.domain.views View In Hierarchy
Known subclasses: stoqlib.domain.views.ProductFullStockItemView, stoqlib.domain.views.ProductWithStockView
| Class Variables | id | the id of the asellable table |
| barcode | the sellable barcode | |
| status | the sellable status | |
| cost | the sellable cost | |
| price | the sellable price | |
| description | the sellable description | |
| unit | the unit of the product | |
| product_id | the id of the product table | |
| location | the location of the product | |
| branch_id | the id of person_adapt_to_branch table | |
| stock | the stock of the product |
| Class Method | select_by_branch | Undocumented |
| Method | get_unit_description | Undocumented |
| Method | get_product_and_category_description | Returns the product and the category description in one string. |
| Method | product | Undocumented |