Helloclient knowledge base
How do I copy documents into a new workshop?
Source codes of documents
If you add a new workshop and you want to copy all the printable documents to avoid recreating them you would need to:
  1. Go to documents' editor and choose the document you want to copy
  2. Press the code icon on the editing panel
  3. Copy the document's code
  4. Go to the new workshop
  5. Create a new document in the editor
  6. Press the code icon on the editing panel
  7. Past the document's code
  8. Refresh all the variables in blue (delete the old one and enter a new one). They are connected to the other workshop, so they need refreshing.
Source cods for Phone Repair Shop:
Certificate of completion
<table style="border-width: 0px;" border="1">
<tbody>
<tr>
<td style="width: 50%; border-width: 0px;">
<h1>Certificate of completion</h1>
<p>Ticket <var-inline data-var="ORDER_NUMBER">Ticket #</var-inline> from <var-inline data-var="CREATED_AT">Ticket created date</var-inline></p>
</td>
<td style="border-width: 0px; text-align: right; vertical-align: middle;">
<p><var-inline data-var="COMPANY_NAME">Company name</var-inline>, <var-inline data-var="branch.address">Location address</var-inline></p>
<p><var-inline data-var="branch.phone">Location phone</var-inline></p>
</td>
</tr>
</tbody>
</table>
<table border="1">
<tbody>
<tr>
<td style="width: 20%;"><strong>Client</strong></td>
<td><var-inline data-var="CLIENT_NAME">Client</var-inline>, <var-inline data-var="CLIENT_PHONE1">Client phone</var-inline></td>
<td rowspan="2">Point a phone camera at the QR code to leave a review</td>
</tr>
<tr>
<td style="width: 20%;"><strong>Reason</strong></td>
<td><var-inline data-var="32d8ddb1-f7ff-4516-9953-7d57b4d53d8c">Reason</var-inline></td>
</tr>
<tr>
<td style="width: 20%;"><strong>Device</strong></td>
<td><var-inline data-var="a3991cba-a136-4050-86ef-c76442f10ed2">Device type</var-inline>, <var-inline data-var="5dbe172b-a66a-45a3-92a2-7b2f0dcc604c">Brand</var-inline>, <var-inline data-var="f51a1106-8361-49e7-b653-88fe125edabf">Model</var-inline></td>
<td style="width: 22%; vertical-align: middle;" rowspan="6">
<table style="width: 60%; border-width: 0px; margin-left: auto; margin-right: auto;" border="1">
<tbody>
<tr>
<td style="border-width: 0px; padding: 0px;"><var-inline data-var="ticket.review.qrcode"> Review link (QR) </var-inline></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="width: 20%;"><strong>Serial number / IMEI</strong></td>
<td><var-inline data-var="2705159a-de81-4057-a70f-c3bfa9516638">IMEI / SN</var-inline></td>
</tr>
<tr>
<td style="width: 20%;"><strong>Appearance</strong></td>
<td><var-inline data-var="357ef400-597b-4d28-9c33-69112e37a86a">Appearance</var-inline></td>
</tr>
<tr>
<td style="width: 20%;"><strong>Equipment</strong></td>
<td><var-inline data-var="9a6a16fb-16ad-428d-b71b-5bd08bc660ee">Equipment</var-inline></td>
</tr>
<tr>
<td style="width: 20%;"><strong>Prepayment</strong></td>
<td><var-inline data-var="TOTAL_PAID">Paid</var-inline> <var-inline data-var="CURRENCY">Currency</var-inline></td>
</tr>
<tr>
<td style="width: 20%;"><strong>Recommendations</strong></td>
<td><var-inline data-var="eb4d4d50-0591-4e18-b41d-e1b232ac56e2">Recommendations</var-inline></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<table border="1">
<thead>
<tr>
<td><strong>#</strong></td>
<td style="width: 100%;"><strong>Item</strong></td>
<td><strong>SKU</strong></td>
<td style="text-align: right;"><strong>Warranty,&nbsp;d.</strong></td>
<td style="text-align: right;"><strong>Price,&nbsp;<var-inline data-var="CURRENCY">Currency</var-inline></strong></td>
<td style="text-align: right;"><strong>Discount,&nbsp;<var-inline data-var="CURRENCY">Currency</var-inline></strong></td>
<td style="text-align: right;"><strong>Quantity</strong></td>
<td style="text-align: right;"><strong>Amount,&nbsp;<var-inline data-var="CURRENCY">Currency</var-inline></strong></td>
</tr>
</thead>
<tbody>
<tr data-for="ITEMS">
<td><var-inline data-var="INDEX">Line</var-inline></td>
<td><var-inline data-var="ITEM_NAME">Item</var-inline></td>
<td><var-inline data-var="ITEM_SKU">SKU</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_WARRANTY">Warranty</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_PRICE">Price</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_DISCOUNT">Discount</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_QUANTITY">Quantity</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_SUM">Amount</var-inline></td>
</tr>
<tr>
<td style="text-align: right;" colspan="7"><strong>Amount, <var-inline data-var="CURRENCY">Currency</var-inline></strong></td>
<td style="text-align: right;"><strong><var-inline data-var="TOTAL_ITEMS">Sum of positions</var-inline></strong></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<table style="border-width: 0px;" border="1">
<tbody>
<tr>
<td style="border-width: 0px;" colspan="2">Warranty сonditions:<br>1. Enter your warranty conditions here<br>2. The quality of the repair work performed was checked by the Client in the presence of the Contractor and complies with the conditions of the Work Order No. <var-inline data-var="ORDER_NUMBER">Ticket #</var-inline>&nbsp;from <var-inline data-var="CREATED_AT">Ticket created at</var-inline><br>Job claims _________________________________________________________<br>This act of acceptance and delivery of completed works is drawn up in two copies, having the same legal force, one copy for each of the Parties.</td>
</tr>
<tr>
<td style="width: 50%; border-width: 0px;"><strong>Manager</strong>: __________________ <var-inline data-var="CLOSED_BY_NAME">Ticket closed by</var-inline></td>
<td style="border-width: 0px; text-align: right;">
<p><strong>Client: </strong>__________________ <var-inline data-var="CLIENT_NAME">Client</var-inline></p>
<p>I am familiarized and agree with the terms and conditions of service</p>
</td>
</tr>
<tr>
<td style="border-width: 0px;" colspan="2"><strong>Date</strong>: <var-inline data-var="DATE_TODAY">Print Date</var-inline>, <var-inline data-var="TIME_NOW">Print time</var-inline></td>
</tr>
</tbody>
</table>

