@colijnit/transaction 254.1.26 → 254.1.28

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.
@@ -18,9 +18,15 @@ export declare class TransactionPurchaseOrderFilterContentLogisticsComponent ext
18
18
  text: any;
19
19
  value: any;
20
20
  };
21
+ partDelivery: FilterItemViewmodel[];
22
+ partDeliveryFields: {
23
+ text: any;
24
+ value: any;
25
+ };
21
26
  modelChange(any: any): void;
22
27
  protected loadCollections(): void;
23
28
  private _setDeliveryMethods;
24
29
  private _setWarehouses;
25
30
  private _setSourceWarehouses;
31
+ private _setPartDelivery;
26
32
  }
@@ -22,6 +22,7 @@ export declare class ArticleConnectorService {
22
22
  getWarehouseLocations(warehouseNr: number): Promise<StockLocation[]>;
23
23
  getArticleExtended(articleNr: string): Promise<ArticleExtended>;
24
24
  searchArticles(request: ArticleExtendedRequest): Promise<ArticleLight[]>;
25
+ getArticleListWithBarcodeArticleNrEanCode(search: string): Promise<ArticleLight[]>;
25
26
  getMainArticles(): Promise<MainArticle[]>;
26
27
  getTurnoverGroups(category?: string): Promise<TurnoverGroupImage[]>;
27
28
  storeCatFarmCompositionArticle(catalogId: number, articleFlatTree: ArticleFlatTreeDTO): Promise<string>;
@@ -238,6 +238,7 @@ export declare class TransactionService extends PendingReasonService {
238
238
  getTransactionArticleWarehouses(goodId: number): Promise<TransactionArticleWarehouse[]>;
239
239
  getMarketingCodes(): Promise<Marketing[]>;
240
240
  getArticles(request: ArticleExtendedRequest): Promise<ArticleLight[]>;
241
+ getArticleListWithBarcodeArticleNrEanCode(search: string): Promise<ArticleLight[]>;
241
242
  getMainArticles(): Promise<MainArticle[]>;
242
243
  getDeliveryMethods(): Promise<DeliveryMethod[]>;
243
244
  getDeliveryOptions(): Promise<DeliveryOption[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "254.1.26",
3
+ "version": "254.1.28",
4
4
  "description": "Colijn IT transaction module for Angular 12",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",