{#include printouts/mainPrintoutTemplate generateDatetime=generateDatetime} {#icon}{#icons/storageBlock /}{/icon} {#title}{storageBlock.get("labelText").asText()} - Inventory sheet{/title} {#body}

{#icons/storageBlock /} {storageBlock.get("labelText").asText()} - Inventory sheet

{!

Total Items: {searchResult.get("numResultsForEntireQuery").asText()}

TODO!} {!

!} {!TODO:: table of contents!} {!

!} {#let bulkItemIt=cdi:PrintoutDataUtilService.getItemInBlockResultsIterator(auth, db, storageBlock.get("id").asText(), 'BULK') amtListItemIt=cdi:PrintoutDataUtilService.getItemInBlockResultsIterator(auth, db, storageBlock.get("id").asText(), 'AMOUNT_LIST') uniqueMultiItemIt=cdi:PrintoutDataUtilService.getItemInBlockResultsIterator(auth, db, storageBlock.get("id").asText(), 'UNIQUE_MULTI') uniqueSingleItemIt=cdi:PrintoutDataUtilService.getItemInBlockResultsIterator(auth, db, storageBlock.get("id").asText(), 'UNIQUE_SINGLE') }

{#icons/items /} Items in Block

{#printouts/storageBlockInventorySheet/itemTables/bulkStoredTable auth=auth db=db itemSearchIt=bulkItemIt storageBlock=storageBlock options=options /} {#printouts/storageBlockInventorySheet/itemTables/amountListStoredTable auth=auth db=db itemSearchIt=amtListItemIt storageBlock=storageBlock options=options /} {#printouts/storageBlockInventorySheet/itemTables/uniqueSingleStoredTable auth=auth db=db itemSearchIt=uniqueSingleItemIt storageBlock=storageBlock options=options /} {#printouts/storageBlockInventorySheet/itemTables/uniqueMultiStoredTable auth=auth db=db itemSearchIt=uniqueMultiItemIt storageBlock=storageBlock options=options /}
{/let} {/body} {/include}