mpxj 10.11.0 → 10.13.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of mpxj might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7542243f058016de372a9c3f39e5da3457dea9006a7147287e530a355a685ec9
4
- data.tar.gz: 8e677d11024b0562372a5901c9f6011d335cc9715459f4fb4eb51531122cfa05
3
+ metadata.gz: da327b97e39ea3ebbe4c27a38f3e7b71a7692bdd7d556c0de0a11241daf33e4d
4
+ data.tar.gz: 691cc68d1f1efbd12ea0a1c076b97de75b98aafad2c9e4bc73c7f0a410c7a317
5
5
  SHA512:
6
- metadata.gz: 3bf59d398f0a844333c1e95cdc24b732977f3922982429c44e208dfb1bf775ae7360ba18e4ae9b4a1a4a73879655c90e715ffa149010eca3ecd7724905ef735f
7
- data.tar.gz: 705d47318a0ab583da478af2aeb8f404af1072cde05ec68f158ee39d6bdde824eff132c8498209e70c6639eeb4e175afc7ee71b30bb2ffa4700cdb8a798eff9a
6
+ metadata.gz: 5439c9d4ecb7413957361532df1882fce095c96a7af1dd4aa66af29b1c5fa2353312e771c65902d17cab3366922cec558d12839b73c5405d92947bc713f42c3a
7
+ data.tar.gz: e19270c745115c07e5ca933037484dc7524752af5e83c8cdf727f6751e5dc6e0205ed847422a80bd3112ebef663f64cda9533787ba377cd8e88d029e8552d548
@@ -585,6 +585,13 @@ module MPXJ
585
585
  get_duration_value(attribute_values['budget_work'])
586
586
  end
587
587
 
588
+ # Retrieve the Calculate Costs From Units value
589
+ #
590
+ # @return Calculate Costs From Units value
591
+ def calculate_costs_from_units
592
+ get_boolean_value(attribute_values['calculate_costs_from_units'])
593
+ end
594
+
588
595
  # Retrieve the Confirmed value
589
596
  #
590
597
  # @return Confirmed value
@@ -669,6 +676,13 @@ module MPXJ
669
676
  get_float_value(attribute_values['cost9'])
670
677
  end
671
678
 
679
+ # Retrieve the Cost Account ID value
680
+ #
681
+ # @return Cost Account ID value
682
+ def cost_account_unique_id
683
+ get_integer_value(attribute_values['cost_account_unique_id'])
684
+ end
685
+
672
686
  # Retrieve the Cost Rate Table value
673
687
  #
674
688
  # @return Cost Rate Table value
@@ -3917,6 +3931,7 @@ module MPXJ
3917
3931
  'bcws' => :currency,
3918
3932
  'budget_cost' => :currency,
3919
3933
  'budget_work' => :work,
3934
+ 'calculate_costs_from_units' => :boolean,
3920
3935
  'confirmed' => :boolean,
3921
3936
  'cost' => :currency,
3922
3937
  'cost1' => :currency,
@@ -3929,6 +3944,7 @@ module MPXJ
3929
3944
  'cost7' => :currency,
3930
3945
  'cost8' => :currency,
3931
3946
  'cost9' => :currency,
3947
+ 'cost_account_unique_id' => :integer,
3932
3948
  'cost_rate_table' => :short,
3933
3949
  'cost_variance' => :currency,
3934
3950
  'created' => :date,
data/lib/mpxj/mpxj.jar CHANGED
Binary file
@@ -641,6 +641,13 @@ module MPXJ
641
641
  get_duration_value(attribute_values['budget_work'])
642
642
  end
643
643
 
644
+ # Retrieve the Calculate Costs From Units value
645
+ #
646
+ # @return Calculate Costs From Units value
647
+ def calculate_costs_from_units
648
+ get_boolean_value(attribute_values['calculate_costs_from_units'])
649
+ end
650
+
644
651
  # Retrieve the Calendar GUID value
645
652
  #
646
653
  # @return Calendar GUID value
@@ -3763,6 +3770,13 @@ module MPXJ
3763
3770
  get_boolean_value(attribute_values['role'])
3764
3771
  end
3765
3772
 
3773
+ # Retrieve the Sequence Number value
3774
+ #
3775
+ # @return Sequence Number value
3776
+ def sequence_number
3777
+ get_integer_value(attribute_values['sequence_number'])
3778
+ end
3779
+
3766
3780
  # Retrieve the Standard Rate value
3767
3781
  #
3768
3782
  # @return Standard Rate value
@@ -4296,6 +4310,7 @@ module MPXJ
4296
4310
  'budget' => :boolean,
4297
4311
  'budget_cost' => :currency,
4298
4312
  'budget_work' => :work,
4313
+ 'calculate_costs_from_units' => :boolean,
4299
4314
  'calendar_guid' => :guid,
4300
4315
  'calendar_unique_id' => :integer,
4301
4316
  'can_level' => :boolean,
@@ -4742,6 +4757,7 @@ module MPXJ
4742
4757
  'resource_id' => :string,
4743
4758
  'response_pending' => :boolean,
4744
4759
  'role' => :boolean,
4760
+ 'sequence_number' => :integer,
4745
4761
  'standard_rate' => :rate,
4746
4762
  'standard_rate_units' => :rate_units,
4747
4763
  'start' => :date,
@@ -7536,6 +7536,13 @@ module MPXJ
7536
7536
  attribute_values['section']
7537
7537
  end
7538
7538
 
7539
+ # Retrieve the Sequence Number value
7540
+ #
7541
+ # @return Sequence Number value
7542
+ def sequence_number
7543
+ get_integer_value(attribute_values['sequence_number'])
7544
+ end
7545
+
7539
7546
  # Retrieve the Show On Board value
7540
7547
  #
7541
7548
  # @return Show On Board value
@@ -9250,6 +9257,7 @@ module MPXJ
9250
9257
  'secondary_constraint_date' => :date,
9251
9258
  'secondary_constraint_type' => :constraint,
9252
9259
  'section' => :string,
9260
+ 'sequence_number' => :integer,
9253
9261
  'show_on_board' => :string,
9254
9262
  'spi' => :numeric,
9255
9263
  'splits' => :date_range_list,
data/lib/mpxj/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # MPXJ gem module
2
2
  module MPXJ
3
3
  # MPXJ gem version number
4
- VERSION = "10.11.0"
4
+ VERSION = "10.13.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mpxj
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.11.0
4
+ version: 10.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Iles
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-09-27 00:00:00.000000000 Z
11
+ date: 2022-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler