Adjust check data order
This commit is contained in:
parent
54a9e63851
commit
fef994b99e
1 changed files with 2 additions and 1 deletions
|
|
@ -75,6 +75,8 @@ class CheckData extends Command
|
||||||
config(['database.default' => $database]);
|
config(['database.default' => $database]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$this->checkContacts();
|
||||||
|
|
||||||
if (! $this->option('client_id')) {
|
if (! $this->option('client_id')) {
|
||||||
$this->checkBlankInvoiceHistory();
|
$this->checkBlankInvoiceHistory();
|
||||||
$this->checkPaidToDate();
|
$this->checkPaidToDate();
|
||||||
|
|
@ -84,7 +86,6 @@ class CheckData extends Command
|
||||||
//$this->checkInvoices();
|
//$this->checkInvoices();
|
||||||
$this->checkInvoiceBalances();
|
$this->checkInvoiceBalances();
|
||||||
$this->checkClientBalances();
|
$this->checkClientBalances();
|
||||||
$this->checkContacts();
|
|
||||||
$this->checkUserAccounts();
|
$this->checkUserAccounts();
|
||||||
//$this->checkLogoFiles();
|
//$this->checkLogoFiles();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue