<%- include("../partials/navbar.ejs") %>
>
>

<%= prod.name %>


Serial number: <%= prod.serial_num %>

Barcode: <%= prod.barcode %>

Type: <%= prod.type %>

Creator: <%= prod.user %>


Quantity: <%= prod.quantity %>

Cost: <%= prod.cost %>$


Export Product

Exported Products

<% exported_products.forEach(element=> { %> <%}) %>
Name Exporter Quantity Object Date
<%=element.name%> <%=element.exporter%> <%=element.quantity%> <%=element.object%> <%=element.removedate%>

Imported Products

<% imported_products.forEach(element=> { %> <%}) %>
Name Importer Quantity Date
<%=element.name%> <%=element.importer%> <%=element.quantity%> <%=element.deliverydate%>
<%- include("../partials/footer.ejs") %>