mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Changes
This commit is contained in:
58
app/templates/partsRequest.text.tmpl
Normal file
58
app/templates/partsRequest.text.tmpl
Normal file
@ -0,0 +1,58 @@
|
||||
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) { %>
|
||||
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 %>
|
||||
<% } %>
|
Reference in New Issue
Block a user