Work order
<table style="border-width: 0px;" border="1">
<tbody>
<tr>
<td style="width: 50%; border-width: 0px;">
<h1>Work order</h1>
<p>Tiket <strong><var-inline data-var="ORDER_NUMBER">Ticket #</var-inline></strong> of <strong><var-inline data-var="CREATED_AT">Ticket created date</var-inline></strong></p>
</td>
<td style="border-width: 0px; text-align: right;">
<p><var-inline data-var="COMPANY_NAME">Company name</var-inline>, <var-inline data-var="branch.address">Location address</var-inline></p>
<p><strong><var-inline data-var="branch.phone">Location phone</var-inline></strong></p>
</td>
</tr>
</tbody>
</table>
<table border="1">
<tbody>
<tr>
<td style="width: 20%;"><strong>Client</strong></td>
<td><var-inline data-var="CLIENT_NAME">Client</var-inline>, <var-inline data-var="CLIENT_PHONE1">Client phone</var-inline></td>
<td rowspan="2">Point a phone camera at the QR code to see a status of the order</td>
</tr>
<tr>
<td style="width: 20%;"><strong>Reason</strong></td>
<td><var-inline data-var="32d8ddb1-f7ff-4516-9953-7d57b4d53d8c">Reason</var-inline></td>
</tr>
<tr>
<td style="width: 20%;"><strong>Device</strong></td>
<td><var-inline data-var="a3991cba-a136-4050-86ef-c76442f10ed2">Device type</var-inline>, <var-inline data-var="5dbe172b-a66a-45a3-92a2-7b2f0dcc604c">Brand</var-inline>, <var-inline data-var="f51a1106-8361-49e7-b653-88fe125edabf">Model</var-inline></td>
<td style="width: 22%; vertical-align: middle;" rowspan="8">
<table style="width: 60%; border-width: 0px; margin-left: auto; margin-right: auto;" border="1">
<tbody>
<tr>
<td style="border-width: 0px; padding: 0px;"><var-inline data-var="ticket.status.qrcode"> Link to ticket status (QR) </var-inline></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="width: 20%;"><strong>Serial number / IMEI</strong></td>
<td><var-inline data-var="2705159a-de81-4057-a70f-c3bfa9516638">IMEI / SN</var-inline></td>
</tr>
<tr>
<td style="width: 20%;"><strong>Appearance</strong></td>
<td><var-inline data-var="357ef400-597b-4d28-9c33-69112e37a86a">Appearance</var-inline></td>
</tr>
<tr>
<td style="width: 20%;"><strong>Equipment</strong></td>
<td><var-inline data-var="9a6a16fb-16ad-428d-b71b-5bd08bc660ee">Equipment</var-inline></td>
</tr>
<tr>
<td style="width: 20%;"><strong>Estimated date of availability</strong></td>
<td><var-inline data-var="ESTIMATED_AT">Deadline</var-inline></td>
</tr>
<tr>
<td style="width: 20%;"><strong>Estimated cost</strong></td>
<td><var-inline data-var="adc06aad-b12a-4dff-9d59-e0529cdc5745">Estimated Cost</var-inline></td>
</tr>
<tr>
<td style="width: 20%;"><strong>Prepayment</strong></td>
<td><var-inline data-var="TOTAL_PAID">Paid</var-inline> <var-inline data-var="CURRENCY">Currency</var-inline></td>
</tr>
<tr>
<td style="width: 20%;"><strong>Master's notes</strong></td>
<td><var-inline data-var="2f0f0b37-8048-43e5-a560-f3ef034b013d">Master&rsquo;s notes</var-inline></td>
</tr>
</tbody>
</table>
<table border="1">
<thead>
<tr>
<td><strong>#</strong></td>
<td style="width: 100%;"><strong>Item</strong></td>
<td><strong>SKU</strong></td>
<td style="text-align: right;"><strong>Warranty,&nbsp;d.</strong></td>
<td style="text-align: right;"><strong>Price,&nbsp;<var-inline data-var="CURRENCY">Currency</var-inline></strong></td>
<td style="text-align: right;"><strong>Discount,&nbsp;<var-inline data-var="CURRENCY">Currency</var-inline></strong></td>
<td style="text-align: right;"><strong>Quantity</strong></td>
<td style="text-align: right;"><strong>Amount,&nbsp;<var-inline data-var="CURRENCY">Currency</var-inline></strong></td>
</tr>
</thead>
<tbody>
<tr data-for="ITEMS">
<td><var-inline data-var="INDEX">Line</var-inline></td>
<td><var-inline data-var="ITEM_NAME">Item</var-inline></td>
<td><var-inline data-var="ITEM_SKU">SKU</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_WARRANTY">Warranty</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_PRICE">Price</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_DISCOUNT">Discount</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_QUANTITY">Quantity</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_SUM">Amount</var-inline></td>
</tr>
<tr>
<td style="text-align: right;" colspan="7"><strong>Amount, <var-inline data-var="CURRENCY">Currency</var-inline></strong></td>
<td style="text-align: right;"><strong><var-inline data-var="TOTAL_ITEMS">Subtotal</var-inline></strong></td>
</tr>
</tbody>
</table>
<table style="border-width: 0px;" border="1">
<tbody>
<tr>
<td style="border-width: 0px;" colspan="2">Terms of Service: 1.The client assumes the risk of a possible complete or partial loss of device performance during the repair process, in case of gross violations by the user of the operating conditions, the presence of traces of conductive liquid (corrosion) or mechanical damage. 2. The service center is not responsible for the possible loss of data in the device's memory, as well as for the abandoned Sim and Flash cards. 3. The Client's device is accepted for safekeeping for the entire service period (including diagnostics and repair). Shelf life of the device is 30 days from the estimated date of readiness. After this period, the device is disposed of and claims on it are not accepted. 4. The Contractor undertakes to diagnose and repair only the malfunction declared by the Client. The time allotted for the diagnosis and repair of the device depends entirely on the workload of the Contractor and is determined after the diagnosis. 5. If the receipt is lost, the device is issued upon presentation of the customer's passport. 6. In the absence of spare parts, materials, those documentation, etc., the Contractor has the right to unilaterally refuse to carry out repairs. 7. The Client must familiarize himself with the price list of the Contractor before concluding this Agreement and, if necessary, clarify the cost of services. 8. Upon acceptance, only the approximate cost and repair period are agreed. They can be reviewed ahead of schedule in cases where additional work and materials are required to eliminate the malfunction stated in the receipt and / or if the Contractor detects defects not specified by the Client. And also, when changing the delivery time and prices for components. In such a situation, the Contractor must notify the Client about the change in the cost and term of the repair. In case of refusal, the Client pays the cost of work already performed and used spare parts or the cost of a consultation (if repair work has not yet been carried out). 9. The warranty does not apply to: Repair of devices with liquid ingress and after mechanical damage (detected during inspection or after diagnosis).<br>10. The warranty only covers the part that has been replaced or repaired.</td>
</tr>
<tr>
<td style="width: 50%; border-width: 0px;"><strong>Manager</strong>: __________________ <var-inline data-var="CLOSED_BY_NAME">Ticket closed by</var-inline></td>
<td style="border-width: 0px; text-align: right;">
<p><strong>Customer</strong>: __________________ <var-inline data-var="CLIENT_NAME">Client</var-inline></p>
<p>I have read and agree with the warranty conditio</p>
</td>
</tr>
<tr>
<td style="border-width: 0px;" colspan="2"><strong>Date</strong>: <var-inline data-var="DATE_TODAY">Print Date</var-inline> <var-inline data-var="TIME_NOW">Print time</var-inline></td>
</tr>
</tbody>
</table>

