%~ 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")
%>
A storage location is a place where you can store your items. It can be a room, a shelf or a box.
Name |
Storage Unit |
Actions |
<% it.storLocs.forEach(function(locations){ %>
<%= 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.
Name |
Address |
Actions |
<% it.storUnits.forEach(function(units){ %>
<%= 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") %>