Warehouse Inventory
{{ snapshot && snapshot.id ? 'Inventory in Proccess':'Start New Inventory'}}
Start Date: {{ renderDate( snapshot?.get('createdAt') ) }}
Scanned Items: {{scanned}}
{{item.itemId}} - Scanned
Quantity: {{ item.qty }} | Section: {{ item.section?.toUpperCase() }}