Sales Receipt
<table style="border-width: 0px;" border="1">
<tbody>
<tr>
<td style="width: 50%; border-width: 0px;">
<h1>Sales Receipt</h1>
Sale of <strong><var-inline data-var="CREATED_AT">Date</var-inline></strong></td>
<td style="border-width: 0px; text-align: right; vertical-align: middle;">
<p><var-inline data-var="COMPANY_NAME">Company name</var-inline>, <var-inline data-var="branch.address">Location address</var-inline></p>
<p><strong><var-inline data-var="branch.phone">Location phone</var-inline></strong></p>
</td>
</tr>
</tbody>
</table>
<table border="1">
<thead>
<tr>
<td><strong>#</strong></td>
<td style="width: 100%;"><strong>Item</strong></td>
<td><strong>SKU</strong></td>
<td style="text-align: right;"><strong>Warranty,&nbsp;d.</strong></td>
<td style="text-align: right;"><strong>Price,&nbsp;<var-inline data-var="CURRENCY">Currency</var-inline></strong></td>
<td style="text-align: right;"><strong>Discount,&nbsp;<var-inline data-var="CURRENCY">Currency</var-inline></strong></td>
<td style="text-align: right;"><strong>Quantity</strong></td>
<td style="text-align: right;"><strong>Amount,&nbsp;<var-inline data-var="CURRENCY">Currency</var-inline></strong></td>
</tr>
</thead>
<tbody>
<tr data-for="ITEMS">
<td><var-inline data-var="INDEX">Line</var-inline></td>
<td><var-inline data-var="ITEM_NAME">Item</var-inline></td>
<td><var-inline data-var="ITEM_SKU">SKU</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_WARRANTY">Warranty</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_PRICE">Price</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_DISCOUNT">Discount</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_QUANTITY">Quantity</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_SUM">Amount</var-inline></td>
</tr>
<tr>
<td style="text-align: right;" colspan="7"><strong>Amount, <var-inline data-var="CURRENCY">Currency</var-inline></strong></td>
<td style="text-align: right;"><strong><var-inline data-var="TOTAL_ITEMS">Subtotal</var-inline></strong></td>
</tr>
</tbody>
</table>
<table style="border-width: 0px;" border="1">
<tbody>
<tr>
<td style="width: 50%; border-width: 0px;">
<p><strong>Seller</strong>: __________________ <var-inline data-var="EMPLOYEE_NAME">Employee</var-inline></p>
<p><strong>Date</strong>: <var-inline data-var="DATE_TODAY">Print Date</var-inline> <var-inline data-var="TIME_NOW">Print time</var-inline></p>
</td>
</tr>
</tbody>
</table>

