mpxj 15.3.0 → 16.0.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.
@@ -18,6 +18,13 @@ module MPXJ
18
18
  get_date_value(attribute_values['actual_finish'])
19
19
  end
20
20
 
21
+ # Retrieve the Actual Material value
22
+ #
23
+ # @return Actual Material value
24
+ def actual_material
25
+ get_float_value(attribute_values['actual_material'])
26
+ end
27
+
21
28
  # Retrieve the Actual Overtime Cost value
22
29
  #
23
30
  # @return Actual Overtime Cost value
@@ -39,6 +46,20 @@ module MPXJ
39
46
  get_duration_value(attribute_values['actual_overtime_work_protected'])
40
47
  end
41
48
 
49
+ # Retrieve the Actual Regular Cost value
50
+ #
51
+ # @return Actual Regular Cost value
52
+ def actual_regular_cost
53
+ get_float_value(attribute_values['actual_regular_cost'])
54
+ end
55
+
56
+ # Retrieve the Actual Regular Work value
57
+ #
58
+ # @return Actual Regular Work value
59
+ def actual_regular_work
60
+ get_duration_value(attribute_values['actual_regular_work'])
61
+ end
62
+
42
63
  # Retrieve the Actual Start value
43
64
  #
44
65
  # @return Actual Start value
@@ -123,6 +144,13 @@ module MPXJ
123
144
  get_date_value(attribute_values['baseline10_finish'])
124
145
  end
125
146
 
147
+ # Retrieve the Baseline10 Material value
148
+ #
149
+ # @return Baseline10 Material value
150
+ def baseline10_material
151
+ get_float_value(attribute_values['baseline10_material'])
152
+ end
153
+
126
154
  # Retrieve the Baseline10 Start value
127
155
  #
128
156
  # @return Baseline10 Start value
@@ -165,6 +193,13 @@ module MPXJ
165
193
  get_date_value(attribute_values['baseline1_finish'])
166
194
  end
167
195
 
196
+ # Retrieve the Baseline1 Material value
197
+ #
198
+ # @return Baseline1 Material value
199
+ def baseline1_material
200
+ get_float_value(attribute_values['baseline1_material'])
201
+ end
202
+
168
203
  # Retrieve the Baseline1 Start value
169
204
  #
170
205
  # @return Baseline1 Start value
@@ -207,6 +242,13 @@ module MPXJ
207
242
  get_date_value(attribute_values['baseline2_finish'])
208
243
  end
209
244
 
245
+ # Retrieve the Baseline2 Material value
246
+ #
247
+ # @return Baseline2 Material value
248
+ def baseline2_material
249
+ get_float_value(attribute_values['baseline2_material'])
250
+ end
251
+
210
252
  # Retrieve the Baseline2 Start value
211
253
  #
212
254
  # @return Baseline2 Start value
@@ -249,6 +291,13 @@ module MPXJ
249
291
  get_date_value(attribute_values['baseline3_finish'])
250
292
  end
251
293
 
294
+ # Retrieve the Baseline3 Material value
295
+ #
296
+ # @return Baseline3 Material value
297
+ def baseline3_material
298
+ get_float_value(attribute_values['baseline3_material'])
299
+ end
300
+
252
301
  # Retrieve the Baseline3 Start value
253
302
  #
254
303
  # @return Baseline3 Start value
@@ -291,6 +340,13 @@ module MPXJ
291
340
  get_date_value(attribute_values['baseline4_finish'])
292
341
  end
293
342
 
343
+ # Retrieve the Baseline4 Material value
344
+ #
345
+ # @return Baseline4 Material value
346
+ def baseline4_material
347
+ get_float_value(attribute_values['baseline4_material'])
348
+ end
349
+
294
350
  # Retrieve the Baseline4 Start value
295
351
  #
296
352
  # @return Baseline4 Start value
@@ -333,6 +389,13 @@ module MPXJ
333
389
  get_date_value(attribute_values['baseline5_finish'])
334
390
  end
335
391
 
392
+ # Retrieve the Baseline5 Material value
393
+ #
394
+ # @return Baseline5 Material value
395
+ def baseline5_material
396
+ get_float_value(attribute_values['baseline5_material'])
397
+ end
398
+
336
399
  # Retrieve the Baseline5 Start value
337
400
  #
338
401
  # @return Baseline5 Start value
@@ -375,6 +438,13 @@ module MPXJ
375
438
  get_date_value(attribute_values['baseline6_finish'])
376
439
  end
377
440
 
441
+ # Retrieve the Baseline6 Material value
442
+ #
443
+ # @return Baseline6 Material value
444
+ def baseline6_material
445
+ get_float_value(attribute_values['baseline6_material'])
446
+ end
447
+
378
448
  # Retrieve the Baseline6 Start value
379
449
  #
380
450
  # @return Baseline6 Start value
@@ -417,6 +487,13 @@ module MPXJ
417
487
  get_date_value(attribute_values['baseline7_finish'])
418
488
  end
419
489
 
490
+ # Retrieve the Baseline7 Material value
491
+ #
492
+ # @return Baseline7 Material value
493
+ def baseline7_material
494
+ get_float_value(attribute_values['baseline7_material'])
495
+ end
496
+
420
497
  # Retrieve the Baseline7 Start value
421
498
  #
422
499
  # @return Baseline7 Start value
@@ -459,6 +536,13 @@ module MPXJ
459
536
  get_date_value(attribute_values['baseline8_finish'])
460
537
  end
461
538
 
539
+ # Retrieve the Baseline8 Material value
540
+ #
541
+ # @return Baseline8 Material value
542
+ def baseline8_material
543
+ get_float_value(attribute_values['baseline8_material'])
544
+ end
545
+
462
546
  # Retrieve the Baseline8 Start value
463
547
  #
464
548
  # @return Baseline8 Start value
@@ -501,6 +585,13 @@ module MPXJ
501
585
  get_date_value(attribute_values['baseline9_finish'])
502
586
  end
503
587
 
588
+ # Retrieve the Baseline9 Material value
589
+ #
590
+ # @return Baseline9 Material value
591
+ def baseline9_material
592
+ get_float_value(attribute_values['baseline9_material'])
593
+ end
594
+
504
595
  # Retrieve the Baseline9 Start value
505
596
  #
506
597
  # @return Baseline9 Start value
@@ -543,6 +634,13 @@ module MPXJ
543
634
  get_date_value(attribute_values['baseline_finish'])
544
635
  end
545
636
 
637
+ # Retrieve the Baseline Material value
638
+ #
639
+ # @return Baseline Material value
640
+ def baseline_material
641
+ get_float_value(attribute_values['baseline_material'])
642
+ end
643
+
546
644
  # Retrieve the Baseline Start value
547
645
  #
548
646
  # @return Baseline Start value
@@ -2566,6 +2664,13 @@ module MPXJ
2566
2664
  get_boolean_value(attribute_values['linked_fields'])
2567
2665
  end
2568
2666
 
2667
+ # Retrieve the Material value
2668
+ #
2669
+ # @return Material value
2670
+ def material
2671
+ get_float_value(attribute_values['material'])
2672
+ end
2673
+
2569
2674
  # Retrieve the Notes value
2570
2675
  #
2571
2676
  # @return Notes value
@@ -2776,6 +2881,13 @@ module MPXJ
2776
2881
  get_date_value(attribute_values['planned_finish'])
2777
2882
  end
2778
2883
 
2884
+ # Retrieve the Planned Material value
2885
+ #
2886
+ # @return Planned Material value
2887
+ def planned_material
2888
+ get_float_value(attribute_values['planned_material'])
2889
+ end
2890
+
2779
2891
  # Retrieve the Planned Start value
2780
2892
  #
2781
2893
  # @return Planned Start value
@@ -2811,6 +2923,195 @@ module MPXJ
2811
2923
  attribute_values['rate_source']
2812
2924
  end
2813
2925
 
2926
+ # Retrieve the Raw Timephased Actual Overtime Work value
2927
+ #
2928
+ # @return Raw Timephased Actual Overtime Work value
2929
+ def raw_timephased_actual_overtime_work
2930
+ attribute_values['raw_timephased_actual_overtime_work']
2931
+ end
2932
+
2933
+ # Retrieve the Raw Timephased Actual Regular Work value
2934
+ #
2935
+ # @return Raw Timephased Actual Regular Work value
2936
+ def raw_timephased_actual_regular_work
2937
+ attribute_values['raw_timephased_actual_regular_work']
2938
+ end
2939
+
2940
+ # Retrieve the Raw Timephased Baseline10 Cost value
2941
+ #
2942
+ # @return Raw Timephased Baseline10 Cost value
2943
+ def raw_timephased_baseline10_cost
2944
+ attribute_values['raw_timephased_baseline10_cost']
2945
+ end
2946
+
2947
+ # Retrieve the Raw Timephased Baseline10 Work value
2948
+ #
2949
+ # @return Raw Timephased Baseline10 Work value
2950
+ def raw_timephased_baseline10_work
2951
+ attribute_values['raw_timephased_baseline10_work']
2952
+ end
2953
+
2954
+ # Retrieve the Raw Timephased Baseline1 Cost value
2955
+ #
2956
+ # @return Raw Timephased Baseline1 Cost value
2957
+ def raw_timephased_baseline1_cost
2958
+ attribute_values['raw_timephased_baseline1_cost']
2959
+ end
2960
+
2961
+ # Retrieve the Raw Timephased Baseline1 Work value
2962
+ #
2963
+ # @return Raw Timephased Baseline1 Work value
2964
+ def raw_timephased_baseline1_work
2965
+ attribute_values['raw_timephased_baseline1_work']
2966
+ end
2967
+
2968
+ # Retrieve the Raw Timephased Baseline2 Cost value
2969
+ #
2970
+ # @return Raw Timephased Baseline2 Cost value
2971
+ def raw_timephased_baseline2_cost
2972
+ attribute_values['raw_timephased_baseline2_cost']
2973
+ end
2974
+
2975
+ # Retrieve the Raw Timephased Baseline2 Work value
2976
+ #
2977
+ # @return Raw Timephased Baseline2 Work value
2978
+ def raw_timephased_baseline2_work
2979
+ attribute_values['raw_timephased_baseline2_work']
2980
+ end
2981
+
2982
+ # Retrieve the Raw Timephased Baseline3 Cost value
2983
+ #
2984
+ # @return Raw Timephased Baseline3 Cost value
2985
+ def raw_timephased_baseline3_cost
2986
+ attribute_values['raw_timephased_baseline3_cost']
2987
+ end
2988
+
2989
+ # Retrieve the Raw Timephased Baseline3 Work value
2990
+ #
2991
+ # @return Raw Timephased Baseline3 Work value
2992
+ def raw_timephased_baseline3_work
2993
+ attribute_values['raw_timephased_baseline3_work']
2994
+ end
2995
+
2996
+ # Retrieve the Raw Timephased Baseline4 Cost value
2997
+ #
2998
+ # @return Raw Timephased Baseline4 Cost value
2999
+ def raw_timephased_baseline4_cost
3000
+ attribute_values['raw_timephased_baseline4_cost']
3001
+ end
3002
+
3003
+ # Retrieve the Raw Timephased Baseline4 Work value
3004
+ #
3005
+ # @return Raw Timephased Baseline4 Work value
3006
+ def raw_timephased_baseline4_work
3007
+ attribute_values['raw_timephased_baseline4_work']
3008
+ end
3009
+
3010
+ # Retrieve the Raw Timephased Baseline5 Cost value
3011
+ #
3012
+ # @return Raw Timephased Baseline5 Cost value
3013
+ def raw_timephased_baseline5_cost
3014
+ attribute_values['raw_timephased_baseline5_cost']
3015
+ end
3016
+
3017
+ # Retrieve the Raw Timephased Baseline5 Work value
3018
+ #
3019
+ # @return Raw Timephased Baseline5 Work value
3020
+ def raw_timephased_baseline5_work
3021
+ attribute_values['raw_timephased_baseline5_work']
3022
+ end
3023
+
3024
+ # Retrieve the Raw Timephased Baseline6 Cost value
3025
+ #
3026
+ # @return Raw Timephased Baseline6 Cost value
3027
+ def raw_timephased_baseline6_cost
3028
+ attribute_values['raw_timephased_baseline6_cost']
3029
+ end
3030
+
3031
+ # Retrieve the Raw Timephased Baseline6 Work value
3032
+ #
3033
+ # @return Raw Timephased Baseline6 Work value
3034
+ def raw_timephased_baseline6_work
3035
+ attribute_values['raw_timephased_baseline6_work']
3036
+ end
3037
+
3038
+ # Retrieve the Raw Timephased Baseline7 Cost value
3039
+ #
3040
+ # @return Raw Timephased Baseline7 Cost value
3041
+ def raw_timephased_baseline7_cost
3042
+ attribute_values['raw_timephased_baseline7_cost']
3043
+ end
3044
+
3045
+ # Retrieve the Raw Timephased Baseline7 Work value
3046
+ #
3047
+ # @return Raw Timephased Baseline7 Work value
3048
+ def raw_timephased_baseline7_work
3049
+ attribute_values['raw_timephased_baseline7_work']
3050
+ end
3051
+
3052
+ # Retrieve the Raw Timephased Baseline8 Cost value
3053
+ #
3054
+ # @return Raw Timephased Baseline8 Cost value
3055
+ def raw_timephased_baseline8_cost
3056
+ attribute_values['raw_timephased_baseline8_cost']
3057
+ end
3058
+
3059
+ # Retrieve the Raw Timephased Baseline8 Work value
3060
+ #
3061
+ # @return Raw Timephased Baseline8 Work value
3062
+ def raw_timephased_baseline8_work
3063
+ attribute_values['raw_timephased_baseline8_work']
3064
+ end
3065
+
3066
+ # Retrieve the Raw Timephased Baseline9 Cost value
3067
+ #
3068
+ # @return Raw Timephased Baseline9 Cost value
3069
+ def raw_timephased_baseline9_cost
3070
+ attribute_values['raw_timephased_baseline9_cost']
3071
+ end
3072
+
3073
+ # Retrieve the Raw Timephased Baseline9 Work value
3074
+ #
3075
+ # @return Raw Timephased Baseline9 Work value
3076
+ def raw_timephased_baseline9_work
3077
+ attribute_values['raw_timephased_baseline9_work']
3078
+ end
3079
+
3080
+ # Retrieve the Raw Timephased Baseline Cost value
3081
+ #
3082
+ # @return Raw Timephased Baseline Cost value
3083
+ def raw_timephased_baseline_cost
3084
+ attribute_values['raw_timephased_baseline_cost']
3085
+ end
3086
+
3087
+ # Retrieve the Raw Timephased Baseline Work value
3088
+ #
3089
+ # @return Raw Timephased Baseline Work value
3090
+ def raw_timephased_baseline_work
3091
+ attribute_values['raw_timephased_baseline_work']
3092
+ end
3093
+
3094
+ # Retrieve the Raw Timephased Planned Work value
3095
+ #
3096
+ # @return Raw Timephased Planned Work value
3097
+ def raw_timephased_planned_work
3098
+ attribute_values['raw_timephased_planned_work']
3099
+ end
3100
+
3101
+ # Retrieve the Raw Timephased Remaining Overtime Work value
3102
+ #
3103
+ # @return Raw Timephased Remaining Overtime Work value
3104
+ def raw_timephased_remaining_overtime_work
3105
+ attribute_values['raw_timephased_remaining_overtime_work']
3106
+ end
3107
+
3108
+ # Retrieve the Raw Timephased Remaining Regular Work value
3109
+ #
3110
+ # @return Raw Timephased Remaining Regular Work value
3111
+ def raw_timephased_remaining_regular_work
3112
+ attribute_values['raw_timephased_remaining_regular_work']
3113
+ end
3114
+
2814
3115
  # Retrieve the Regular Work value
