</div>
</div>
</div>
+ <div class="mr-3">
+ <div class="form-check form-check-inline">
+ <input class="form-check-input" type="checkbox"
+ (ngModelChange)="toggleStrictBarcode($event)"
+ id="strict-barcode-cbox" [(ngModel)]="strictBarcode"/>
+ <label class="form-check-label"
+ for="strict-barcode-cbox" i18n>Strict Barcode</label>
+ </div>
+ </div>
<div class="flex-1"></div>
<div class="mr-2">
<div class="form-check form-check-inline">
(click)="backdateDate=null; backdate=null" i18n>Clear</button>
</div>
</div>
-<div class="row mb-3 pb-3 border-bottom">
- <div class="mr-3">
- <div class="form-check form-check-inline">
- <input class="form-check-input" type="checkbox"
- (ngModelChange)="toggleStrictBarcode($event)"
- id="strict-barcode-cbox" [(ngModel)]="strictBarcode"/>
- <label class="form-check-label"
- for="strict-barcode-cbox" i18n>Strict Barcode</label>
- </div>
- </div>
-</div>
<div *ngIf="fineTally > 0">
<span class="mr-2" i18n>Fine Tally: </span>
</div>
</div>
</div>
+ <div class="mr-3">
+ <div class="form-check form-check-inline pt-1">
+ <input class="form-check-input" type="checkbox"
+ (ngModelChange)="toggleStrictBarcode($event)"
+ id="strict-barcode-cbox" [(ngModel)]="strictBarcode"/>
+ <label class="form-check-label"
+ for="strict-barcode-cbox" i18n>Strict Barcode</label>
+ </div>
+ </div>
<div class="flex-1"></div>
<div ngbDropdown>
<button ngbDropdownToggle class="btn mr-2" [ngClass]="{
</eg-datetime-select>
</div>
</div>
-<div class="row mb-3 pb-3 border-bottom">
- <div class="mr-3">
- <div class="form-check form-check-inline pt-1">
- <input class="form-check-input" type="checkbox"
- (ngModelChange)="toggleStrictBarcode($event)"
- id="strict-barcode-cbox" [(ngModel)]="strictBarcode"/>
- <label class="form-check-label"
- for="strict-barcode-cbox" i18n>Strict Barcode</label>
- </div>
- </div>
-</div>
<ng-template #copyBarcodeTemplate let-r="row">
<ng-container *ngIf="r.copy">