Product

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

Nutritional Information

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

Ice Cream Information

MSNF Other Solids Total Solids Water
}

Stock Keeping Units

Units Fraction Yield {{ form.isPurchased().value() ? 'Purchase Price' : 'Cost Price' }} Sale Price
@if (itemResource.isLoading()) { } @else if (itemResource.error()) { } @else { Units {{ row.units }} Fraction {{ row.fraction }} Yield {{ row.productYield }} Cost Price {{ row.costPrice | currency: 'INR' }} Sale Price {{ row.salePrice | currency: 'INR' }} Action }
@if (id()) { }