2815
3116
  #
2816
3117
  # @return Regular Work value
@@ -2860,6 +3161,13 @@ module MPXJ
2860
3161
  get_date_value(attribute_values['remaining_late_start'])
2861
3162
  end
2862
3163
 
3164
+ # Retrieve the Remaining Material value
3165
+ #
3166
+ # @return Remaining Material value
3167
+ def remaining_material
3168
+ get_float_value(attribute_values['remaining_material'])
3169
+ end
3170
+
2863
3171
  # Retrieve the Remaining Overtime Cost value
2864
3172
  #
2865
3173
  # @return Remaining Overtime Cost value
@@ -2874,6 +3182,20 @@ module MPXJ
2874
3182
  get_duration_value(attribute_values['remaining_overtime_work'])
2875
3183
  end
2876
3184
 
3185
+ # Retrieve the Remaining Regular Cost value
3186
+ #
3187
+ # @return Remaining Regular Cost value
3188
+ def remaining_regular_cost
3189
+ get_float_value(attribute_values['remaining_regular_cost'])
3190
+ end
3191
+
3192
+ # Retrieve the Remaining Regular Work value
3193
+ #
3194
+ # @return Remaining Regular Work value
3195
+ def remaining_regular_work
3196
+ get_duration_value(attribute_values['remaining_regular_work'])
3197
+ end
3198
+
2877
3199
  # Retrieve the Remaining Work value
2878
3200
  #
2879
3201
  # @return Remaining Work value
@@ -3301,13 +3623,6 @@ module MPXJ
3301
3623
  attribute_values['text9']
3302
3624
  end
3303
3625
 
3304
- # Retrieve the Timephased Actual Cost value
3305
- #
3306
- # @return Timephased Actual Cost value
3307
- def timephased_actual_cost
3308
- attribute_values['timephased_actual_cost']
3309
- end
3310
-
3311
3626
  # Retrieve the Timephased Actual Irregular Work value
3312
3627
  #
3313
3628
  # @return Timephased Actual Irregular Work value
@@ -3315,202 +3630,6 @@ module MPXJ
3315
3630
  attribute_values['timephased_actual_irregular_work']
