@colijnit/transaction 300.1.5 → 300.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/colijnit-transaction.mjs +332 -326
- package/fesm2022/colijnit-transaction.mjs.map +1 -1
- package/index.d.ts +0 -1
- package/package.json +2 -2
|
@@ -355,8 +355,8 @@ import { DateField } from '@colijnit/ioneconnector/build/factory/decorators/date
|
|
|
355
355
|
class Version {
|
|
356
356
|
name = "@colijnit/transaction";
|
|
357
357
|
description = "Colijn IT transaction package";
|
|
358
|
-
symVer = "300.1.
|
|
359
|
-
publishDate = "
|
|
358
|
+
symVer = "300.1.6";
|
|
359
|
+
publishDate = "04/08/2026, 16:20:07";
|
|
360
360
|
}
|
|
361
361
|
|
|
362
362
|
class CheckoutModuleService extends BaseModuleService {
|
|
@@ -39824,14 +39824,6 @@ class TransactionHeaderPopupRelationComponent extends TransactionHeaderPopupBase
|
|
|
39824
39824
|
}
|
|
39825
39825
|
}
|
|
39826
39826
|
}), this._suggestionsService.suggestedRelationClick.subscribe((relation) => this.onRelationSuggestionClick(relation)));
|
|
39827
|
-
this.transactionEventService.cloneRelationCreated.subscribe((creation) => {
|
|
39828
|
-
if (creation && this.titles.length > 0) {
|
|
39829
|
-
const title = this.titles.find((title) => title.titleId === this.transactionHeaderService.clonedRelation.titleId);
|
|
39830
|
-
if (title) {
|
|
39831
|
-
this.relationTitle = title;
|
|
39832
|
-
}
|
|
39833
|
-
}
|
|
39834
|
-
});
|
|
39835
39827
|
this.canChangeRelationParam = await this.service.getInternalParameter(InternalParam.TransactionRelationEditAllowed);
|
|
39836
39828
|
this.transactionHeaderService.getTitles().then((titles) => {
|
|
39837
39829
|
this.titles = titles;
|
|
@@ -39844,6 +39836,12 @@ class TransactionHeaderPopupRelationComponent extends TransactionHeaderPopupBase
|
|
|
39844
39836
|
this.invoiceAddressNawNr = this.transactionInfo.invoiceAddress;
|
|
39845
39837
|
this.invoiceAddressSameAsDeliveryAddress = this.deliveryAddressNawNr === this.invoiceAddressNawNr;
|
|
39846
39838
|
}
|
|
39839
|
+
if (this.titles) {
|
|
39840
|
+
const title = this.titles.find((title) => title.titleId === this.transactionHeaderService.clonedRelation.titleId);
|
|
39841
|
+
if (title) {
|
|
39842
|
+
this.relationTitle = title;
|
|
39843
|
+
}
|
|
39844
|
+
}
|
|
39847
39845
|
this.changeDetector.detectChanges();
|
|
39848
39846
|
}
|
|
39849
39847
|
ngAfterViewInit() {
|
|
@@ -39966,10 +39964,6 @@ class TransactionHeaderPopupRelationComponent extends TransactionHeaderPopupBase
|
|
|
39966
39964
|
}
|
|
39967
39965
|
this.transactionEventService.relationNavigationRequested.next({ relationNr: Number(clonedRelation.relationNumber), relationKind: clonedRelation.relationType });
|
|
39968
39966
|
}
|
|
39969
|
-
titleNameForTitleId(titleId) {
|
|
39970
|
-
const titleName = this.titles.find((title) => title.titleId === this.transactionHeaderService.clonedRelation.titleId).name;
|
|
39971
|
-
return titleName.length > 0 ? titleName : "";
|
|
39972
|
-
}
|
|
39973
39967
|
// protected transactionSet() {
|
|
39974
39968
|
// super.transactionSet();
|
|
39975
39969
|
// if (this.transactionInfo) {
|
|
@@ -40052,7 +40046,7 @@ class TransactionHeaderPopupRelationComponent extends TransactionHeaderPopupBase
|
|
|
40052
40046
|
<div class="double-column">
|
|
40053
40047
|
<div class="column">
|
|
40054
40048
|
<label class="label" [textContent]="'TITLE' | localize"></label>
|
|
40055
|
-
<span class="value" [textContent]="
|
|
40049
|
+
<span class="value" [textContent]="relationTitle.name"></span>
|
|
40056
40050
|
</div>
|
|
40057
40051
|
<div class="column">
|
|
40058
40052
|
<label class="label" [textContent]="'FIRST_NAME' | localize"></label>
|
|
@@ -40270,7 +40264,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
40270
40264
|
<div class="double-column">
|
|
40271
40265
|
<div class="column">
|
|
40272
40266
|
<label class="label" [textContent]="'TITLE' | localize"></label>
|
|
40273
|
-
<span class="value" [textContent]="
|
|
40267
|
+
<span class="value" [textContent]="relationTitle.name"></span>
|
|
40274
40268
|
</div>
|
|
40275
40269
|
<div class="column">
|
|
40276
40270
|
<label class="label" [textContent]="'FIRST_NAME' | localize"></label>
|
|
@@ -77149,362 +77143,374 @@ class TransactionServiceOrderFilterContentOrderComponent extends TransactionFilt
|
|
|
77149
77143
|
}
|
|
77150
77144
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TransactionServiceOrderFilterContentOrderComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
77151
77145
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TransactionServiceOrderFilterContentOrderComponent, isStandalone: false, selector: "co-transaction-service-order-filter-content-order", host: { properties: { "class.co-transaction-search-filter-content": "this.showClass" } }, usesInheritance: true, ngImport: i0, template: `
|
|
77152
|
-
|
|
77146
|
+
<div class="transaction-filter-content-order-wrapper transaction-filter-content-wrapper">
|
|
77147
|
+
|
|
77148
|
+
<!--Orderdatum-->
|
|
77149
|
+
<div class="filter-item-wrapper">
|
|
77150
|
+
<co-transaction-filter-item [placeholder]="'ORDER_DATE'"
|
|
77151
|
+
[(model)]="searchService.searchRequest.rangeTransDate"
|
|
77152
|
+
[mode]="modes.DateRangeField">
|
|
77153
|
+
</co-transaction-filter-item>
|
|
77154
|
+
</div>
|
|
77153
77155
|
|
|
77154
|
-
|
|
77155
|
-
|
|
77156
|
-
|
|
77157
|
-
|
|
77158
|
-
|
|
77159
|
-
|
|
77160
|
-
</div>
|
|
77156
|
+
<div class="filter-item-wrapper">
|
|
77157
|
+
<co-transaction-filter-item [placeholder]="'DELIVERY_DATE'"
|
|
77158
|
+
[(model)]="searchService.searchRequest.deliveryDateRange"
|
|
77159
|
+
[mode]="modes.DateRangeField">
|
|
77160
|
+
</co-transaction-filter-item>
|
|
77161
|
+
</div>
|
|
77161
77162
|
|
|
77162
|
-
|
|
77163
|
-
|
|
77164
|
-
|
|
77165
|
-
|
|
77166
|
-
|
|
77167
|
-
|
|
77163
|
+
<div class="filter-item-wrapper">
|
|
77164
|
+
<co-transaction-filter-item [placeholder]="'INVOICE_NUMBER'"
|
|
77165
|
+
[(model)]="searchService.searchRequest.serviceInvoiceNumber"
|
|
77166
|
+
[mode]="modes.TextField">
|
|
77167
|
+
</co-transaction-filter-item>
|
|
77168
|
+
</div>
|
|
77168
77169
|
|
|
77169
|
-
|
|
77170
|
-
|
|
77171
|
-
|
|
77172
|
-
|
|
77173
|
-
|
|
77174
|
-
|
|
77175
|
-
|
|
77170
|
+
<div class="filter-item-wrapper">
|
|
77171
|
+
<co-transaction-filter-item [placeholder]="'WORKFLOW_STATUS'"
|
|
77172
|
+
[collection]="workflowStatusNames"
|
|
77173
|
+
[(model)]="searchService.searchRequest.rangeWorkflowStatusNames"
|
|
77174
|
+
[mode]="modes.Filterlist">
|
|
77175
|
+
</co-transaction-filter-item>
|
|
77176
|
+
</div>
|
|
77176
77177
|
|
|
77177
|
-
|
|
77178
|
-
|
|
77179
|
-
|
|
77180
|
-
|
|
77181
|
-
|
|
77182
|
-
|
|
77183
|
-
|
|
77178
|
+
<div class="filter-item-wrapper">
|
|
77179
|
+
<co-transaction-filter-item [placeholder]="'BRANCH'"
|
|
77180
|
+
[collection]="branches"
|
|
77181
|
+
[(model)]="searchService.searchRequest.rangeBranchId"
|
|
77182
|
+
[mode]="modes.Filterlist">
|
|
77183
|
+
</co-transaction-filter-item>
|
|
77184
|
+
</div>
|
|
77184
77185
|
|
|
77185
|
-
|
|
77186
|
-
|
|
77187
|
-
|
|
77188
|
-
|
|
77189
|
-
|
|
77190
|
-
|
|
77191
|
-
|
|
77192
|
-
|
|
77186
|
+
<!--Betaalconditie-->
|
|
77187
|
+
<div class="filter-item-wrapper">
|
|
77188
|
+
<co-transaction-filter-item [placeholder]="'PAYMENT_CONDITION'"
|
|
77189
|
+
[collection]="paymentConditions"
|
|
77190
|
+
[(model)]="searchService.searchRequest.rangePaymentCondition"
|
|
77191
|
+
[mode]="modes.Filterlist">
|
|
77192
|
+
</co-transaction-filter-item>
|
|
77193
|
+
</div>
|
|
77193
77194
|
|
|
77194
|
-
|
|
77195
|
-
|
|
77196
|
-
|
|
77197
|
-
|
|
77198
|
-
|
|
77199
|
-
|
|
77200
|
-
|
|
77201
|
-
|
|
77202
|
-
|
|
77195
|
+
<!--Verkoper-->
|
|
77196
|
+
<div class="filter-item-wrapper">
|
|
77197
|
+
<co-transaction-filter-item [placeholder]="'HANDLED_BY'"
|
|
77198
|
+
[collection]="salesPersons"
|
|
77199
|
+
[(model)]="searchService.searchRequest.rangeHandledBy"
|
|
77200
|
+
[mode]="modes.Filterlist"
|
|
77201
|
+
>
|
|
77202
|
+
</co-transaction-filter-item>
|
|
77203
|
+
</div>
|
|
77203
77204
|
|
|
77204
|
-
|
|
77205
|
-
|
|
77206
|
-
|
|
77207
|
-
|
|
77208
|
-
|
|
77209
|
-
|
|
77210
|
-
|
|
77211
|
-
|
|
77205
|
+
<!--Eigen referentie-->
|
|
77206
|
+
<div class="filter-item-wrapper">
|
|
77207
|
+
<co-transaction-filter-item [placeholder]="'OWN_REFERENCE'"
|
|
77208
|
+
[(model)]="searchService.searchRequest.ownReference"
|
|
77209
|
+
[mode]="modes.TextField"
|
|
77210
|
+
>
|
|
77211
|
+
</co-transaction-filter-item>
|
|
77212
|
+
</div>
|
|
77212
77213
|
|
|
77213
|
-
|
|
77214
|
-
|
|
77215
|
-
|
|
77216
|
-
|
|
77217
|
-
|
|
77218
|
-
|
|
77219
|
-
|
|
77220
|
-
|
|
77221
|
-
|
|
77222
|
-
|
|
77223
|
-
|
|
77224
|
-
|
|
77225
|
-
|
|
77226
|
-
<!--Project Code-->
|
|
77227
|
-
<div class="filter-item-wrapper">
|
|
77228
|
-
<co-transaction-filter-item [placeholder]="'SLA_PRODUCTS'"
|
|
77229
|
-
[searchCollectionPlaceholder]="searchPlaceholder.SLAProduct"
|
|
77230
|
-
[(model)]="searchService.searchRequest.slaTypes"
|
|
77231
|
-
[mode]="modes.Filterlist"
|
|
77232
|
-
[minSearchCharsToLoadCollection]="3"
|
|
77233
|
-
[collection]="slaProducts"
|
|
77234
|
-
>
|
|
77235
|
-
</co-transaction-filter-item>
|
|
77236
|
-
</div>
|
|
77237
|
-
|
|
77238
|
-
|
|
77214
|
+
<!--Project Code-->
|
|
77215
|
+
<div class="filter-item-wrapper">
|
|
77216
|
+
<co-transaction-filter-item [placeholder]="'PROJECT_CODE'"
|
|
77217
|
+
[searchCollectionPlaceholder]="searchPlaceholder.ProjectCode"
|
|
77218
|
+
[(model)]="searchService.searchRequest.projectCode"
|
|
77219
|
+
[mode]="modes.SingleSelectList"
|
|
77220
|
+
[minSearchCharsToLoadCollection]="3"
|
|
77221
|
+
[collection]="projectCodes"
|
|
77222
|
+
>
|
|
77223
|
+
</co-transaction-filter-item>
|
|
77224
|
+
</div>
|
|
77239
77225
|
|
|
77240
|
-
<!--Tags-->
|
|
77241
|
-
<div class="filter-item-wrapper">
|
|
77242
|
-
<co-transaction-filter-item [placeholder]="'TAGS'"
|
|
77243
|
-
[collection]="tags"
|
|
77244
|
-
[(model)]="searchService.searchRequest.tagRange"
|
|
77245
|
-
[mode]="modes.Filterlist">
|
|
77246
|
-
</co-transaction-filter-item>
|
|
77247
|
-
</div>
|
|
77248
77226
|
|
|
77249
|
-
|
|
77250
|
-
|
|
77251
|
-
|
|
77252
|
-
|
|
77253
|
-
|
|
77254
|
-
|
|
77255
|
-
|
|
77256
|
-
|
|
77227
|
+
<!--Project Code-->
|
|
77228
|
+
<div class="filter-item-wrapper">
|
|
77229
|
+
<co-transaction-filter-item [placeholder]="'SLA_PRODUCTS'"
|
|
77230
|
+
[searchCollectionPlaceholder]="searchPlaceholder.SLAProduct"
|
|
77231
|
+
[(model)]="searchService.searchRequest.slaTypes"
|
|
77232
|
+
[mode]="modes.Filterlist"
|
|
77233
|
+
[minSearchCharsToLoadCollection]="3"
|
|
77234
|
+
[collection]="slaProducts"
|
|
77235
|
+
>
|
|
77236
|
+
</co-transaction-filter-item>
|
|
77237
|
+
</div>
|
|
77257
77238
|
|
|
77258
|
-
<!--Order definitief-->
|
|
77259
|
-
<div class="filter-item-wrapper">
|
|
77260
|
-
<co-transaction-filter-item [placeholder]="'ORDER_DEFINITIVE'"
|
|
77261
|
-
[collection]="orderDefinite"
|
|
77262
|
-
[(model)]="searchService.searchRequest.transactionDefinitive"
|
|
77263
|
-
[mode]="modes.Filterlist">
|
|
77264
|
-
</co-transaction-filter-item>
|
|
77265
|
-
</div>
|
|
77266
77239
|
|
|
77240
|
+
<!--Tags-->
|
|
77241
|
+
<div class="filter-item-wrapper">
|
|
77242
|
+
<co-transaction-filter-item [placeholder]="'TAGS'"
|
|
77243
|
+
[collection]="tags"
|
|
77244
|
+
[(model)]="searchService.searchRequest.tagRange"
|
|
77245
|
+
[mode]="modes.Filterlist">
|
|
77246
|
+
</co-transaction-filter-item>
|
|
77247
|
+
</div>
|
|
77267
77248
|
|
|
77268
|
-
|
|
77269
|
-
|
|
77270
|
-
|
|
77271
|
-
|
|
77272
|
-
|
|
77273
|
-
|
|
77274
|
-
|
|
77275
|
-
|
|
77249
|
+
<!--On hold codes-->
|
|
77250
|
+
<div class="filter-item-wrapper">
|
|
77251
|
+
<co-transaction-filter-item [placeholder]="'ON_HOLD'"
|
|
77252
|
+
[collection]="onHoldCodes"
|
|
77253
|
+
[(model)]="searchService.searchRequest.rangeOnHoldCodes"
|
|
77254
|
+
[mode]="modes.Filterlist">
|
|
77255
|
+
</co-transaction-filter-item>
|
|
77256
|
+
</div>
|
|
77276
77257
|
|
|
77258
|
+
<!--Order definitief-->
|
|
77259
|
+
<div class="filter-item-wrapper">
|
|
77260
|
+
<co-transaction-filter-item [placeholder]="'ORDER_DEFINITIVE'"
|
|
77261
|
+
[collection]="orderDefinite"
|
|
77262
|
+
[(model)]="searchService.searchRequest.transactionDefinitive"
|
|
77263
|
+
[mode]="modes.Filterlist">
|
|
77264
|
+
</co-transaction-filter-item>
|
|
77265
|
+
</div>
|
|
77277
77266
|
|
|
77278
|
-
<!--Order deposit fully paid -->
|
|
77279
|
-
<div class="filter-item-wrapper">
|
|
77280
|
-
<co-transaction-filter-item [placeholder]="'ORDER_DEPOSIT_FULLY_PAID'"
|
|
77281
|
-
[collection]="orderDepositFullyPaid"
|
|
77282
|
-
[(model)]="searchService.searchRequest.depositFullyPaid"
|
|
77283
|
-
[mode]="modes.Filterlist">
|
|
77284
|
-
</co-transaction-filter-item>
|
|
77285
|
-
</div>
|
|
77286
77267
|
|
|
77268
|
+
<!--Order fully paid -->
|
|
77269
|
+
<div class="filter-item-wrapper">
|
|
77270
|
+
<co-transaction-filter-item [placeholder]="'ORDER_FULLY_PAID'"
|
|
77271
|
+
[collection]="orderFullyPaid"
|
|
77272
|
+
[(model)]="searchService.searchRequest.fullyPaid"
|
|
77273
|
+
[mode]="modes.Filterlist">
|
|
77274
|
+
</co-transaction-filter-item>
|
|
77275
|
+
</div>
|
|
77287
77276
|
|
|
77288
|
-
<!--Commissiecode-->
|
|
77289
|
-
<div class="filter-item-wrapper">
|
|
77290
|
-
<co-transaction-filter-item [placeholder]="'COMMISSION_CODE'"
|
|
77291
|
-
[collection]="commissionCodes"
|
|
77292
|
-
[(model)]="searchService.searchRequest.commissionCodes"
|
|
77293
|
-
[mode]="modes.SelectListWithStringCollectionOutput">
|
|
77294
|
-
>
|
|
77295
|
-
</co-transaction-filter-item>
|
|
77296
|
-
</div>
|
|
77297
77277
|
|
|
77298
|
-
|
|
77299
|
-
|
|
77300
|
-
|
|
77301
|
-
|
|
77302
|
-
|
|
77303
|
-
|
|
77304
|
-
|
|
77278
|
+
<!--Order deposit fully paid -->
|
|
77279
|
+
<div class="filter-item-wrapper">
|
|
77280
|
+
<co-transaction-filter-item [placeholder]="'ORDER_DEPOSIT_FULLY_PAID'"
|
|
77281
|
+
[collection]="orderDepositFullyPaid"
|
|
77282
|
+
[(model)]="searchService.searchRequest.depositFullyPaid"
|
|
77283
|
+
[mode]="modes.Filterlist">
|
|
77284
|
+
</co-transaction-filter-item>
|
|
77285
|
+
</div>
|
|
77305
77286
|
|
|
77306
|
-
<!--Klantnaam-->
|
|
77307
|
-
<div class="filter-item-wrapper">
|
|
77308
|
-
<co-transaction-filter-item [placeholder]="'CUSTOMER_NAME'"
|
|
77309
|
-
[searchCollectionPlaceholder]="searchPlaceholder.CustomerName"
|
|
77310
|
-
[mode]="modes.SingleSelectList"
|
|
77311
|
-
[(model)]="searchService.searchRequest.relationName"
|
|
77312
|
-
[minSearchCharsToLoadCollection]="3"
|
|
77313
|
-
[collectionLoadFn]="loadCustomers">
|
|
77314
|
-
</co-transaction-filter-item>
|
|
77315
|
-
</div>
|
|
77316
77287
|
|
|
77317
|
-
|
|
77318
|
-
|
|
77319
|
-
|
|
77320
|
-
|
|
77321
|
-
|
|
77322
|
-
|
|
77323
|
-
|
|
77324
|
-
|
|
77325
|
-
|
|
77326
|
-
|
|
77288
|
+
<!--Commissiecode-->
|
|
77289
|
+
<div class="filter-item-wrapper">
|
|
77290
|
+
<co-transaction-filter-item [placeholder]="'COMMISSION_CODE'"
|
|
77291
|
+
[collection]="commissionCodes"
|
|
77292
|
+
[(model)]="searchService.searchRequest.commissionCodes"
|
|
77293
|
+
[mode]="modes.SelectListWithStringCollectionOutput">
|
|
77294
|
+
>
|
|
77295
|
+
</co-transaction-filter-item>
|
|
77296
|
+
</div>
|
|
77297
|
+
|
|
77298
|
+
<div class="filter-item-wrapper">
|
|
77299
|
+
<co-transaction-filter-item [placeholder]="'ACTIVE'"
|
|
77300
|
+
[collection]="orderActive"
|
|
77301
|
+
[(model)]="searchService.searchRequest.active"
|
|
77302
|
+
[mode]="modes.Filterlist">
|
|
77303
|
+
</co-transaction-filter-item>
|
|
77304
|
+
</div>
|
|
77305
|
+
|
|
77306
|
+
<!--Klantnaam-->
|
|
77307
|
+
<div class="filter-item-wrapper">
|
|
77308
|
+
<co-transaction-filter-item [placeholder]="'CUSTOMER_NAME'"
|
|
77309
|
+
[searchCollectionPlaceholder]="searchPlaceholder.CustomerName"
|
|
77310
|
+
[mode]="modes.SingleSelectList"
|
|
77311
|
+
[(model)]="searchService.searchRequest.relationName"
|
|
77312
|
+
[minSearchCharsToLoadCollection]="3"
|
|
77313
|
+
[collectionLoadFn]="loadCustomers">
|
|
77314
|
+
</co-transaction-filter-item>
|
|
77315
|
+
</div>
|
|
77316
|
+
|
|
77317
|
+
<!--Klantgroep-->
|
|
77318
|
+
<div class="filter-item-wrapper">
|
|
77319
|
+
<co-transaction-filter-item [placeholder]="'CUSTOMER_GROUP'"
|
|
77320
|
+
[(model)]="searchService.searchRequest.customerGroupId"
|
|
77321
|
+
[mode]="modes.Filterlist"
|
|
77322
|
+
[collection]="customerGroups">
|
|
77323
|
+
</co-transaction-filter-item>
|
|
77324
|
+
</div>
|
|
77325
|
+
</div>
|
|
77326
|
+
`, isInline: true, dependencies: [{ kind: "component", type: TransactionFilterItemComponent, selector: "co-transaction-filter-item", inputs: ["model", "mode", "collection", "placeholder", "customContent", "singleSelect", "sliderDefaultMin", "sliderDefaultMax", "minSearchCharsToLoadCollection", "searchCollectionPlaceholder", "collectionLoadFn", "canFilterByCode"], outputs: ["modelChange", "collectionChange", "activeFilterCountChange"] }] });
|
|
77327
77327
|
}
|
|
77328
77328
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TransactionServiceOrderFilterContentOrderComponent, decorators: [{
|
|
77329
77329
|
type: Component,
|
|
77330
77330
|
args: [{
|
|
77331
77331
|
selector: 'co-transaction-service-order-filter-content-order',
|
|
77332
77332
|
template: `
|
|
77333
|
-
|
|
77333
|
+
<div class="transaction-filter-content-order-wrapper transaction-filter-content-wrapper">
|
|
77334
|
+
|
|
77335
|
+
<!--Orderdatum-->
|
|
77336
|
+
<div class="filter-item-wrapper">
|
|
77337
|
+
<co-transaction-filter-item [placeholder]="'ORDER_DATE'"
|
|
77338
|
+
[(model)]="searchService.searchRequest.rangeTransDate"
|
|
77339
|
+
[mode]="modes.DateRangeField">
|
|
77340
|
+
</co-transaction-filter-item>
|
|
77341
|
+
</div>
|
|
77334
77342
|
|
|
77335
|
-
|
|
77336
|
-
|
|
77337
|
-
|
|
77338
|
-
|
|
77339
|
-
|
|
77340
|
-
|
|
77341
|
-
</div>
|
|
77343
|
+
<div class="filter-item-wrapper">
|
|
77344
|
+
<co-transaction-filter-item [placeholder]="'DELIVERY_DATE'"
|
|
77345
|
+
[(model)]="searchService.searchRequest.deliveryDateRange"
|
|
77346
|
+
[mode]="modes.DateRangeField">
|
|
77347
|
+
</co-transaction-filter-item>
|
|
77348
|
+
</div>
|
|
77342
77349
|
|
|
77343
|
-
|
|
77344
|
-
|
|
77345
|
-
|
|
77346
|
-
|
|
77347
|
-
|
|
77348
|
-
|
|
77350
|
+
<div class="filter-item-wrapper">
|
|
77351
|
+
<co-transaction-filter-item [placeholder]="'INVOICE_NUMBER'"
|
|
77352
|
+
[(model)]="searchService.searchRequest.serviceInvoiceNumber"
|
|
77353
|
+
[mode]="modes.TextField">
|
|
77354
|
+
</co-transaction-filter-item>
|
|
77355
|
+
</div>
|
|
77349
77356
|
|
|
77350
|
-
|
|
77351
|
-
|
|
77352
|
-
|
|
77353
|
-
|
|
77354
|
-
|
|
77355
|
-
|
|
77356
|
-
|
|
77357
|
+
<div class="filter-item-wrapper">
|
|
77358
|
+
<co-transaction-filter-item [placeholder]="'WORKFLOW_STATUS'"
|
|
77359
|
+
[collection]="workflowStatusNames"
|
|
77360
|
+
[(model)]="searchService.searchRequest.rangeWorkflowStatusNames"
|
|
77361
|
+
[mode]="modes.Filterlist">
|
|
77362
|
+
</co-transaction-filter-item>
|
|
77363
|
+
</div>
|
|
77357
77364
|
|
|
77358
|
-
|
|
77359
|
-
|
|
77360
|
-
|
|
77361
|
-
|
|
77362
|
-
|
|
77363
|
-
|
|
77364
|
-
|
|
77365
|
+
<div class="filter-item-wrapper">
|
|
77366
|
+
<co-transaction-filter-item [placeholder]="'BRANCH'"
|
|
77367
|
+
[collection]="branches"
|
|
77368
|
+
[(model)]="searchService.searchRequest.rangeBranchId"
|
|
77369
|
+
[mode]="modes.Filterlist">
|
|
77370
|
+
</co-transaction-filter-item>
|
|
77371
|
+
</div>
|
|
77365
77372
|
|
|
77366
|
-
|
|
77367
|
-
|
|
77368
|
-
|
|
77369
|
-
|
|
77370
|
-
|
|
77371
|
-
|
|
77372
|
-
|
|
77373
|
-
|
|
77373
|
+
<!--Betaalconditie-->
|
|
77374
|
+
<div class="filter-item-wrapper">
|
|
77375
|
+
<co-transaction-filter-item [placeholder]="'PAYMENT_CONDITION'"
|
|
77376
|
+
[collection]="paymentConditions"
|
|
77377
|
+
[(model)]="searchService.searchRequest.rangePaymentCondition"
|
|
77378
|
+
[mode]="modes.Filterlist">
|
|
77379
|
+
</co-transaction-filter-item>
|
|
77380
|
+
</div>
|
|
77374
77381
|
|
|
77375
|
-
|
|
77376
|
-
|
|
77377
|
-
|
|
77378
|
-
|
|
77379
|
-
|
|
77380
|
-
|
|
77381
|
-
|
|
77382
|
-
|
|
77383
|
-
|
|
77382
|
+
<!--Verkoper-->
|
|
77383
|
+
<div class="filter-item-wrapper">
|
|
77384
|
+
<co-transaction-filter-item [placeholder]="'HANDLED_BY'"
|
|
77385
|
+
[collection]="salesPersons"
|
|
77386
|
+
[(model)]="searchService.searchRequest.rangeHandledBy"
|
|
77387
|
+
[mode]="modes.Filterlist"
|
|
77388
|
+
>
|
|
77389
|
+
</co-transaction-filter-item>
|
|
77390
|
+
</div>
|
|
77384
77391
|
|
|
77385
|
-
|
|
77386
|
-
|
|
77387
|
-
|
|
77388
|
-
|
|
77389
|
-
|
|
77390
|
-
|
|
77391
|
-
|
|
77392
|
-
|
|
77392
|
+
<!--Eigen referentie-->
|
|
77393
|
+
<div class="filter-item-wrapper">
|
|
77394
|
+
<co-transaction-filter-item [placeholder]="'OWN_REFERENCE'"
|
|
77395
|
+
[(model)]="searchService.searchRequest.ownReference"
|
|
77396
|
+
[mode]="modes.TextField"
|
|
77397
|
+
>
|
|
77398
|
+
</co-transaction-filter-item>
|
|
77399
|
+
</div>
|
|
77393
77400
|
|
|
77394
|
-
|
|
77395
|
-
|
|
77396
|
-
|
|
77397
|
-
|
|
77398
|
-
|
|
77399
|
-
|
|
77400
|
-
|
|
77401
|
-
|
|
77402
|
-
|
|
77403
|
-
|
|
77404
|
-
|
|
77405
|
-
|
|
77406
|
-
|
|
77407
|
-
<!--Project Code-->
|
|
77408
|
-
<div class="filter-item-wrapper">
|
|
77409
|
-
<co-transaction-filter-item [placeholder]="'SLA_PRODUCTS'"
|
|
77410
|
-
[searchCollectionPlaceholder]="searchPlaceholder.SLAProduct"
|
|
77411
|
-
[(model)]="searchService.searchRequest.slaTypes"
|
|
77412
|
-
[mode]="modes.Filterlist"
|
|
77413
|
-
[minSearchCharsToLoadCollection]="3"
|
|
77414
|
-
[collection]="slaProducts"
|
|
77415
|
-
>
|
|
77416
|
-
</co-transaction-filter-item>
|
|
77417
|
-
</div>
|
|
77418
|
-
|
|
77419
|
-
|
|
77401
|
+
<!--Project Code-->
|
|
77402
|
+
<div class="filter-item-wrapper">
|
|
77403
|
+
<co-transaction-filter-item [placeholder]="'PROJECT_CODE'"
|
|
77404
|
+
[searchCollectionPlaceholder]="searchPlaceholder.ProjectCode"
|
|
77405
|
+
[(model)]="searchService.searchRequest.projectCode"
|
|
77406
|
+
[mode]="modes.SingleSelectList"
|
|
77407
|
+
[minSearchCharsToLoadCollection]="3"
|
|
77408
|
+
[collection]="projectCodes"
|
|
77409
|
+
>
|
|
77410
|
+
</co-transaction-filter-item>
|
|
77411
|
+
</div>
|
|
77420
77412
|
|
|
77421
|
-
<!--Tags-->
|
|
77422
|
-
<div class="filter-item-wrapper">
|
|
77423
|
-
<co-transaction-filter-item [placeholder]="'TAGS'"
|
|
77424
|
-
[collection]="tags"
|
|
77425
|
-
[(model)]="searchService.searchRequest.tagRange"
|
|
77426
|
-
[mode]="modes.Filterlist">
|
|
77427
|
-
</co-transaction-filter-item>
|
|
77428
|
-
</div>
|
|
77429
77413
|
|
|
77430
|
-
|
|
77431
|
-
|
|
77432
|
-
|
|
77433
|
-
|
|
77434
|
-
|
|
77435
|
-
|
|
77436
|
-
|
|
77437
|
-
|
|
77414
|
+
<!--Project Code-->
|
|
77415
|
+
<div class="filter-item-wrapper">
|
|
77416
|
+
<co-transaction-filter-item [placeholder]="'SLA_PRODUCTS'"
|
|
77417
|
+
[searchCollectionPlaceholder]="searchPlaceholder.SLAProduct"
|
|
77418
|
+
[(model)]="searchService.searchRequest.slaTypes"
|
|
77419
|
+
[mode]="modes.Filterlist"
|
|
77420
|
+
[minSearchCharsToLoadCollection]="3"
|
|
77421
|
+
[collection]="slaProducts"
|
|
77422
|
+
>
|
|
77423
|
+
</co-transaction-filter-item>
|
|
77424
|
+
</div>
|
|
77438
77425
|
|
|
77439
|
-
<!--Order definitief-->
|
|
77440
|
-
<div class="filter-item-wrapper">
|
|
77441
|
-
<co-transaction-filter-item [placeholder]="'ORDER_DEFINITIVE'"
|
|
77442
|
-
[collection]="orderDefinite"
|
|
77443
|
-
[(model)]="searchService.searchRequest.transactionDefinitive"
|
|
77444
|
-
[mode]="modes.Filterlist">
|
|
77445
|
-
</co-transaction-filter-item>
|
|
77446
|
-
</div>
|
|
77447
77426
|
|
|
77427
|
+
<!--Tags-->
|
|
77428
|
+
<div class="filter-item-wrapper">
|
|
77429
|
+
<co-transaction-filter-item [placeholder]="'TAGS'"
|
|
77430
|
+
[collection]="tags"
|
|
77431
|
+
[(model)]="searchService.searchRequest.tagRange"
|
|
77432
|
+
[mode]="modes.Filterlist">
|
|
77433
|
+
</co-transaction-filter-item>
|
|
77434
|
+
</div>
|
|
77448
77435
|
|
|
77449
|
-
|
|
77450
|
-
|
|
77451
|
-
|
|
77452
|
-
|
|
77453
|
-
|
|
77454
|
-
|
|
77455
|
-
|
|
77456
|
-
|
|
77436
|
+
<!--On hold codes-->
|
|
77437
|
+
<div class="filter-item-wrapper">
|
|
77438
|
+
<co-transaction-filter-item [placeholder]="'ON_HOLD'"
|
|
77439
|
+
[collection]="onHoldCodes"
|
|
77440
|
+
[(model)]="searchService.searchRequest.rangeOnHoldCodes"
|
|
77441
|
+
[mode]="modes.Filterlist">
|
|
77442
|
+
</co-transaction-filter-item>
|
|
77443
|
+
</div>
|
|
77457
77444
|
|
|
77445
|
+
<!--Order definitief-->
|
|
77446
|
+
<div class="filter-item-wrapper">
|
|
77447
|
+
<co-transaction-filter-item [placeholder]="'ORDER_DEFINITIVE'"
|
|
77448
|
+
[collection]="orderDefinite"
|
|
77449
|
+
[(model)]="searchService.searchRequest.transactionDefinitive"
|
|
77450
|
+
[mode]="modes.Filterlist">
|
|
77451
|
+
</co-transaction-filter-item>
|
|
77452
|
+
</div>
|
|
77458
77453
|
|
|
77459
|
-
<!--Order deposit fully paid -->
|
|
77460
|
-
<div class="filter-item-wrapper">
|
|
77461
|
-
<co-transaction-filter-item [placeholder]="'ORDER_DEPOSIT_FULLY_PAID'"
|
|
77462
|
-
[collection]="orderDepositFullyPaid"
|
|
77463
|
-
[(model)]="searchService.searchRequest.depositFullyPaid"
|
|
77464
|
-
[mode]="modes.Filterlist">
|
|
77465
|
-
</co-transaction-filter-item>
|
|
77466
|
-
</div>
|
|
77467
77454
|
|
|
77455
|
+
<!--Order fully paid -->
|
|
77456
|
+
<div class="filter-item-wrapper">
|
|
77457
|
+
<co-transaction-filter-item [placeholder]="'ORDER_FULLY_PAID'"
|
|
77458
|
+
[collection]="orderFullyPaid"
|
|
77459
|
+
[(model)]="searchService.searchRequest.fullyPaid"
|
|
77460
|
+
[mode]="modes.Filterlist">
|
|
77461
|
+
</co-transaction-filter-item>
|
|
77462
|
+
</div>
|
|
77468
77463
|
|
|
77469
|
-
<!--Commissiecode-->
|
|
77470
|
-
<div class="filter-item-wrapper">
|
|
77471
|
-
<co-transaction-filter-item [placeholder]="'COMMISSION_CODE'"
|
|
77472
|
-
[collection]="commissionCodes"
|
|
77473
|
-
[(model)]="searchService.searchRequest.commissionCodes"
|
|
77474
|
-
[mode]="modes.SelectListWithStringCollectionOutput">
|
|
77475
|
-
>
|
|
77476
|
-
</co-transaction-filter-item>
|
|
77477
|
-
</div>
|
|
77478
77464
|
|
|
77479
|
-
|
|
77480
|
-
|
|
77481
|
-
|
|
77482
|
-
|
|
77483
|
-
|
|
77484
|
-
|
|
77485
|
-
|
|
77465
|
+
<!--Order deposit fully paid -->
|
|
77466
|
+
<div class="filter-item-wrapper">
|
|
77467
|
+
<co-transaction-filter-item [placeholder]="'ORDER_DEPOSIT_FULLY_PAID'"
|
|
77468
|
+
[collection]="orderDepositFullyPaid"
|
|
77469
|
+
[(model)]="searchService.searchRequest.depositFullyPaid"
|
|
77470
|
+
[mode]="modes.Filterlist">
|
|
77471
|
+
</co-transaction-filter-item>
|
|
77472
|
+
</div>
|
|
77486
77473
|
|
|
77487
|
-
<!--Klantnaam-->
|
|
77488
|
-
<div class="filter-item-wrapper">
|
|
77489
|
-
<co-transaction-filter-item [placeholder]="'CUSTOMER_NAME'"
|
|
77490
|
-
[searchCollectionPlaceholder]="searchPlaceholder.CustomerName"
|
|
77491
|
-
[mode]="modes.SingleSelectList"
|
|
77492
|
-
[(model)]="searchService.searchRequest.relationName"
|
|
77493
|
-
[minSearchCharsToLoadCollection]="3"
|
|
77494
|
-
[collectionLoadFn]="loadCustomers">
|
|
77495
|
-
</co-transaction-filter-item>
|
|
77496
|
-
</div>
|
|
77497
77474
|
|
|
77498
|
-
|
|
77499
|
-
|
|
77500
|
-
|
|
77501
|
-
|
|
77502
|
-
|
|
77503
|
-
|
|
77504
|
-
|
|
77505
|
-
|
|
77506
|
-
|
|
77507
|
-
|
|
77475
|
+
<!--Commissiecode-->
|
|
77476
|
+
<div class="filter-item-wrapper">
|
|
77477
|
+
<co-transaction-filter-item [placeholder]="'COMMISSION_CODE'"
|
|
77478
|
+
[collection]="commissionCodes"
|
|
77479
|
+
[(model)]="searchService.searchRequest.commissionCodes"
|
|
77480
|
+
[mode]="modes.SelectListWithStringCollectionOutput">
|
|
77481
|
+
>
|
|
77482
|
+
</co-transaction-filter-item>
|
|
77483
|
+
</div>
|
|
77484
|
+
|
|
77485
|
+
<div class="filter-item-wrapper">
|
|
77486
|
+
<co-transaction-filter-item [placeholder]="'ACTIVE'"
|
|
77487
|
+
[collection]="orderActive"
|
|
77488
|
+
[(model)]="searchService.searchRequest.active"
|
|
77489
|
+
[mode]="modes.Filterlist">
|
|
77490
|
+
</co-transaction-filter-item>
|
|
77491
|
+
</div>
|
|
77492
|
+
|
|
77493
|
+
<!--Klantnaam-->
|
|
77494
|
+
<div class="filter-item-wrapper">
|
|
77495
|
+
<co-transaction-filter-item [placeholder]="'CUSTOMER_NAME'"
|
|
77496
|
+
[searchCollectionPlaceholder]="searchPlaceholder.CustomerName"
|
|
77497
|
+
[mode]="modes.SingleSelectList"
|
|
77498
|
+
[(model)]="searchService.searchRequest.relationName"
|
|
77499
|
+
[minSearchCharsToLoadCollection]="3"
|
|
77500
|
+
[collectionLoadFn]="loadCustomers">
|
|
77501
|
+
</co-transaction-filter-item>
|
|
77502
|
+
</div>
|
|
77503
|
+
|
|
77504
|
+
<!--Klantgroep-->
|
|
77505
|
+
<div class="filter-item-wrapper">
|
|
77506
|
+
<co-transaction-filter-item [placeholder]="'CUSTOMER_GROUP'"
|
|
77507
|
+
[(model)]="searchService.searchRequest.customerGroupId"
|
|
77508
|
+
[mode]="modes.Filterlist"
|
|
77509
|
+
[collection]="customerGroups">
|
|
77510
|
+
</co-transaction-filter-item>
|
|
77511
|
+
</div>
|
|
77512
|
+
</div>
|
|
77513
|
+
`,
|
|
77508
77514
|
standalone: false
|
|
77509
77515
|
}]
|
|
77510
77516
|
}], propDecorators: { showClass: [{
|