Get the pilot pay, reconcile with values for subfleet overrides

This commit is contained in:
Nabeel Shahzad
2018-02-27 16:16:40 -06:00
parent bb4fdc5b7f
commit ae0c3c5f27
3 changed files with 154 additions and 7 deletions

View File

@@ -14,6 +14,8 @@ $factory->define(App\Models\Rank::class, function (Faker $faker) {
'id' => null,
'name' => $faker->unique()->text(50),
'hours' => $faker->numberBetween(10, 50),
'acars_base_pay_rate' => $faker->numberBetween(10, 100),
'manual_base_pay_rate' => $faker->numberBetween(10, 100),
'auto_approve_acars' => 0,
'auto_approve_manual' => 0,
'auto_promote' => 0,