3316
3631
  end
3317
3632
 
3318
- # Retrieve the Timephased Actual Overtime Work value
3319
- #
3320
- # @return Timephased Actual Overtime Work value
3321
- def timephased_actual_overtime_work
3322
- attribute_values['timephased_actual_overtime_work']
3323
- end
3324
-
3325
- # Retrieve the Timephased Actual Work value
3326
- #
3327
- # @return Timephased Actual Work value
3328
- def timephased_actual_work
3329
- attribute_values['timephased_actual_work']
3330
- end
3331
-
3332
- # Retrieve the Timephased Baseline10 Cost value
3333
- #
3334
- # @return Timephased Baseline10 Cost value
3335
- def timephased_baseline10_cost
3336
- attribute_values['timephased_baseline10_cost']
3337
- end
3338
-
3339
- # Retrieve the Timephased Baseline10 Work value
3340
- #
3341
- # @return Timephased Baseline10 Work value
3342
- def timephased_baseline10_work
3343
- attribute_values['timephased_baseline10_work']
3344
- end
3345
-
3346
- # Retrieve the Timephased Baseline1 Cost value
3347
- #
3348
- # @return Timephased Baseline1 Cost value
3349
- def timephased_baseline1_cost
3350
- attribute_values['timephased_baseline1_cost']
3351
- end
3352
-
3353
- # Retrieve the Timephased Baseline1 Work value
3354
- #
3355
- # @return Timephased Baseline1 Work value
3356
- def timephased_baseline1_work
3357
- attribute_values['timephased_baseline1_work']
3358
- end
3359
-
3360
- # Retrieve the Timephased Baseline2 Cost value
3361
- #
3362
- # @return Timephased Baseline2 Cost value
3363
- def timephased_baseline2_cost
3364
- attribute_values['timephased_baseline2_cost']
3365
- end
3366
-
3367
- # Retrieve the Timephased Baseline2 Work value
3368
- #
3369
- # @return Timephased Baseline2 Work value
3370
- def timephased_baseline2_work
3371
- attribute_values['timephased_baseline2_work']
3372
- end
3373
-
3374
- # Retrieve the Timephased Baseline3 Cost value
3375
- #
3376
- # @return Timephased Baseline3 Cost value
3377
- def timephased_baseline3_cost
3378
- attribute_values['timephased_baseline3_cost']
3379
- end
3380
-
3381
- # Retrieve the Timephased Baseline3 Work value
3382
- #
3383
- # @return Timephased Baseline3 Work value
3384
- def timephased_baseline3_work
3385
- attribute_values['timephased_baseline3_work']
3386
- end
3387
-
3388
- # Retrieve the Timephased Baseline4 Cost value
3389
- #
3390
- # @return Timephased Baseline4 Cost value
3391
- def timephased_baseline4_cost
3392
- attribute_values['timephased_baseline4_cost']
3393
- end
3394
-
3395
- # Retrieve the Timephased Baseline4 Work value
3396
- #
3397
- # @return Timephased Baseline4 Work value
3398
- def timephased_baseline4_work
3399
- attribute_values['timephased_baseline4_work']
3400
- end
3401
-
3402
- # Retrieve the Timephased Baseline5 Cost value
3403
- #
3404
- # @return Timephased Baseline5 Cost value
3405
- def timephased_baseline5_cost
3406
- attribute_values['timephased_baseline5_cost']
3407
- end
3408
-
3409
- # Retrieve the Timephased Baseline5 Work value
3410
- #
3411
- # @return Timephased Baseline5 Work value
3412
- def timephased_baseline5_work
3413
- attribute_values['timephased_baseline5_work']
3414
- end
3415
-
3416
- # Retrieve the Timephased Baseline6 Cost value
3417
- #
3418
- # @return Timephased Baseline6 Cost value
3419
- def timephased_baseline6_cost
3420
- attribute_values['timephased_baseline6_cost']
3421
- end
3422
-
3423
- # Retrieve the Timephased Baseline6 Work value
3424
- #
3425
- # @return Timephased Baseline6 Work value
3426
- def timephased_baseline6_work
3427
- attribute_values['timephased_baseline6_work']
3428
- end
3429
-
3430
- # Retrieve the Timephased Baseline7 Cost value
3431
- #
3432
- # @return Timephased Baseline7 Cost value
3433
- def timephased_baseline7_cost
3434
- attribute_values['timephased_baseline7_cost']
3435
- end
3436
-
3437
- # Retrieve the Timephased Baseline7 Work value
3438
- #
3439
- # @return Timephased Baseline7 Work value
3440
- def timephased_baseline7_work
3441
- attribute_values['timephased_baseline7_work']
3442
- end
3443
-
3444
- # Retrieve the Timephased Baseline8 Cost value
3445
- #
3446
- # @return Timephased Baseline8 Cost value
3447
- def timephased_baseline8_cost
3448
- attribute_values['timephased_baseline8_cost']
3449
- end
3450
-
3451
- # Retrieve the Timephased Baseline8 Work value
3452
- #
3453
- # @return Timephased Baseline8 Work value
3454
- def timephased_baseline8_work
3455
- attribute_values['timephased_baseline8_work']
3456
- end
3457
-
3458
- # Retrieve the Timephased Baseline9 Cost value
3459
- #
3460
- # @return Timephased Baseline9 Cost value
3461
- def timephased_baseline9_cost
3462
- attribute_values['timephased_baseline9_cost']
3463
- end
3464
-
3465
- # Retrieve the Timephased Baseline9 Work value
3466
- #
3467
- # @return Timephased Baseline9 Work value
3468
- def timephased_baseline9_work
3469
- attribute_values['timephased_baseline9_work']
3470
- end
3471
-
3472
- # Retrieve the Timephased Baseline Cost value
3473
- #
3474
- # @return Timephased Baseline Cost value
3475
- def timephased_baseline_cost
3476
- attribute_values['timephased_baseline_cost']
3477
- end
3478
-
3479
- # Retrieve the Timephased Baseline Work value
3480
- #
3481
- # @return Timephased Baseline Work value
3482
- def timephased_baseline_work
3483
- attribute_values['timephased_baseline_work']
3484
- end
3485
-
3486
- # Retrieve the Timephased Cost value
3487
- #
3488
- # @return Timephased Cost value
3489
- def timephased_cost
3490
- attribute_values['timephased_cost']
3491
- end
3492
-
3493
- # Retrieve the Timephased Overtime Work value
3494
- #
3495
- # @return Timephased Overtime Work value
3496
- def timephased_overtime_work
3497
- attribute_values['timephased_overtime_work']
3498
- end
3499
-
3500
- # Retrieve the Timephased Planned Work value
3501
- #
3502
- # @return Timephased Planned Work value
3503
- def timephased_planned_work
3504
- attribute_values['timephased_planned_work']
3505
- end
3506
-
3507
- # Retrieve the Timephased Work value
3508
- #
3509
- # @return Timephased Work value
3510
- def timephased_work
3511
- attribute_values['timephased_work']
3512
- end
3513
-
3514
3633
  # Retrieve the <Unavailable> value
