mpxj 16.0.0 → 16.1.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e68e849dd9b6d0acdf8e286c301ac236046a3529afee061128d3c9cfd4fa3503
4
- data.tar.gz: d09e84999710eae50d2dd4ea947140551b9b0460a848d4508aa5ce488075619a
3
+ metadata.gz: 365e9982cc820ab0854d171a005fcaa0ff89bebdfc329e494decb60a6748abc8
4
+ data.tar.gz: afda40815ae09cb1396f25e4ae4c1d6df5ab5e213d86ae66762aca741f68a987
5
5
  SHA512:
6
- metadata.gz: 29446f3bc33f5860c8d995d35abea4b1c77db401996acb41e064aa4c47fb6858fca150ff44b81b2a2ada8bd3f4a90cbb1686556c971bc2f53222cfb9bde97ed1
7
- data.tar.gz: f0c49765d229e9ca1fdb0153c60466bbdba579194f83ce7494fdf227ae3fdc9dd387ddb9f1d16ebe29206c4dfe72c1eedd392aa27096282c31abe8ea311300ac
6
+ metadata.gz: 54830a39fb225a35b546ced2546404ff051136706e1900d57e71f75ca373f548995891e9d0527dddf513a999d1cbf93d78c1fca38351d4b1522addb01edc3c17
7
+ data.tar.gz: 485c3a061a503427fdb33c0cfb397b8a1a7058660d452fe8372b0299d6d05fb409e024049fa2ce3ffdadfa38ea898e7c49254823718b713d5b87d01f72ad4fd9
@@ -2937,6 +2937,20 @@ module MPXJ
2937
2937
  attribute_values['raw_timephased_actual_regular_work']
2938
2938
  end
2939
2939
 
2940
+ # Retrieve the Raw Timephased Baseline10 Budget Cost value
2941
+ #
2942
+ # @return Raw Timephased Baseline10 Budget Cost value
2943
+ def raw_timephased_baseline10_budget_cost
2944
+ attribute_values['raw_timephased_baseline10_budget_cost']
2945
+ end
2946
+
2947
+ # Retrieve the Raw Timephased Baseline10 Budget Work value
2948
+ #
2949
+ # @return Raw Timephased Baseline10 Budget Work value
2950
+ def raw_timephased_baseline10_budget_work
2951
+ attribute_values['raw_timephased_baseline10_budget_work']
2952
+ end
2953
+
2940
2954
  # Retrieve the Raw Timephased Baseline10 Cost value
2941
2955
  #
2942
2956
  # @return Raw Timephased Baseline10 Cost value
@@ -2951,6 +2965,20 @@ module MPXJ
2951
2965
  attribute_values['raw_timephased_baseline10_work']
2952
2966
  end
2953
2967
 
2968
+ # Retrieve the Raw Timephased Baseline1 Budget Cost value
2969
+ #
2970
+ # @return Raw Timephased Baseline1 Budget Cost value
2971
+ def raw_timephased_baseline1_budget_cost
2972
+ attribute_values['raw_timephased_baseline1_budget_cost']
2973
+ end
2974
+
2975
+ # Retrieve the Raw Timephased Baseline1 Budget Work value
2976
+ #
2977
+ # @return Raw Timephased Baseline1 Budget Work value
2978
+ def raw_timephased_baseline1_budget_work
2979
+ attribute_values['raw_timephased_baseline1_budget_work']
2980
+ end
2981
+
2954
2982
  # Retrieve the Raw Timephased Baseline1 Cost value
2955
2983
  #
2956
2984
  # @return Raw Timephased Baseline1 Cost value
@@ -2965,6 +2993,20 @@ module MPXJ
2965
2993
  attribute_values['raw_timephased_baseline1_work']
2966
2994
  end
2967
2995
 
