ionic-vhframeworks 10.3.6 → 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,
@@ -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,
@@ -24374,6 +24386,7 @@ export declare class VhQuerySales {
24374
24386
  selling: true,
24375
24387
  type: 1,
24376
24388
  warning_number: 3,
24389
+ item_code: '',
24377
24390
  units:[{
24378
24391
  barcode: "3103",
24379
24392
  price: 3100,
@@ -24394,6 +24407,7 @@ export declare class VhQuerySales {
24394
24407
  selling: true,
24395
24408
  type: 3,
24396
24409
  warning_number: 3,
24410
+ item_code: '',
24397
24411
  units:[{
24398
24412
  ratio: 1,
24399
24413
  unit: "Cái"
@@ -24412,7 +24426,8 @@ export declare class VhQuerySales {
24412
24426
  price: 43000,
24413
24427
  price2: 43002,
24414
24428
  price_import: 43001,
24415
- warning_number: 43003
24429
+ warning_number: 43003,
24430
+ item_code: ''
24416
24431
  }]
24417
24432
  * this.vhQuerySales.addProductAndSubsProduct(product,subProductArray)
24418
24433
  .then(()=>{
@@ -24451,6 +24466,7 @@ export declare class VhQuerySales {
24451
24466
  selling: true,
24452
24467
  type: 3,
24453
24468
  warning_number: 5,
24469
+ item_code: '',
24454
24470
  units:[{
24455
24471
  barcode: "384807544448",
24456
24472
  default: true,
@@ -34703,5 +34719,6 @@ export interface itfProduct {
34703
34719
  selling: boolean;
34704
34720
  type: number;
34705
34721
  warning_number: number;
34722
+ item_code: string;
34706
34723
  units: [];
34707
34724
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "10.3.6",
3
+ "version": "10.3.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"