</button>
</div>
<div class="modal-body">
- <h4 i18n>Lineitem(s) selected:
+ <h4 i18n>Line Item(s) selected:
<span *ngFor="let id of ids; last as isLast">
{{id}}<span *ngIf="!isLast">,</span>
</span>
<form class="form-validated">
<div class="modal-header bg-info">
<h3 class="modal-title" *ngIf="recordType === 'po'" i18n>Confirm Order Cancellation</h3>
- <h3 class="modal-title" *ngIf="recordType === 'li'" i18n>Confirm Lineitem Cancellation</h3>
+ <h3 class="modal-title" *ngIf="recordType === 'li'" i18n>Confirm Line Item Cancellation</h3>
<h3 class="modal-title" *ngIf="recordType === 'lid'" i18n>Confirm Item Cancellation</h3>
<button type="button" class="close"
i18n-aria-label aria-label="Close" (click)="close()">
<div class="modal-body">
<h4 *ngIf="recordType === 'po'" i18n>Please select a cancel reason and click "Apply" to cancel the order,
or "Exit Dialog" to exit without cancelling the order.</h4>
- <h4 *ngIf="recordType === 'li'" i18n>Please select a cancel reason and click "Apply" to cancel the lineitem,
- or "Exit Dialog" to exit without cancelling the lineitem.</h4>
+ <h4 *ngIf="recordType === 'li'" i18n>Please select a cancel reason and click "Apply" to cancel the line item,
+ or "Exit Dialog" to exit without cancelling the line item.</h4>
<h4 *ngIf="recordType === 'lid'" i18n>Please select a cancel reason and click "Apply" to cancel the item,
or "Exit Dialog" to exit without cancelling the item.</h4>
<eg-combobox domId="acq-cancel-dialog" name="acq-cancel-dialog"
</button>
</div>
<div class="modal-body">
- <h4 i18n>Lineitem(s) selected:
+ <h4 i18n>Line Item(s) selected:
<span *ngFor="let id of ids; last as isLast">
{{id}}<span *ngIf="!isLast">,</span>
</span>
<ng-template #dialogContent>
<form class="form-validated">
<div class="modal-header bg-info">
- <h3 class="modal-title" i18n>Confirm Deletion of Lineitems</h3>
+ <h3 class="modal-title" i18n>Confirm Deletion of Line Items</h3>
<button type="button" class="close"
i18n-aria-label aria-label="Close" (click)="close()">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
- <h4 i18n>Lineitem(s) selected:
+ <h4 i18n>Line Item(s) selected:
<span *ngFor="let id of ids; last as isLast">
{{id}}<span *ngIf="!isLast">,</span>
</span>
</h4>
- <h4 i18n>Are you sure you want to delete the selected lineitems?</h4>
- <h4 i18n>Please click "Apply" to delete lineitems or "Exit Dialog"
- to exit without deleting lineitems.</h4>
+ <h4 i18n>Are you sure you want to delete the selected line items?</h4>
+ <h4 i18n>Please click "Apply" to delete line items or "Exit Dialog"
+ to exit without deleting line items.</h4>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-success"
<ng-container *ngIf="lineitem">
<div class="mt-3">
<div *ngIf="lineitem.eg_bib_id()" class="alert alert-warning" i18n>
- Changes to lineitems that are linked to catalog records will
+ Changes to line items that are linked to catalog records will
not result in changes to the cataloged record.
</div>
<eg-marc-editor [recordXml]="lineitem.marc()" [inPlaceMode]="true"
</button>
</div>
<div class="modal-body">
- <h4 i18n>Lineitem(s) selected:
+ <h4 i18n>Line Item(s) selected:
<span *ngFor="let id of ids; last as isLast">
{{id}}<span *ngIf="!isLast">,</span>
</span>
<a ngbDropdownItem routerLink="../brief-record"
queryParamsHandling="merge" i18n>Add Brief Record</a>
<button ngbDropdownItem (click)="deleteLineitems()"
- [disabled]="!canDeleteLis() || !selectedIds().length" i18n>Delete Selected Lineitems</button>
+ [disabled]="!canDeleteLis() || !selectedIds().length" i18n>Delete Selected Line Items</button>
<button ngbDropdownItem (click)="addCopiesToLineitems()"
- [disabled]="isActivatedPo() || !selectedIds().length" i18n>Add Items to Selected Lineitems</button>
+ [disabled]="isActivatedPo() || !selectedIds().length" i18n>Add Items to Selected Line Items</button>
<button ngbDropdownItem (click)="exportSingleAttributeList()"
- [disabled]="!selectedIds().length" i18n>Export Single Attribute List for Selected Lineitems</button>
+ [disabled]="!selectedIds().length" i18n>Export Single Attribute List for Selected Line Items</button>
<div class="dropdown-divider"></div>
<h6 class="dropdown-header" i18n>Selection List Actions</h6>
<button ngbDropdownItem (click)="createPo()"
- [disabled]="!picklistId" i18n>Create Purchase Order from Selected Lineitems</button>
+ [disabled]="!picklistId" i18n>Create Purchase Order from Selected Line Items</button>
<button ngbDropdownItem (click)="createPo(true)"
- [disabled]="!picklistId" i18n>Create Purchase Order from All Lineitems</button>
+ [disabled]="!picklistId" i18n>Create Purchase Order from All Line Items</button>
<div class="dropdown-divider"></div>
<h6 class="dropdown-header" i18n>Purchase Order Actions</h6>
<a ngbDropdownItem routerLink="../create-assets"
[disabled]="!isPendingPo()"
queryParamsHandling="merge" i18n>Load Bibs and Items</a>
<button ngbDropdownItem (click)="receiveSelected()"
- [disabled]="!poId" i18n>Mark Selected Lineitems as Received</button>
+ [disabled]="!poId" i18n>Mark Selected Line Items as Received</button>
<button ngbDropdownItem (click)="unReceiveSelected()"
- [disabled]="!poId" i18n>Un-Receive Selected Lineitems</button>
+ [disabled]="!poId" i18n>Un-Receive Selected Line Items</button>
<button ngbDropdownItem (click)="cancelSelected()"
- [disabled]="!poId" i18n>Cancel Selected Lineitems</button>
+ [disabled]="!poId" i18n>Cancel Selected Line Items</button>
<button ngbDropdownItem (click)="applyClaimPolicyToSelected()"
- [disabled]="!poId || !selectedIds().length" i18n>Apply Claim Policy to Selected Lineitems</button>
+ [disabled]="!poId || !selectedIds().length" i18n>Apply Claim Policy to Selected Line Items</button>
<button ngbDropdownItem (click)="createInvoiceFromSelected()"
- [disabled]="!isActivatedPo() || !selectedIds().length" i18n>Create Invoice from Selected Lineitems</button>
+ [disabled]="!isActivatedPo() || !selectedIds().length" i18n>Create Invoice from Selected Line Items</button>
<button ngbDropdownItem (click)="linkInvoiceFromSelected()"
- [disabled]="!isActivatedPo() || !selectedIds().length" i18n>Link Selected Lineitems to Invoice</button>
+ [disabled]="!isActivatedPo() || !selectedIds().length" i18n>Link Selected Line Items to Invoice</button>
</div>
</div>
</div>
[ngModel]="filterField" (ngModelChange)="filterFieldChange($event)"
class="form-control">
<option value="" i18n></option>
- <option value="id" i18n>Lineitem ID</option>
+ <option value="id" i18n>Line Item ID</option>
<option value="state" i18n>Status</option>
<option value="acqlia:title" i18n>Title</option>
<option value="acqlia:author" i18n>Author</option>
<select name="sort-order-select" id="sort-order-select"
[ngModel]="sortOrder" (ngModelChange)="sortOrderChange($event)"
class="form-control">
- <option value="li_id_asc" i18n>Lineitem ID Ascending</option>
- <option value="li_id_desc" i18n>Lineitem ID Descending</option>
+ <option value="li_id_asc" i18n>Line Item ID Ascending</option>
+ <option value="li_id_desc" i18n>Line Item ID Descending</option>
<option value="title_asc" i18n>Title Ascending</option>
<option value="title_desc" i18n>Title Descending</option>
<option value="author_asc" i18n>Author Ascending</option>
</div>
<div class="row">
<div class="col-lg-12">
- <span title="Lineitem ID" i18n-title i18n># {{li.id()}}</span>
+ <span title="Line Item ID" i18n-title i18n># {{li.id()}}</span>
<span class="ml-1 mr-1" i18n> | </span>
<span title="Existing Item Count" i18n-title i18n
[ngClass]="{'text-danger font-weight-bold': existingCopyCounts[li.id()] > 0}">
</button>
</div>
<div class="modal-body">
- <h4 i18n *ngIf="liIds && liIds.length">Lineitem(s) selected:
+ <h4 i18n *ngIf="liIds && liIds.length">Line Item(s) selected:
<span *ngFor="let id of liIds; last as isLast">
{{id}}<span *ngIf="!isLast">,</span>
</span>
<div class="col-lg-4 offset-lg-4">
<div *ngIf="lineitems.length">
- <span i18n>Creating for {{lineitems.length}} lineitems.</span>
+ <span i18n>Creating for {{lineitems.length}} line items.</span>
<hr class="p-1" />
</div>
<div class="form-group">
<ng-template #noPrice>
<ng-container
*ngIf="evt.textcode == 'ACQ_LINEITEM_NO_PRICE'; else noCopies">
- <span i18n>One or more lineitems have no price.</span>
+ <span i18n>One or more line items have no price.</span>
</ng-container>
</ng-template>
<ng-template #noCopies>
<ng-container
*ngIf="evt.textcode == 'ACQ_LINEITEM_NO_COPIES'; else noOwner">
- <span i18n>One or more lineitems have no items attached.</span>
+ <span i18n>One or more line items have no items attached.</span>
</ng-container>
</ng-template>
<ng-template #noOwner>
<div class="row">
<div class="col-lg-4 d-flex">
- <div class="flex-2" i18n>Lineitems:</div>
+ <div class="flex-2" i18n>Line Items:</div>
<div class="flex-4">{{po().lineitem_count()}}</div>
</div>
<div class="col-lg-8 d-flex">
<input class="ml-0 form-check-input" type="checkbox" (change)="setCanActivate()"
id="zero-copy-cbox" [(ngModel)]="zeroCopyActivate"/>
<label class="form-check-label" for="zero-copy-cbox" i18n>
- Allow Activation with Zero-Item Lineitems?
+ Allow Activation with Zero-Item Line Items?
</label>
</div>
</div>