<%~ E.includeFile("../partials/head.eta.html", {"title": "Settings - Storage Manager"}) %> <%~ E.includeFile("../partials/controls.eta.html", {"active": "SETT_STORE"}) %> <%~ E.includeFile("../partials/deleteModal.eta.html") %>

Storages


A storage location is a place where you can store your items. It can be a room, a shelf or a box.
<% it.storLocs.forEach(function(locations){ %> <% }) %>
Name Storage Unit Actions
<%= locations.name %> <% if (locations.storageUnit == null) { %> No storage unit connected <% } else { %> <%= locations.storageUnit.name %> <% } %>

A storage unit is a physical place, like a warehouse. This contains an address and a name.
<% it.storUnits.forEach(function(units){ %> <% }) %>
Name Address Actions
<%= units.name %> <%= units.contactInfo.street %> <%= units.contactInfo.houseNumber %>, <%= units.contactInfo.city %> <%= units.contactInfo.country %>
<%~ E.includeFile("../partials/controlsFoot.eta.html") %> <%~ E.includeFile("../partials/foot.eta.html") %>