@@ -77,13 +77,13 @@ |
||
| 77 | 77 | parent::install(); |
| 78 | 78 | return "INSERT INTO rd_ncftipoanulacion (codigo, descripcion, estado) VALUES " . |
| 79 | 79 | "('01','Deterioro de Factura Pre-Imprensa',true), " . |
| 80 | - "('02','Errores de Impresión (Factura Pre-Impresa)',true), " . |
|
| 81 | - "('03','Impresión defectuosa',true), " . |
|
| 82 | - "('04','Duplicidad de Factura',true), " . |
|
| 83 | - "('05','Corrección de la Información',true), " . |
|
| 84 | - "('06','Cambio de Productos',true), " . |
|
| 85 | - "('07','Devolución de Productos',true), " . |
|
| 86 | - "('08','Omisión de Productos',true);"; |
|
| 80 | + "('02','Errores de Impresión (Factura Pre-Impresa)',true), " . |
|
| 81 | + "('03','Impresión defectuosa',true), " . |
|
| 82 | + "('04','Duplicidad de Factura',true), " . |
|
| 83 | + "('05','Corrección de la Información',true), " . |
|
| 84 | + "('06','Cambio de Productos',true), " . |
|
| 85 | + "('07','Devolución de Productos',true), " . |
|
| 86 | + "('08','Omisión de Productos',true);"; |
|
| 87 | 87 | } |
| 88 | 88 | |
| 89 | 89 | public function restoreData() |
@@ -16,18 +16,18 @@ |
||
| 16 | 16 | * along with fsRepublicaDominicana. If not, see <http://www.gnu.org/licenses/>. |
| 17 | 17 | */ |
| 18 | 18 | |
| 19 | - namespace FacturaScripts\Plugins\fsRepublicaDominicana\Extension\Model; |
|
| 19 | + namespace FacturaScripts\Plugins\fsRepublicaDominicana\Extension\Model; |
|
| 20 | 20 | |
| 21 | - class Cliente |
|
| 22 | - { |
|
| 21 | + class Cliente |
|
| 22 | + { |
|
| 23 | 23 | /** |
| 24 | 24 | * Payment type based on DGII table |
| 25 | 25 | * @var string |
| 26 | 26 | */ |
| 27 | 27 | public $ncftipopago; |
| 28 | - /** |
|
| 29 | - * Type of NCF to generate to the customer |
|
| 30 | - * @var string |
|
| 31 | - */ |
|
| 32 | - public $tipocomprobante; |
|
| 33 | - } |
|
| 28 | + /** |
|
| 29 | + * Type of NCF to generate to the customer |
|
| 30 | + * @var string |
|
| 31 | + */ |
|
| 32 | + public $tipocomprobante; |
|
| 33 | + } |
|
@@ -16,13 +16,13 @@ |
||
| 16 | 16 | * along with fsRepublicaDominicana. If not, see <http://www.gnu.org/licenses/>. |
| 17 | 17 | */ |
| 18 | 18 | |
| 19 | - namespace FacturaScripts\Plugins\fsRepublicaDominicana\Extension\Model; |
|
| 19 | + namespace FacturaScripts\Plugins\fsRepublicaDominicana\Extension\Model; |
|
| 20 | 20 | |
| 21 | - class Proveedor |
|
| 22 | - { |
|
| 21 | + class Proveedor |
|
| 22 | + { |
|
| 23 | 23 | /** |
| 24 | 24 | * Payment type based on DGII table |
| 25 | 25 | * @var string |
| 26 | 26 | */ |
| 27 | 27 | public $ncftipopago; |
| 28 | - } |
|
| 28 | + } |
|
@@ -16,13 +16,13 @@ |
||
| 16 | 16 | * along with fsRepublicaDominicana. If not, see <http://www.gnu.org/licenses/>. |
| 17 | 17 | */ |
| 18 | 18 | |
| 19 | - namespace FacturaScripts\Plugins\fsRepublicaDominicana\Extension\Model; |
|
| 19 | + namespace FacturaScripts\Plugins\fsRepublicaDominicana\Extension\Model; |
|
| 20 | 20 | |
| 21 | - class Producto |
|
| 22 | - { |
|
| 21 | + class Producto |
|
| 22 | + { |
|
| 23 | 23 | /** |
| 24 | 24 | * This field is to determinate if the product is a service or a good |
| 25 | 25 | * @var boolean |
| 26 | 26 | */ |
| 27 | 27 | public $esservicio; |
| 28 | - } |
|
| 28 | + } |
|