Merge lp:~vauxoo/openerp-mexico-localization/7.0-l10n_mx_facturae_change_version2_to_version1_xlst_dev_carlos into lp:openerp-mexico-localization/7.0

Proposed by Juan Carlos Hernandez
Status: Merged
Merged at revision: 281
Proposed branch: lp:~vauxoo/openerp-mexico-localization/7.0-l10n_mx_facturae_change_version2_to_version1_xlst_dev_carlos
Merge into: lp:openerp-mexico-localization/7.0
Diff against target: 589 lines (+142/-48)
37 files modified
l10n_mx_facturae/SAT/TuristaPasajeroExtranjero.xslt (+1/-1)
l10n_mx_facturae/SAT/cadenaoriginal_2_2_l.xslt (+1/-1)
l10n_mx_facturae/SAT/cadenaoriginal_3_2/TuristaPasajeroExtranjero.xslt (+1/-1)
l10n_mx_facturae/SAT/cadenaoriginal_3_2/cadenaoriginal_3_2_l.xslt (+1/-1)
l10n_mx_facturae/SAT/cadenaoriginal_3_2/detallista.xslt (+1/-1)
l10n_mx_facturae/SAT/cadenaoriginal_3_2/divisas.xslt (+1/-1)
l10n_mx_facturae/SAT/cadenaoriginal_3_2/donat11.xslt (+1/-1)
l10n_mx_facturae/SAT/cadenaoriginal_3_2/ecb.xslt (+1/-1)
l10n_mx_facturae/SAT/cadenaoriginal_3_2/ecc.xslt (+1/-1)
l10n_mx_facturae/SAT/cadenaoriginal_3_2/iedu.xslt (+1/-1)
l10n_mx_facturae/SAT/cadenaoriginal_3_2/implocal.xslt (+1/-1)
l10n_mx_facturae/SAT/cadenaoriginal_3_2/leyendasFisc.xslt (+1/-1)
l10n_mx_facturae/SAT/cadenaoriginal_3_2/pfic.xslt (+1/-1)
l10n_mx_facturae/SAT/cadenaoriginal_3_2/psgecfd.xslt (+1/-1)
l10n_mx_facturae/SAT/cadenaoriginal_3_2/spei.xslt (+1/-1)
l10n_mx_facturae/SAT/cadenaoriginal_3_2/terceros11.xslt (+1/-1)
l10n_mx_facturae/SAT/cadenaoriginal_3_2/utilerias.xslt (+1/-1)
l10n_mx_facturae/SAT/cadenaoriginal_3_2/ventavehiculos.xslt (+1/-1)
l10n_mx_facturae/SAT/detallista.xslt (+1/-1)
l10n_mx_facturae/SAT/divisas.xslt (+1/-1)
l10n_mx_facturae/SAT/donat.xslt (+1/-1)
l10n_mx_facturae/SAT/donat11.xslt (+1/-1)
l10n_mx_facturae/SAT/ecb.xslt (+1/-1)
l10n_mx_facturae/SAT/ecc.xslt (+1/-1)
l10n_mx_facturae/SAT/iedu.xslt (+1/-1)
l10n_mx_facturae/SAT/implocal.xslt (+1/-1)
l10n_mx_facturae/SAT/leyendasFisc.xslt (+1/-1)
l10n_mx_facturae/SAT/pfic.xslt (+1/-1)
l10n_mx_facturae/SAT/psgcfdsp.xslt (+1/-1)
l10n_mx_facturae/SAT/psgecfd.xslt (+1/-1)
l10n_mx_facturae/SAT/terceros.xslt (+1/-1)
l10n_mx_facturae/SAT/terceros11.xslt (+1/-1)
l10n_mx_facturae/SAT/utilerias.xslt (+1/-1)
l10n_mx_facturae/SAT/ventavehiculos.xslt (+1/-1)
l10n_mx_facturae_report/data.xml (+1/-1)
l10n_mx_facturae_report/i18n/es_MX.po (+93/-0)
l10n_mx_facturae_report/report/invoice_facturae_html.mako (+14/-13)
To merge this branch: bzr merge lp:~vauxoo/openerp-mexico-localization/7.0-l10n_mx_facturae_change_version2_to_version1_xlst_dev_carlos
Reviewer Review Type Date Requested Status
Isaac López Zúñiga Pending
Rodolfo Lopez Pending
Moisés López - http://www.vauxoo.com Pending
Review via email: mp+183551@code.launchpad.net

Description of the change

se cambio la versión de los archivos .xslt para que no marcará errores de compilación

To post a comment you must log in.
278. By Juan Carlos Hernandez

[ADD][l10n_mx_facturae_report]add es_MX.po

279. By Juan Carlos Hernandez

