Add ticket paper width selector and improve thermal cut/print layout
This commit is contained in:
@@ -342,6 +342,13 @@
|
||||
<label class="form-label">Teléfono en ticket</label>
|
||||
<input class="form-input" id="receipt-phone" type="tel" placeholder="Ej: 664-123-4567" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="form-label">Ancho del papel</label>
|
||||
<select class="form-select" id="receipt-paper-width">
|
||||
<option value="58">58 mm (térmica pequeña)</option>
|
||||
<option value="80" selected>80 mm (térmica estándar)</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group form-group--full">
|
||||
<label class="form-label">Mensaje de agradecimiento</label>
|
||||
<input class="form-input" id="receipt-thanks" type="text" placeholder="Gracias por su compra!" />
|
||||
|
||||
Reference in New Issue
Block a user