Label
<table style="border-width: 0px;" border="1">
<tbody>
<tr>
<td style="border-width: 0px;">
<div style="overflow: hidden;">&nbsp;</div>
</td>
</tr>
<tr>
<td style="border-width: 0px;"><var-inline data-var="product.sku.barcode">Product barcode</var-inline></td>
</tr>
</tbody>
</table>

Price tag
<table style="border-width: 0px;">
<tbody>
<tr>
<td style="border-width: 0px;"><span style="font-size: 5pt;"><var-inline data-var="COMPANY_NAME">Company name</var-inline></span></td>
<td style="border-width: 0px; text-align: right;"><span style="font-size: 5pt;"><var-inline data-var="DATE_TODAY">Print Date</var-inline></span></td>
</tr>
<tr>
<td style="border-width: 0px;" colspan="2">
<div style="overflow: hidden; line- text-align: center; vertical-align: middle;"><strong><var-inline data-var="product.price">Product price</var-inline><var-inline data-var="CURRENCY">Currency</var-inline></strong> <span style="font-size: 5pt;">pc</span></div>
</td>
</tr>
<tr>
<td style="border-width: 0px; text-align: center; vertical-align: middle;" colspan="2"><var-inline data-var="product.sku.barcode">Product barcode</var-inline></td>
</tr>
<tr>
<td style="border-width: 0px; text-align: center; line-height: 0.6;" colspan="2"><span style="font-size: 7pt;"><span style="font-size: 5pt;"><var-inline data-var="product.sku">Product SKU</var-inline></span></span></td>
</tr>
</tbody>
</table>
Source cods for Computer Repair Shop:
Certificate of completion
<table style="border-width: 0px;" border="1">
<tbody>
<tr>
<td style="width: 50%; border-width: 0px;">
<h1>Certificate of completion</h1>
<p>Ticket <var-inline data-var="ORDER_NUMBER">Ticket #</var-inline> from <var-inline data-var="CREATED_AT">Ticket created date</var-inline></p>
</td>
<td style="border-width: 0px; text-align: right; vertical-align: middle;">
<p><var-inline data-var="COMPANY_NAME">Company name</var-inline>, <var-inline data-var="branch.address">Location address</var-inline></p>
<p><var-inline data-var="branch.phone">Location phone</var-inline></p>
</td>
</tr>
</tbody>
</table>
<table border="1">
<tbody>
<tr>
<td style="width: 20%;"><strong>Client</strong></td>
<td><var-inline data-var="CLIENT_NAME">Client</var-inline>, <var-inline data-var="CLIENT_PHONE1">Client phone</var-inline></td>
<td rowspan="2">Point a phone camera at the QR code to leave a review</td>
</tr>
<tr>
<td style="width: 20%;"><strong>Reason</strong></td>
<td><var-inline data-var="bb1cc059-699b-4fc3-ba33-172e095314d8">Reason</var-inline></td>
</tr>
<tr>
<td style="width: 20%;"><strong>Device</strong></td>
<td><var-inline data-var="900e2b4f-8384-404d-bb74-c7ebd25af0dd">Device type</var-inline>, <var-inline data-var="01b1d545-c1f7-4753-b29e-1c4c530610ab">Brand</var-inline>, <var-inline data-var="443612d3-1e91-47f5-ba28-d8dcbbb83454">Model</var-inline></td>
<td style="width: 22%; vertical-align: middle;" rowspan="6">
<table style="width: 60%; border-width: 0px; margin-left: auto; margin-right: auto;" border="1">
<tbody>
<tr>
<td style="border-width: 0px; padding: 0px;"><var-inline data-var="ticket.review.qrcode"> Review link (QR) </var-inline></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="width: 20%;"><strong>Serial number / IMEI</strong></td>
<td><var-inline data-var="33d31f18-e7cd-43af-ae51-91bf61c0f49a">IMEI / SN</var-inline></td>
</tr>
<tr>
<td style="width: 20%;"><strong>Appearance</strong></td>
<td><var-inline data-var="17e97c99-2317-4581-94ec-558070e52714">Appearance</var-inline></td>
</tr>
<tr>
<td style="width: 20%;"><strong>Equipment</strong></td>
<td><var-inline data-var="0a7ba431-f51e-485b-a679-683b030a1701">Equipment</var-inline></td>
</tr>
<tr>
<td style="width: 20%;"><strong>Prepayment</strong></td>
<td><var-inline data-var="TOTAL_PAID">Paid</var-inline> <var-inline data-var="CURRENCY">Currency</var-inline></td>
</tr>
<tr>
<td style="width: 20%;"><strong>Recommendations</strong></td>
<td><var-inline data-var="9f3d9531-4bef-478f-ac36-4ffc4cbe33ca">Recommendations</var-inline></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<table border="1">
<thead>
<tr>
<td><strong>#</strong></td>
<td style="width: 100%;"><strong>Item</strong></td>
<td><strong>SKU</strong></td>
<td style="text-align: right;"><strong>Warranty,&nbsp;d.</strong></td>
<td style="text-align: right;"><strong>Price,&nbsp;<var-inline data-var="CURRENCY">Currency</var-inline></strong></td>
<td style="text-align: right;"><strong>Discount,&nbsp;<var-inline data-var="CURRENCY">Currency</var-inline></strong></td>
<td style="text-align: right;"><strong>Quantity</strong></td>
<td style="text-align: right;"><strong>Amount,&nbsp;<var-inline data-var="CURRENCY">Currency</var-inline></strong></td>
</tr>
</thead>
<tbody>
<tr data-for="ITEMS">
<td><var-inline data-var="INDEX">Line</var-inline></td>
<td><var-inline data-var="ITEM_NAME">Item</var-inline></td>
<td><var-inline data-var="ITEM_SKU">SKU</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_WARRANTY">Warranty</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_PRICE">Price</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_DISCOUNT">Discount</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_QUANTITY">Quantity</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_SUM">Amount</var-inline></td>
</tr>
<tr>
<td style="text-align: right;" colspan="7"><strong>Amount, <var-inline data-var="CURRENCY">Currency</var-inline></strong></td>
<td style="text-align: right;"><strong><var-inline data-var="TOTAL_ITEMS">Sum of positions</var-inline></strong></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<table style="border-width: 0px;" border="1">
<tbody>
<tr>
<td style="border-width: 0px;" colspan="2">Warranty сonditions:<br>1. Enter your warranty conditions here<br>2. The quality of the repair work performed was checked by the Client in the presence of the Contractor and complies with the conditions of the Work Order No. <var-inline data-var="ORDER_NUMBER">Ticket #</var-inline>&nbsp;from <var-inline data-var="CREATED_AT">Ticket created at</var-inline><br>Job claims _________________________________________________________<br>This act of acceptance and delivery of completed works is drawn up in two copies, having the same legal force, one copy for each of the Parties.</td>
</tr>
<tr>
<td style="width: 50%; border-width: 0px;"><strong>Manager</strong>: __________________ <var-inline data-var="CLOSED_BY_NAME">Ticket closed by</var-inline></td>
<td style="border-width: 0px; text-align: right;">
<p><strong>Client: </strong>__________________ <var-inline data-var="CLIENT_NAME">Client</var-inline></p>
<p>I am familiarized and agree with the terms and conditions of service</p>
</td>
</tr>
<tr>
<td style="border-width: 0px;" colspan="2"><strong>Date</strong>: <var-inline data-var="DATE_TODAY">Print Date</var-inline>, <var-inline data-var="TIME_NOW">Print time</var-inline></td>
</tr>
</tbody>
</table>

