@colijnit/transaction 253.1.9 → 253.1.11

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>;
@@ -228,6 +228,7 @@ export declare class TransactionService extends PendingReasonService {
228
228
  getTransactionArticleWarehouses(goodId: number): Promise<TransactionArticleWarehouse[]>;
229
229
  getMarketingCodes(): Promise<Marketing[]>;
230
230
  getArticles(request: ArticleExtendedRequest): Promise<ArticleLight[]>;
231
+ getArticleListWithBarcodeArticleNrEanCode(search: string): Promise<ArticleLight[]>;
231
232
  getMainArticles(): Promise<MainArticle[]>;
232
233
  getDeliveryMethods(): Promise<DeliveryMethod[]>;
233
234
  getDeliveryOptions(): Promise<DeliveryOption[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "253.1.9",
3
+ "version": "253.1.11",
4
4
  "description": "Colijn IT transaction module for Angular 12",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",