Product

@if (itemResource.isLoading()) { } @else if (itemResource.error()) { } @else {

Product Versions

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

Nutritional Information

Protein (N x 6.38) % 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
}
Valid From Valid Till
Name {{ p.name }} Fraction Units {{ p.fractionUnits }} Product Group {{ getPGName(p.productGroup) }} Valid From {{ formatDateOrNull(p.validFrom) }} Valid Till {{ formatDateOrNull(p.validTill) }} Actions

SKU Versions

Units Fraction
Yield Cost Price Sale Price
Valid From Valid Till
Units {{ s.units }} Fraction {{ s.fraction }} Yield {{ s.productYield }} Cost Price {{ s.costPrice | currency: 'INR' }} Sale Price {{ s.salePrice | currency: 'INR' }} Valid From {{ formatDateOrNull(s.validFrom) }} Valid Till {{ formatDateOrNull(s.validTill) }} Actions
}