2996
+ # Retrieve the Raw Timephased Baseline2 Budget Cost value
2997
+ #
2998
+ # @return Raw Timephased Baseline2 Budget Cost value
2999
+ def raw_timephased_baseline2_budget_cost
3000
+ attribute_values['raw_timephased_baseline2_budget_cost']
3001
+ end
3002
+
3003
+ # Retrieve the Raw Timephased Baseline2 Budget Work value
3004
+ #
3005
+ # @return Raw Timephased Baseline2 Budget Work value
3006
+ def raw_timephased_baseline2_budget_work
3007
+ attribute_values['raw_timephased_baseline2_budget_work']
3008
+ end
3009
+
2968
3010
  # Retrieve the Raw Timephased Baseline2 Cost value
2969
3011
  #
2970
3012
  # @return Raw Timephased Baseline2 Cost value
@@ -2979,6 +3021,20 @@ module MPXJ
2979
3021
  attribute_values['raw_timephased_baseline2_work']
2980
3022
  end
2981
3023
 
3024
+ # Retrieve the Raw Timephased Baseline3 Budget Cost value
3025
+ #
3026
+ # @return Raw Timephased Baseline3 Budget Cost value
3027
+ def raw_timephased_baseline3_budget_cost
3028
+ attribute_values['raw_timephased_baseline3_budget_cost']
3029
+ end
3030
+
3031
+ # Retrieve the Raw Timephased Baseline3 Budget Work value
3032
+ #
3033
+ # @return Raw Timephased Baseline3 Budget Work value
3034
+ def raw_timephased_baseline3_budget_work
3035
+ attribute_values['raw_timephased_baseline3_budget_work']
3036
+ end
3037
+
2982
3038
  # Retrieve the Raw Timephased Baseline3 Cost value
2983
3039
  #
2984
3040
  # @return Raw Timephased Baseline3 Cost value
@@ -2993,6 +3049,20 @@ module MPXJ
2993
3049
  attribute_values['raw_timephased_baseline3_work']
2994
3050
  end
2995
3051
 
3052
+ # Retrieve the Raw Timephased Baseline4 Budget Cost value
3053
+ #
3054
+ # @return Raw Timephased Baseline4 Budget Cost value
3055
+ def raw_timephased_baseline4_budget_cost
3056
+ attribute_values['raw_timephased_baseline4_budget_cost']
3057
+ end
3058
+
3059
+ # Retrieve the Raw Timephased Baseline4 Budget Work value
3060
+ #
3061
+ # @return Raw Timephased Baseline4 Budget Work value
3062
+ def raw_timephased_baseline4_budget_work
3063
+ attribute_values['raw_timephased_baseline4_budget_work']
3064
+ end
3065
+
2996
3066
  # Retrieve the Raw Timephased Baseline4 Cost value
2997
3067
  #
2998
3068
  # @return Raw Timephased Baseline4 Cost value
@@ -3007,6 +3077,20 @@ module MPXJ
3007
3077
  attribute_values['raw_timephased_baseline4_work']
3008
3078
  end
3009
3079
 
3080
+ # Retrieve the Raw Timephased Baseline5 Budget Cost value
3081
+ #
3082
+ # @return Raw Timephased Baseline5 Budget Cost value
3083
+ def raw_timephased_baseline5_budget_cost
3084
+ attribute_values['raw_timephased_baseline5_budget_cost']
3085
+ end
3086
+
3087
+ # Retrieve the Raw Timephased Baseline5 Budget Work value
3088
+ #
3089
+ # @return Raw Timephased Baseline5 Budget Work value
3090
+ def raw_timephased_baseline5_budget_work
3091
+ attribute_values['raw_timephased_baseline5_budget_work']
3092
+ end
3093
+
3010
3094
  # Retrieve the Raw Timephased Baseline5 Cost value
3011
3095
  #
3012
3096
  # @return Raw Timephased Baseline5 Cost value
@@ -3021,6 +3105,20 @@ module MPXJ
3021
3105
  attribute_values['raw_timephased_baseline5_work']
3022
3106
  end
3023
3107
 