Work order
<table style="border-width: 0px;" border="1">
<tbody>
<tr>
<td style="width: 50%; border-width: 0px;">
<h1>Work order</h1>
<p>Tiket <strong><var-inline data-var="ORDER_NUMBER">Ticket #</var-inline></strong> of <strong><var-inline data-var="CREATED_AT">Ticket created date</var-inline></strong></p>
</td>
<td style="border-width: 0px; text-align: right;">
<p><var-inline data-var="COMPANY_NAME">Company name</var-inline>, <var-inline data-var="branch.address">Location address</var-inline></p>
<p><strong><var-inline data-var="branch.phone">Location phone</var-inline></strong></p>
</td>
</tr>
</tbody>
</table>
<table border="1">
<tbody>
<tr>
<td style="width: 20%;"><strong>Client</strong></td>
<td><var-inline data-var="CLIENT_NAME">Client</var-inline>, <var-inline data-var="CLIENT_PHONE1">Client phone</var-inline></td>
<td rowspan="2">Point a phone camera at the QR code to see a status of the order</td>
</tr>
<tr>
<td style="width: 20%;"><strong>Reason</strong></td>
<td><var-inline data-var="bb1cc059-699b-4fc3-ba33-172e095314d8">Reason</var-inline></td>
</tr>
<tr>
<td style="width: 20%;"><strong>Device</strong></td>
<td><var-inline data-var="900e2b4f-8384-404d-bb74-c7ebd25af0dd">Device type</var-inline>, <var-inline data-var="01b1d545-c1f7-4753-b29e-1c4c530610ab">Brand</var-inline>, <var-inline data-var="443612d3-1e91-47f5-ba28-d8dcbbb83454">Model</var-inline></td>
<td style="width: 22%; vertical-align: middle;" rowspan="8">
<table style="width: 60%; border-width: 0px; margin-left: auto; margin-right: auto;" border="1">
<tbody>
<tr>
<td style="border-width: 0px; padding: 0px;"><var-inline data-var="ticket.status.qrcode"> Link to ticket status (QR) </var-inline></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="width: 20%;"><strong>Serial number / IMEI</strong></td>
<td><var-inline data-var="33d31f18-e7cd-43af-ae51-91bf61c0f49a">IMEI / SN</var-inline></td>
</tr>
<tr>
<td style="width: 20%;"><strong>Appearance</strong></td>
<td><var-inline data-var="17e97c99-2317-4581-94ec-558070e52714">Appearance</var-inline></td>
</tr>
<tr>
<td style="width: 20%;"><strong>Equipment</strong></td>
<td><var-inline data-var="0a7ba431-f51e-485b-a679-683b030a1701">Equipment</var-inline></td>
</tr>
<tr>
<td style="width: 20%;"><strong>Estimated date of availability</strong></td>
<td><var-inline data-var="ESTIMATED_AT">Deadline</var-inline></td>
</tr>
<tr>
<td style="width: 20%;"><strong>Estimated cost</strong></td>
<td><var-inline data-var="9f2bc659-d9aa-4726-ba0f-00079d389f2c">Estimated Cost</var-inline></td>
</tr>
<tr>
<td style="width: 20%;"><strong>Prepayment</strong></td>
<td><var-inline data-var="TOTAL_PAID">Paid</var-inline> <var-inline data-var="CURRENCY">Currency</var-inline></td>
</tr>
<tr>
<td style="width: 20%;"><strong>Master's notes</strong></td>
<td><var-inline data-var="d076d304-97b2-4f25-af21-db82f49d999c">Master&rsquo;s notes</var-inline></td>
</tr>
</tbody>
</table>
<table border="1">
<thead>
<tr>
<td><strong>#</strong></td>
<td style="width: 100%;"><strong>Item</strong></td>
<td><strong>SKU</strong></td>
<td style="text-align: right;"><strong>Warranty,&nbsp;d.</strong></td>
<td style="text-align: right;"><strong>Price,&nbsp;<var-inline data-var="CURRENCY">Currency</var-inline></strong></td>
<td style="text-align: right;"><strong>Discount,&nbsp;<var-inline data-var="CURRENCY">Currency</var-inline></strong></td>
<td style="text-align: right;"><strong>Quantity</strong></td>
<td style="text-align: right;"><strong>Amount,&nbsp;<var-inline data-var="CURRENCY">Currency</var-inline></strong></td>
</tr>
</thead>
<tbody>
<tr data-for="ITEMS">
<td><var-inline data-var="INDEX">Line</var-inline></td>
<td><var-inline data-var="ITEM_NAME">Item</var-inline></td>
<td><var-inline data-var="ITEM_SKU">SKU</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_WARRANTY">Warranty</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_PRICE">Price</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_DISCOUNT">Discount</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_QUANTITY">Quantity</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_SUM">Amount</var-inline></td>
</tr>
<tr>
<td style="text-align: right;" colspan="7"><strong>Amount, <var-inline data-var="CURRENCY">Currency</var-inline></strong></td>
<td style="text-align: right;"><strong><var-inline data-var="TOTAL_ITEMS">Subtotal</var-inline></strong></td>
</tr>
</tbody>
</table>
<table style="border-width: 0px;" border="1">
<tbody>
<tr>
<td style="border-width: 0px;" colspan="2">Terms of Service: 1.The client assumes the risk of a possible complete or partial loss of device performance during the repair process, in case of gross violations by the user of the operating conditions, the presence of traces of conductive liquid (corrosion) or mechanical damage. 2. The service center is not responsible for the possible loss of data in the device's memory, as well as for the abandoned Sim and Flash cards. 3. The Client's device is accepted for safekeeping for the entire service period (including diagnostics and repair). Shelf life of the device is 30 days from the estimated date of readiness. After this period, the device is disposed of and claims on it are not accepted. 4. The Contractor undertakes to diagnose and repair only the malfunction declared by the Client. The time allotted for the diagnosis and repair of the device depends entirely on the workload of the Contractor and is determined after the diagnosis. 5. If the receipt is lost, the device is issued upon presentation of the customer's passport. 6. In the absence of spare parts, materials, those documentation, etc., the Contractor has the right to unilaterally refuse to carry out repairs. 7. The Client must familiarize himself with the price list of the Contractor before concluding this Agreement and, if necessary, clarify the cost of services. 8. Upon acceptance, only the approximate cost and repair period are agreed. They can be reviewed ahead of schedule in cases where additional work and materials are required to eliminate the malfunction stated in the receipt and / or if the Contractor detects defects not specified by the Client. And also, when changing the delivery time and prices for components. In such a situation, the Contractor must notify the Client about the change in the cost and term of the repair. In case of refusal, the Client pays the cost of work already performed and used spare parts or the cost of a consultation (if repair work has not yet been carried out). 9. The warranty does not apply to: Repair of devices with liquid ingress and after mechanical damage (detected during inspection or after diagnosis).<br>10. The warranty only covers the part that has been replaced or repaired.</td>
</tr>
<tr>
<td style="width: 50%; border-width: 0px;"><strong>Manager</strong>: __________________ <var-inline data-var="CLOSED_BY_NAME">Ticket closed by</var-inline></td>
<td style="border-width: 0px; text-align: right;">
<p><strong>Customer</strong>: __________________ <var-inline data-var="CLIENT_NAME">Client</var-inline></p>
<p>I have read and agree with the warranty conditio</p>
</td>
</tr>
<tr>
<td style="border-width: 0px;" colspan="2"><strong>Date</strong>: <var-inline data-var="DATE_TODAY">Print Date</var-inline> <var-inline data-var="TIME_NOW">Print time</var-inline></td>
</tr>
</tbody>
</table>