3515
3634
  #
3516
3635
  # @return <Unavailable> value
@@ -3577,9 +3696,12 @@ module MPXJ
3577
3696
  ATTRIBUTE_TYPES = {
3578
3697
  'actual_cost' => :currency,
3579
3698
  'actual_finish' => :date,
3699
+ 'actual_material' => :numeric,
3580
3700
  'actual_overtime_cost' => :currency,
3581
3701
  'actual_overtime_work' => :work,
3582
3702
  'actual_overtime_work_protected' => :work,
3703
+ 'actual_regular_cost' => :currency,
3704
+ 'actual_regular_work' => :work,
3583
3705
  'actual_start' => :date,
3584
3706
  'actual_work' => :work,
3585
3707
  'actual_work_protected' => :work,
@@ -3592,66 +3714,77 @@ module MPXJ
3592
3714
  'baseline10_budget_work' => :work,
3593
3715
  'baseline10_cost' => :currency,
3594
3716
  'baseline10_finish' => :date,
3717
+ 'baseline10_material' => :numeric,
3595
3718
  'baseline10_start' => :date,
3596
3719
  'baseline10_work' => :work,
3597
3720
  'baseline1_budget_cost' => :currency,
3598
3721
  'baseline1_budget_work' => :work,
3599
3722
  'baseline1_cost' => :currency,
3600
3723
  'baseline1_finish' => :date,
3724
+ 'baseline1_material' => :numeric,
3601
3725
  'baseline1_start' => :date,
3602
3726
  'baseline1_work' => :work,
3603
3727
  'baseline2_budget_cost' => :currency,
3604
3728
  'baseline2_budget_work' => :work,
3605
3729
  'baseline2_cost' => :currency,
3606
3730
  'baseline2_finish' => :date,
3731
+ 'baseline2_material' => :numeric,
3607
3732
  'baseline2_start' => :date,
3608
3733
  'baseline2_work' => :work,
3609
3734
  'baseline3_budget_cost' => :currency,
3610
3735
  'baseline3_budget_work' => :work,
3611
3736
  'baseline3_cost' => :currency,
3612
3737
  'baseline3_finish' => :date,
3738
+ 'baseline3_material' => :numeric,
3613
3739
  'baseline3_start' => :date,
3614
3740
  'baseline3_work' => :work,
3615
3741
  'baseline4_budget_cost' => :currency,
3616
3742
  'baseline4_budget_work' => :work,
3617
3743
  'baseline4_cost' => :currency,
3618
3744
  'baseline4_finish' => :date,
3745
+ 'baseline4_material' => :numeric,
3619
3746
  'baseline4_start' => :date,
3620
3747
  'baseline4_work' => :work,
3621
3748
  'baseline5_budget_cost' => :currency,
3622
3749
  'baseline5_budget_work' => :work,
3623
3750
  'baseline5_cost' => :currency,
3624
3751
  'baseline5_finish' => :date,
3752
+ 'baseline5_material' => :numeric,
3625
3753
  'baseline5_start' => :date,
3626
3754
  'baseline5_work' => :work,
3627
3755
  'baseline6_budget_cost' => :currency,
3628
3756
  'baseline6_budget_work' => :work,
3629
3757
  'baseline6_cost' => :currency,
3630
3758
  'baseline6_finish' => :date,
3759
+ 'baseline6_material' => :numeric,
3631
3760
  'baseline6_start' => :date,
3632
3761
  'baseline6_work' => :work,
3633
3762
  'baseline7_budget_cost' => :currency,
3634
3763
  'baseline7_budget_work' => :work,
3635
3764
  'baseline7_cost' => :currency,
3636
3765
  'baseline7_finish' => :date,
3766
+ 'baseline7_material' => :numeric,
3637
3767
  'baseline7_start' => :date,
3638
3768
  'baseline7_work' => :work,
3639
3769
  'baseline8_budget_cost' => :currency,
3640
3770
  'baseline8_budget_work' => :work,
3641
3771
  'baseline8_cost' => :currency,
3642
3772
  'baseline8_finish' => :date,
3773
+ 'baseline8_material' => :numeric,
3643
3774
  'baseline8_start' => :date,
3644
3775
  'baseline8_work' => :work,
3645
3776
  'baseline9_budget_cost' => :currency,
3646
3777
  'baseline9_budget_work' => :work,
3647
3778
  'baseline9_cost' => :currency,
3648
3779
  'baseline9_finish' => :date,
3780
+ 'baseline9_material' => :numeric,
3649
3781
  'baseline9_start' => :date,
3650
3782
  'baseline9_work' => :work,
3651
3783
  'baseline_budget_cost' => :currency,
3652
3784
  'baseline_budget_work' => :work,
3653
3785
  'baseline_cost' => :currency,
3654
3786
  'baseline_finish' => :date,
3787
+ 'baseline_material' => :numeric,
3655
3788
  'baseline_start' => :date,
3656
3789
  'baseline_work' => :work,
3657
3790
  'bcwp' => :currency,
@@ -3941,6 +4074,7 @@ module MPXJ
3941
4074
  'leveling_delay' => :duration,
3942
4075
  'leveling_delay_units' => :time_units,
3943
4076
  'linked_fields' => :boolean,
4077
+ 'material' => :numeric,
3944
4078
  'notes' => :notes,
3945
4079
  'number1' => :numeric,
3946
4080
  'number10' => :numeric,
@@ -3971,11 +4105,39 @@ module MPXJ
3971
4105
  'percent_work_complete' => :percentage,
3972
4106
  'planned_cost' => :currency,
3973
4107
  'planned_finish' => :date,
4108
+ 'planned_material' => :numeric,
3974
4109
  'planned_start' => :date,
3975
4110
  'planned_work' => :work,
3976
4111
  'project' => :string,
3977
4112
  'rate_index' => :integer,
3978
4113
  'rate_source' => :rate_source,
4114
+ 'raw_timephased_actual_overtime_work' => :timephased_work_list,
4115
+ 'raw_timephased_actual_regular_work' => :timephased_work_list,
4116
+ 'raw_timephased_baseline10_cost' => :timephased_cost_list,
4117
+ 'raw_timephased_baseline10_work' => :timephased_work_list,
4118
+ 'raw_timephased_baseline1_cost' => :timephased_cost_list,
4119
+ 'raw_timephased_baseline1_work' => :timephased_work_list,
4120
+ 'raw_timephased_baseline2_cost' => :timephased_cost_list,
4121
+ 'raw_timephased_baseline2_work' => :timephased_work_list,
4122
+ 'raw_timephased_baseline3_cost' => :timephased_cost_list,
4123
+ 'raw_timephased_baseline3_work' => :timephased_work_list,
4124
+ 'raw_timephased_baseline4_cost' => :timephased_cost_list,
4125
+ 'raw_timephased_baseline4_work' => :timephased_work_list,
4126
+ 'raw_timephased_baseline5_cost' => :timephased_cost_list,
4127
+ 'raw_timephased_baseline5_work' => :timephased_work_list,
4128
+ 'raw_timephased_baseline6_cost' => :timephased_cost_list,
4129
+ 'raw_timephased_baseline6_work' => :timephased_work_list,
4130
+ 'raw_timephased_baseline7_cost' => :timephased_cost_list,
4131
+ 'raw_timephased_baseline7_work' => :timephased_work_list,
4132
+ 'raw_timephased_baseline8_cost' => :timephased_cost_list,
4133
+ 'raw_timephased_baseline8_work' => :timephased_work_list,
4134
+ 'raw_timephased_baseline9_cost' => :timephased_cost_list,
4135
+ 'raw_timephased_baseline9_work' => :timephased_work_list,
4136
+ 'raw_timephased_baseline_cost' => :timephased_cost_list,
4137
+ 'raw_timephased_baseline_work' => :timephased_work_list,
4138
+ 'raw_timephased_planned_work' => :timephased_work_list,
4139
+ 'raw_timephased_remaining_overtime_work' => :timephased_work_list,
4140
+ 'raw_timephased_remaining_regular_work' => :timephased_work_list,
3979
4141
  'regular_work' => :work,
3980
4142
  'remaining_assignment_units' => :units,
3981
4143
  'remaining_cost' => :currency,
@@ -3983,8 +4145,11 @@ module MPXJ
3983
4145
  'remaining_early_start' => :date,
3984
4146
  'remaining_late_finish' => :date,
3985
4147
  'remaining_late_start' => :date,
4148
+ 'remaining_material' => :numeric,
3986
4149
  'remaining_overtime_cost' => :currency,
3987
4150
  'remaining_overtime_work' => :work,
4151
+ 'remaining_regular_cost' => :currency,
4152
+ 'remaining_regular_work' => :work,
3988
4153
  'remaining_work' => :work,
3989
4154
  'resource_assignment_code_values' => :code_values,
3990
4155
  'resource_id' => :integer,
@@ -4046,36 +4211,7 @@ module MPXJ
4046
4211
  'text7' => :string,
4047
4212
  'text8' => :string,
4048
4213
  'text9' => :string,
4049
- 'timephased_actual_cost' => :binary,
4050
- 'timephased_actual_irregular_work' => :binary,
4051
- 'timephased_actual_overtime_work' => :binary,
4052
- 'timephased_actual_work' => :binary,
4053
- 'timephased_baseline10_cost' => :binary,
4054
- 'timephased_baseline10_work' => :binary,
4055
- 'timephased_baseline1_cost' => :binary,
4056
- 'timephased_baseline1_work' => :binary,
4057
- 'timephased_baseline2_cost' => :binary,
4058
- 'timephased_baseline2_work' => :binary,
4059
- 'timephased_baseline3_cost' => :binary,
4060
- 'timephased_baseline3_work' => :binary,
4061
- 'timephased_baseline4_cost' => :binary,
4062
- 'timephased_baseline4_work' => :binary,
4063
- 'timephased_baseline5_cost' => :binary,
4064
- 'timephased_baseline5_work' => :binary,
4065
- 'timephased_baseline6_cost' => :binary,
4066
- 'timephased_baseline6_work' => :binary,
4067
- 'timephased_baseline7_cost' => :binary,
4068
- 'timephased_baseline7_work' => :binary,
4069
- 'timephased_baseline8_cost' => :binary,
4070
- 'timephased_baseline8_work' => :binary,
4071
- 'timephased_baseline9_cost' => :binary,
4072
- 'timephased_baseline9_work' => :binary,
4073
- 'timephased_baseline_cost' => :binary,
4074
- 'timephased_baseline_work' => :binary,
4075
- 'timephased_cost' => :binary,
4076
- 'timephased_overtime_work' => :binary,
4077
- 'timephased_planned_work' => :binary,
4078
- 'timephased_work' => :binary,
4214
+ 'timephased_actual_irregular_work' => :timephased_work_list,
4079
4215
  'unavailable' => :string,
4080
4216
  'unique_id' => :integer,
4081
4217
  'update_needed' => :boolean,