-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #110 from eclipxe13/development
Add pagos 2.0 calculator & parciales construcción 1.0 elements (version 2.24.0)
- Loading branch information
Showing
102 changed files
with
4,094 additions
and
524 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,8 +55,8 @@ further defined and clarified by project maintainers. | |
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
reported by contacting the project team at [email protected]. All | ||
complaints will be reviewed and investigated and will result in a response that | ||
reported by contacting the project team at [[email protected]](mailto:[email protected]). | ||
All complaints will be reviewed and investigated and will result in a response that | ||
is deemed necessary and appropriate to the circumstances. The project team is | ||
obligated to maintain confidentiality with regard to the reporter of an incident. | ||
Further details of specific enforcement policies may be posted separately. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
development/ElementsMaker/specifications/ConsumoDeCombustibles11.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"php-namespace": "CfdiUtils\\Elements\\ConsumoDeCombustibles11", | ||
"prefix": "consumodecombustibles11", | ||
"xml-namespace": "http://www.sat.gob.mx/ConsumoDeCombustibles11", | ||
"xml-schemalocation": "http://www.sat.gob.mx/sitio_internet/cfd/consumodecombustibles/consumodeCombustibles11.xsd", | ||
"version-attribute": "version", | ||
"version-value": "1.1", | ||
"root-element": "ConsumoDeCombustibles", | ||
"structure": { | ||
"Conceptos": { | ||
"ConceptoConsumoDeCombustibles": { | ||
"multiple": true, | ||
"Determinados": { | ||
"Determinado": { | ||
"multiple": true | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
development/ElementsMaker/specifications/Donatarias11.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"php-namespace": "CfdiUtils\\Elements\\Donatarias11", | ||
"prefix": "donat", | ||
"xml-namespace": "http://www.sat.gob.mx/donat", | ||
"xml-schemalocation": "http://www.sat.gob.mx/sitio_internet/cfd/donat/donat11.xsd", | ||
"version-attribute": "version", | ||
"version-value": "1.1", | ||
"root-element": "Donatarias", | ||
"structure": { | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"php-namespace": "CfdiUtils\\Elements\\Iedu10", | ||
"prefix": "iedu", | ||
"xml-namespace": "http://www.sat.gob.mx/iedu", | ||
"xml-schemalocation": "http://www.sat.gob.mx/sitio_internet/cfd/iedu/iedu.xsd", | ||
"version-attribute": "version", | ||
"version-value": "1.0", | ||
"root-element": "instEducativas", | ||
"structure": { | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"php-namespace": "CfdiUtils\\Elements\\Ine11", | ||
"prefix": "ine", | ||
"xml-namespace": "http://www.sat.gob.mx/ine", | ||
"xml-schemalocation": "http://www.sat.gob.mx/sitio_internet/cfd/ine/ine11.xsd", | ||
"version-attribute": "Version", | ||
"version-value": "1.1", | ||
"root-element": "INE", | ||
"structure": { | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
development/ElementsMaker/specifications/LeyendasFiscales10.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"php-namespace": "CfdiUtils\\Elements\\LeyendasFiscales10", | ||
"prefix": "leyendasFisc", | ||
"xml-namespace": "http://www.sat.gob.mx/leyendasFiscales", | ||
"xml-schemalocation": "http://www.sat.gob.mx/sitio_internet/cfd/leyendasFiscales/leyendasFisc.xsd", | ||
"version-attribute": "version", | ||
"version-value": "1.0", | ||
"root-element": "LeyendasFiscales", | ||
"structure": { | ||
"Leyenda": { | ||
"multiple": true | ||
} | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
development/ElementsMaker/specifications/NotariosPublicos10.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"php-namespace": "CfdiUtils\\Elements\\NotariosPublicos10", | ||
"prefix": "notariospublicos", | ||
"xml-namespace": "http://www.sat.gob.mx/notariospublicos", | ||
"xml-schemalocation": "http://www.sat.gob.mx/sitio_internet/cfd/notariospublicos/notariospublicos.xsd", | ||
"version-attribute": "Version", | ||
"version-value": "1.0", | ||
"root-element": "NotariosPublicos", | ||
"structure": { | ||
"DescInmuebles": { | ||
"DescInmueble": { | ||
"multiple": true | ||
} | ||
}, | ||
"DatosOperacion": {}, | ||
"DatosNotario": {}, | ||
"DatosEnajenante": { | ||
"DatosUnEnajenante": {}, | ||
"DatosEnajenantesCopSC": { | ||
"DatosEnajenanteCopSC": { | ||
"multiple": true | ||
} | ||
} | ||
}, | ||
"DatosAdquiriente": { | ||
"DatosUnAdquiriente": {}, | ||
"DatosAdquirientesCopSC": { | ||
"DatosAdquirienteCopSC": { | ||
"multiple": true | ||
} | ||
} | ||
} | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
development/ElementsMaker/specifications/parcialescontruccion10.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"php-namespace": "CfdiUtils\\Elements\\ParcialesConstruccion10", | ||
"prefix": "servicioparcial", | ||
"xml-namespace": "http://www.sat.gob.mx/servicioparcialconstruccion", | ||
"xml-schemalocation": "http://www.sat.gob.mx/sitio_internet/cfd/servicioparcialconstruccion/servicioparcialconstruccion.xsd", | ||
"version-attribute": "Version", | ||
"version-value": "1.0", | ||
"root-element": "parcialesconstruccion", | ||
"structure": { | ||
"Inmueble": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.