ionic-vhframeworks 10.3.6 → 10.3.8

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.
@@ -3585,6 +3585,7 @@ export declare class VhQueryCafe {
3585
3585
  selling: true,
3586
3586
  type: 1,
3587
3587
  warning_number: 3,
3588
+ item_code: '',
3588
3589
  units:[{
3589
3590
  barcode: "3103",
3590
3591
  price: 3100,
@@ -3605,6 +3606,7 @@ export declare class VhQueryCafe {
3605
3606
  selling: true,
3606
3607
  type: 1,
3607
3608
  warning_number: 3,
3609
+ item_code: '',
3608
3610
  units:[{
3609
3611
  ratio: 1,
3610
3612
  unit: "Cái"
@@ -3623,7 +3625,8 @@ export declare class VhQueryCafe {
3623
3625
  price: 43000,
3624
3626
  price2: 43002,
3625
3627
  price_import: 43001,
3626
- warning_number: 43003
3628
+ warning_number: 43003,
3629
+ item_code: ''
3627
3630
  }]
3628
3631
  * this.vhQueryCafe.addProductAndSubsProduct_Cafe(product,subProductArray)
3629
3632
  .then(()=>{
@@ -3662,6 +3665,7 @@ export declare class VhQueryCafe {
3662
3665
  selling: true,
3663
3666
  type: 1,
3664
3667
  warning_number: 5,
3668
+ item_code: '',
3665
3669
  units:[{
3666
3670
  barcode: "384807544448",
3667
3671
  default: true,
@@ -14625,6 +14629,7 @@ export declare class VhQueryAutoWeb {
14625
14629
  selling: true,
14626
14630
  type: 1,
14627
14631
  warning_number: 3,
14632
+ item_code: '',
14628
14633
  units:[{
14629
14634
  barcode: "3103",
14630
14635
  price: 3100,
@@ -14645,6 +14650,7 @@ export declare class VhQueryAutoWeb {
14645
14650
  selling: true,
14646
14651
  type: 1,
14647
14652
  warning_number: 3,
14653
+ item_code: '',
14648
14654
  units:[{
14649
14655
  ratio: 1,
14650
14656
  unit: "Cái"
@@ -14663,7 +14669,8 @@ export declare class VhQueryAutoWeb {
14663
14669
  price: 43000,
14664
14670
  price2: 43002,
14665
14671
  price_import: 43001,
14666
- warning_number: 43003
14672
+ warning_number: 43003,
14673
+ item_code: ''
14667
14674
  }]
14668
14675
  * this.vhQueryAutoWeb.addProductAndSubsProduct(product,subProductArray)
14669
14676
  .then(response=>{
@@ -14712,6 +14719,7 @@ export declare class VhQueryAutoWeb {
14712
14719
  selling: true,
14713
14720
  type: 1,
14714
14721
  warning_number: 5,
14722
+ item_code: '',
14715
14723
  units:[{
14716
14724
  barcode: "384807544448",
14717
14725
  default: true,
@@ -14950,6 +14958,7 @@ export declare class VhQueryAutoWeb {
14950
14958
  selling: true,
14951
14959
  type: 1,
14952
14960
  warning_number: 3,
14961
+ item_code: '',
14953
14962
  units:[{
14954
14963
  barcode: "3103",
14955
14964
  price: 3100,
@@ -14970,6 +14979,7 @@ export declare class VhQueryAutoWeb {
14970
14979
  selling: true,
14971
14980
  type: 1,
14972
14981
  warning_number: 3,
14982
+ item_code: '',
14973
14983
  units:[{
14974
14984
  ratio: 1,
14975
14985
  unit: "Cái"
@@ -14988,7 +14998,8 @@ export declare class VhQueryAutoWeb {
14988
14998
  price: 43000,
14989
14999
  price2: 43002,
14990
15000
  price_import: 43001,
14991
- warning_number: 43003
15001
+ warning_number: 43003,
15002
+ item_code: ''
14992
15003
  }]
14993
15004
  * this.vhQueryAutoWeb.addFoodAndSubsFood(food,subFoodArray)
14994
15005
  .then(response=>{
@@ -15037,6 +15048,7 @@ export declare class VhQueryAutoWeb {
15037
15048
  selling: true,
15038
15049
  type: 1,
15039
15050
  warning_number: 5,
15051
+ item_code: '',
15040
15052
  units:[{
15041
15053
  barcode: "384807544448",
15042
15054
  default: true,
@@ -23623,6 +23635,20 @@ export declare class VhQuerySales {
23623
23635
  * @return Promise => Array(bool) = [true or false,,...]
23624
23636
  */
23625
23637
  updateSalesOrderLazada_byFile(order_idArray: any, data: object, token: string, id_shop: string): Promise<unknown>;
23638
+ /**
23639
+ * Hàm truy vấn thông tin chi tiết giao dịch của người bán trong phạm vi ngày cụ thể
23640
+ * @example:
23641
+ * this.vhQuerySales.getTransactionDetailsLazada(json, access_token)
23642
+ .then((array)=>{
23643
+
23644
+ }, error=>{
23645
+ reject(error)
23646
+ })
23647
+ * @param json : {start_time, end_time, limit, offset, trade_order_id, trade_order_line_id, trans_type}
23648
+ * @param access_token
23649
+ * @returns Promise => Array
23650
+ */
23651
+ getTransactionDetailsLazada(json: any, access_token: string): Promise<unknown>;
23626
23652
  /**
23627
23653
  * Hàm này lấy về khách hàng đã được gán cho mỗi shop(id_shop) trước đây, nếu trước đây chưa gán thì lấy về giá trị null
23628
23654
  * @example:
@@ -24374,6 +24400,7 @@ export declare class VhQuerySales {
24374
24400
  selling: true,
24375
24401
  type: 1,
24376
24402
  warning_number: 3,
24403
+ item_code: '',
24377
24404
  units:[{
24378
24405
  barcode: "3103",
24379
24406
  price: 3100,
@@ -24394,6 +24421,7 @@ export declare class VhQuerySales {
24394
24421
  selling: true,
24395
24422
  type: 3,
24396
24423
  warning_number: 3,
24424
+ item_code: '',
24397
24425
  units:[{
24398
24426
  ratio: 1,
24399
24427
  unit: "Cái"
@@ -24412,7 +24440,8 @@ export declare class VhQuerySales {
24412
24440
  price: 43000,
24413
24441
  price2: 43002,
24414
24442
  price_import: 43001,
24415
- warning_number: 43003
24443
+ warning_number: 43003,
24444
+ item_code: ''
24416
24445
  }]
24417
24446
  * this.vhQuerySales.addProductAndSubsProduct(product,subProductArray)
24418
24447
  .then(()=>{
@@ -24451,6 +24480,7 @@ export declare class VhQuerySales {
24451
24480
  selling: true,
24452
24481
  type: 3,
24453
24482
  warning_number: 5,
24483
+ item_code: '',
24454
24484
  units:[{
24455
24485
  barcode: "384807544448",
24456
24486
  default: true,
@@ -34703,5 +34733,6 @@ export interface itfProduct {
34703
34733
  selling: boolean;
34704
34734
  type: number;
34705
34735
  warning_number: number;
34736
+ item_code: string;
34706
34737
  units: [];
34707
34738
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "10.3.6",
3
+ "version": "10.3.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"