financials

This commit is contained in:
2019-01-06 03:36:01 -06:00
parent 1026bf370a
commit 062939d2c8
16 changed files with 526 additions and 6 deletions

View File

@@ -20,6 +20,7 @@ class Kernel extends ConsoleKernel
Commands\DumpFleets::class,
Commands\CalculateMarketTax::class,
//Commands\GetLogisticsContracts::class,
Commands\holdingfinances::class,
];
/**
@@ -45,6 +46,9 @@ class Kernel extends ConsoleKernel
$schedule->command('services:calculatemarkettax')
->monthlyOn(1, '08:00')
->withoutOverlapping();
$schedule->command('services:holdingjournal')
->hourly()
->withoutOverlapping();
}
/**