3108
+ # Retrieve the Raw Timephased Baseline6 Budget Cost value
3109
+ #
3110
+ # @return Raw Timephased Baseline6 Budget Cost value
3111
+ def raw_timephased_baseline6_budget_cost
3112
+ attribute_values['raw_timephased_baseline6_budget_cost']
3113
+ end
3114
+
3115
+ # Retrieve the Raw Timephased Baseline6 Budget Work value
3116
+ #
3117
+ # @return Raw Timephased Baseline6 Budget Work value
3118
+ def raw_timephased_baseline6_budget_work
3119
+ attribute_values['raw_timephased_baseline6_budget_work']
3120
+ end
3121
+
3024
3122
  # Retrieve the Raw Timephased Baseline6 Cost value
3025
3123
  #
3026
3124
  # @return Raw Timephased Baseline6 Cost value
@@ -3035,6 +3133,20 @@ module MPXJ
3035
3133
  attribute_values['raw_timephased_baseline6_work']
3036
3134
  end
3037
3135
 
3136
+ # Retrieve the Raw Timephased Baseline7 Budget Cost value
3137
+ #
3138
+ # @return Raw Timephased Baseline7 Budget Cost value
3139
+ def raw_timephased_baseline7_budget_cost
3140
+ attribute_values['raw_timephased_baseline7_budget_cost']
3141
+ end
3142
+
3143
+ # Retrieve the Raw Timephased Baseline7 Budget Work value
3144
+ #
3145
+ # @return Raw Timephased Baseline7 Budget Work value
3146
+ def raw_timephased_baseline7_budget_work
3147
+ attribute_values['raw_timephased_baseline7_budget_work']
3148
+ end
3149
+
3038
3150
  # Retrieve the Raw Timephased Baseline7 Cost value
3039
3151
  #
3040
3152
  # @return Raw Timephased Baseline7 Cost value
@@ -3049,6 +3161,20 @@ module MPXJ
3049
3161
  attribute_values['raw_timephased_baseline7_work']
3050
3162
  end
3051
3163
 
3164
+ # Retrieve the Raw Timephased Baseline8 Budget Cost value
3165
+ #
3166
+ # @return Raw Timephased Baseline8 Budget Cost value
3167
+ def raw_timephased_baseline8_budget_cost
3168
+ attribute_values['raw_timephased_baseline8_budget_cost']
3169
+ end
3170
+
3171
+ # Retrieve the Raw Timephased Baseline8 Budget Work value
3172
+ #
3173
+ # @return Raw Timephased Baseline8 Budget Work value
3174
+ def raw_timephased_baseline8_budget_work
3175
+ attribute_values['raw_timephased_baseline8_budget_work']
3176
+ end
3177
+
3052
3178
  # Retrieve the Raw Timephased Baseline8 Cost value
3053
3179
  #
3054
3180
  # @return Raw Timephased Baseline8 Cost value
@@ -3063,6 +3189,20 @@ module MPXJ
3063
3189
  attribute_values['raw_timephased_baseline8_work']
3064
3190
  end
3065
3191
 
3192
+ # Retrieve the Raw Timephased Baseline9 Budget Cost value
3193
+ #
3194
+ # @return Raw Timephased Baseline9 Budget Cost value
3195
+ def raw_timephased_baseline9_budget_cost
3196
+ attribute_values['raw_timephased_baseline9_budget_cost']
3197
+ end
3198
+
3199
+ # Retrieve the Raw Timephased Baseline9 Budget Work value
3200
+ #
3201
+ # @return Raw Timephased Baseline9 Budget Work value
3202
+ def raw_timephased_baseline9_budget_work
3203
+ attribute_values['raw_timephased_baseline9_budget_work']
3204
+ end
3205
+
3066
3206
  # Retrieve the Raw Timephased Baseline9 Cost value
3067
3207
  #
3068
3208
  # @return Raw Timephased Baseline9 Cost value
@@ -3077,6 +3217,20 @@ module MPXJ
3077
3217
  attribute_values['raw_timephased_baseline9_work']
3078
3218
  end
3079
3219
 
