@colijnit/transaction 261.20.57 → 261.20.59

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/index.d.ts CHANGED
@@ -2307,6 +2307,7 @@ declare class TransactionBaseService extends BaseModuleService implements OnDest
2307
2307
  internalParameterSellDirectlyFromSupp: boolean;
2308
2308
  internalParameterStockMutBeforeDelivery: boolean;
2309
2309
  printColliStickerDefault: boolean;
2310
+ internalPlanDaysParam: number;
2310
2311
  contactPersonId: number;
2311
2312
  firstDayOfWeek: string;
2312
2313
  articleAmountChange: BehaviorSubject<number>;
@@ -2348,6 +2349,7 @@ declare class TransactionBaseService extends BaseModuleService implements OnDest
2348
2349
  logisticsButtonVisible: () => Promise<boolean>;
2349
2350
  prepareDropShipmentInternalParam(): void;
2350
2351
  prepareReceiveGoodsWithDataTerminalInternalParam(): void;
2352
+ prepareInternalPlanDaysParam(): Promise<void>;
2351
2353
  preparePrintColliStickerDefault(): void;
2352
2354
  getInternalParameter(param: InternalParam): Promise<boolean>;
2353
2355
  getCashLimitValue(param: InternalParam): Promise<number>;
@@ -4094,6 +4096,7 @@ declare enum TransactionCfgName {
4094
4096
  LineNetLineTotal = "lineNetLineTotal",
4095
4097
  LinePurchasePrice = "linePurchasePrice",
4096
4098
  LinePurchaseDescription = "linePurchaseDescription",
4099
+ LineExpectedDeliveryDateCP = "lineExpectedDeliveryDateCP",
4097
4100
  LineSupplier = "lineSupplier",
4098
4101
  LineRefTransactions = "lineRefTransactions",
4099
4102
  LineConfirmedDeliveryDate = "lineConfirmedDeliveryDate",
@@ -4948,6 +4951,7 @@ declare class TransactionOverviewLineComponent extends TransactionLineBaseCompon
4948
4951
  showClass(): boolean;
4949
4952
  stock: StockStatus;
4950
4953
  noLabel: boolean;
4954
+ showEstimatedDeliveryDate: boolean;
4951
4955
  statusBarConfigNames: StatusBarCfgNames;
4952
4956
  discountConfigNames: LineDiscountCfgNames;
4953
4957
  private _subs;
@@ -8121,9 +8125,42 @@ declare class TransactionNavigationButtonListModule {
8121
8125
  static ɵinj: i0.ɵɵInjectorDeclaration<TransactionNavigationButtonListModule>;
8122
8126
  }
8123
8127
 
8128
+ declare class TransactionLineExpectedDeliveryDateButtonComponent extends TransactionLineBaseComponent implements OnInit, OnDestroy {
8129
+ transactionHeaderService: TransactionHeaderService;
8130
+ transactionLineService: TransactionLineService;
8131
+ transactionEventService: TransactionEventService;
8132
+ service: TransactionService;
8133
+ iconCacheService: IconCacheService;
8134
+ transactionScreenConfigurationService: TransactionScreenConfigurationService;
8135
+ protected dictionaryService: DictionaryService;
8136
+ protected imageService: TransactionImageService;
8137
+ protected changeDetector: ChangeDetectorRef;
8138
+ readonly icons: typeof Icon;
8139
+ parentComponent: ElementRef;
8140
+ showClass(): boolean;
8141
+ inputLabel: boolean;
8142
+ showConfirmedDeliveryDateChange: EventEmitter<boolean>;
8143
+ expectedDeliveryDate: Date;
8144
+ private _handled;
8145
+ constructor(transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, service: TransactionService, iconCacheService: IconCacheService, transactionScreenConfigurationService: TransactionScreenConfigurationService, dictionaryService: DictionaryService, imageService: TransactionImageService, changeDetector: ChangeDetectorRef);
8146
+ ngOnInit(): void;
8147
+ ngOnDestroy(): void;
8148
+ protected transactionInfoSet(): void;
8149
+ protected transactionLineSet(): void;
8150
+ private _checkConfirmedDeliveryDate;
8151
+ static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLineExpectedDeliveryDateButtonComponent, never>;
8152
+ static ɵcmp: i0.ɵɵComponentDeclaration<TransactionLineExpectedDeliveryDateButtonComponent, "co-transaction-line-expected-delivery-date-button", never, { "inputLabel": { "alias": "inputLabel"; "required": false; }; }, { "showConfirmedDeliveryDateChange": "showConfirmedDeliveryDateChange"; }, never, never, false, never>;
8153
+ }
8154
+
8155
+ declare class TransactionLineExpectedDeliveryDateButtonModule {
8156
+ static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLineExpectedDeliveryDateButtonModule, never>;
8157
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionLineExpectedDeliveryDateButtonModule, [typeof TransactionLineExpectedDeliveryDateButtonComponent], [typeof i2.CommonModule, typeof TransactionButtonModule, typeof TransactionLineLabelModule, typeof PipeModule], [typeof TransactionLineExpectedDeliveryDateButtonComponent]>;
8158
+ static ɵinj: i0.ɵɵInjectorDeclaration<TransactionLineExpectedDeliveryDateButtonModule>;
8159
+ }
8160
+
8124
8161
  declare class TransactionOverviewLineModule {
8125
8162
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionOverviewLineModule, never>;
8126
- static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionOverviewLineModule, [typeof TransactionOverviewLineComponent], [typeof i2.CommonModule, typeof CoreModule, typeof i3.ButtonModule, typeof i3.InputNumberPickerModule, typeof TransactionArticleTextModule, typeof TransactionArticleTextOverviewModule, typeof PipeModule, typeof TransactionLineActionButtonsModule, typeof i3.IconModule, typeof EditableLabelModule, typeof TransactionLinePriceModule, typeof TransactionLineDescriptionModule, typeof TransactionBaseLineModule, typeof i13.DragDropModule, typeof TransactionLineCommissionButtonModule, typeof TransactionLineWarehouseButtonModule, typeof TransactionLineDeliveryButtonModule, typeof TransactionLineDeliveryDateButtonModule, typeof DialogTransactionLineVatModule, typeof DialogTransactionLineDiscountModule, typeof TransactionLineStatusbarModule, typeof TransactionLineAmountModule, typeof TransactionLineVatButtonModule, typeof TransactionLineDiscountButtonModule, typeof TransactionLineDeliveryDateModule, typeof TransactionMarginInfoLineModule, typeof i3.ObserveVisibilityModule, typeof i3.ScreenConfigurationModule, typeof TransactionLineLabelModule, typeof TransactionLineDirectSellButtonModule, typeof TransactionNavigationButtonListModule], [typeof TransactionOverviewLineComponent]>;
8163
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionOverviewLineModule, [typeof TransactionOverviewLineComponent], [typeof i2.CommonModule, typeof CoreModule, typeof i3.ButtonModule, typeof i3.InputNumberPickerModule, typeof TransactionArticleTextModule, typeof TransactionArticleTextOverviewModule, typeof PipeModule, typeof TransactionLineActionButtonsModule, typeof i3.IconModule, typeof EditableLabelModule, typeof TransactionLinePriceModule, typeof TransactionLineDescriptionModule, typeof TransactionBaseLineModule, typeof i13.DragDropModule, typeof TransactionLineCommissionButtonModule, typeof TransactionLineWarehouseButtonModule, typeof TransactionLineDeliveryButtonModule, typeof TransactionLineDeliveryDateButtonModule, typeof DialogTransactionLineVatModule, typeof DialogTransactionLineDiscountModule, typeof TransactionLineStatusbarModule, typeof TransactionLineAmountModule, typeof TransactionLineVatButtonModule, typeof TransactionLineDiscountButtonModule, typeof TransactionLineDeliveryDateModule, typeof TransactionMarginInfoLineModule, typeof i3.ObserveVisibilityModule, typeof i3.ScreenConfigurationModule, typeof TransactionLineLabelModule, typeof TransactionLineDirectSellButtonModule, typeof TransactionNavigationButtonListModule, typeof TransactionLineExpectedDeliveryDateButtonModule], [typeof TransactionOverviewLineComponent]>;
8127
8164
  static ɵinj: i0.ɵɵInjectorDeclaration<TransactionOverviewLineModule>;
8128
8165
  }
8129
8166
 
@@ -9867,7 +9904,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
9867
9904
  showCategories: boolean;
9868
9905
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
9869
9906
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9870
- currentTitle(): "MARGINS" | "OVERVIEW";
9907
+ currentTitle(): "OVERVIEW" | "MARGINS";
9871
9908
  ngOnDestroy(): void;
9872
9909
  handleClickWrapper(event: MouseEvent): void;
9873
9910
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
@@ -9893,7 +9930,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
9893
9930
  constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
9894
9931
  ngOnDestroy(): void;
9895
9932
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9896
- currentTitle(): "MARGINS" | "OVERVIEW";
9933
+ currentTitle(): "OVERVIEW" | "MARGINS";
9897
9934
  handleClickWrapper(event: MouseEvent): void;
9898
9935
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
9899
9936
  private handleDocumentClick;
@@ -9945,7 +9982,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
9945
9982
  showCategories: boolean;
9946
9983
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
9947
9984
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9948
- currentTitle(): "MARGINS" | "OVERVIEW";
9985
+ currentTitle(): "OVERVIEW" | "MARGINS";
9949
9986
  ngOnDestroy(): void;
9950
9987
  handleClickWrapper(event: MouseEvent): void;
9951
9988
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
@@ -133,6 +133,7 @@
133
133
  .title {
134
134
  font-size: $tp-transaction-header-popup-category-title-font-size;
135
135
  text-align: center;
136
+ white-space: nowrap;
136
137
  }
137
138
  }
