@colijnit/transaction 300.1.16 → 300.1.18

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.
Files changed (20) hide show
  1. package/fesm2022/colijnit-transaction.mjs +2591 -2461
  2. package/fesm2022/colijnit-transaction.mjs.map +1 -1
  3. package/index.d.ts +114 -91
  4. package/lib/component/core/base/components/characteristic-answer/style/_layout.scss +20 -0
  5. package/lib/component/transaction-line/transaction-line/style/_layout.scss +24 -1
  6. package/lib/component/transaction-line/transaction-line/style/_material-definition.scss +7 -0
  7. package/lib/component/transaction-line-activities/style/_layout.scss +3 -0
  8. package/lib/component/transaction-line-interbranch-receive-goods/style/_layout.scss +78 -78
  9. package/lib/component/transaction-line-interbranch-receive-goods/style/_material-definition.scss +2 -2
  10. package/lib/component/transaction-line-interbranch-receive-goods/style/_theme.scss +4 -4
  11. package/lib/component/transaction-line-interbranch-receive-goods/style/material.scss +4 -4
  12. package/lib/component/transaction-quick-access/transaction-quick-access-interbranch-order-purchase/style/_layout.scss +27 -27
  13. package/lib/component/transaction-quick-access/transaction-quick-access-interbranch-order-purchase/style/_material-definition.scss +1 -1
  14. package/lib/component/transaction-quick-access/transaction-quick-access-interbranch-order-purchase/style/_theme.scss +4 -4
  15. package/lib/component/transaction-quick-access/transaction-quick-access-interbranch-order-purchase/style/material.scss +4 -4
  16. package/lib/component/transaction-quick-access/transaction-quick-access-interrbranch-received-goods/style/_layout.scss +73 -73
  17. package/lib/component/transaction-quick-access/transaction-quick-access-interrbranch-received-goods/style/_theme.scss +6 -6
  18. package/lib/component/transaction-quick-access/transaction-quick-access-interrbranch-received-goods/style/material.scss +4 -4
  19. package/lib/component/transaction-search/transaction-search-tile/transaction-invoice-check-order-tile/style/_layout.scss +6 -1
  20. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -332,7 +332,6 @@ import * as i13 from '@angular/cdk/drag-drop';
332
332
  import { CdkDrag, CdkDropList, CdkDragEnter, CdkDragDrop } from '@angular/cdk/drag-drop';
333
333
  import { TransactionLineType } from '@colijnit/transactionapi/build/enum/transaction-line-type.enum';
334
334
  import { TransactionLineMarginInfo } from '@colijnit/transactionapi/build/model/transaction-line-margin-info.bo';
335
- import { FormResponse as FormResponse$1 } from '@colijnit/transactionapi/build/model/form-response.bo';
336
335
  import { PaymentLineType } from '@colijnit/transactionapi/build/enum/payment-line-type';
337
336
  import * as i4 from '@angular/cdk/scrolling';
338
337
  import { RelationContactLink } from '@colijnit/relationapi/build/model/relation-contact-link.bo';