[MERGE]

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'l10n_mx_facturae/SAT/TuristaPasajeroExtranjero.xslt'
2--- l10n_mx_facturae/SAT/TuristaPasajeroExtranjero.xslt 2013-08-31 20:53:28 +0000
3+++ l10n_mx_facturae/SAT/TuristaPasajeroExtranjero.xslt 2013-09-06 01:08:34 +0000
4@@ -1,5 +1,5 @@
5 <?xml version="1.0" encoding="UTF-8"?>
6-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:tpe="http://www.sat.gob.mx/TuristaPasajeroExtranjero">
7+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:tpe="http://www.sat.gob.mx/TuristaPasajeroExtranjero">
8 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
9 <!-- Manejador de nodos tipo tpe:TuristaPasajeroExtranjero -->
10 <xsl:template match="tpe:TuristaPasajeroExtranjero">
11
12=== modified file 'l10n_mx_facturae/SAT/cadenaoriginal_2_2_l.xslt'
13--- l10n_mx_facturae/SAT/cadenaoriginal_2_2_l.xslt 2013-08-31 20:53:28 +0000
14+++ l10n_mx_facturae/SAT/cadenaoriginal_2_2_l.xslt 2013-09-06 01:08:34 +0000
15@@ -1,5 +1,5 @@
16 <?xml version="1.0" encoding="UTF-8"?>
17-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:cfd="http://www.sat.gob.mx/cfd/2" xmlns:ecc="http://www.sat.gob.mx/ecc" xmlns:psgecfd="http://www.sat.gob.mx/psgecfd" xmlns:donat="http://www.sat.gob.mx/donat" xmlns:divisas="http://www.sat.gob.mx/divisas" xmlns:detallista="http://www.sat.gob.mx/detallista" xmlns:ecb="http://www.sat.gob.mx/ecb" xmlns:implocal="http://www.sat.gob.mx/implocal" xmlns:terceros="http://www.sat.gob.mx/terceros" xmlns:iedu="http://www.sat.gob.mx/iedu" xmlns:ventavehiculos="http://www.sat.gob.mx/ventavehiculos" xmlns:pfic="http://www.sat.gob.mx/pfic" xmlns:tpe="http://www.sat.gob.mx/TuristaPasajeroExtranjero" xmlns:leyendasFisc="http://www.sat.gob.mx/leyendasFiscales" xmlns:psgcfdsp="http://www.sat.gob.mx/psgcfdsp">
18+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:cfd="http://www.sat.gob.mx/cfd/2" xmlns:ecc="http://www.sat.gob.mx/ecc" xmlns:psgecfd="http://www.sat.gob.mx/psgecfd" xmlns:donat="http://www.sat.gob.mx/donat" xmlns:divisas="http://www.sat.gob.mx/divisas" xmlns:detallista="http://www.sat.gob.mx/detallista" xmlns:ecb="http://www.sat.gob.mx/ecb" xmlns:implocal="http://www.sat.gob.mx/implocal" xmlns:terceros="http://www.sat.gob.mx/terceros" xmlns:iedu="http://www.sat.gob.mx/iedu" xmlns:ventavehiculos="http://www.sat.gob.mx/ventavehiculos" xmlns:pfic="http://www.sat.gob.mx/pfic" xmlns:tpe="http://www.sat.gob.mx/TuristaPasajeroExtranjero" xmlns:leyendasFisc="http://www.sat.gob.mx/leyendasFiscales" xmlns:psgcfdsp="http://www.sat.gob.mx/psgcfdsp">
19 <!-- Con el siguiente método se establece que la salida deberá ser en texto -->
20 <!-- <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/> -->
21 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
22
23=== modified file 'l10n_mx_facturae/SAT/cadenaoriginal_3_2/TuristaPasajeroExtranjero.xslt'
24--- l10n_mx_facturae/SAT/cadenaoriginal_3_2/TuristaPasajeroExtranjero.xslt 2013-08-31 20:53:28 +0000
25+++ l10n_mx_facturae/SAT/cadenaoriginal_3_2/TuristaPasajeroExtranjero.xslt 2013-09-06 01:08:34 +0000
26@@ -1,5 +1,5 @@
27 <?xml version="1.0" encoding="UTF-8"?>
28-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:tpe="http://www.sat.gob.mx/TuristaPasajeroExtranjero">
29+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:tpe="http://www.sat.gob.mx/TuristaPasajeroExtranjero">
30 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
31 <!-- Manejador de nodos tipo tpe:TuristaPasajeroExtranjero -->
32 <xsl:template match="tpe:TuristaPasajeroExtranjero">
33
34=== modified file 'l10n_mx_facturae/SAT/cadenaoriginal_3_2/cadenaoriginal_3_2_l.xslt'
35--- l10n_mx_facturae/SAT/cadenaoriginal_3_2/cadenaoriginal_3_2_l.xslt 2013-08-31 20:53:28 +0000
36+++ l10n_mx_facturae/SAT/cadenaoriginal_3_2/cadenaoriginal_3_2_l.xslt 2013-09-06 01:08:34 +0000
37@@ -1,5 +1,5 @@
38 <?xml version="1.0" encoding="UTF-8"?>
39-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:cfdi="http://www.sat.gob.mx/cfd/3" xmlns:ecc="http://www.sat.gob.mx/ecc" xmlns:psgecfd="http://www.sat.gob.mx/psgecfd" xmlns:donat="http://www.sat.gob.mx/donat" xmlns:divisas="http://www.sat.gob.mx/divisas" xmlns:detallista="http://www.sat.gob.mx/detallista" xmlns:ecb="http://www.sat.gob.mx/ecb" xmlns:implocal="http://www.sat.gob.mx/implocal" xmlns:terceros="http://www.sat.gob.mx/terceros" xmlns:iedu="http://www.sat.gob.mx/iedu" xmlns:ventavehiculos="http://www.sat.gob.mx/ventavehiculos" xmlns:pfic="http://www.sat.gob.mx/pfic" xmlns:tpe="http://www.sat.gob.mx/TuristaPasajeroExtranjero" xmlns:leyendasFisc="http://www.sat.gob.mx/leyendasFiscales" xmlns:spei="http://www.sat.gob.mx/spei">
40+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:cfdi="http://www.sat.gob.mx/cfd/3" xmlns:ecc="http://www.sat.gob.mx/ecc" xmlns:psgecfd="http://www.sat.gob.mx/psgecfd" xmlns:donat="http://www.sat.gob.mx/donat" xmlns:divisas="http://www.sat.gob.mx/divisas" xmlns:detallista="http://www.sat.gob.mx/detallista" xmlns:ecb="http://www.sat.gob.mx/ecb" xmlns:implocal="http://www.sat.gob.mx/implocal" xmlns:terceros="http://www.sat.gob.mx/terceros" xmlns:iedu="http://www.sat.gob.mx/iedu" xmlns:ventavehiculos="http://www.sat.gob.mx/ventavehiculos" xmlns:pfic="http://www.sat.gob.mx/pfic" xmlns:tpe="http://www.sat.gob.mx/TuristaPasajeroExtranjero" xmlns:leyendasFisc="http://www.sat.gob.mx/leyendasFiscales" xmlns:spei="http://www.sat.gob.mx/spei">
41 <!-- Con el siguiente método se establece que la salida deberá ser en texto -->
42 <!-- Integración de complemento SPEI 14-08-2012> -->
43 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
44
45=== modified file 'l10n_mx_facturae/SAT/cadenaoriginal_3_2/detallista.xslt'
46--- l10n_mx_facturae/SAT/cadenaoriginal_3_2/detallista.xslt 2013-08-31 20:53:28 +0000
47+++ l10n_mx_facturae/SAT/cadenaoriginal_3_2/detallista.xslt 2013-09-06 01:08:34 +0000
48@@ -1,5 +1,5 @@
49 <?xml version="1.0" encoding="UTF-8"?>
50-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:detallista="http://www.sat.gob.mx/detallista">
51+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:detallista="http://www.sat.gob.mx/detallista">
52 <!-- <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/> -->
53 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
54 <!-- Manejador de nodos tipo detallista -->
55
56=== modified file 'l10n_mx_facturae/SAT/cadenaoriginal_3_2/divisas.xslt'
57--- l10n_mx_facturae/SAT/cadenaoriginal_3_2/divisas.xslt 2013-08-31 20:53:28 +0000
58+++ l10n_mx_facturae/SAT/cadenaoriginal_3_2/divisas.xslt 2013-09-06 01:08:34 +0000
59@@ -1,5 +1,5 @@
60 <?xml version="1.0" encoding="UTF-8"?>
61-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:divisas="http://www.sat.gob.mx/divisas">
62+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:divisas="http://www.sat.gob.mx/divisas">
63 <!-- Manejador de nodos tipo divisas:Divisas -->
64 <xsl:template match="divisas:Divisas">
65 <!-- Iniciamos el tratamiento de los atributos de divisas:Divisas -->
66
67=== modified file 'l10n_mx_facturae/SAT/cadenaoriginal_3_2/donat11.xslt'
68--- l10n_mx_facturae/SAT/cadenaoriginal_3_2/donat11.xslt 2013-08-31 20:53:28 +0000
69+++ l10n_mx_facturae/SAT/cadenaoriginal_3_2/donat11.xslt 2013-09-06 01:08:34 +0000
70@@ -1,5 +1,5 @@
71 <?xml version="1.0" encoding="UTF-8"?>
72-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:donat="http://www.sat.gob.mx/donat">
73+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:donat="http://www.sat.gob.mx/donat">
74 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
75 <!-- Manejador de nodos tipo donat:Donatarias -->
76 <xsl:template match="donat:Donatarias">
77
78=== modified file 'l10n_mx_facturae/SAT/cadenaoriginal_3_2/ecb.xslt'
79--- l10n_mx_facturae/SAT/cadenaoriginal_3_2/ecb.xslt 2013-08-31 20:53:28 +0000
80+++ l10n_mx_facturae/SAT/cadenaoriginal_3_2/ecb.xslt 2013-09-06 01:08:34 +0000
81@@ -1,5 +1,5 @@
82 <?xml version="1.0" encoding="UTF-8"?>
83-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:ecb="http://www.sat.gob.mx/ecb">
84+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:ecb="http://www.sat.gob.mx/ecb">
85 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
86 <!-- Manejador de nodos tipo ECB -->
87 <xsl:template match="ecb:EstadoDeCuentaBancario">
88
89=== modified file 'l10n_mx_facturae/SAT/cadenaoriginal_3_2/ecc.xslt'
90--- l10n_mx_facturae/SAT/cadenaoriginal_3_2/ecc.xslt 2013-08-31 20:53:28 +0000
91+++ l10n_mx_facturae/SAT/cadenaoriginal_3_2/ecc.xslt 2013-09-06 01:08:34 +0000
92@@ -1,5 +1,5 @@
93 <?xml version="1.0" encoding="UTF-8"?>
94-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:ecc="http://www.sat.gob.mx/ecc">
95+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:ecc="http://www.sat.gob.mx/ecc">
96
97 <!-- Manejador de nodos tipo ecc:EstadoDeCuentaCombustible -->
98 <xsl:template match="ecc:EstadoDeCuentaCombustible">
99
100=== modified file 'l10n_mx_facturae/SAT/cadenaoriginal_3_2/iedu.xslt'
101--- l10n_mx_facturae/SAT/cadenaoriginal_3_2/iedu.xslt 2013-08-31 20:53:28 +0000
102+++ l10n_mx_facturae/SAT/cadenaoriginal_3_2/iedu.xslt 2013-09-06 01:08:34 +0000
103@@ -1,5 +1,5 @@
104 <?xml version="1.0" encoding="UTF-8"?>
105-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:iedu="http://www.sat.gob.mx/iedu">
106+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:iedu="http://www.sat.gob.mx/iedu">
107 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
108 <!-- Manejador de nodos tipo iedu -->
109 <xsl:template match="iedu:instEducativas">
110
111=== modified file 'l10n_mx_facturae/SAT/cadenaoriginal_3_2/implocal.xslt'
112--- l10n_mx_facturae/SAT/cadenaoriginal_3_2/implocal.xslt 2013-08-31 20:53:28 +0000
113+++ l10n_mx_facturae/SAT/cadenaoriginal_3_2/implocal.xslt 2013-09-06 01:08:34 +0000
114@@ -1,5 +1,5 @@
115 <?xml version="1.0" encoding="UTF-8"?>
116-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:implocal="http://www.sat.gob.mx/implocal">
117+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:implocal="http://www.sat.gob.mx/implocal">
118 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
119 <!-- Manejador de nodos tipo implocal -->
120 <xsl:template match="implocal:ImpuestosLocales">
121
122=== modified file 'l10n_mx_facturae/SAT/cadenaoriginal_3_2/leyendasFisc.xslt'
123--- l10n_mx_facturae/SAT/cadenaoriginal_3_2/leyendasFisc.xslt 2013-08-31 20:53:28 +0000
124+++ l10n_mx_facturae/SAT/cadenaoriginal_3_2/leyendasFisc.xslt 2013-09-06 01:08:34 +0000
125@@ -1,5 +1,5 @@
126 <?xml version="1.0" encoding="UTF-8"?>
127-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:leyendasFisc="http://www.sat.gob.mx/leyendasFiscales">
128+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:leyendasFisc="http://www.sat.gob.mx/leyendasFiscales">
129 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
130 <!-- Manejador de nodos tipo leyendasFiscales -->
131 <xsl:template match="leyendasFisc:LeyendasFiscales">
132
133=== modified file 'l10n_mx_facturae/SAT/cadenaoriginal_3_2/pfic.xslt'
134--- l10n_mx_facturae/SAT/cadenaoriginal_3_2/pfic.xslt 2013-08-31 20:53:28 +0000
135+++ l10n_mx_facturae/SAT/cadenaoriginal_3_2/pfic.xslt 2013-09-06 01:08:34 +0000
136@@ -1,5 +1,5 @@
137 <?xml version="1.0" encoding="UTF-8"?>
138-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:pfic="http://www.sat.gob.mx/pfic">
139+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:pfic="http://www.sat.gob.mx/pfic">
140 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
141 <!-- Manejador de nodos tipo pfic:PFintegranteCoordinado -->
142 <xsl:template match="pfic:PFintegranteCoordinado">
143
144=== modified file 'l10n_mx_facturae/SAT/cadenaoriginal_3_2/psgecfd.xslt'
145--- l10n_mx_facturae/SAT/cadenaoriginal_3_2/psgecfd.xslt 2013-08-31 20:53:28 +0000
146+++ l10n_mx_facturae/SAT/cadenaoriginal_3_2/psgecfd.xslt 2013-09-06 01:08:34 +0000
147@@ -1,5 +1,5 @@
148 <?xml version="1.0" encoding="UTF-8"?>
149-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:psgecfd="http://www.sat.gob.mx/psgecfd">
150+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:psgecfd="http://www.sat.gob.mx/psgecfd">
151 <!-- Manejador de nodos tipo psgecfd:PrestadoresDeServiciosDeCFD -->
152 <xsl:template match="psgecfd:PrestadoresDeServiciosDeCFD">
153 <!-- Iniciamos el tratamiento de los atributos de psgecfd:PrestadoresDeServiciosDeCFD -->
154
155=== modified file 'l10n_mx_facturae/SAT/cadenaoriginal_3_2/spei.xslt'
156--- l10n_mx_facturae/SAT/cadenaoriginal_3_2/spei.xslt 2013-08-31 20:53:28 +0000
157+++ l10n_mx_facturae/SAT/cadenaoriginal_3_2/spei.xslt 2013-09-06 01:08:34 +0000
158@@ -1,5 +1,5 @@
159 <?xml version="1.0" encoding="UTF-8"?>
160-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:spei="http://www.sat.gob.mx/spei">
161+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:spei="http://www.sat.gob.mx/spei">
162 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
163
164 <!-- Manejador de nodos tipo Complemento_SPEI-->
165
166=== modified file 'l10n_mx_facturae/SAT/cadenaoriginal_3_2/terceros11.xslt'
167--- l10n_mx_facturae/SAT/cadenaoriginal_3_2/terceros11.xslt 2013-08-31 20:53:28 +0000
168+++ l10n_mx_facturae/SAT/cadenaoriginal_3_2/terceros11.xslt 2013-09-06 01:08:34 +0000
169@@ -1,5 +1,5 @@
170 <?xml version="1.0" encoding="UTF-8"?>
171-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:terceros="http://www.sat.gob.mx/terceros">
172+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:terceros="http://www.sat.gob.mx/terceros">
173 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
174 <!-- Manejador de nodos tipo PorCuentadeTerceros -->
175 <xsl:template match="terceros:PorCuentadeTerceros">
176
177=== modified file 'l10n_mx_facturae/SAT/cadenaoriginal_3_2/utilerias.xslt'
178--- l10n_mx_facturae/SAT/cadenaoriginal_3_2/utilerias.xslt 2013-08-31 20:53:28 +0000
179+++ l10n_mx_facturae/SAT/cadenaoriginal_3_2/utilerias.xslt 2013-09-06 01:08:34 +0000
180@@ -1,5 +1,5 @@
181 <?xml version="1.0" encoding="UTF-8"?>
182-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions">
183+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions">
184
185 <!-- Manejador de datos requeridos -->
186 <xsl:template name="Requerido">
187
188=== modified file 'l10n_mx_facturae/SAT/cadenaoriginal_3_2/ventavehiculos.xslt'
189--- l10n_mx_facturae/SAT/cadenaoriginal_3_2/ventavehiculos.xslt 2013-08-31 20:53:28 +0000
190+++ l10n_mx_facturae/SAT/cadenaoriginal_3_2/ventavehiculos.xslt 2013-09-06 01:08:34 +0000
191@@ -1,5 +1,5 @@
192 <?xml version="1.0" encoding="UTF-8"?>
193-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:ventavehiculos="http://www.sat.gob.mx/ventavehiculos">
194+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:ventavehiculos="http://www.sat.gob.mx/ventavehiculos">
195 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
196 <!-- Manejador de nodos tipo VentaVehiculos-->
197 <xsl:template match="ventavehiculos:VentaVehiculos">
198
199=== modified file 'l10n_mx_facturae/SAT/detallista.xslt'
200--- l10n_mx_facturae/SAT/detallista.xslt 2013-08-31 20:53:28 +0000
201+++ l10n_mx_facturae/SAT/detallista.xslt 2013-09-06 01:08:34 +0000
202@@ -1,5 +1,5 @@
203 <?xml version="1.0" encoding="UTF-8"?>
204-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:detallista="http://www.sat.gob.mx/detallista">
205+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:detallista="http://www.sat.gob.mx/detallista">
206 <!-- <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/> -->
207 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
208 <!-- Manejador de nodos tipo detallista -->
209
210=== modified file 'l10n_mx_facturae/SAT/divisas.xslt'
211--- l10n_mx_facturae/SAT/divisas.xslt 2013-08-31 20:53:28 +0000
212+++ l10n_mx_facturae/SAT/divisas.xslt 2013-09-06 01:08:34 +0000
213@@ -1,5 +1,5 @@
214 <?xml version="1.0" encoding="UTF-8"?>
215-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:divisas="http://www.sat.gob.mx/divisas">
216+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:divisas="http://www.sat.gob.mx/divisas">
217 <!-- Manejador de nodos tipo divisas:Divisas -->
218 <xsl:template match="divisas:Divisas">
219 <!-- Iniciamos el tratamiento de los atributos de divisas:Divisas -->
220
221=== modified file 'l10n_mx_facturae/SAT/donat.xslt'
222--- l10n_mx_facturae/SAT/donat.xslt 2013-08-31 20:53:28 +0000
223+++ l10n_mx_facturae/SAT/donat.xslt 2013-09-06 01:08:34 +0000
224@@ -1,5 +1,5 @@
225 <?xml version="1.0" encoding="UTF-8"?>
226-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:donat="http://www.sat.gob.mx/donat">
227+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:donat="http://www.sat.gob.mx/donat">
228
229 <!-- Manejador de nodos tipo donat:Donatarias -->
230 <xsl:template match="donat:Donatarias">
231
232=== modified file 'l10n_mx_facturae/SAT/donat11.xslt'
233--- l10n_mx_facturae/SAT/donat11.xslt 2013-08-31 20:53:28 +0000
234+++ l10n_mx_facturae/SAT/donat11.xslt 2013-09-06 01:08:34 +0000
235@@ -1,5 +1,5 @@
236 <?xml version="1.0" encoding="UTF-8"?>
237-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:donat="http://www.sat.gob.mx/donat">
238+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:donat="http://www.sat.gob.mx/donat">
239 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
240 <!-- Manejador de nodos tipo donat:Donatarias -->
241 <xsl:template match="donat:Donatarias">
242
243=== modified file 'l10n_mx_facturae/SAT/ecb.xslt'
244--- l10n_mx_facturae/SAT/ecb.xslt 2013-08-31 20:53:28 +0000
245+++ l10n_mx_facturae/SAT/ecb.xslt 2013-09-06 01:08:34 +0000
246@@ -1,5 +1,5 @@
247 <?xml version="1.0" encoding="UTF-8"?>
248-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:ecb="http://www.sat.gob.mx/ecb">
249+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:ecb="http://www.sat.gob.mx/ecb">
250 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
251 <!-- Manejador de nodos tipo ECB -->
252 <xsl:template match="ecb:EstadoDeCuentaBancario">
253
254=== modified file 'l10n_mx_facturae/SAT/ecc.xslt'
255--- l10n_mx_facturae/SAT/ecc.xslt 2013-08-31 20:53:28 +0000
256+++ l10n_mx_facturae/SAT/ecc.xslt 2013-09-06 01:08:34 +0000
257@@ -1,5 +1,5 @@
258 <?xml version="1.0" encoding="UTF-8"?>
259-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:ecc="http://www.sat.gob.mx/ecc">
260+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:ecc="http://www.sat.gob.mx/ecc">
261
262 <!-- Manejador de nodos tipo ecc:EstadoDeCuentaCombustible -->
263 <xsl:template match="ecc:EstadoDeCuentaCombustible">
264
265=== modified file 'l10n_mx_facturae/SAT/iedu.xslt'
266--- l10n_mx_facturae/SAT/iedu.xslt 2013-08-31 20:53:28 +0000
267+++ l10n_mx_facturae/SAT/iedu.xslt 2013-09-06 01:08:34 +0000
268@@ -1,5 +1,5 @@
269 <?xml version="1.0" encoding="UTF-8"?>
270-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:iedu="http://www.sat.gob.mx/iedu">
271+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:iedu="http://www.sat.gob.mx/iedu">
272 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
273 <!-- Manejador de nodos tipo iedu -->
274 <xsl:template match="iedu:instEducativas">
275
276=== modified file 'l10n_mx_facturae/SAT/implocal.xslt'
277--- l10n_mx_facturae/SAT/implocal.xslt 2013-08-31 20:53:28 +0000
278+++ l10n_mx_facturae/SAT/implocal.xslt 2013-09-06 01:08:34 +0000
279@@ -1,5 +1,5 @@
280 <?xml version="1.0" encoding="UTF-8"?>
281-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:implocal="http://www.sat.gob.mx/implocal">
282+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:implocal="http://www.sat.gob.mx/implocal">
283 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
284 <!-- Manejador de nodos tipo implocal -->
285 <xsl:template match="implocal:ImpuestosLocales">
286
287=== modified file 'l10n_mx_facturae/SAT/leyendasFisc.xslt'
288--- l10n_mx_facturae/SAT/leyendasFisc.xslt 2013-08-31 20:53:28 +0000
289+++ l10n_mx_facturae/SAT/leyendasFisc.xslt 2013-09-06 01:08:34 +0000
290@@ -1,5 +1,5 @@
291 <?xml version="1.0" encoding="UTF-8"?>
292-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:leyendasFisc="http://www.sat.gob.mx/leyendasFiscales">
293+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:leyendasFisc="http://www.sat.gob.mx/leyendasFiscales">
294 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
295 <!-- Manejador de nodos tipo leyendasFiscales -->
296 <xsl:template match="leyendasFisc:LeyendasFiscales">
297
298=== modified file 'l10n_mx_facturae/SAT/pfic.xslt'
299--- l10n_mx_facturae/SAT/pfic.xslt 2013-08-31 20:53:28 +0000
300+++ l10n_mx_facturae/SAT/pfic.xslt 2013-09-06 01:08:34 +0000
301@@ -1,5 +1,5 @@
302 <?xml version="1.0" encoding="UTF-8"?>
303-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:pfic="http://www.sat.gob.mx/pfic">
304+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:pfic="http://www.sat.gob.mx/pfic">
305 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
306 <!-- Manejador de nodos tipo pfic:PFintegranteCoordinado -->
307 <xsl:template match="pfic:PFintegranteCoordinado">
308
309=== modified file 'l10n_mx_facturae/SAT/psgcfdsp.xslt'
310--- l10n_mx_facturae/SAT/psgcfdsp.xslt 2013-08-31 20:53:28 +0000
311+++ l10n_mx_facturae/SAT/psgcfdsp.xslt 2013-09-06 01:08:34 +0000
312@@ -1,5 +1,5 @@
313 <?xml version="1.0" encoding="UTF-8"?>
314-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:psgcfdsp="http://www.sat.gob.mx/psgcfdsp">
315+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:psgcfdsp="http://www.sat.gob.mx/psgcfdsp">
316 <!-- Manejador de nodos tipo psgcfdsp:PrestadoresDeServiciosDeCFDSP -->
317 <xsl:template match="psgcfdsp:PrestadoresDeServiciosDeCFDSP">
318 <!-- Iniciamos el tratamiento de los atributos de psgcfdsp:PrestadoresDeServiciosDeCFDSP -->
319
320=== modified file 'l10n_mx_facturae/SAT/psgecfd.xslt'
321--- l10n_mx_facturae/SAT/psgecfd.xslt 2013-08-31 20:53:28 +0000
322+++ l10n_mx_facturae/SAT/psgecfd.xslt 2013-09-06 01:08:34 +0000
323@@ -1,5 +1,5 @@
324 <?xml version="1.0" encoding="UTF-8"?>
325-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:psgecfd="http://www.sat.gob.mx/psgecfd">
326+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:psgecfd="http://www.sat.gob.mx/psgecfd">
327 <!-- Manejador de nodos tipo psgecfd:PrestadoresDeServiciosDeCFD -->
328 <xsl:template match="psgecfd:PrestadoresDeServiciosDeCFD">
329 <!-- Iniciamos el tratamiento de los atributos de psgecfd:PrestadoresDeServiciosDeCFD -->
330
331=== modified file 'l10n_mx_facturae/SAT/terceros.xslt'
332--- l10n_mx_facturae/SAT/terceros.xslt 2013-08-31 20:53:28 +0000
333+++ l10n_mx_facturae/SAT/terceros.xslt 2013-09-06 01:08:34 +0000
334@@ -1,5 +1,5 @@
335 <?xml version="1.0" encoding="UTF-8"?>
336-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:terceros="http://www.sat.gob.mx/terceros">
337+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:terceros="http://www.sat.gob.mx/terceros">
338 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
339 <!-- Manejador de nodos tipo PorCuentadeTerceros -->
340 <xsl:template match="terceros:PorCuentadeTerceros">
341
342=== modified file 'l10n_mx_facturae/SAT/terceros11.xslt'
343--- l10n_mx_facturae/SAT/terceros11.xslt 2013-08-31 20:53:28 +0000
344+++ l10n_mx_facturae/SAT/terceros11.xslt 2013-09-06 01:08:34 +0000
345@@ -1,5 +1,5 @@
346 <?xml version="1.0" encoding="UTF-8"?>
347-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:terceros="http://www.sat.gob.mx/terceros">
348+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:terceros="http://www.sat.gob.mx/terceros">
349 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
350 <!-- Manejador de nodos tipo PorCuentadeTerceros -->
351 <xsl:template match="terceros:PorCuentadeTerceros">
352
353=== modified file 'l10n_mx_facturae/SAT/utilerias.xslt'
354--- l10n_mx_facturae/SAT/utilerias.xslt 2013-08-31 20:53:28 +0000
355+++ l10n_mx_facturae/SAT/utilerias.xslt 2013-09-06 01:08:34 +0000
356@@ -1,5 +1,5 @@
357 <?xml version="1.0" encoding="UTF-8"?>
358-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions">
359+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions">
360
361 <!-- Manejador de datos requeridos -->
362 <xsl:template name="Requerido">
363
364=== modified file 'l10n_mx_facturae/SAT/ventavehiculos.xslt'
365--- l10n_mx_facturae/SAT/ventavehiculos.xslt 2013-08-31 20:53:28 +0000
366+++ l10n_mx_facturae/SAT/ventavehiculos.xslt 2013-09-06 01:08:34 +0000
367@@ -1,5 +1,5 @@
368 <?xml version="1.0" encoding="UTF-8"?>
369-<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:ventavehiculos="http://www.sat.gob.mx/ventavehiculos">
370+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:ventavehiculos="http://www.sat.gob.mx/ventavehiculos">
371 <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
372 <!-- Manejador de nodos tipo VentaVehiculos-->
373 <xsl:template match="ventavehiculos:VentaVehiculos">
374
375=== modified file 'l10n_mx_facturae_report/data.xml'
376--- l10n_mx_facturae_report/data.xml 2013-06-05 22:41:51 +0000
377+++ l10n_mx_facturae_report/data.xml 2013-09-06 01:08:34 +0000
378@@ -1,6 +1,6 @@
379 <?xml version="1.0" ?>
380 <openerp>
381- <data noupdate="1">
382+ <data noupdate="0">
383 <record id="ir_header_webkit_facturae" model="ir.header_webkit">
384 <field name="footer_html"><![CDATA[<html>
385 <head>
386
387=== added file 'l10n_mx_facturae_report/i18n/es_MX.po'
388--- l10n_mx_facturae_report/i18n/es_MX.po 1970-01-01 00:00:00 +0000
389+++ l10n_mx_facturae_report/i18n/es_MX.po 2013-09-06 01:08:34 +0000
390@@ -0,0 +1,93 @@
391+# Translation of OpenERP Server.
392+# This file contains the translation of the following modules:
393+# * l10n_mx_notes_invoice
394+#
395+msgid ""
396+msgstr ""
397+"Project-Id-Version: OpenERP Server 7.0\n"
398+"Report-Msgid-Bugs-To: \n"
399+"POT-Creation-Date: 2013-06-30 06:59+0000\n"
400+"PO-Revision-Date: 2013-06-30 06:59+0000\n"
401+"Last-Translator: <>\n"
402+"Language-Team: \n"
403+"MIME-Version: 1.0\n"
404+"Content-Type: text/plain; charset=UTF-8\n"
405+"Content-Transfer-Encoding: \n"
406+"Plural-Forms: \n"
407+
408+#. module: l10n_mx_notes_invoice
409+#: view:res.company:0
410+msgid "Why fill the information?"
411+msgstr "¿Como llenar la información?"
412+
413+#. module: l10n_mx_notes_invoice
414+#: field:res.company,details:0
415+#: field:res.company,dict_var:0
416+#: field:res.company,sample:0
417+#: field:res.company,sample_dict:0
418+msgid "Variables to use in text"
419+msgstr "Variables usar"
420+
421+#. module: l10n_mx_notes_invoice
422+#: code:addons/l10n_mx_notes_invoice/res_company.py:57
423+#, python-format
424+msgid "If you like put the text \n"
425+"I Partner pay to the order of My Company the amount of $500.00, you need put:"
426+msgstr "Si se quiere colocar el texto \n"
427+"Yo Partner pagaré a la orden de Mi Compañia la cantidad de $500.00, Necesitas colocar:"
428+
429+#. module: l10n_mx_notes_invoice
430+#: field:res.company,sample_text:0
431+msgid "Promissory not"
432+msgstr "Notas Pagaré"
433+
434+#. module: l10n_mx_notes_invoice
435+#: code:addons/l10n_mx_notes_invoice/res_company.py:48
436+#, python-format
437+msgid "In the field 'Promissory note' you need put the text that you like that was colocate in the report as promissory, if you like take a data from the parner, company or the invoice you need create a new variable in the field 'Variables to use in text' as follows : \n'name_variable' : object.value of object, and when you need use an variable you put %(variable)s for use information from an object. \n"
438+"When you need information from the partner, use partner.field that you need from the partner, for company use company.field an equal for an field from invoice."
439+msgstr "En el campo 'Notas pagaré' se necesita colocar el texto que se quiere colocar en el Reporte como leyenda de pagaré, si se quiere tomar un dato del partner, compañia o de la factura se necesita crear una nueva variabe en el campo 'Variables para el texto' como se muestra: \n'nombre_variable' : objeto.valor del objeto, y cuando se necesite usar una variable se colocará %(variable)s para utilizar a informacion del objeto. \n"
440+"Cuando se necesite informacion del partner, usar partner.campo que se necesita, para la compañia usar company.campo, al igual para la factura."
441+
442+#. module: l10n_mx_notes_invoice
443+#: help:res.company,dinamic_text:0
444+msgid "This text will put in the report of Invoice"
445+msgstr "Este texto será utilizado en el reporte de FacturaE"
446+
447+#. module: l10n_mx_notes_invoice
448+#: model:ir.model,name:l10n_mx_notes_invoice.model_res_company
449+msgid "Companies"
450+msgstr "Compañías"
451+
452+#. module: l10n_mx_notes_invoice
453+#: code:addons/l10n_mx_notes_invoice/res_company.py:61
454+#, python-format
455+msgid "'partner_name' : partner.name, 'company_name' : company.name, 'invoice_amount' : invoice.amount_total"
456+msgstr "'partner_name' : partner.name, 'company_name' : company.name, 'invoice_amount' : invoice.amount_total"
457+
458+#. module: l10n_mx_notes_invoice
459+#: view:res.company:0
460+msgid "Sample"
461+msgstr "Ejemplo"
462+
463+#. module: l10n_mx_notes_invoice
464+#: help:res.company,dict_var:0
465+msgid "Put te variables used in text"
466+msgstr "Coloca las variables usadas en el texto"
467+
468+#. module: l10n_mx_notes_invoice
469+#: field:res.company,dinamic_text:0
470+msgid "Promissory note"
471+msgstr "Notas pagaré"
472+
473+#. module: l10n_mx_notes_invoice
474+#: code:addons/l10n_mx_notes_invoice/res_company.py:59
475+#, python-format
476+msgid "'I %(partner_name)s pay to the order of %(company_name)s the amount of %(invoice_amount)s'"
477+msgstr "'Yo %(partner_name)s pagaré a la orden de %(company_name)s la cantidad de %(invoice_amount)s'"
478+
479+#. module: l10n_mx_notes_invoice
480+#: view:res.company:0
481+msgid "Notes Invoice"
482+msgstr "Notas de Factura"
483+
484
485=== modified file 'l10n_mx_facturae_report/report/invoice_facturae_html.mako'
486--- l10n_mx_facturae_report/report/invoice_facturae_html.mako 2013-09-04 00:41:46 +0000
487+++ l10n_mx_facturae_report/report/invoice_facturae_html.mako 2013-09-06 01:08:34 +0000
488@@ -1,3 +1,4 @@
489+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
490 <html>
491 <head>
492 <style type="text/css">
493@@ -51,7 +52,7 @@
494 ${address_emitter.l10n_mx_street4 or ''|entity}
495 ${address_emitter.street2 or ''|entity}
496 ${address_emitter.zip or ''|entity}
497- <br />${_("Localidad:")} ${address_emitter.l10n_mx_city2 or ''|entity}
498+ <br/>${_("Localidad:")} ${address_emitter.l10n_mx_city2 or ''|entity}
499 <br/>${address_emitter.city or ''|entity}
500 , ${address_emitter.state_id and address_emitter.state_id.name or ''|entity}
501 , ${address_emitter.country_id and address_emitter.country_id.name or ''|entity}
502@@ -59,7 +60,7 @@
503 %if o.company_emitter_id.partner_id.regimen_fiscal_id:
504 <br/>${ o.company_emitter_id.partner_id.regimen_fiscal_id.name or ''|entity }
505 %endif
506- <br/>${address_emitter.phone and _("Teléfono(s):") or address_emitter.fax and _("Teléfono(s):") or address_emitter.mobile and _("Teléfono(s):") or ''|entity}
507+ <br/>${_("Tel&eacute;fono(s):")}
508 ${address_emitter.phone or ''|entity}
509 ${address_emitter.fax and ',' or ''|entity} ${address_emitter.fax or ''|entity}
510 ${address_emitter.mobile and ',' or ''|entity} ${address_emitter.mobile or ''|entity}
511@@ -165,8 +166,8 @@
512 <br/>${_("a")} ${o.date_invoice_tz or ''|entity}
513 %if o.invoice_sequence_id.approval_id.type != 'cbb':
514 ${_("Serie:")} ${get_approval() and get_approval().serie or _("Sin serie")|entity}
515- <br/>${_("Aprobación:")} ${get_approval() and get_approval().approval_number or _("Sin aprobación")|entity}
516- <br/>${_("Año Aprobación:")} ${get_approval() and get_approval().approval_year or _("No válido")|entity}
517+ <br/>${_("Aprobaci&oacute;n:")} ${get_approval() and get_approval().approval_number or _("Sin aprobaci&oacute;n")|entity}
518+ <br/>${_("A&ntilde;o Aprobaci&oacute;n:")} ${get_approval() and get_approval().approval_year or _("No v&aacute;lido")|entity}
519 %endif
520 </td>
521 </tr>
522@@ -176,7 +177,7 @@
523 <tr class="firstrow">
524 <th width="10%">${_("Cant.")}</th>
525 <th width="10%">${_("Unidad")}</th>
526- <th>${_("Descripción")}</th>
527+ <th>${_("Descripci&oacute;n")}</th>
528 <th width="9%" >${_("P.Unitario")}</th>
529 %if has_disc(o.invoice_line):
530 <th width="8%" >${_("Dto. %") or ''}</th>
531@@ -240,7 +241,7 @@
532 </tr>
533 <tr>
534 <td class="center_td">
535- ${_('PAGO EN UNA SOLA EXHIBICIÓN - EFECTOS FISCALES AL PAGO')}
536+ ${_('PAGO EN UNA SOLA EXHIBICI&Oacute;N - EFECTOS FISCALES AL PAGO')}
537 </td>
538 </tr>
539
540@@ -249,10 +250,10 @@
541 <br clear="all"/>
542 <!--code for cfd-->
543 %if 'cfdi' in o.invoice_sequence_id.approval_id.type:
544- <font class="font">“Este documento es una representacion impresa de un CFDI”
545+ <font class="font">“Este documento es una representación impresa de un CFDI”
546 <br/>CFDI, Comprobante Fiscal Digital por Internet</font>
547 %elif 'cfd' in o.invoice_sequence_id.approval_id.type:
548- ${_('“Este documento es una representacion impresa de un CFD”')}<br/>
549+ ${_('&quot;Este documento es una representaci&oacute;n impresa de un CFD&quot;')}<br/>
550 ${_('CFD, Comprobante Fiscal Digital')}
551 %endif
552 <!-- bank info-->
553@@ -267,7 +268,7 @@
554 <table class="basic_table" rules="all">
555 <tr>
556 <td class="data_bank_label">${_('Banco / Moneda')}</td>
557- <td class="data_bank_label">${_('Número de cuenta')}</td>
558+ <td class="data_bank_label">${_('N&uacute;mero de cuenta')}</td>
559 <td class="data_bank_label" width="30%">${_('Clave Interbancaria Estandarizada (CLABE)')}</td>
560 <td class="data_bank_label">${_('Referencia')}</td>
561 </tr>
562@@ -304,8 +305,8 @@
563 <table class="basic_table" rules="cols" style="border:1.5px solid grey;">
564 <tr>
565 <th width="33%">${_('Certificado del emisor')}</th>
566- <th width="34%">${_('Método de Pago')}</th>
567- <th width="33%">${_('Últimos 4 dígitos de la cuenta bancaria')}</th>
568+ <th width="34%">${_('M&eacute;todo de Pago')}</th>
569+ <th width="33%">${_('&Uacute;ltimos 4 d&iacute;gitos de la cuenta bancaria')}</th>
570 </tr>
571 <tr>
572 <td class="center_td">${ o.no_certificado or 'No identificado'|entity }</td>
573@@ -344,7 +345,7 @@
574 </tr>
575 </table>
576 %else:
577- <p> ${_('La aprobación CBB no pudo ser obtenida, por favor contacte a su administrador')}
578+ <p> ${_('La aprobaci&oacute;n CBB no pudo ser obtenida, por favor contacte a su administrador')}
579 %endif
580 %endif
581 <!--code for cfd22-->
582@@ -409,7 +410,7 @@
583 %endif
584 %if not o.invoice_sequence_id.approval_id.type:
585 <hr>
586- ${_('No se encontró la aprobación')}
587+ ${_('No se encontr&oacute; la aprobaci&oacute;n')}
588 <hr>
589 %endif
590