$c === null ? 'β' : number_format((int)$c / 100, 2, ',', ' ') . ' β¬'; ?>
| = h(t('inventory.category')) ?> | = h(t('inventory.product')) ?> | = h(t('inventory.stock')) ?> | = h(t('inventory.minimum')) ?> | = h(t('inventory.next_expiry')) ?> |
|---|---|---|---|---|
| = h(t('inventory.' . $p['category'])) ?> | = h($p['name']) ?> | = h($p['stock'] . ' ' . $p['unit']) ?> | = h($p['minimum_quantity'] . ' ' . $p['unit']) ?> | = h($p['next_expiry'] ? date('d/m/Y', strtotime($p['next_expiry'])) : 'β') ?> |
| = h(t('inventory.empty')) ?> | ||||
| = h(t('common.date')) ?> | = h(t('inventory.product')) ?> | = h(t('inventory.movement')) ?> | = h(t('inventory.quantity')) ?> | = h(t('animal.animal')) ?> | = h(t('audit.user')) ?> |
|---|---|---|---|---|---|
| = h(date('d/m/Y H:i', strtotime($m['occurred_at']))) ?> | = h($m['product_name']) ?> = h($m['batch_number'] ?: 'β') ?>
|
= h(t('inventory.' . $m['movement_type'])) ?> | = (float)$m['quantity_delta'] > 0 ? '+' : '' ?>= h($m['quantity_delta'] . ' ' . $m['unit']) ?> | = h($m['animal_name'] ?: 'β') ?> | = h($m['actor'] ?: 'β') ?> |