3220
+ # Retrieve the Raw Timephased Baseline Budget Cost value
3221
+ #
3222
+ # @return Raw Timephased Baseline Budget Cost value
3223
+ def raw_timephased_baseline_budget_cost
3224
+ attribute_values['raw_timephased_baseline_budget_cost']
3225
+ end
3226
+
3227
+ # Retrieve the Raw Timephased Baseline Budget Work value
3228
+ #
3229
+ # @return Raw Timephased Baseline Budget Work value
3230
+ def raw_timephased_baseline_budget_work
3231
+ attribute_values['raw_timephased_baseline_budget_work']
3232
+ end
3233
+
3080
3234
  # Retrieve the Raw Timephased Baseline Cost value
3081
3235
  #
3082
3236
  # @return Raw Timephased Baseline Cost value
@@ -3091,6 +3245,20 @@ module MPXJ
3091
3245
  attribute_values['raw_timephased_baseline_work']
3092
3246
  end
3093
3247
 
3248
+ # Retrieve the Raw Timephased Budget Cost value
3249
+ #
3250
+ # @return Raw Timephased Budget Cost value
3251
+ def raw_timephased_budget_cost
3252
+ attribute_values['raw_timephased_budget_cost']
3253
+ end
3254
+
3255
+ # Retrieve the Raw Timephased Budget Work value
3256
+ #
3257
+ # @return Raw Timephased Budget Work value
3258
+ def raw_timephased_budget_work
3259
+ attribute_values['raw_timephased_budget_work']
3260
+ end
3261
+
3094
3262
  # Retrieve the Raw Timephased Planned Work value
3095
3263
  #
3096
3264
  # @return Raw Timephased Planned Work value
@@ -4113,28 +4281,52 @@ module MPXJ
4113
4281
  'rate_source' => :rate_source,
4114
4282
  'raw_timephased_actual_overtime_work' => :timephased_work_list,
4115
4283
  'raw_timephased_actual_regular_work' => :timephased_work_list,
4284
+ 'raw_timephased_baseline10_budget_cost' => :timephased_cost_list,
4285
+ 'raw_timephased_baseline10_budget_work' => :timephased_work_list,
4116
4286
  'raw_timephased_baseline10_cost' => :timephased_cost_list,
4117
4287
  'raw_timephased_baseline10_work' => :timephased_work_list,
4288
+ 'raw_timephased_baseline1_budget_cost' => :timephased_cost_list,
4289
+ 'raw_timephased_baseline1_budget_work' => :timephased_work_list,
4118
4290
  'raw_timephased_baseline1_cost' => :timephased_cost_list,
4119
4291
  'raw_timephased_baseline1_work' => :timephased_work_list,
4292
+ 'raw_timephased_baseline2_budget_cost' => :timephased_cost_list,
4293
+ 'raw_timephased_baseline2_budget_work' => :timephased_work_list,
4120
4294
  'raw_timephased_baseline2_cost' => :timephased_cost_list,
4121
4295
  'raw_timephased_baseline2_work' => :timephased_work_list,
4296
+ 'raw_timephased_baseline3_budget_cost' => :timephased_cost_list,
4297
+ 'raw_timephased_baseline3_budget_work' => :timephased_work_list,
4122
4298
  'raw_timephased_baseline3_cost' => :timephased_cost_list,
4123
4299
  'raw_timephased_baseline3_work' => :timephased_work_list,
4300
+ 'raw_timephased_baseline4_budget_cost' => :timephased_cost_list,
4301
+ 'raw_timephased_baseline4_budget_work' => :timephased_work_list,
4124
4302
  'raw_timephased_baseline4_cost' => :timephased_cost_list,
4125
4303
  'raw_timephased_baseline4_work' => :timephased_work_list,
4304
+ 'raw_timephased_baseline5_budget_cost' => :timephased_cost_list,
4305
+ 'raw_timephased_baseline5_budget_work' => :timephased_work_list,
4126
4306
  'raw_timephased_baseline5_cost' => :timephased_cost_list,
4127
4307
  'raw_timephased_baseline5_work' => :timephased_work_list,
4308
+ 'raw_timephased_baseline6_budget_cost' => :timephased_cost_list,
4309
+ 'raw_timephased_baseline6_budget_work' => :timephased_work_list,
4128
4310
  'raw_timephased_baseline6_cost' => :timephased_cost_list,
4129
4311
  'raw_timephased_baseline6_work' => :timephased_work_list,
4312
+ 'raw_timephased_baseline7_budget_cost' => :timephased_cost_list,
4313
+ 'raw_timephased_baseline7_budget_work' => :timephased_work_list,
4130
4314
  'raw_timephased_baseline7_cost' => :timephased_cost_list,
4131
4315
  'raw_timephased_baseline7_work' => :timephased_work_list,
4316
+ 'raw_timephased_baseline8_budget_cost' => :timephased_cost_list,
4317
+ 'raw_timephased_baseline8_budget_work' => :timephased_work_list,
4132
4318
  'raw_timephased_baseline8_cost' => :timephased_cost_list,
4133
4319
  'raw_timephased_baseline8_work' => :timephased_work_list,
4320
+ 'raw_timephased_baseline9_budget_cost' => :timephased_cost_list,
4321
+ 'raw_timephased_baseline9_budget_work' => :timephased_work_list,
4134
4322
  'raw_timephased_baseline9_cost' => :timephased_cost_list,
4135
4323
  'raw_timephased_baseline9_work' => :timephased_work_list,
4324
+ 'raw_timephased_baseline_budget_cost' => :timephased_cost_list,
4325
+ 'raw_timephased_baseline_budget_work' => :timephased_work_list,
4136
4326
  'raw_timephased_baseline_cost' => :timephased_cost_list,
4137
4327
  'raw_timephased_baseline_work' => :timephased_work_list,
4328
+ 'raw_timephased_budget_cost' => :timephased_cost_list,
4329
+ 'raw_timephased_budget_work' => :timephased_work_list,
4138
4330
  'raw_timephased_planned_work' => :timephased_work_list,
4139
4331
  'raw_timephased_remaining_overtime_work' => :timephased_work_list,
4140
4332
  'raw_timephased_remaining_regular_work' => :timephased_work_list,
data/lib/mpxj/mpxj.jar CHANGED
Binary file
@@ -53,6 +53,34 @@ module MPXJ
53
53
  get_float_value(attribute_values['actual_cost'])
54
54
  end
55
55
 
56
+ # Retrieve the Actual Cost Expense value
57
+ #
58
+ # @return Actual Cost Expense value
59
+ def actual_cost_expense
60
+ get_float_value(attribute_values['actual_cost_expense'])
61
+ end
62
+
63
+ # Retrieve the Actual Cost Labor value
64
+ #
65
+ # @return Actual Cost Labor value
66
+ def actual_cost_labor
67
+ get_float_value(attribute_values['actual_cost_labor'])
68
+ end
69
+
70
+ # Retrieve the Actual Cost Material value
71
+ #
72
+ # @return Actual Cost Material value
73
+ def actual_cost_material
74
+ get_float_value(attribute_values['actual_cost_material'])
75
+ end
76
+
77
+ # Retrieve the Actual Cost Non Labor value
78
+ #
79
+ # @return Actual Cost Non Labor value
80
+ def actual_cost_non_labor
81
+ get_float_value(attribute_values['actual_cost_non_labor'])
82
+ end
83
+
56
84
  # Retrieve the Actual Duration value
57
85
  #
58
86
  # @return Actual Duration value
@@ -5688,6 +5716,34 @@ module MPXJ
5688
5716
  get_float_value(attribute_values['planned_cost'])
5689
5717
  end
5690
5718
 
