@colijnit/transaction 261.20.65 → 261.20.66

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
@@ -810,6 +810,7 @@ declare class TransactionEventService {
810
810
  readonly selectAllOrderLinesForReserveGoods: Subject<boolean>;
811
811
  readonly selectAllOrderLinesForOrderingStickers: Subject<boolean>;
812
812
  readonly setColliStickerAmount: Subject<boolean>;
813
+ readonly setNoStickerForCC0: Subject<boolean>;
813
814
  readonly globalReceiveLocationSet: Subject<string>;
814
815
  readonly updatingSalesOrderGeneratePurchaseOrders: Subject<boolean>;
815
816
  readonly updatingSalesOrderConfirmation: Subject<boolean>;
@@ -4139,6 +4140,7 @@ declare enum TransactionCfgName {
4139
4140
  StickerAmount = "stickerAmount",
4140
4141
  CollieAmount = "collieAmount",
4141
4142
  ReservedAmount = "reservedAmount",
4143
+ NoCC0ForReserveStickers = "noCC0ForReserveStickers",
4142
4144
  OrderedAmount = "orderedAmount",
4143
4145
  LineWarehouseLocationReceived = "lineWarehouseLocationReceived",
4144
4146
  ServiceMessage = "serviceMessage",
@@ -9417,6 +9419,7 @@ declare class TransactionSalesOrderQuotationLineModule {
9417
9419
  declare abstract class TransactionReserveGoodsLineBaseComponent extends TransactionLineBaseComponent implements OnInit, OnDestroy {
9418
9420
  readonly icons: typeof Icon;
9419
9421
  readonly transactionTypeCategory: typeof TransactionTypeCategory;
9422
+ noStickerForCC0: boolean;
9420
9423
  private _subscriptions;
9421
9424
  ngOnInit(): Promise<void>;
9422
9425
  ngOnDestroy(): void;
@@ -14923,17 +14926,20 @@ declare class TransactionQuickAccessReserveComponent extends TransactionQuickAcc
14923
14926
  protected dialogService: TransactionDialogService;
14924
14927
  protected relationService: TransactionRelationService;
14925
14928
  readonly icons: typeof Icon;
14929
+ readonly cfgNames: typeof TransactionCfgName;
14926
14930
  showClass(): boolean;
14927
14931
  reportDocumentEmailRequest: ReportingDocumentEmailSignDocBaseRequest;
14928
14932
  reportDocumentPrintRequest: ReportingDocumentPrintSignDocBaseRequest;
14929
14933
  reportDocumentPdfRequest: ReportingDocumentPdfBaseRequest;
14930
14934
  reportDocumentCombinedRequest: PrintPurchaseOrderForTransactionOrderWithoutLinesRequest;
14935
+ noCC0ForReserveStickers: boolean;
14931
14936
  layoutCode: LayoutCode;
14932
14937
  private _subs;
14933
14938
  constructor(searchService: TransactionSearchService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, transactionService: TransactionService, imageService: TransactionImageService, dictionaryService: DictionaryService, changeDetector: ChangeDetectorRef, dialogService: TransactionDialogService, relationService: TransactionRelationService);
14934
14939
  ngOnInit(): void;
14935
14940
  ngOnDestroy(): void;
14936
14941
  handleSelectAllLines(value: boolean): void;
14942
+ handleCCSelectionChanged(value: boolean): void;
14937
14943
  openSendDialog(): void;
14938
14944
  protected getDefaultEmailAddressList(): Promise<string[]>;
14939
14945
  protected getDefaultSendMethod(): Promise<number>;
@@ -14950,7 +14956,7 @@ declare class TransactionQuickAccessReserveComponent extends TransactionQuickAcc
14950
14956
 
14951
14957
  declare class TransactionQuickAccessReserveModule {
14952
14958
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionQuickAccessReserveModule, never>;
14953
- static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionQuickAccessReserveModule, [typeof TransactionQuickAccessReserveComponent], [typeof i2.CommonModule, typeof i6.SendMethodDialogModule, typeof PipeModule, typeof QuickSendButtonModule, typeof i3.InputCheckboxModule], [typeof TransactionQuickAccessReserveComponent]>;
14959
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionQuickAccessReserveModule, [typeof TransactionQuickAccessReserveComponent], [typeof i2.CommonModule, typeof i6.SendMethodDialogModule, typeof PipeModule, typeof QuickSendButtonModule, typeof i3.InputCheckboxModule, typeof i3.ScreenConfigurationModule], [typeof TransactionQuickAccessReserveComponent]>;
14954
14960
  static ɵinj: i0.ɵɵInjectorDeclaration<TransactionQuickAccessReserveModule>;
14955
14961
  }
14956
14962
 
@@ -16911,6 +16917,7 @@ declare class TransactionCashRegisterDialogModule {
16911
16917
  }
16912
16918
 
16913
16919
  declare class TransactionCreateService extends TransactionService {
16920
+ set activeRubric(value: TransactionTypeCategory);
16914
16921
  createServiceOrderWithTransactionLine(transId: number, lineNr: number): Promise<boolean>;
16915
16922
  createServiceOrderWithSourceGood(goodId: number): Promise<boolean>;
16916
16923
  createServiceOrderWithSLA(productName: string): Promise<boolean>;
@@ -2,9 +2,18 @@
2
2
 
3
3
  @include export-module('cc-transaction-quick-access-reserve-layout') {
4
4
  .co-transaction-quick-access-reserve {
5
- .select-all-wrapper {
5
+ .quick-access-content-wrapper {
6
6
  display: flex;
7
- align-items: center;
7
+ row-gap: 10px;
8
+ align-items: start;
9
+ flex-direction: column;
10
+
11
+ .sub-section {
12
+ display: flex;
13
+ align-items: center;
14
+ flex-direction: row;
15
+ column-gap: 10px;
16
+ }
8
17
  }
9
18
  }
10
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "261.20.65",
3
+ "version": "261.20.66",
4
4
  "description": "Colijn IT transaction module for Angular 20",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",