Files
biomedjs/app/templates/partsRequest.text.tmpl

62 lines
769 B
Cheetah
Raw Permalink Normal View History

2015-12-16 09:12:35 -08:00
The following request for parts was made by <%- techName %> on <%- requestDate %>
Customer
ID:
<%- customerId %>
Name:
<%- customerName %>
<% if (customerContact) { %>
Contact:
<%- customerContact %>
<% } %>
<% if (customerPhone) { %>
Phone Number:
<%- customerPhone %>
<% } %>
<% if (biomedId) { %>
2015-12-28 03:35:59 -08:00
Workorder
2015-12-16 09:12:35 -08:00
Atlantic Biomedical ID:
<%- biomedId %>
<% } %>
Part Details
Manufacture:
<%- manufacture %>
Model:
<%- model %>
Serial Number:
<%- serialNumber %>
Vendor:
<%- vendor %>
<% if (vendorPhone) { %>
Vendor Phone Number:
<%- vendorPhone %>
<% } %>
Part Number:
<%- partNumber %>
Other Details
Brief Description:
<%- description %>
<% if (specialNotes) { %>
Special Notes:
<%- specialNotes %>
<% } %>