Passed
Pull Request — master (#1)
by Carlos
01:51
created

Init.php (12 issues)

Labels
Severity
1
<?php
2
/*
3
 * Copyright (C) 2020 Joe Zegarra.
4
 *
5
 * This library is free software; you can redistribute it and/or
6
 * modify it under the terms of the GNU Lesser General Public
7
 * License as published by the Free Software Foundation; either
8
 * version 3 of the License, or (at your option) any later version.
9
 *
10
 * This library is distributed in the hope that it will be useful,
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13
 * Lesser General Public License for more details.
14
 *
15
 * You should have received a copy of the GNU Lesser General Public
16
 * License along with this library; if not, write to the Free Software
17
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18
 * MA 02110-1301  USA
19
 */
20
21
namespace FacturaScripts\Plugins\fsRepublicaDominicana;
22
23
use FacturaScripts\Core\Base\DataBase;
0 ignored issues
show
The type FacturaScripts\Core\Base\DataBase was not found. Maybe you did not declare it correctly or list all dependencies?

The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g. excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:

filter:
    dependency_paths: ["lib/*"]

For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths

Loading history...
24
use FacturaScripts\Core\Base\DataBase\DataBaseWhere;
0 ignored issues
show
The type FacturaScripts\Core\Base\DataBase\DataBaseWhere was not found. Maybe you did not declare it correctly or list all dependencies?

The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g. excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:

filter:
    dependency_paths: ["lib/*"]

For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths

Loading history...
25
use FacturaScripts\Core\Base\InitClass;
0 ignored issues
show
The type FacturaScripts\Core\Base\InitClass was not found. Maybe you did not declare it correctly or list all dependencies?

The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g. excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:

filter:
    dependency_paths: ["lib/*"]

For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths

Loading history...
26
use FacturaScripts\Dinamic\Lib\AssetManager;
0 ignored issues
show
The type FacturaScripts\Dinamic\Lib\AssetManager was not found. Maybe you did not declare it correctly or list all dependencies?

The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g. excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:

filter:
    dependency_paths: ["lib/*"]

For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths

Loading history...
27
use FacturaScripts\Dinamic\Model\Cliente;
0 ignored issues
show
The type FacturaScripts\Dinamic\Model\Cliente was not found. Maybe you did not declare it correctly or list all dependencies?

The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g. excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:

filter:
    dependency_paths: ["lib/*"]

For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths

Loading history...
28
use FacturaScripts\Dinamic\Model\EstadoDocumento;
0 ignored issues
show
The type FacturaScripts\Dinamic\Model\EstadoDocumento was not found. Maybe you did not declare it correctly or list all dependencies?

The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g. excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:

filter:
    dependency_paths: ["lib/*"]

For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths

Loading history...
29
use FacturaScripts\Dinamic\Model\FacturaCliente;
0 ignored issues
show
The type FacturaScripts\Dinamic\Model\FacturaCliente was not found. Maybe you did not declare it correctly or list all dependencies?

The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g. excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:

filter:
    dependency_paths: ["lib/*"]

For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths

Loading history...
30
use FacturaScripts\Dinamic\Model\Proveedor;
0 ignored issues
show
The type FacturaScripts\Dinamic\Model\Proveedor was not found. Maybe you did not declare it correctly or list all dependencies?

The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g. excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:

filter:
    dependency_paths: ["lib/*"]

For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths

Loading history...
31
use FacturaScripts\Dinamic\Model\FacturaProveedor;
0 ignored issues
show
The type FacturaScripts\Dinamic\Model\FacturaProveedor was not found. Maybe you did not declare it correctly or list all dependencies?

The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g. excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:

filter:
    dependency_paths: ["lib/*"]

For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths

Loading history...
32
use FacturaScripts\Plugins\fsRepublicaDominicana\Model\NCFRango;
33
use FacturaScripts\Plugins\fsRepublicaDominicana\Model\NCFTipo;
34
use FacturaScripts\Plugins\fsRepublicaDominicana\Model\NCFTipoAnulacion;
35
use FacturaScripts\Plugins\fsRepublicaDominicana\Model\NCFTipoMovimiento;
36
use FacturaScripts\Plugins\fsRepublicaDominicana\Model\NCFTipoPago;
37
use FacturaScripts\Plugins\fsRepublicaDominicana\Model\RNCDGIIDB;
38
39
use FacturaScripts\Core\Base\AjaxForms\SalesFooterHTML;
0 ignored issues
show
The type FacturaScripts\Core\Base\AjaxForms\SalesFooterHTML was not found. Maybe you did not declare it correctly or list all dependencies?

The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g. excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:

filter:
    dependency_paths: ["lib/*"]

For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths

Loading history...
40
use FacturaScripts\Core\Base\AjaxForms\PurchasesFooterHTML;
0 ignored issues
show
The type FacturaScripts\Core\Base...rms\PurchasesFooterHTML was not found. Maybe you did not declare it correctly or list all dependencies?

The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g. excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:

filter:
    dependency_paths: ["lib/*"]

For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths

Loading history...
41
42
/**
43
 * Description of Init
44
 *
45
 * @author Joe Zegarra
46
 */
47
class Init extends InitClass
48
{
49
    public function init(): void
50
    {
51
        $this->loadExtension(new Extension\Model\Cliente());
52
        $this->loadExtension(new Extension\Model\FacturaCliente());
53
        $this->loadExtension(new Extension\Model\FacturaProveedor());
54
        $this->loadExtension(new Extension\Model\Producto());
55
        $this->loadExtension(new Extension\Controller\EditCliente());
56
        $this->loadExtension(new Extension\Controller\EditProveedor());
57
        $this->loadExtension(new Extension\Controller\EditFacturaCliente());
58
        $this->loadExtension(new Extension\Controller\EditFacturaProveedor());
59
        AssetManager::add('js', \FS_ROUTE . '/Plugins/fsRepublicaDominicana/Assets/JS/CommonDomFunctions.js');
0 ignored issues
show
The constant FS_ROUTE was not found. Maybe you did not declare it correctly or list all dependencies?
Loading history...
60
        SalesFooterHTML::addMod(new Mod\SalesFooterMod());
61
        PurchasesFooterHTML::addMod(new Mod\PurchasesFooterMod());
62
    }
63
64
    private function actualizarEstados(): void
65
    {
66
        $arrayDocumentos = [
67
            'FacturaCliente',
68
            'FacturaProveedor',
69
            'AlbaranCliente',
70
            'AlbaranProveedor',
71
            'PedidoCliente',
72
            'PedidoProveedor'
73
        ];
74
        $estados = new EstadoDocumento();
75
76
        foreach ($arrayDocumentos as $documento) {
77
            $lista = $estados->all(
78
                [
79
                    new DataBaseWhere('nombre', 'Anulada'),
80
                    new DataBaseWhere('tipodoc', $documento)
81
                ]
82
            );
83
84
            if (count($lista) === 0) {
85
                $nuevoDocumento = new EstadoDocumento();
86
                $nuevoDocumento->nombre = 'Anulada';
87
                $nuevoDocumento->tipodoc = $documento;
88
                $nuevoDocumento->icon = 'fas fa-handshake-slash';
89
                $nuevoDocumento->editable = false;
90
                $nuevoDocumento->bloquear = true;
91
                $nuevoDocumento->actualizastock = 0;
92
                $nuevoDocumento->predeterminado = false;
93
                $nuevoDocumento->save();
94
            }
95
        }
96
    }
97
98
    private function actualizarNumeroNCF(): void
99
    {
100
        $dataBase = new DataBase();
101
        $dataBase->exec("UPDATE facturascli SET numeroncf = numero2 WHERE numero2 != '' and tipocomprobante != '' AND numeroncf is null;");
102
        $dataBase->exec("UPDATE facturasprov SET numeroncf = numproveedor WHERE numproveedor != '' and tipocomprobante != '' AND numeroncf is null;");
103
    }
104
    
105
    public function update()
106
    {
107
        new NCFTipoPago();
108
        new NCFTipoAnulacion();
109
        new NCFTipoMovimiento();
110
        new NCFTipo();
111
        new NCFRango();
112
        new Cliente();
113
        new FacturaCliente();
114
        new Proveedor();
115
        new FacturaProveedor();
116
        new RNCDGIIDB();
117
        $this->actualizarEstados();
118
        $this->actualizarNumeroNCF();
119
    }
120
}
121