Raw Material Cost
@if ((this.info().body ?? []).length) {
}
@if (infoResource.isLoading()) {
} @else if (infoResource.error()) {
} @else {
Name
@if (row.url) {
{{ row.name }}
} @else {
{{ row.name }}
}
{{ info().footer?.name }}
Issue
{{ row.issue | currency: 'INR' }}
{{
$safeNavigationMigration(info().footer?.issue) | currency: 'INR'
}}
Sale
{{ row.sale | currency: 'INR' }}
{{
$safeNavigationMigration(info().footer?.sale) | currency: 'INR'
}}
RMC
{{ row.rmc | percent: '1.2-2' }}
{{
$safeNavigationMigration(info().footer?.rmc) | percent: '1.2-2'
}}
Group
{{ row.group }}
Quantity
{{ row.quantity | number: '1.2-2' }}
Net
{{ row.net | currency: 'INR' }}
Gross
{{ row.gross | currency: 'INR' }}
}