5719
+ # Retrieve the Planned Cost Expense value
5720
+ #
5721
+ # @return Planned Cost Expense value
5722
+ def planned_cost_expense
5723
+ get_float_value(attribute_values['planned_cost_expense'])
5724
+ end
5725
+
5726
+ # Retrieve the Planned Cost Labor value
5727
+ #
5728
+ # @return Planned Cost Labor value
5729
+ def planned_cost_labor
5730
+ get_float_value(attribute_values['planned_cost_labor'])
5731
+ end
5732
+
5733
+ # Retrieve the Planned Cost Material value
5734
+ #
5735
+ # @return Planned Cost Material value
5736
+ def planned_cost_material
5737
+ get_float_value(attribute_values['planned_cost_material'])
5738
+ end
5739
+
5740
+ # Retrieve the Planned Cost Non Labor value
5741
+ #
5742
+ # @return Planned Cost Non Labor value
5743
+ def planned_cost_non_labor
5744
+ get_float_value(attribute_values['planned_cost_non_labor'])
5745
+ end
5746
+
5691
5747
  # Retrieve the Planned Duration value
5692
5748
  #
5693
5749
  # @return Planned Duration value
@@ -5814,6 +5870,34 @@ module MPXJ
5814
5870
  get_float_value(attribute_values['remaining_cost'])
5815
5871
  end
5816
5872
 
5873
+ # Retrieve the Remaining Cost Expense value
5874
+ #
5875
+ # @return Remaining Cost Expense value
5876
+ def remaining_cost_expense
5877
+ get_float_value(attribute_values['remaining_cost_expense'])
5878
+ end
5879
+
5880
+ # Retrieve the Remaining Cost Labor value
5881
+ #
5882
+ # @return Remaining Cost Labor value
5883
+ def remaining_cost_labor
5884
+ get_float_value(attribute_values['remaining_cost_labor'])
5885
+ end
5886
+
5887
+ # Retrieve the Remaining Cost Material value
5888
+ #
5889
+ # @return Remaining Cost Material value
5890
+ def remaining_cost_material
5891
+ get_float_value(attribute_values['remaining_cost_material'])
5892
+ end
5893
+
5894
+ # Retrieve the Remaining Cost Non Labor value
5895
+ #
5896
+ # @return Remaining Cost Non Labor value
5897
+ def remaining_cost_non_labor
5898
+ get_float_value(attribute_values['remaining_cost_non_labor'])
5899
+ end
5900
+
5817
5901
  # Retrieve the Remaining Duration value
5818
5902
  #
5819
5903
  # @return Remaining Duration value
@@ -6991,6 +7075,10 @@ module MPXJ
6991
7075
  'activity_status' => :activity_status,
6992
7076
  'activity_type' => :activity_type,
6993
7077
  'actual_cost' => :currency,
7078
+ 'actual_cost_expense' => :currency,
7079
+ 'actual_cost_labor' => :currency,
7080
+ 'actual_cost_material' => :currency,
7081
+ 'actual_cost_non_labor' => :currency,
6994
7082
  'actual_duration' => :duration,
6995
7083
  'actual_duration_units' => :time_units,
6996
7084
  'actual_finish' => :date,
@@ -7796,6 +7884,10 @@ module MPXJ
7796
7884
  'physical_percent_complete' => :percentage,
7797
7885
  'placeholder' => :boolean,
7798
7886
  'planned_cost' => :currency,
7887
+ 'planned_cost_expense' => :currency,
7888
+ 'planned_cost_labor' => :currency,
7889
+ 'planned_cost_material' => :currency,
7890
+ 'planned_cost_non_labor' => :currency,
7799
7891
  'planned_duration' => :duration,
7800
7892
  'planned_finish' => :date,
7801
7893
  'planned_start' => :date,
@@ -7814,6 +7906,10 @@ module MPXJ
7814
7906
  'recurring_data' => :binary,
7815
7907
  'regular_work' => :duration,
7816
7908
  'remaining_cost' => :currency,
7909
+ 'remaining_cost_expense' => :currency,
7910
+ 'remaining_cost_labor' => :currency,
7911
+ 'remaining_cost_material' => :currency,
7912
+ 'remaining_cost_non_labor' => :currency,
7817
7913
  'remaining_duration' => :duration,
7818
7914
  'remaining_early_finish' => :date,
7819
7915
  'remaining_early_start' => :date,
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 = "16.0.0"
4
+ VERSION = "16.1.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: 16.0.0
4
+ version: 16.1.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: 2026-03-11 00:00:00.000000000 Z
11
+ date: 2026-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler