Product
Code
Name Fraction Units
Description
Is Purchased? Is Sold? Is Active?
Product Type @for (pg of productGroups; track pg) { {{ pg.name }} }
Allergen
@if (item.productGroup?.nutritional ?? false) {

Nutritional Information

} @if (item.productGroup?.nutritional ?? false) {
Protein Carbohydrate Total Sugar Added Sugar Total Fat Saturated Fat Trans Fat Cholestrol Sodium
} @if (item.productGroup?.iceCream ?? false) {

Ice Cream Information

} @if (item.productGroup?.iceCream ?? false) {
MSNF Other Solids Total Solids Water
}

Stock Keeping Units

Units Fraction Yield {{ item.isPurchased ? 'Purchase Price' : 'Cost Price' }} Sale Price
Units {{ row.units }} Fraction {{ row.fraction }} Yield {{ row.productYield }} Cost Price {{ row.costPrice | currency: 'INR' }} Sale Price {{ row.salePrice | currency: 'INR' }} Action
@if (!!item.id) { }