138
139
 
@@ -24,12 +24,15 @@
24
24
  overflow: auto;
25
25
  }
26
26
  .transaction-tile-wrapper {
27
- width: 40%;
28
- height: 160px;
29
- padding: 7.5px 10px;
30
- box-shadow: 0 2px 4px 0 #0000005c;
31
- border-left: 4px solid #45b8bf;
32
- border-radius: 5px;
27
+ width: $tp-co-transaction-invoice-check-tile-width;
28
+ max-width: $tp-co-transaction-invoice-check-tile-max-width;
29
+ height: $tp-co-transaction-invoice-check-tile-height;
30
+ padding: $tp-co-transaction-invoice-check-tile-padding;
31
+ box-shadow: $tp-co-transaction-invoice-check-tile-box-shadow;
32
+ border-width: $tp-co-transaction-invoice-check-tile-border-width;
33
+ border-style: solid;
34
+ border-color: $tp-co-transaction-invoice-check-tile-border-color;
35
+ border-radius: $tp-co-transaction-invoice-check-tile-border-radius;
33
36
  display: flex;
34
37
  flex-direction: column;
35
38
  .tile {
@@ -48,6 +51,10 @@
48
51
  display: flex;
49
52
  flex-direction: column;
50
53
  gap: 5px;
54
+ .co-icon {
55
+ width: $tp-co-transaction-invoice-check-tile-icon-width;
56
+ height: $tp-co-transaction-invoice-check-tile-icon-height;
57
+ }
51
58
  }
52
59
  .tile-footer {
53
60
  align-items: center;
@@ -60,8 +67,13 @@
60
67
  align-items: center;
61
68
  gap: 10px;
62
69
  .co-icon {
63
- width: 22px;
64
- height: 22px;
70
+ width: $tp-co-transaction-invoice-check-tile-icon-width;
71
+ height: $tp-co-transaction-invoice-check-tile-icon-height;
72
+ }
73
+ }
74
+ .value {
75
+ span {
76
+ font-size: $tp-co-transaction-invoice-check-tile-footer-font-size;
65
77
  }
66
78
  }
67
79
  }
