File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Version 0.3.4 2021-01-20
2
+
3
+ - Add missing ` Tipo de cambio DR ` field to documentos relacionados
4
+
1
5
# UNRELEASED 2020-10-11
2
6
3
7
- Testing: move ` cadenaoriginal_TFD_1_1.xslt ` to its correct location.
Original file line number Diff line number Diff line change 299
299
<strong>Serie: </strong><span><?= $ this ->e ($ doctoRelacionado ['Serie ' ])?> </span>
300
300
<strong>Folio: </strong><span><?= $ this ->e ($ doctoRelacionado ['Folio ' ])?> </span>
301
301
<strong>Moneda DR: </strong><span><?= $ this ->e ($ doctoRelacionado ['MonedaDR ' ])?> </span>
302
+ <strong>Tipo de cambio DR: </strong><span><?= $ this ->e ($ doctoRelacionado ['TipoCambioDR ' ])?> </span>
302
303
<strong>Método de pago DR: </strong><span><?= $ this ->e ($ doctoRelacionado ['MetodoDePagoDR ' ])?> </span>
303
304
<strong>Número parcialidad: </strong><span><?= $ this ->e ($ doctoRelacionado ['NumParcialidad ' ])?> </span>
304
305
<strong>Imp pagado: </strong><span><?= $ this ->e ($ doctoRelacionado ['ImpPagado ' ])?> </span>
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ public function testConverterWithPaymentData()
77
77
$ this ->assertContains ($ doctoRelacionado ['Serie ' ], $ contents );
78
78
$ this ->assertContains ($ doctoRelacionado ['Folio ' ], $ contents );
79
79
$ this ->assertContains ($ doctoRelacionado ['MonedaDR ' ], $ contents );
80
+ $ this ->assertContains ($ doctoRelacionado ['TipoCambioDR ' ], $ contents );
80
81
$ this ->assertContains ($ doctoRelacionado ['MetodoDePagoDR ' ], $ contents );
81
82
$ this ->assertContains ($ doctoRelacionado ['NumParcialidad ' ], $ contents );
82
83
$ this ->assertContains ($ doctoRelacionado ['ImpPagado ' ], $ contents );
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ El SelloCFD del complemento TimbreFiscalDigital no tiene datos válidos.
33
33
FormaDePagoP =" 03"
34
34
MonedaP =" MXN"
35
35
Monto =" 4000.00" >
36
- <pago10 : DoctoRelacionado IdDocumento =" 1A3CD882-EB73-484A-6971-1C2D29C9F264" Serie =" A" Folio =" 1847" MonedaDR =" MXN " MetodoDePagoDR =" PPD" NumParcialidad =" 1" ImpPagado =" 4000.00" ImpSaldoInsoluto =" 0.00" ImpSaldoAnt =" 4000.00" />
36
+ <pago10 : DoctoRelacionado IdDocumento =" 1A3CD882-EB73-484A-6971-1C2D29C9F264" Serie =" A" Folio =" 1847" MonedaDR =" USD " MetodoDePagoDR =" PPD" NumParcialidad =" 1" ImpPagado =" 4000.00" ImpSaldoInsoluto =" 0.00" ImpSaldoAnt =" 4000.00" TipoCambioDR = " 0.050522 " />
37
37
</pago10 : Pago >
38
38
</pago10 : Pagos >
39
39
<tfd : TimbreFiscalDigital xmlns : tfd =" http://www.sat.gob.mx/TimbreFiscalDigital" xsi : schemaLocation =" http://www.sat.gob.mx/TimbreFiscalDigital http://www.sat.gob.mx/sitio_internet/cfd/TimbreFiscalDigital/TimbreFiscalDigitalv11.xsd" Version =" 1.1" UUID =" 9FB6ED1A-5F37-4FEF-980A-7F8C83B51894" FechaTimbrado =" 2017-06-05T09:09:37" RfcProvCertif =" SFE0807172W7" SelloCFD =" W2Fr9AiEuUIFJUVRWMXWMHndDcwvpNCu2g0uTE58wutNkUgjq3J+5f7Kl/ygpAlQggmJB9dKBd2UsYjd94dGTvIso26CFdmW3QY+KBa5d/qpFBsnLxVq+NgP4l2MpAzMMlzD4AsyaTSPnKc6/xmFzIQszCEQ0DsQO+twW0VsxrI=" NoCertificadoSAT =" 20001000000300022779" SelloSAT =" a0U3KSPH6ouIzOnO3A5KUG+wKJ0Kg77SeDLdw8c4a4bLaib5dCxh4nv1Y/GFq7fgm3DQDCmPTzmcJ8BATwO8r9+e36Zcw0kHcVlJ8+VRz/oHYWyCgq4etsTybXtrqcnLeyCy6Oi38Yk/2lvEwnvtqSFSXrNTL/jA5ZEyeZxpwerGmuQ/NmUC4Ta5+DjjON7bZomfMNBMoAsnLj5uTEQa03mZGhbPg+h/RMLZ7GA2VXLFhxj68YXt/uR5tu4kJTjwTn0ZAK83wzYp68V2TJdEaW3JMLw/5EwXpqctV2drek3u2gt63S9Po2FHpmXDKVNM6LTw57iRQ8tnLSCeKP68Nw==" />
You can’t perform that action at this time.
0 commit comments