@erp-galoper/types 1.0.93 → 1.0.95

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.
Files changed (2) hide show
  1. package/openapi.ts +134 -36
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -24081,6 +24081,8 @@ export interface components {
24081
24081
  branch: components["schemas"]["BranchOpeningQuantitySchema"];
24082
24082
  /** Description */
24083
24083
  description?: string | null;
24084
+ /** Candelete */
24085
+ canDelete: boolean;
24084
24086
  };
24085
24087
  /** WarehouseOpeningQuantitySchema */
24086
24088
  WarehouseOpeningQuantitySchema: {
@@ -26465,7 +26467,7 @@ export interface components {
26465
26467
  /**
26466
26468
  * Id
26467
26469
  * Format: uuid
26468
- * @example 1426dc9e-b815-4351-8347-2c77880da303
26470
+ * @example 540de8dc-fb22-4af5-9da3-82c7b6d1ee1e
26469
26471
  */
26470
26472
  id: string;
26471
26473
  /**
@@ -29424,7 +29426,10 @@ export interface components {
29424
29426
  CalculateItemSchema: {
29425
29427
  /**
29426
29428
  * Quantity
29427
- * @description This field is required when purchase invoice item does not have item package
29429
+ * @description
29430
+ * - Disabled when item package is selected
29431
+ * - The quantity of the items, incase of package, it should be unitPackage * quantity of the package
29432
+ *
29428
29433
  */
29429
29434
  quantity?: number;
29430
29435
  /**
@@ -29664,8 +29669,14 @@ export interface components {
29664
29669
  * @description This field is required and visible when inventory module is not active
29665
29670
  */
29666
29671
  itemText: string | null;
29667
- /** Quantity */
29668
- quantity: number | string;
29672
+ /**
29673
+ * Quantity
29674
+ * @description
29675
+ * - Disabled when item package is selected
29676
+ * - The quantity of the items, incase of package, it should be unitPackage * quantity of the package
29677
+ *
29678
+ */
29679
+ quantity?: number;
29669
29680
  /**
29670
29681
  * Unitofmeasure
29671
29682
  * @description This field is required and visible when inventory module is active only, to get unit of measures use route /inventory/item/{item_id}/ where field is unitOfMeasure
@@ -29759,8 +29770,14 @@ export interface components {
29759
29770
  * @description This field is required and visible when inventory module is not active
29760
29771
  */
29761
29772
  itemText: string | null;
29762
- /** Quantity */
29763
- quantity: number | string;
29773
+ /**
29774
+ * Quantity
29775
+ * @description
29776
+ * - Disabled when item package is selected
29777
+ * - The quantity of the items, incase of package, it should be unitPackage * quantity of the package
29778
+ *
29779
+ */
29780
+ quantity?: number;
29764
29781
  /**
29765
29782
  * Unitofmeasure
29766
29783
  * @description This field is required and visible when inventory module is active only, to get unit of measures use route /inventory/item/{item_id}/ where field is unitOfMeasure
@@ -29999,8 +30016,14 @@ export interface components {
29999
30016
  * @description This field is required and visible when inventory module is not active
30000
30017
  */
30001
30018
  itemText: string | null;
30002
- /** Quantity */
30003
- quantity: number | string;
30019
+ /**
30020
+ * Quantity
30021
+ * @description
30022
+ * - Disabled when item package is selected
30023
+ * - The quantity of the items, incase of package, it should be unitPackage * quantity of the package
30024
+ *
30025
+ */
30026
+ quantity?: number;
30004
30027
  /**
30005
30028
  * Unitofmeasure
30006
30029
  * @description This field is required and visible when inventory module is active only, to get unit of measures use route /inventory/item/{item_id}/ where field is unitOfMeasure
@@ -30078,8 +30101,14 @@ export interface components {
30078
30101
  * @description This field is required and visible when inventory module is not active
30079
30102
  */
30080
30103
  itemText: string | null;
30081
- /** Quantity */
30082
- quantity: number | string;
30104
+ /**
30105
+ * Quantity
30106
+ * @description
30107
+ * - Disabled when item package is selected
30108
+ * - The quantity of the items, incase of package, it should be unitPackage * quantity of the package
30109
+ *
30110
+ */
30111
+ quantity?: number;
30083
30112
  /**
30084
30113
  * Unitofmeasure
30085
30114
  * @description This field is required and visible when inventory module is active only, to get unit of measures use route /inventory/item/{item_id}/ where field is unitOfMeasure
@@ -30820,8 +30849,14 @@ export interface components {
30820
30849
  * @description This field is required when the package is selected
30821
30850
  */
30822
30851
  unitPackage?: number;
30823
- /** Quantity */
30824
- quantity: number;
30852
+ /**
30853
+ * Quantity
30854
+ * @description
30855
+ * - Disabled when item package is selected
30856
+ * - The quantity of the items, incase of package, it should be unitPackage * quantity of the package
30857
+ *
30858
+ */
30859
+ quantity?: number;
30825
30860
  /** Unitprice */
30826
30861
  unitPrice: number;
30827
30862
  /**
@@ -31053,8 +31088,14 @@ export interface components {
31053
31088
  };
31054
31089
  /** ItemTotal */
31055
31090
  ItemTotal: {
31056
- /** Quantity */
31057
- quantity: number;
31091
+ /**
31092
+ * Quantity
31093
+ * @description
31094
+ * - Disabled when item package is selected
31095
+ * - The quantity of the items, incase of package, it should be unitPackage * quantity of the package
31096
+ *
31097
+ */
31098
+ quantity?: number;
31058
31099
  /** Unitprice */
31059
31100
  unitPrice: number;
31060
31101
  /** Unitpackage */
@@ -31331,8 +31372,14 @@ export interface components {
31331
31372
  * @description This field is required when the package is selected
31332
31373
  */
31333
31374
  unitPackage?: number;
31334
- /** Quantity */
31335
- quantity: number;
31375
+ /**
31376
+ * Quantity
31377
+ * @description
31378
+ * - Disabled when item package is selected
31379
+ * - The quantity of the items, incase of package, it should be unitPackage * quantity of the package
31380
+ *
31381
+ */
31382
+ quantity?: number;
31336
31383
  /** Unitprice */
31337
31384
  unitPrice: number;
31338
31385
  /**
@@ -31823,7 +31870,10 @@ export interface components {
31823
31870
  purchaseInvoice: components["schemas"]["PurchaseInvoiceForReturnOrderCreateSchema"];
31824
31871
  /**
31825
31872
  * Quantity
31826
- * @description This field is required when purchase invoice item does not have item package
31873
+ * @description
31874
+ * - Disabled when item package is selected
31875
+ * - The quantity of the items, incase of package, it should be unitPackage * quantity of the package
31876
+ *
31827
31877
  */
31828
31878
  quantity?: number;
31829
31879
  /**
@@ -32177,8 +32227,14 @@ export interface components {
32177
32227
  * @description Item name, this is required if inventory module is not enabled, otherwise should be null and should replaced by item, the label should be item only not itemName
32178
32228
  */
32179
32229
  itemName: string | null;
32180
- /** Quantity */
32181
- quantity: number;
32230
+ /**
32231
+ * Quantity
32232
+ * @description
32233
+ * - Disabled when item package is selected
32234
+ * - The quantity of the items, incase of package, it should be unitPackage * quantity of the package
32235
+ *
32236
+ */
32237
+ quantity?: number;
32182
32238
  /**
32183
32239
  * Unitofmeasurement
32184
32240
  * @description Unit of measurement ID, this is required if inventory module is enabled, otherwise should be null, and should be disappeared in the ui, to get unit of measures use route /inventory/item/{item_id}/ and the field is unitOfMeasure
@@ -32224,8 +32280,14 @@ export interface components {
32224
32280
  * @description Item name, this is required if inventory module is not enabled, otherwise should be null and should replaced by item, the label should be item only not itemName
32225
32281
  */
32226
32282
  itemName: string | null;
32227
- /** Quantity */
32228
- quantity: number;
32283
+ /**
32284
+ * Quantity
32285
+ * @description
32286
+ * - Disabled when item package is selected
32287
+ * - The quantity of the items, incase of package, it should be unitPackage * quantity of the package
32288
+ *
32289
+ */
32290
+ quantity?: number;
32229
32291
  /**
32230
32292
  * Unitofmeasurement
32231
32293
  * @description Unit of measurement ID, this is required if inventory module is enabled, otherwise should be null, and should be disappeared in the ui
@@ -33094,7 +33156,10 @@ export interface components {
33094
33156
  purchaseInvoice: components["schemas"]["PurchaseInvoiceForReturnInvoiceCreateSchema"];
33095
33157
  /**
33096
33158
  * Quantity
33097
- * @description This field is required when purchase invoice item does not have item package
33159
+ * @description
33160
+ * - Disabled when item package is selected
33161
+ * - The quantity of the items, incase of package, it should be unitPackage * quantity of the package
33162
+ *
33098
33163
  */
33099
33164
  quantity?: number;
33100
33165
  /**
@@ -36420,8 +36485,14 @@ export interface components {
36420
36485
  SalesItemTotal: {
36421
36486
  /** Item */
36422
36487
  item: number;
36423
- /** Quantity */
36424
- quantity: number;
36488
+ /**
36489
+ * Quantity
36490
+ * @description
36491
+ * - Disabled when item package is selected
36492
+ * - The quantity of the items, incase of package, it should be unitPackage * quantity of the package
36493
+ *
36494
+ */
36495
+ quantity?: number;
36425
36496
  /** Unitprice */
36426
36497
  unitPrice: number;
36427
36498
  /** Unitpackage */
@@ -36830,9 +36901,12 @@ export interface components {
36830
36901
  itemType?: components["schemas"]["NonInventoryItemType"];
36831
36902
  /**
36832
36903
  * Quantity
36833
- * @description The quantity of the items, incase of package, it should be unitPackage * quantity of the package
36904
+ * @description
36905
+ * - Disabled when item package is selected
36906
+ * - The quantity of the items, incase of package, it should be unitPackage * quantity of the package
36907
+ *
36834
36908
  */
36835
- quantity: number;
36909
+ quantity?: number;
36836
36910
  /**
36837
36911
  * Itempackage
36838
36912
  * Format: uuid
@@ -38868,9 +38942,12 @@ export interface components {
38868
38942
  itemType?: components["schemas"]["NonInventoryItemType"];
38869
38943
  /**
38870
38944
  * Quantity
38871
- * @description The quantity of the items. For packages, it should be unitPackage * quantity of the package
38945
+ * @description
38946
+ * - Disabled when item package is selected
38947
+ * - The quantity of the items, incase of package, it should be unitPackage * quantity of the package
38948
+ *
38872
38949
  */
38873
- quantity: number;
38950
+ quantity?: number;
38874
38951
  /**
38875
38952
  * Itempackage
38876
38953
  * Format: uuid
@@ -40292,9 +40369,12 @@ export interface components {
40292
40369
  itemType?: components["schemas"]["NonInventoryItemType"];
40293
40370
  /**
40294
40371
  * Quantity
40295
- * @description The quantity of the items. For packages, it should be unitPackage * quantity of the package
40372
+ * @description
40373
+ * - Disabled when item package is selected
40374
+ * - The quantity of the items, incase of package, it should be unitPackage * quantity of the package
40375
+ *
40296
40376
  */
40297
- quantity: number;
40377
+ quantity?: number;
40298
40378
  /**
40299
40379
  * Itempackage
40300
40380
  * Format: uuid
@@ -40684,7 +40764,10 @@ export interface components {
40684
40764
  salesInvoice: components["schemas"]["SalesInvoiceForReturnOrderCreateSchema"];
40685
40765
  /**
40686
40766
  * Quantity
40687
- * @description This field is required when sales invoice item does not have item package
40767
+ * @description
40768
+ * - Disabled when item package is selected
40769
+ * - The quantity of the items, incase of package, it should be unitPackage * quantity of the package
40770
+ *
40688
40771
  */
40689
40772
  quantity?: number;
40690
40773
  /**
@@ -40862,8 +40945,14 @@ export interface components {
40862
40945
  /** CalculateSalesReturnOrderItemsSchema */
40863
40946
  CalculateSalesReturnOrderItemsSchema: {
40864
40947
  salesInvoice: components["schemas"]["SalesInvoiceForReturnOrderCreateSchema"];
40865
- /** Quantity */
40866
- quantity: number;
40948
+ /**
40949
+ * Quantity
40950
+ * @description
40951
+ * - Disabled when item package is selected
40952
+ * - The quantity of the items, incase of package, it should be unitPackage * quantity of the package
40953
+ *
40954
+ */
40955
+ quantity?: number;
40867
40956
  /** Unitpackage */
40868
40957
  unitPackage?: number | null;
40869
40958
  };
@@ -41036,7 +41125,10 @@ export interface components {
41036
41125
  salesInvoice: components["schemas"]["SalesInvoiceForReturnInvoiceCreateSchema"];
41037
41126
  /**
41038
41127
  * Quantity
41039
- * @description This field is required when sales invoice item does not have item package.
41128
+ * @description
41129
+ * - Disabled when item package is selected
41130
+ * - The quantity of the items, incase of package, it should be unitPackage * quantity of the package
41131
+ *
41040
41132
  */
41041
41133
  quantity?: number;
41042
41134
  /**
@@ -41211,8 +41303,14 @@ export interface components {
41211
41303
  /** CalculateSalesReturnInvoiceItemsSchema */
41212
41304
  CalculateSalesReturnInvoiceItemsSchema: {
41213
41305
  salesInvoice: components["schemas"]["SalesInvoiceForReturnInvoiceCreateSchema"];
41214
- /** Quantity */
41215
- quantity: number;
41306
+ /**
41307
+ * Quantity
41308
+ * @description
41309
+ * - Disabled when item package is selected
41310
+ * - The quantity of the items, incase of package, it should be unitPackage * quantity of the package
41311
+ *
41312
+ */
41313
+ quantity?: number;
41216
41314
  /** Unitpackage */
41217
41315
  unitPackage?: number | null;
41218
41316
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.93",
3
+ "version": "1.0.95",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],