Sales Receipt
<table style="border-width: 0px;" border="1">
<tbody>
<tr>
<td style="width: 50%; border-width: 0px;">
<h1>Sales Receipt</h1>
Sale of <strong><var-inline data-var="CREATED_AT">Date</var-inline></strong></td>
<td style="border-width: 0px; text-align: right; vertical-align: middle;">
<p><var-inline data-var="COMPANY_NAME">Company name</var-inline>, <var-inline data-var="branch.address">Location address</var-inline></p>
<p><strong><var-inline data-var="branch.phone">Location phone</var-inline></strong></p>
</td>
</tr>
</tbody>
</table>
<table border="1">
<thead>
<tr>
<td><strong>#</strong></td>
<td style="width: 100%;"><strong>Item</strong></td>
<td><strong>SKU</strong></td>
<td style="text-align: right;"><strong>Warranty,&nbsp;d.</strong></td>
<td style="text-align: right;"><strong>Price,&nbsp;<var-inline data-var="CURRENCY">Currency</var-inline></strong></td>
<td style="text-align: right;"><strong>Discount,&nbsp;<var-inline data-var="CURRENCY">Currency</var-inline></strong></td>
<td style="text-align: right;"><strong>Quantity</strong></td>
<td style="text-align: right;"><strong>Amount,&nbsp;<var-inline data-var="CURRENCY">Currency</var-inline></strong></td>
</tr>
</thead>
<tbody>
<tr data-for="ITEMS">
<td><var-inline data-var="INDEX">Line</var-inline></td>
<td><var-inline data-var="ITEM_NAME">Item</var-inline></td>
<td><var-inline data-var="ITEM_SKU">SKU</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_WARRANTY">Warranty</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_PRICE">Price</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_DISCOUNT">Discount</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_QUANTITY">Quantity</var-inline></td>
<td style="text-align: right;"><var-inline data-var="ITEM_SUM">Amount</var-inline></td>
</tr>
<tr>
<td style="text-align: right;" colspan="7"><strong>Amount, <var-inline data-var="CURRENCY">Currency</var-inline></strong></td>
<td style="text-align: right;"><strong><var-inline data-var="TOTAL_ITEMS">Subtotal</var-inline></strong></td>
</tr>
</tbody>
</table>
<table style="border-width: 0px;" border="1">
<tbody>
<tr>
<td style="width: 50%; border-width: 0px;">
<p><strong>Seller</strong>: __________________ <var-inline data-var="EMPLOYEE_NAME">Employee</var-inline></p>
<p><strong>Date</strong>: <var-inline data-var="DATE_TODAY">Print Date</var-inline> <var-inline data-var="TIME_NOW">Print time</var-inline></p>
</td>
</tr>
</tbody>
</table>

