{{(data.brands | filter: {id: p.product_brandname} : true)[0].type + '-' + p.product_label + ((p.size_munit !== '3') ? ('-' + p.stock_sizevalue + (data.unit_types | filter:{id: p.size_munit} :true)[0].type) : '')}}
- {{dfiles.labels.producttype}}
- {{(data.product_types | filter: {id: p.product_type} : true)[0].type }}
- {{dfiles.labels.productcategory}}
- {{(data.product_categorys | filter: {id: p.product_category} : true)[0].type }}
- {{dfiles.labels.productbrand}}
- {{(data.brands | filter: {id: p.product_brandname} : true)[0].type}}