ionic-vhframeworks 10.3.5 → 10.3.7

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,
@@ -12637,6 +12641,13 @@ export declare class VhEcommerce {
12637
12641
  * @return Promise => Array(bool) = [true or false,,...]
12638
12642
  */
12639
12643
  updateSalesOrderShopee_byFile(order_snArray: any, data: object, access_token: string, id_shop: string): Promise<unknown>;
12644
+ /**
12645
+ * Hàm này lấy về chi tiết thanh toán của hóa đơn
12646
+ * @param order_sn: id của hóa đơn shopee
12647
+ * @param access_token
12648
+ * @param id_shop
12649
+ */
12650
+ getEscrowShopee(order_sn: any, access_token: string, shop_id: number): Promise<unknown>;
12640
12651
  static ɵfac: i0.ɵɵFactoryDeclaration<VhEcommerce, never>;
12641
12652
  static ɵprov: i0.ɵɵInjectableDeclaration<VhEcommerce>;
12642
12653
  }
@@ -14618,6 +14629,7 @@ export declare class VhQueryAutoWeb {
14618
14629
  selling: true,
14619
14630
  type: 1,
14620
14631
  warning_number: 3,
14632
+ item_code: '',
14621
14633
  units:[{
14622
14634
  barcode: "3103",
14623
14635
  price: 3100,
@@ -14638,6 +14650,7 @@ export declare class VhQueryAutoWeb {
14638
14650
  selling: true,
14639
14651
  type: 1,
14640
14652
  warning_number: 3,
14653
+ item_code: '',
14641
14654
  units:[{
14642
14655
  ratio: 1,
14643
14656
  unit: "Cái"
@@ -14656,7 +14669,8 @@ export declare class VhQueryAutoWeb {
14656
14669
  price: 43000,
14657
14670
  price2: 43002,
14658
14671
  price_import: 43001,
14659
- warning_number: 43003
14672
+ warning_number: 43003,
14673
+ item_code: ''
14660
14674
  }]
14661
14675
  * this.vhQueryAutoWeb.addProductAndSubsProduct(product,subProductArray)
14662
14676
  .then(response=>{
@@ -14705,6 +14719,7 @@ export declare class VhQueryAutoWeb {
14705
14719
  selling: true,
14706
14720
  type: 1,
14707
14721
  warning_number: 5,
14722
+ item_code: '',
14708
14723
  units:[{
14709
14724
  barcode: "384807544448",
14710
14725
  default: true,
@@ -14943,6 +14958,7 @@ export declare class VhQueryAutoWeb {
14943
14958
  selling: true,
14944
14959
  type: 1,
14945
14960
  warning_number: 3,
14961
+ item_code: '',
14946
14962
  units:[{
14947
14963
  barcode: "3103",
14948
14964
  price: 3100,
@@ -14963,6 +14979,7 @@ export declare class VhQueryAutoWeb {
14963
14979
  selling: true,
14964
14980
  type: 1,
14965
14981
  warning_number: 3,
14982
+ item_code: '',
14966
14983
  units:[{
14967
14984
  ratio: 1,
14968
14985
  unit: "Cái"
@@ -14981,7 +14998,8 @@ export declare class VhQueryAutoWeb {
14981
14998
  price: 43000,
14982
14999
  price2: 43002,
14983
15000
  price_import: 43001,
14984
- warning_number: 43003
15001
+ warning_number: 43003,
15002
+ item_code: ''
14985
15003
  }]
14986
15004
  * this.vhQueryAutoWeb.addFoodAndSubsFood(food,subFoodArray)
14987
15005
  .then(response=>{
@@ -15030,6 +15048,7 @@ export declare class VhQueryAutoWeb {
15030
15048
  selling: true,
15031
15049
  type: 1,
15032
15050
  warning_number: 5,
15051
+ item_code: '',
15033
15052
  units:[{
15034
15053
  barcode: "384807544448",
15035
15054
  default: true,
@@ -24367,6 +24386,7 @@ export declare class VhQuerySales {
24367
24386
  selling: true,
24368
24387
  type: 1,
24369
24388
  warning_number: 3,
24389
+ item_code: '',
24370
24390
  units:[{
24371
24391
  barcode: "3103",
24372
24392
  price: 3100,
@@ -24387,6 +24407,7 @@ export declare class VhQuerySales {
24387
24407
  selling: true,
24388
24408
  type: 3,
24389
24409
  warning_number: 3,
24410
+ item_code: '',
24390
24411
  units:[{
24391
24412
  ratio: 1,
24392
24413
  unit: "Cái"
@@ -24405,7 +24426,8 @@ export declare class VhQuerySales {
24405
24426
  price: 43000,
24406
24427
  price2: 43002,
24407
24428
  price_import: 43001,
24408
- warning_number: 43003
24429
+ warning_number: 43003,
24430
+ item_code: ''
24409
24431
  }]
24410
24432
  * this.vhQuerySales.addProductAndSubsProduct(product,subProductArray)
24411
24433
  .then(()=>{
@@ -24444,6 +24466,7 @@ export declare class VhQuerySales {
24444
24466
  selling: true,
24445
24467
  type: 3,
24446
24468
  warning_number: 5,
24469
+ item_code: '',
24447
24470
  units:[{
24448
24471
  barcode: "384807544448",
24449
24472
  default: true,
@@ -34696,5 +34719,6 @@ export interface itfProduct {
34696
34719
  selling: boolean;
34697
34720
  type: number;
34698
34721
  warning_number: number;
34722
+ item_code: string;
34699
34723
  units: [];
34700
34724
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "10.3.5",
3
+ "version": "10.3.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"