Label
<table style="border-width: 0px;" border="1">
<tbody>
<tr>
<td style="border-width: 0px;">
<div style="overflow: hidden;">&nbsp;</div>
</td>
</tr>
<tr>
<td style="border-width: 0px;"><var-inline data-var="product.sku.barcode">Product barcode</var-inline></td>
</tr>
</tbody>
</table>

Price tag
<table style="border-width: 0px;">
<tbody>
<tr>
<td style="border-width: 0px;"><span style="font-size: 5pt;"><var-inline data-var="COMPANY_NAME">Company name</var-inline></span></td>
<td style="border-width: 0px; text-align: right;"><span style="font-size: 5pt;"><var-inline data-var="DATE_TODAY">Print Date</var-inline></span></td>
</tr>
<tr>
<td style="border-width: 0px;" colspan="2">
<div style="overflow: hidden; line- text-align: center; vertical-align: middle;"><strong><var-inline data-var="product.price">Product price</var-inline><var-inline data-var="CURRENCY">Currency</var-inline></strong> <span style="font-size: 5pt;">pc</span></div>
</td>
</tr>
<tr>
<td style="border-width: 0px; text-align: center; vertical-align: middle;" colspan="2"><var-inline data-var="product.sku.barcode">Product barcode</var-inline></td>
</tr>
<tr>
<td style="border-width: 0px; text-align: center; line-height: 0.6;" colspan="2"><span style="font-size: 7pt;"><span style="font-size: 5pt;"><var-inline data-var="product.sku">Product SKU</var-inline></span></span></td>
</tr>
</tbody>
</table>
Was the article useful to you?