@@ -512,7 +511,7 @@ declare class TransactionDialogService extends DialogService {
512
511
  protected dynamicComponentService: DynamicComponentService;
513
512
  protected dictionaryService: DictionaryService;
514
513
  constructor(_config: TransactionDialogMappingConfig, dynamicComponentService: DynamicComponentService, dictionaryService: DictionaryService);
515
- showCharacteristics(title: string, choices: TransactionLineCharacteristicChoice[], value: string): Promise<DialogResponseInterface>;
514
+ showCharacteristics(transaction: TransactionInfo, title: string, transactionLine: TransactionLineInfo, choices: TransactionLineCharacteristicChoice[], value: string): Promise<DialogResponseInterface>;
516
515
  showVoucherCode(pendingReason: string): Promise<DialogResponseInterface>;
517
516
  showWarehouseCC(transaction: TransactionInfo, transactionLine: TransactionLineInfo, decimals: number, quantity: number, commissionCode: string, warehouse: number, showDirectSell: boolean, reason: string): Promise<DialogResponseInterface>;
518
517
  showBranch(): Promise<DialogResponseInterface>;
@@ -942,7 +941,7 @@ declare class TransactionEventService {
942
941
  readonly lockResetRequested: Subject<void>;
943
942
  readonly searchServiceTransactionTypeChanged: Subject<void>;
944
943
  readonly headerReadOnlyChange: BehaviorSubject<boolean>;
945
- readonly lineUserFormResponseRequest: BehaviorSubject<{
944
+ readonly lineUserFormResponseRequest: Subject<{
946
945
  formId: number;
947
946
  lineUUID: string;
948
947
  openUserForm: boolean;
@@ -971,6 +970,7 @@ declare class TransactionEventService {
971
970
  readonly removeFromContainerSuccess: Subject<void>;
972
971
  readonly requestFocusOnArticleField: Subject<void>;
973
972
  readonly transportNotificationsSet: Subject<void>;
973
+ readonly relationIdChanged: Subject<void>;
974
974
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionEventService, never>;
975
975
  static ɵprov: i0.ɵɵInjectableDeclaration<TransactionEventService>;
976
976
  }
@@ -1403,6 +1403,7 @@ declare class TransactionConnectorAdapterService {
1403
1403
  getPackageInformation(transactionUUID: string, lineUUID: string): Promise<PackageLSP[]>;
1404
1404
  getLogisticsPartners(): Promise<DeliveryMethod$1[]>;
1405
1405
  loadDocumentsOfTransaction(key: string): Promise<CoDocument[]>;
1406
+ loadDocumentsOfTransactionLine(key: string): Promise<CoDocument[]>;
1406
1407
  getDocumentsForCurrentUserByTransId(transId: number): Promise<CoDocument[]>;
1407
1408
  loadDocumentContent(docId: number): Promise<string>;
1408
1409
  mergeDocumentOnTransaction(key: string, document: CoDocument): Promise<CoDocument>;
@@ -1463,6 +1464,7 @@ declare class TransactionConnectorAdapterService {
1463
1464
  getVoucherInfo(voucherCode: string, toCurrencyCode?: string): Promise<Voucher>;
1464
1465
  getFirstConfirmedDeliveryDateForTransactionLine(transId: number, lineNr: number): Promise<Date>;
1465
1466
  getFormById(formId: number): Promise<Form>;
1467
+ getActiveReturnForm(): Promise<Form>;
1466
1468
  getAllFormResponsesForTableAndKey(table: TableName, key: string): Promise<FormResponse[]>;
1467
1469
  getFormResponse(formResponseId: number): Promise<FormResponse>;
1468
1470
  upsertTransactionLineFormResponse(transUUID: string, lineUUID: string, formResponse: FormResponse): Promise<TransactionInfoResponse>;
@@ -1905,6 +1907,7 @@ declare class TransactionConnectorService {
1905
1907
  getPlanTransportWeek(startDate: Date, planningId: number): Promise<PlanningTransportWeek[]>;
1906
1908
  updatePlanTransportWeek(planTransportWeek: PlanningTransportWeek): Promise<boolean>;
1907
1909
  loadDocumentsOfTransaction(key: string): Promise<CoDocument[]>;
1910
+ loadDocumentsOfTransactionLine(key: string, overrideOld?: boolean): Promise<CoDocument[]>;
1908
1911
  getDocumentsForCurrentUserByTransId(transId: number): Promise<CoDocument[]>;
1909
1912
  loadDocumentContent(docId: number, thumbnail?: boolean): Promise<string>;
1910
1913
  mergeDocumentOnTransaction(key: string, document: CoDocument): Promise<CoDocument>;
@@ -1951,6 +1954,7 @@ declare class TransactionConnectorService {
1951
1954
  getVoucherInfo(voucherCode: string, toCurrencyCode?: string): Promise<Voucher>;
1952
1955
  getFirstConfirmedDeliveryDateForTransactionLine(transId: number, lineNr: number): Promise<Date>;
1953
1956
  getFormById(formId: number): Promise<Form>;
1957
+ getActiveReturnForm(): Promise<Form>;
1954
1958
  getAllFormResponsesForTableAndKey(table: TableName, key: string): Promise<FormResponse[]>;
1955
1959
  upsertTransactionLineFormResponse(transUUID: string, lineUUID: string, formResponse: FormResponse): Promise<TransactionInfoResponse>;
1956
1960
  getFormResponse(responseId: number): Promise<FormResponse>;
@@ -2164,6 +2168,7 @@ declare enum Icon {
2164
2168
  PalletBoxesRotate = "pallet_boxes_rotate",
2165
2169
  PalletBoxesSharpRegular = "pallet_boxes_sharp_regular",
2166
2170
  PalletBoxesSolid = "pallet_boxes_solid",
2171
+ PaperclipVerticalLight = "paperclip_vertical_light",
2167
2172
  Pdf = "pdf",
2168
2173
  PencilRegularFull = "pencil_regular_full",
2169
2174
  PencilSolidFull = "pencil_solid_full",
@@ -2792,6 +2797,7 @@ declare class TransactionService extends PendingReasonService {
2792
2797
  getTransactionMarginInfo(transactionUUID: string): Promise<TransactionMarginInfo>;
2793
2798
  printSalesOrdersOverview(request: TransactionSearchViewRequest): Promise<PdfTransactionSearchOverviewResponse>;
2794
2799
  loadDocumentsOfTransaction(key: string): Promise<CoDocument[]>;
2800
+ loadDocumentsOfTransactionLine(key: string): Promise<CoDocument[]>;
2795
2801
  getDocumentsForCurrentUserByTransId(transId: number): Promise<CoDocument[]>;
2796
2802
  loadDocumentContent(docId: number, thumbnail?: boolean): Promise<string>;
2797
2803
  mergeDocumentOnTransaction(key: string, document: CoDocument): Promise<CoDocument>;
@@ -3097,6 +3103,7 @@ declare class TransactionHeaderService {
3097
3103
  private _relation;
3098
3104
  private _readOnly;
3099
3105
  constructor(_transactionService: TransactionService, _relationService: TransactionRelationService, _transactionPaymentConnectorService: TransactionPaymentConnectorService, _dictionaryService: DictionaryService, _transactionEventService: TransactionEventService);
3106
+ checkRelationIdChanged(value: Relation): boolean;
3100
3107
  canChangeRelationOnTransaction(): boolean;
3101
3108
  canAlterRelationDataOnTransaction(): boolean;
3102
3109
  getTransactionMargeInfoList(): Promise<void>;
@@ -3926,32 +3933,91 @@ declare class ConfirmationDialogModule {
3926
3933
  static ɵinj: i0.ɵɵInjectorDeclaration<ConfirmationDialogModule>;
3927
3934
  }
3928
3935
 
3936
+ declare class TransactionLineService {
3937
+ transactionLineSet: BehaviorSubject<boolean>;
3938
+ visibilityChange: BehaviorSubject<boolean>;
3939
+ set transactionLine(value: TransactionLineInfo);
3940
+ get transactionLine(): TransactionLineInfo;
3941
+ set selected(value: boolean);
3942
+ get selected(): boolean;
3943
+ lineHasLogisticalState: boolean;
3944
+ lineIsOrdered: boolean;
3945
+ lineIsDelivered: boolean;
3946
+ lineIsInvoiced: boolean;
3947
+ lineIsReceived: boolean;
3948
+ lineQuantityToInvoice: number;
3949
+ lineQuantityInvoiced: number;
3950
+ lineQuantityToReceive: number;
3951
+ lineQuantityReceived: number;
3952
+ lineQuantityToDeliver: number;
3953
+ lineQuantityDelivered: number;
3954
+ lineQuantityToAllocate: number;
3955
+ lineQuantityAllocated: number;
3956
+ lineQuantityOrdered: number;
3957
+ lineQuantityPlanningRequested: number;
3958
+ lineQuantityPlanningPreferredDateEntered: number;
3959
+ lineQuantityToBePicked: number;
3960
+ lineQuantityToBePickedAndPicked: number;
3961
+ lineQuantityPicked: number;
3962
+ lineQuantityPlanningFinal: number;
3963
+ lineQuantityReceivedUnprocessed: number;
3964
+ lineQuantityReceivedUnprocessedAndProcessed: number;
3965
+ lineQuantityPurchaseConfirmed: number;
3966
+ lineQuantityTransportNotification: number;
3967
+ lineQuantityInvoiceControl: number;
3968
+ lineQuantitySignedOff: number;
3969
+ lineQuantityReturnRequested: number;
3970
+ decimals: number;
3971
+ isText: boolean;
3972
+ isArticle: boolean;
3973
+ showingMargins: boolean;
3974
+ set lineVisible(value: boolean);
3975
+ get lineVisible(): boolean;
3976
+ private _transactionLine;
3977
+ private _lineVisible;
3978
+ constructor();
3979
+ static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLineService, never>;
3980
+ static ɵprov: i0.ɵɵInjectableDeclaration<TransactionLineService>;
3981
+ }
3982
+
3929
3983
  declare class CharacteristicAnswerComponent extends DialogBaseComponent implements OnInit {
3930
3984
  private _changeDetector;
3985
+ transactionHeaderService: TransactionHeaderService;
3986
+ transactionLineService: TransactionLineService;
3987
+ transactionService: TransactionService;
3988
+ iconCacheService: IconCacheService;
3931
3989
  title: string;
3990
+ transactionKind: TransactionKind;
3932
3991
  set choices(value: TransactionLineCharacteristicChoice[]);
3933
3992
  get choices(): TransactionLineCharacteristicChoice[];
3934
3993
  value: string;
3935
3994
  readonly okClick: EventEmitter<string>;
3936
3995
  showClass(): boolean;
3996
+ readonly icons: typeof Icon;
3937
3997
  viewModels: {
3938
3998
  value: string;
3939
3999
  checked: boolean;
3940
4000
  }[];
4001
+ transactionInfo: TransactionInfo;
4002
+ transactionLine: TransactionLineInfo;
4003
+ articleName: string;
4004
+ articleNr: string;
4005
+ protected readonly buttonType: typeof AppPopupButtonType;
3941
4006
  private _choices;
3942
- constructor(_changeDetector: ChangeDetectorRef);
3943
- ngOnInit(): void;
4007
+ constructor(_changeDetector: ChangeDetectorRef, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionService: TransactionService, iconCacheService: IconCacheService);
4008
+ ngOnInit(): Promise<void>;
3944
4009
  handleChecked(choice: string): void;
3945
4010
  handleOkClick(): void;
3946
4011
  onKeyDown(event: KeyboardEvent): void;
3947
4012
  private _prepareViewModels;
4013
+ private setArticleName;
3948
4014
  static ɵfac: i0.ɵɵFactoryDeclaration<CharacteristicAnswerComponent, never>;
3949
- static ɵcmp: i0.ɵɵComponentDeclaration<CharacteristicAnswerComponent, "co-characteristic-answer", never, { "title": { "alias": "title"; "required": false; }; "choices": { "alias": "choices"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "okClick": "okClick"; }, never, never, false, never>;
4015
+ static ɵcmp: i0.ɵɵComponentDeclaration<CharacteristicAnswerComponent, "co-characteristic-answer", never, { "title": { "alias": "title"; "required": false; }; "transactionKind": { "alias": "transactionKind"; "required": false; }; "choices": { "alias": "choices"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "okClick": "okClick"; }, never, never, false, never>;
3950
4016
  }
3951
4017
 
3952
4018
  declare class CharacteristicAnswerModule {
3953
4019
  static ɵfac: i0.ɵɵFactoryDeclaration<CharacteristicAnswerModule, never>;
3954
- static ɵmod: i0.ɵɵNgModuleDeclaration<CharacteristicAnswerModule, [typeof CharacteristicAnswerComponent], [typeof i2.CommonModule, typeof i3.ButtonModule, typeof i3.CoDialogModule, typeof i3.InputCheckboxModule, typeof i3.InputTextModule, typeof PipeModule], [typeof CharacteristicAnswerComponent]>;
4020
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CharacteristicAnswerModule, [typeof CharacteristicAnswerComponent], [typeof i2.CommonModule, typeof i3.ButtonModule, typeof i3.CoDialogModule, typeof i3.InputCheckboxModule, typeof i3.InputTextModule, typeof PipeModule, typeof i3.IconModule], [typeof CharacteristicAnswerComponent]>;
3955
4021
  static ɵinj: i0.ɵɵInjectorDeclaration<CharacteristicAnswerModule>;
3956
4022
  }
3957
4023
 
@@ -4722,50 +4788,6 @@ declare class TransactionMappingService {
4722
4788
  static ɵprov: i0.ɵɵInjectableDeclaration<TransactionMappingService>;
4723
4789
  }
4724
4790
 
4725
- declare class TransactionLineService {
4726
- transactionLineSet: BehaviorSubject<boolean>;
4727
- set transactionLine(value: TransactionLineInfo);
4728
- get transactionLine(): TransactionLineInfo;
4729
- set selected(value: boolean);
4730
- get selected(): boolean;
4731
- lineHasLogisticalState: boolean;
4732
- lineIsOrdered: boolean;
4733
- lineIsDelivered: boolean;
4734
- lineIsInvoiced: boolean;
4735
- lineIsReceived: boolean;
4736
- lineQuantityToInvoice: number;
4737
- lineQuantityInvoiced: number;
4738
- lineQuantityToReceive: number;
4739
- lineQuantityReceived: number;
4740
- lineQuantityToDeliver: number;
4741
- lineQuantityDelivered: number;
4742
- lineQuantityToAllocate: number;
4743
- lineQuantityAllocated: number;
4744
- lineQuantityOrdered: number;
4745
- lineQuantityPlanningRequested: number;
4746
- lineQuantityPlanningPreferredDateEntered: number;
4747
- lineQuantityToBePicked: number;
4748
- lineQuantityToBePickedAndPicked: number;
4749
- lineQuantityPicked: number;
4750
- lineQuantityPlanningFinal: number;
4751
- lineQuantityReceivedUnprocessed: number;
4752
- lineQuantityReceivedUnprocessedAndProcessed: number;
4753
- lineQuantityPurchaseConfirmed: number;
4754
- lineQuantityTransportNotification: number;
4755
- lineQuantityInvoiceControl: number;
4756
- lineQuantitySignedOff: number;
4757
- lineQuantityReturnRequested: number;
4758
- decimals: number;
4759
- isText: boolean;
4760
- isArticle: boolean;
4761
- showingMargins: boolean;
4762
- lineVisible: boolean;
4763
- private _transactionLine;
4764
- constructor();
4765
- static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLineService, never>;
4766
- static ɵprov: i0.ɵɵInjectableDeclaration<TransactionLineService>;
4767
- }
4768
-
4769
4791
  interface ActionButtonsCfgNames {
4770
4792
  addDocumentBtn?: string;
4771
4793
  addProductTextBtn?: string;
@@ -5019,10 +5041,6 @@ declare class TransactionOverviewLineComponent extends TransactionLineBaseCompon
5019
5041
  protected changeDetector: ChangeDetectorRef;
5020
5042
  readonly category: typeof TransactionTypeCategory;
5021
5043
  readonly icons: typeof Icon;
5022
- formKey: string;
5023
- formResponse: FormResponse$1[];
5024
- form: Form;
5025
- formTable: TableName;
5026
5044
  transactionLineActionButtons: TransactionLineActionButtonsComponent;
5027
5045
  lineIndex: number;
5028
5046
  descriptionDblClick: EventEmitter<void>;
@@ -5041,7 +5059,7 @@ declare class TransactionOverviewLineComponent extends TransactionLineBaseCompon
5041
5059
  handleCheckBoxValueChanged(value: boolean): void;
5042
5060
  handleServiceExistingOrderNavigation(ref: TransactionRefTransaction): void;
5043
5061
  onDescriptionDblClick(): void;
5044
- openForm(): Promise<void>;
5062
+ openForm(mouseEvent: MouseEvent): void;
5045
5063
  protected readonly isNaN: typeof isNaN;
5046
5064
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionOverviewLineComponent, never>;
5047
5065
  static ɵcmp: i0.ɵɵComponentDeclaration<TransactionOverviewLineComponent, "co-transaction-overview-line", never, { "lineIndex": { "alias": "lineIndex"; "required": false; }; }, { "descriptionDblClick": "descriptionDblClick"; }, never, never, false, never>;
@@ -5376,21 +5394,16 @@ declare class TransactionLinePriceModule {
5376
5394
  }
5377
5395
 
5378
5396
  declare class TransactionBaseLineComponent implements OnInit, OnDestroy {
5397
+ iconCacheService: IconCacheService;
5379
5398
  private _transactionService;
5380
5399
  private _transactionEventService;
5381
5400
  private _screenConfigService;
5382
5401
  private _changeDetector;
5402
+ private _transactionHeaderService;
5403
+ private _transactionLineService;
5383
5404
  readonly cfgNames: typeof TransactionCfgName;
5384
5405
  lineIndex: number;
5385
- set transaction(value: TransactionInfoResponse);
5386
- get transaction(): TransactionInfoResponse;
5387
- set transactionInfo(value: TransactionInfo);
5388
5406
  draggable: boolean;
5389
- dragStart: EventEmitter<void>;
5390
- dragEnd: EventEmitter<void>;
5391
- get transactionInfo(): TransactionInfo;
5392
- set transactionLine(value: TransactionLineInfo);
5393
- get transactionLine(): TransactionLineInfo;
5394
5407
  set selected(value: boolean);
5395
5408
  get selected(): boolean;
5396
5409
  preview: boolean;
@@ -5406,24 +5419,35 @@ declare class TransactionBaseLineComponent implements OnInit, OnDestroy {
5406
5419
  showArticleNr: boolean;
5407
5420
  customerPortal: boolean;
5408
5421
  showPriceAmount: boolean;
5422
+ handleDocuments: boolean;
5409
5423
  checkboxValueChanged: EventEmitter<boolean>;
5410
5424
  waitingForUserAction: EventEmitter<boolean>;
5425
+ dragStart: EventEmitter<void>;
5426
+ dragEnd: EventEmitter<void>;
5411
5427
  showClass(): boolean;
5428
+ get transactionInfo(): TransactionInfo;
5429
+ get orderLineSets(): OrderLineSetInfo[];
5430
+ get transactionLine(): TransactionLineInfo;
5412
5431
  showActionsButton: boolean;
5432
+ documentsCollection: CoDocument[];
5433
+ key: string;
5434
+ documentCount: number;
5435
+ protected readonly icons: typeof Icon;
5413
5436
  actionButtonsConfigNames: ActionButtonsCfgNames;
5414
5437
  private _checkboxValue;
5415
5438
  private _subs;
5416
- private _transaction;
5417
- private _transactionInfo;
5418
- private _transactionLine;
5419
5439
  private _selected;
5420
- constructor(_transactionService: TransactionService, _transactionEventService: TransactionEventService, _screenConfigService: TransactionScreenConfigurationService, _changeDetector: ChangeDetectorRef);
5440
+ constructor(iconCacheService: IconCacheService, _transactionService: TransactionService, _transactionEventService: TransactionEventService, _screenConfigService: TransactionScreenConfigurationService, _changeDetector: ChangeDetectorRef, _transactionHeaderService: TransactionHeaderService, _transactionLineService: TransactionLineService);
5421
5441
  ngOnInit(): void;
5422
5442
  ngOnDestroy(): void;
5443
+ loadDocuments(): Promise<void>;
5423
5444
  deleteTransactionLineClick(event: MouseEvent): Promise<void>;
5424
5445
  handleOpenArticleText(): void;
5446
+ handleAddDocumentButtonClick(): void;
5447
+ protected transactionLineSet(): void;
5448
+ private _tryLoadDocuments;
5425
5449
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionBaseLineComponent, never>;
5426
- static ɵcmp: i0.ɵɵComponentDeclaration<TransactionBaseLineComponent, "co-transaction-base-line", never, { "lineIndex": { "alias": "lineIndex"; "required": false; }; "transaction": { "alias": "transaction"; "required": false; }; "transactionInfo": { "alias": "transactionInfo"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "transactionLine": { "alias": "transactionLine"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "preview": { "alias": "preview"; "required": false; }; "isFirst": { "alias": "isFirst"; "required": false; }; "checkboxValue": { "alias": "checkboxValue"; "required": false; }; "showColorIndicator": { "alias": "showColorIndicator"; "required": false; }; "colorIndicatorColor": { "alias": "colorIndicatorColor"; "required": false; }; "checkboxReadonly": { "alias": "checkboxReadonly"; "required": false; }; "checkbox": { "alias": "checkbox"; "required": false; }; "actionButtons": { "alias": "actionButtons"; "required": false; }; "showPurchaseDescAndPrice": { "alias": "showPurchaseDescAndPrice"; "required": false; }; "showArticleNr": { "alias": "showArticleNr"; "required": false; }; "customerPortal": { "alias": "customerPortal"; "required": false; }; "showPriceAmount": { "alias": "showPriceAmount"; "required": false; }; }, { "dragStart": "dragStart"; "dragEnd": "dragEnd"; "checkboxValueChanged": "checkboxValueChanged"; "waitingForUserAction": "waitingForUserAction"; }, never, ["*"], false, never>;
5450
+ static ɵcmp: i0.ɵɵComponentDeclaration<TransactionBaseLineComponent, "co-transaction-base-line", never, { "lineIndex": { "alias": "lineIndex"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "preview": { "alias": "preview"; "required": false; }; "isFirst": { "alias": "isFirst"; "required": false; }; "checkboxValue": { "alias": "checkboxValue"; "required": false; }; "showColorIndicator": { "alias": "showColorIndicator"; "required": false; }; "colorIndicatorColor": { "alias": "colorIndicatorColor"; "required": false; }; "checkboxReadonly": { "alias": "checkboxReadonly"; "required": false; }; "checkbox": { "alias": "checkbox"; "required": false; }; "actionButtons": { "alias": "actionButtons"; "required": false; }; "showPurchaseDescAndPrice": { "alias": "showPurchaseDescAndPrice"; "required": false; }; "showArticleNr": { "alias": "showArticleNr"; "required": false; }; "customerPortal": { "alias": "customerPortal"; "required": false; }; "showPriceAmount": { "alias": "showPriceAmount"; "required": false; }; "handleDocuments": { "alias": "handleDocuments"; "required": false; }; }, { "checkboxValueChanged": "checkboxValueChanged"; "waitingForUserAction": "waitingForUserAction"; "dragStart": "dragStart"; "dragEnd": "dragEnd"; }, never, ["*"], false, never>;
5427
5451
  }
5428
5452
 
5429
5453
  declare class TransactionBaseLineModule {
@@ -9134,7 +9158,7 @@ declare class TransactionSendDocumentsComponent extends TransactionHeaderBaseCom
9134
9158
  static ɵcmp: i0.ɵɵComponentDeclaration<TransactionSendDocumentsComponent, "co-transaction-send-documents", never, { "transactionTypeCategory": { "alias": "transactionTypeCategory"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "openSendMethodDialog": "openSendMethodDialog"; }, never, never, false, never>;
9135
9159
  }
9136
9160
 
9137
- declare abstract class TransactionQuickAccessSendMethodBaseComponent extends TransactionHeaderBaseComponent implements OnInit {
9161
+ declare abstract class TransactionQuickAccessSendMethodBaseComponent extends TransactionHeaderBaseComponent implements OnInit, OnDestroy {
9138
9162
  searchService: TransactionSearchService;
9139
9163
  transactionHeaderService: TransactionHeaderService;
9140
9164
  transactionEventService: TransactionEventService;
@@ -9155,6 +9179,7 @@ declare abstract class TransactionQuickAccessSendMethodBaseComponent extends Tra
9155
9179
  defaultSendMethod: string;
9156
9180
  defaultSendMethodIcon: string;
9157
9181
  emailAddresses: string[];
9182
+ private _qaBaseSubs;
9158
9183
  set showSendMethodDialog(value: boolean);
9159
9184
  get showSendMethodDialog(): boolean;
9160
9185
  sendMethods: SendMethod[];
@@ -9177,6 +9202,7 @@ declare abstract class TransactionQuickAccessSendMethodBaseComponent extends Tra
9177
9202
  private _showSendMethodDialog;
9178
9203
  constructor(searchService: TransactionSearchService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, imageService: TransactionImageService, dictionaryService: DictionaryService, transactionService: TransactionService, changeDetector: ChangeDetectorRef, dialogService: TransactionDialogService);
9179
9204
  ngOnInit(): void;
9205
+ ngOnDestroy(): void;
9180
9206
  handleSendMethodOkClick(method: string | ProcessPrintRequest): Promise<void>;
9181
9207
  handleSend(method: string | ProcessPrintRequest): Promise<void>;
9182
9208
  commitAndRefreshTransaction(): void;
@@ -9803,13 +9829,14 @@ declare class TransactionLineSidePanelDefaultModule {
9803
9829
  declare class TransactionReceivingGoodsHistoryComponent {
9804
9830
  readonly SimpleGridColumnTemplateType: typeof SimpleGridColumnTemplateType;
9805
9831
  showDeleteButton: boolean;
9832
+ disableDeleteButton: boolean;
9806
9833
  set goodsReceiptHistory(value: LogisticalStateDetail[]);
9807
9834
  get goodsReceiptHistory(): LogisticalStateDetail[];
9808
- private _goodsReceiptHistory;
9809
9835
  deleteRow: EventEmitter<LogisticalStateDetail>;
9810
9836
  showClass(): boolean;
9837
+ private _goodsReceiptHistory;
9811
9838
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionReceivingGoodsHistoryComponent, never>;
9812
- static ɵcmp: i0.ɵɵComponentDeclaration<TransactionReceivingGoodsHistoryComponent, "co-transaction-receiving-goods-history", never, { "showDeleteButton": { "alias": "showDeleteButton"; "required": false; }; "goodsReceiptHistory": { "alias": "goodsReceiptHistory"; "required": false; }; }, { "deleteRow": "deleteRow"; }, never, never, false, never>;
9839
+ static ɵcmp: i0.ɵɵComponentDeclaration<TransactionReceivingGoodsHistoryComponent, "co-transaction-receiving-goods-history", never, { "showDeleteButton": { "alias": "showDeleteButton"; "required": false; }; "disableDeleteButton": { "alias": "disableDeleteButton"; "required": false; }; "goodsReceiptHistory": { "alias": "goodsReceiptHistory"; "required": false; }; }, { "deleteRow": "deleteRow"; }, never, never, false, never>;
9813
9840
  }
9814
9841
 
9815
9842
  declare enum StatusType {
@@ -9828,6 +9855,7 @@ declare class TransactionHistoryGridComponent {
9828
9855
  set collection(collection: any);
9829
9856
  get collection(): any;
9830
9857
  showDeleteButton: boolean;
9858
+ disableDeleteButton: boolean;
9831
9859
  deleteSelectedRow: EventEmitter<any>;
9832
9860
  showClass(): boolean;
9833
9861
  extraColumns: SimpleGridColumnDirective[];
@@ -9838,7 +9866,7 @@ declare class TransactionHistoryGridComponent {
9838
9866
  handleSelectRow(row: any): void;
9839
9867
  handleDeleteClick(): void;
9840
9868
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHistoryGridComponent, never>;
9841
- static ɵcmp: i0.ɵɵComponentDeclaration<TransactionHistoryGridComponent, "co-transaction-history-grid", never, { "collection": { "alias": "collection"; "required": false; }; "showDeleteButton": { "alias": "showDeleteButton"; "required": false; }; }, { "deleteSelectedRow": "deleteSelectedRow"; }, ["content"], never, false, never>;
9869
+ static ɵcmp: i0.ɵɵComponentDeclaration<TransactionHistoryGridComponent, "co-transaction-history-grid", never, { "collection": { "alias": "collection"; "required": false; }; "showDeleteButton": { "alias": "showDeleteButton"; "required": false; }; "disableDeleteButton": { "alias": "disableDeleteButton"; "required": false; }; }, { "deleteSelectedRow": "deleteSelectedRow"; }, ["content"], never, false, never>;
9842
9870
  }
9843
9871
 
9844
9872
  declare class TransactionHistoryGridStatusComponent implements AfterViewInit {
@@ -10275,6 +10303,7 @@ declare class TransactionLinePurchaseReceiveGoodsComponent extends TransactionLi
10275
10303
  quantityToReceive: number;
10276
10304
  calculatedStickerAmount: number;
10277
10305
  showLocation: boolean;
10306
+ deleting: boolean;
10278
10307
  private _subs;
10279
10308
  private _defaultReportId;
10280
10309
  constructor(transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, service: TransactionService, iconCacheService: IconCacheService, transactionScreenConfigurationService: TransactionScreenConfigurationService, dictionaryService: DictionaryService, imageService: TransactionImageService, changeDetector: ChangeDetectorRef, _formMaster: FormMasterService);
@@ -14059,7 +14088,7 @@ declare class StepperStepModule {
14059
14088
  static ɵinj: i0.ɵɵInjectorDeclaration<StepperStepModule>;
14060
14089
  }
14061
14090
 
14062
- declare class TransactionManualCreateDialogComponent {
14091
+ declare class TransactionManualCreateDialogComponent implements OnInit {
14063
14092
  iconCacheService: IconCacheService;
14064
14093
  service: TransactionService;
14065
14094
  readonly icons: typeof Icon;
@@ -14067,9 +14096,11 @@ declare class TransactionManualCreateDialogComponent {
14067
14096
  saveEvent: EventEmitter<void>;
14068
14097
  showClass(): boolean;
14069
14098
  constructor(iconCacheService: IconCacheService, service: TransactionService);
14099
+ ngOnInit(): void;
14070
14100
  handleCloseClick(): void;
14071
14101
  handleCommitClick(): void;
14072
14102
  handleCancelClick(): void;
14103
+ private _resetManualData;
14073
14104
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionManualCreateDialogComponent, never>;
14074
14105
  static ɵcmp: i0.ɵɵComponentDeclaration<TransactionManualCreateDialogComponent, "co-transaction-manual-create-dialog", never, {}, { "closeEvent": "closeEvent"; "saveEvent": "saveEvent"; }, never, never, false, never>;
14075
14106
  }
@@ -16316,7 +16347,7 @@ declare class TransactionServiceOverviewComponent extends TransactionHeaderBaseC
16316
16347
  protected changeDetector: ChangeDetectorRef;
16317
16348
  private _dialogService;
16318
16349
  readonly TableName: typeof TableName;
16319
- readonly WorkflowCategoryType: typeof WorkflowCategoryType;
16350
+ readonly WorkflowCategoryType: any;
16320
16351
  readonly cfgNames: typeof TransactionCfgName;
16321
16352
  openActivities: ComponentActivityListComponent;
16322
16353
  activityTimeline: ActivityTimelineComponent;
@@ -16358,6 +16389,7 @@ declare class TransactionServiceOverviewComponent extends TransactionHeaderBaseC
16358
16389
  putDocumentInList(doc: CoDocument): void;
16359
16390
  removeDocumentFromList(doc: CoDocument): void;
16360
16391
  sortDocumentList(): void;
16392
+ openTaskActivity(activity: Activity): void;
16361
16393
  openCreatedTask(taskId: number): Promise<void>;
16362
16394
  getWizardQuestionPairs(text?: string): string[][];
16363
16395
  scrollActivitiesToBottom(): void;
@@ -16763,6 +16795,7 @@ declare class TransactionLineActivitiesComponent implements OnInit {
16763
16795
  private _changeDetector;
16764
16796
  activityList: ElementRef<HTMLDivElement>;
16765
16797
  openActivities: ComponentActivityListComponent;
16798
+ activityTimeline: ActivityTimelineComponent;
16766
16799
  transactionId: number;
16767
16800
  readonly tableNames: typeof TableName;
16768
16801
  readonly cfgNames: typeof TransactionCfgName;
@@ -16771,11 +16804,12 @@ declare class TransactionLineActivitiesComponent implements OnInit {
16771
16804
  user: RelationSmallObject$1;
16772
16805
  transactionInfo: TransactionInfo;
16773
16806
  showActivityHeader: boolean;
16807
+ showActivityLists: boolean;
16774
16808
  constructor(transactionService: TransactionService, _changeDetector: ChangeDetectorRef);
16775
16809
  showClass(): boolean;
16776
16810
  ngOnInit(): void;
16777
16811
  finishedActivitiesRefreshRequested(): Promise<void>;
16778
- fullActivitiesRefreshRequested(): void;
16812
+ fullActivitiesRefreshRequested(): Promise<void>;
16779
16813
  scrollActivitiesToBottom(): void;
16780
16814
  getActivities(): Promise<void>;
16781
16815
  openCreatedTask(taskId: number): Promise<void>;
@@ -17621,14 +17655,16 @@ declare class TransactionInvoiceCheckOrderTileComponent {
17621
17655
  }>;
17622
17656
  selectAllLinesEvent: EventEmitter<void>;
17623
17657
  openTransactionEvent: EventEmitter<number>;
17658
+ selectTransactionEvent: EventEmitter<InvoiceCheckOrderInterface>;
17624
17659
  selected: boolean;
17625
17660
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef);
17626
17661
  showClass(): boolean;
17627
17662
  handleLineSelected(selected: boolean, line: InvoiceCheckOrderLineInterface): void;
17628
17663
  handleSaveRow(data: InvoiceCheckOrderLineInterface | {}): void;
17629
17664
  handleOpenTransaction(transNo: number): void;
17665
+ handleOrderSelected(selected: boolean, data: InvoiceCheckOrderInterface): void;
17630
17666
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionInvoiceCheckOrderTileComponent, never>;
17631
- static ɵcmp: i0.ɵɵComponentDeclaration<TransactionInvoiceCheckOrderTileComponent, "co-transaction-invoice-check-order-tile", never, { "invoiceCheckOrder": { "alias": "invoiceCheckOrder"; "required": false; }; }, { "lineSelectedEvent": "lineSelectedEvent"; "saveRowEvent": "saveRowEvent"; "selectAllLinesEvent": "selectAllLinesEvent"; "openTransactionEvent": "openTransactionEvent"; }, never, never, false, never>;
17667
+ static ɵcmp: i0.ɵɵComponentDeclaration<TransactionInvoiceCheckOrderTileComponent, "co-transaction-invoice-check-order-tile", never, { "invoiceCheckOrder": { "alias": "invoiceCheckOrder"; "required": false; }; }, { "lineSelectedEvent": "lineSelectedEvent"; "saveRowEvent": "saveRowEvent"; "selectAllLinesEvent": "selectAllLinesEvent"; "openTransactionEvent": "openTransactionEvent"; "selectTransactionEvent": "selectTransactionEvent"; }, never, never, false, never>;
17632
17668
  }
17633
17669
 
17634
17670
  declare class TransactionInvoiceCheckOrderTileModule {
@@ -17650,18 +17686,5 @@ declare class TransactionInvoiceCheckOrder {
17650
17686
  customerName: string;
17651
17687
  }
17652
17688
 
17653
- declare class SharedConnectorService {
17654
- private _optionsService;
17655
- connector: Sharedapi;
17656
- private _boFactory;
17657
- constructor(_optionsService: TransactionSettingsService);
17658
- connect(): Promise<void>;
17659
- selectDocsByTableKey(table: string, key: string): Promise<CoDocument[]>;
17660
- getDocumentContent(id: number, thumbnail?: boolean): Promise<string>;
17661
- storeSignedDoc(documentId: number, documentBody: string): Promise<void>;
17662
- static ɵfac: i0.ɵɵFactoryDeclaration<SharedConnectorService, never>;
17663
- static ɵprov: i0.ɵɵInjectableDeclaration<SharedConnectorService>;
17664
- }
17665
-
17666
- export { AddProductComponent, AddProductModule, ArticleConnectorService, ArticleService, BatchProcessDialogComponent, BatchProcessDialogModule, CharacteristicAnswerComponent, CharacteristicAnswerModule, CheckoutComponent, CheckoutModule, CheckoutOverviewDeliveryEditComponent, CheckoutOverviewRelationEditComponent, DatePeriod, DeliveryPlanningCalendarModes, DeliveryPlanningComponent, DeliveryPlanningModes, DeliveryPlanningModule, DeliveryPlanningService, DeliveryPlanningTileDropdownActions, DeliveryPlanningViewModes, DialogBranchComponent, DialogBranchModule, DialogTransactionLineWarehouseCcComponent, DialogTransactionLineWarehouseCcModule, DialogTransactionLineWarehouseLocationComponent, DialogTransactionLineWarehouseLocationModule, FastDateRangePickerComponent, FastDateRangePickerModule, FilterRequestService, LineSelectionService, LoaderComponent, LoaderModule, LspDialogType, PosOrderData, PurchaseConfirmationService, QuickSendButtonComponent, QuickSendButtonModule, SearchViewMode, SearchbarViewMode, SharedConnectorService, ShippingMethodDialogComponent, ShippingMethodDialogModule, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, StepperComponent, StepperModule, StepperStepComponent, StepperStepModule, TRANSACTION_BUTTON_BAR_MAPPING_CONFIG, TRANSACTION_CARD_MAPPING_CONFIG, TRANSACTION_DIALOG_MAPPING_CONFIG, TRANSACTION_FILTER_MAPPING_CONFIG, TRANSACTION_LINE_MAPPING_CONFIG, TRANSACTION_QUICK_ACCESS_MAPPING_CONFIG, TRANSACTION_SEARCH_MAPPING_CONFIG, TRANSACTION_SIDE_PANEL_MAPPING_CONFIG, TransactionBusinessObjectCacheManagerService, TransactionCashRegisterDialogComponent, TransactionCashRegisterDialogModule, TransactionCashRegisterOrderReceiptDialogComponent, TransactionCashRegisterOrderReceiptDialogModule, TransactionCfgName, TransactionComponent, TransactionConfirmTotalsComponent, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionConnectorAdapterService, TransactionConnectorService, TransactionCreateDateLabelComponent, TransactionCreateDateLabelModule, TransactionCreateWizardComponent, TransactionCreateWizardModule, TransactionDatePickDialogComponent, TransactionDatePickDialogModule, TransactionDialogService, TransactionEventService, TransactionFilterComponent, TransactionFilterContentService, TransactionFilterModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionInvoiceCheckOrder, TransactionInvoiceCheckOrderTileComponent, TransactionInvoiceCheckOrderTileModule, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineSidePanelArticleDetailsComponent, TransactionLineSidePanelArticleDetailsModule, TransactionLineSidePanelReplenishmentArticleDetailsComponent, TransactionLineSidePanelReplenishmentArticleDetailsModule, TransactionLineStatusbarComponent, TransactionLineStatusbarModule, TransactionLinesComponent, TransactionLinesModule, TransactionMappingService, TransactionMarginComponent, TransactionMarginModule, TransactionModule, TransactionNotificationLineSelectionService, TransactionNumberLabelComponent, TransactionNumberLabelModule, TransactionPaymentConnectorService, TransactionPaymentService, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessPlanningComponent, TransactionQuickAccessPlanningModule, TransactionQuickAccessPlanningPopupComponent, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionRelationConnectorService, TransactionRelationService, TransactionScreenConfigurationService, TransactionSearchComponent, TransactionSearchModule, TransactionSearchResultComponent, TransactionSearchResultModule, TransactionSearchService, TransactionSelectMultipleCacheService, TransactionSelectMultipleParameterizedCacheService, TransactionSelectSingleCacheService, TransactionSelectSingleParameterizedCacheService, TransactionService, TransactionSettings, TransactionSettingsOptions, TransactionSettingsService, TransactionStatusbarComponent, TransactionStatusbarModule, TransactionTagComponent, TransactionTagsComponent, TransactionTagsModule, TransactionTotalsComponent, TransactionTotalsModule, Version, VoucherCodePendingReasonDialogComponent, VoucherCodePendingReasonDialogModule, WarehouseCCTab };
17689
+ export { AddProductComponent, AddProductModule, ArticleConnectorService, ArticleService, BatchProcessDialogComponent, BatchProcessDialogModule, CharacteristicAnswerComponent, CharacteristicAnswerModule, CheckoutComponent, CheckoutModule, CheckoutOverviewDeliveryEditComponent, CheckoutOverviewRelationEditComponent, DatePeriod, DeliveryPlanningCalendarModes, DeliveryPlanningComponent, DeliveryPlanningModes, DeliveryPlanningModule, DeliveryPlanningService, DeliveryPlanningTileDropdownActions, DeliveryPlanningViewModes, DialogBranchComponent, DialogBranchModule, DialogTransactionLineWarehouseCcComponent, DialogTransactionLineWarehouseCcModule, DialogTransactionLineWarehouseLocationComponent, DialogTransactionLineWarehouseLocationModule, FastDateRangePickerComponent, FastDateRangePickerModule, FilterRequestService, LineSelectionService, LoaderComponent, LoaderModule, LspDialogType, PosOrderData, PurchaseConfirmationService, QuickSendButtonComponent, QuickSendButtonModule, SearchViewMode, SearchbarViewMode, ShippingMethodDialogComponent, ShippingMethodDialogModule, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, StepperComponent, StepperModule, StepperStepComponent, StepperStepModule, TRANSACTION_BUTTON_BAR_MAPPING_CONFIG, TRANSACTION_CARD_MAPPING_CONFIG, TRANSACTION_DIALOG_MAPPING_CONFIG, TRANSACTION_FILTER_MAPPING_CONFIG, TRANSACTION_LINE_MAPPING_CONFIG, TRANSACTION_QUICK_ACCESS_MAPPING_CONFIG, TRANSACTION_SEARCH_MAPPING_CONFIG, TRANSACTION_SIDE_PANEL_MAPPING_CONFIG, TransactionBusinessObjectCacheManagerService, TransactionCashRegisterDialogComponent, TransactionCashRegisterDialogModule, TransactionCashRegisterOrderReceiptDialogComponent, TransactionCashRegisterOrderReceiptDialogModule, TransactionCfgName, TransactionComponent, TransactionConfirmTotalsComponent, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionConnectorAdapterService, TransactionConnectorService, TransactionCreateDateLabelComponent, TransactionCreateDateLabelModule, TransactionCreateWizardComponent, TransactionCreateWizardModule, TransactionDatePickDialogComponent, TransactionDatePickDialogModule, TransactionDialogService, TransactionEventService, TransactionFilterComponent, TransactionFilterContentService, TransactionFilterModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionInvoiceCheckOrder, TransactionInvoiceCheckOrderTileComponent, TransactionInvoiceCheckOrderTileModule, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineSidePanelArticleDetailsComponent, TransactionLineSidePanelArticleDetailsModule, TransactionLineSidePanelReplenishmentArticleDetailsComponent, TransactionLineSidePanelReplenishmentArticleDetailsModule, TransactionLineStatusbarComponent, TransactionLineStatusbarModule, TransactionLinesComponent, TransactionLinesModule, TransactionMappingService, TransactionMarginComponent, TransactionMarginModule, TransactionModule, TransactionNotificationLineSelectionService, TransactionNumberLabelComponent, TransactionNumberLabelModule, TransactionPaymentConnectorService, TransactionPaymentService, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessPlanningComponent, TransactionQuickAccessPlanningModule, TransactionQuickAccessPlanningPopupComponent, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionRelationConnectorService, TransactionRelationService, TransactionScreenConfigurationService, TransactionSearchComponent, TransactionSearchModule, TransactionSearchResultComponent, TransactionSearchResultModule, TransactionSearchService, TransactionSelectMultipleCacheService, TransactionSelectMultipleParameterizedCacheService, TransactionSelectSingleCacheService, TransactionSelectSingleParameterizedCacheService, TransactionService, TransactionSettings, TransactionSettingsOptions, TransactionSettingsService, TransactionStatusbarComponent, TransactionStatusbarModule, TransactionTagComponent, TransactionTagsComponent, TransactionTagsModule, TransactionTotalsComponent, TransactionTotalsModule, Version, VoucherCodePendingReasonDialogComponent, VoucherCodePendingReasonDialogModule, WarehouseCCTab };
17667
17690
  export type { AddArticleInterface, DeliveryMethod, InvoiceCheckOrderInterface, InvoiceCheckOrderLineInterface, TransactionButtonBarMappingConfig, TransactionCardMappingConfig, TransactionDialogMappingConfig, TransactionFilterMappingConfig, TransactionLineMappingConfig, TransactionQuickAccessMappingConfig, TransactionSearchMappingConfig, TransactionSidePanelMappingConfig, steps };
@@ -3,5 +3,25 @@
3
3
  .co-dialog:not(.is-mobile) .co-dialog-wrapper {
4
4
  width: 500px;
5
5
  }
6
+ .co-dialog-header-title {
7
+ display: flex;
8
+ align-items: center;
9
+ gap: 10px;
10
+ span {
11
+ &.sku-title {
12
+ font-size: 10px;
13
+ font-weight: normal;
14
+ }
15
+ }
16
+ .co-icon {
17
+ width: 20px;
18
+ height: 20px;
19
+ }
20
+ }
21
+ .co-dialog-characteristic-question {
22
+ font-size: 14px;
23
+ margin-top: 30px;
24
+ display: block;
25
+ }
6
26
  }
7
27
  }
@@ -79,7 +79,8 @@
79
79
  align-items: baseline;
80
80
  flex-shrink: 0;
81
81
  position: relative;
82
- height: $tp-transaction-line-amount-height;
82
+ margin: $tp-transaction-line-buttons-margin;
83
+ gap: $tp-transaction-line-buttons-gap;
83
84
  .transaction-field-label {
84
85
  text-overflow: clip;
85
86
  overflow: visible;
@@ -88,6 +89,28 @@
88
89
  display: flex;
89
90
  flex-direction: column;
90
91
  }
92
+ .transaction-line-documents {
93
+ cursor: pointer;
94
+ .co-icon {
95
+ width: $tp-transaction-line-buttons-document-icon-size;
96
+ height: $tp-transaction-line-buttons-document-icon-size;
97
+ }
98
+ .transaction-line-documents-count {
99
+ position: absolute;
100
+ top: 0;
101
+ right: -3px;
102
+ background: $tp-transaction-line-buttons-document-count-background;
103
+ width: $tp-transaction-line-buttons-document-count-size;
104
+ height: $tp-transaction-line-buttons-document-count-size;
105
+ border-radius: 50%;
106
+ display: flex;
107
+ align-items: center;
108
+ justify-content: center;
109
+ font-size: $tp-transaction-line-buttons-document-count-font-size;
110
+ color: $tp-transaction-line-buttons-document-count-font-color;
111
+ line-height: normal;
112
+ }
113
+ }
91
114
  }
92
115
  .transaction-field-wrapper {
93
116
  flex: 1;
@@ -32,6 +32,13 @@ $tp-transaction-line-buttons-overview-background-color: #030D3C !default;
32
32
  $tp-transaction-line-buttons-overview-text-color: $tp-color-light !default;
33
33
  $tp-transaction-line-buttons-add-text-background-color: $tp-color-action !default;
34
34
  $tp-transaction-line-buttons-add-text-text-color: $tp-color-light !default;
35
+ $tp-transaction-line-buttons-margin: 2px 0 0 0 !default;
36
+ $tp-transaction-line-buttons-gap: 2px !default;
37
+ $tp-transaction-line-buttons-document-icon-size: 16px !default;
38
+ $tp-transaction-line-buttons-document-count-size: 10px !default;
39
+ $tp-transaction-line-buttons-document-count-background: #5fdcb3 !default;
40
+ $tp-transaction-line-buttons-document-count-font-size: 7px !default;
41
+ $tp-transaction-line-buttons-document-count-font-color: #ffffff !default;
35
42
  $tp-transaction-line-price-font-weight: bold !default;
36
43
  $tp-transaction-line-discount-background-color: $tp-default-background-accent !default;
37
44
  $tp-transaction-line-discount-color: $tp-color-active-light !default;
@@ -42,6 +42,9 @@
42
42
  .co-task-creator {
43
43
  position: sticky;
44
44
  bottom: 0;
45
+ .task-creator-wrapper {
46
+ background: #ffffff;
47
+ }
45
48
  }
46
49
  }
47
50
  .activity-task-creator-wrapper {