Skip to content

Commit

Permalink
Added CIUS-RO preset
Browse files Browse the repository at this point in the history
- Created Presets/CiusRo class
  • Loading branch information
josemmo committed May 28, 2022
1 parent e0b9c11 commit e671343
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/Presets/CiusRo.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php
namespace Einvoicing\Presets;

/**
* CIUS-RO e-Factura
* @author Ministerul Finanțelor
* @link https://mfinante.gov.ro/web/efactura/informatii-tehnice
*/
class CiusRo extends AbstractPreset {
/**
* @inheritdoc
*/
public function getSpecification(): string {
return "urn:cen.eu:en16931:2017#compliant#urn:efactura.mfinante.ro:CIUS-RO:1.0.0";
}
}

0 comments on commit e671343

Please sign in to comment.