@@ -195,6 +195,123 @@ <h5 id="mdlPrinterTest" class="modal-title modal-title">
195
195
< button id ="btn-path " type ="button " class ="btn btn-secondary "> Choose</ button >
196
196
</ div >
197
197
</ fieldset >
198
+ < fieldset class ="border rounded p-2 mb-1 is-esc ">
199
+ < legend class ="float-none w-auto px-2 mb-0 fs-6 fw-semibold "> ESC/POS Status</ legend >
200
+ < div class ="container ">
201
+ < div class ="row row-cols-2 escpos-col row-gap-2 ">
202
+ < div class ="col ">
203
+ < div class ="input-group ">
204
+ < span class ="input-group-text ">
205
+ < div class ="form-check ">
206
+ < input id ="escposOnline " type ="checkbox " class ="form-check-input _big ">
207
+ < label class ="form-check-label " for ="escposOnline "> Online</ label >
208
+ </ div >
209
+ </ span >
210
+ </ div >
211
+ </ div >
212
+ < div class ="col ">
213
+ < div class ="input-group ">
214
+ < span class ="input-group-text ">
215
+ < div class ="form-check ">
216
+ < input id ="escposPaperFeedPressed " type ="checkbox " class ="form-check-input _big ">
217
+ < label class ="form-check-label " for ="escposPaperFeedPressed "> Paper Feed Pressed</ label >
218
+ </ div >
219
+ </ span >
220
+ </ div >
221
+ </ div >
222
+ < div class ="col ">
223
+ < div class ="input-group ">
224
+ < span class ="input-group-text ">
225
+ < div class ="form-check ">
226
+ < input id ="escposCoverOpen " type ="checkbox " class ="form-check-input _big ">
227
+ < label class ="form-check-label " for ="escposCoverOpen "> Cover Open</ label >
228
+ </ div >
229
+ </ span >
230
+ </ div >
231
+ </ div >
232
+ < div class ="col ">
233
+ < div class ="input-group ">
234
+ < span class ="input-group-text ">
235
+ < div class ="form-check ">
236
+ < input id ="escposPaperBeingFed " type ="checkbox " class ="form-check-input _big ">
237
+ < label class ="form-check-label " for ="escposPaperBeingFed "> Paper Being Fed</ label >
238
+ </ div >
239
+ </ span >
240
+ </ div >
241
+ </ div >
242
+ < div class ="col ">
243
+ < div class ="input-group ">
244
+ < span class ="input-group-text ">
245
+ < div class ="form-check ">
246
+ < input id ="escposPaperEnd " type ="checkbox " class ="form-check-input _big ">
247
+ < label class ="form-check-label " for ="escposPaperEnd "> Paper End</ label >
248
+ </ div >
249
+ </ span >
250
+ </ div >
251
+ </ div >
252
+ < div class ="col ">
253
+ < div class ="input-group ">
254
+ < span class ="input-group-text ">
255
+ < div class ="form-check ">
256
+ < input id ="escposErrorOccurred " type ="checkbox " class ="form-check-input _big ">
257
+ < label class ="form-check-label " for ="escposErrorOccurred "> Error Occurred</ label >
258
+ </ div >
259
+ </ span >
260
+ </ div >
261
+ </ div >
262
+ < div class ="col ">
263
+ < div class ="input-group ">
264
+ < span class ="input-group-text ">
265
+ < div class ="form-check ">
266
+ < input id ="escposRecoverableError " type ="checkbox " class ="form-check-input _big ">
267
+ < label class ="form-check-label " for ="escposRecoverableError "> Recoverable Error</ label >
268
+ </ div >
269
+ </ span >
270
+ </ div >
271
+ </ div >
272
+ < div class ="col ">
273
+ < div class ="input-group ">
274
+ < span class ="input-group-text ">
275
+ < div class ="form-check ">
276
+ < input id ="escposCutterError " type ="checkbox " class ="form-check-input _big ">
277
+ < label class ="form-check-label " for ="escposCutterError "> Auto Cutter Error</ label >
278
+ </ div >
279
+ </ span >
280
+ </ div >
281
+ </ div >
282
+ < div class ="col ">
283
+ < div class ="input-group ">
284
+ < span class ="input-group-text ">
285
+ < div class ="form-check ">
286
+ < input id ="escposUnrecoverableError " type ="checkbox " class ="form-check-input _big ">
287
+ < label class ="form-check-label " for ="escposUnrecoverableError "> Unrecoverable Error</ label >
288
+ </ div >
289
+ </ span >
290
+ </ div >
291
+ </ div >
292
+ < div class ="col ">
293
+ < div class ="input-group ">
294
+ < span class ="input-group-text ">
295
+ < div class ="form-check ">
296
+ < input id ="escposAutoRecoverableError " type ="checkbox " class ="form-check-input _big ">
297
+ < label class ="form-check-label " for ="escposAutoRecoverableError "> Auto Recoverable Error</ label >
298
+ </ div >
299
+ </ span >
300
+ </ div >
301
+ </ div >
302
+ < div class ="col ">
303
+ < div class ="input-group ">
304
+ < span class ="input-group-text ">
305
+ < div class ="form-check ">
306
+ < input id ="escposPaperLow " type ="checkbox " class ="form-check-input _big ">
307
+ < label class ="form-check-label " for ="escposPaperLow "> Paper Low</ label >
308
+ </ div >
309
+ </ span >
310
+ </ div >
311
+ </ div >
312
+ </ div >
313
+ </ div >
314
+ </ fieldset >
198
315
</ div >
199
316
< div class ="modal-footer p-1 ">
200
317
< button id ="btn-close-save-settings " type ="button " class ="btn btn-secondary btn-close-save-settings " data-bs-dismiss ="modal "> < i class ="glyphicon glyphicon-remove "> </ i > Close</ button >
0 commit comments