@@ -0,0 +1,11 @@
1
+ $tp-co-transaction-invoice-check-tile-width: 40% !default;
2
+ $tp-co-transaction-invoice-check-tile-max-width: 300px !default;
3
+ $tp-co-transaction-invoice-check-tile-height: 110px !default;
4
+ $tp-co-transaction-invoice-check-tile-padding: 7.5px 10px !default;
5
+ $tp-co-transaction-invoice-check-tile-box-shadow: 0 2px 4px 0 #0000005c !default;
6
+ $tp-co-transaction-invoice-check-tile-border-width: 0 0 0 4px !default;
7
+ $tp-co-transaction-invoice-check-tile-border-color: #45b8bf !default;
8
+ $tp-co-transaction-invoice-check-tile-border-radius: 5px !default;
9
+ $tp-co-transaction-invoice-check-tile-icon-width: 16px !default;
10
+ $tp-co-transaction-invoice-check-tile-icon-height: 16px !default;
11
+ $tp-co-transaction-invoice-check-tile-footer-font-size: 10px !default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "261.20.57",
3
+ "version": "261.20.59",
4
4
  "description": "Colijn IT transaction module for Angular 20",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",
@@ -12,8 +12,8 @@
12
12
  "@colijnit/articleapi": ">=261.1.3",
13
13
  "@colijnit/catalog": ">=261.20.3",
14
14
  "@colijnit/corecomponents_v12": ">=261.20.16",
15
- "@colijnit/ioneconnector": ">=261.1.2",
16
- "@colijnit/mainapi": ">=261.1.7",
15
+ "@colijnit/ioneconnector": ">=261.1.4",
16
+ "@colijnit/mainapi": ">=261.1.11",
17
17
  "@colijnit/product": ">=261.20.0",
18
18
  "@colijnit/relation": ">=261.20.0",
19
19
  "@colijnit/relationapi": ">=261.1.1",