Skip to content

Commit

Permalink
sec
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaime Cruz committed Nov 17, 2018
1 parent c550345 commit 4bf3aa6
Show file tree
Hide file tree
Showing 21 changed files with 1,799 additions and 97 deletions.
2 changes: 2 additions & 0 deletions 20100454523-RC-20171118-00001.resp
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<S:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"><S:Body><ns2:getStatusResponse xmlns:ns2="http://service.sunat.gob.pe"><status><content>UEsDBBQAAgAIALiQbk0AAAAAAgAAAAAAAAAGAAAAZHVtbXkvAwBQSwMEFAACAAgAuJBuTbugtQHHAwAAoQsAACMAAABSLTIwMTAwNDU0NTIzLVJDLTIwMTcxMTE4LTAwMDAxLnhtbLWWW3PaOhDH3/spPOahMz11ZBtIwGPocEkyTE8oJaEnc96ELYwOtuSRxK2f/ki+YRNnCp3pJA/yave3q792bdwvhyjUdohxTElPt25MXUPEoz4mQU9fvDwYHf1L/4MLmTOI4xB7UEjHOeIxJRxpMphwB7KevmXEoZBj7hAYIe7wGHl4lfk722XocG+NIugcuF+HMmw9o6GDuBI3olFEyf1BIKKOIR8lEhHBT1Bv6f0WdCjdvVog/D3gIAgYCqBAdVCf9/S1ELEDwH6/v9k3bygLgG2aJjC7QPr4HAeN3JtTGBf+aSJ+I7eUPQlUC4DIDoU0RkDvu1JaZzH8u1CKvzWllpKWRK5E333GAYFiy7I7v6hO2TcqDPkTsqL9D5rmjiChROoT4p+JRk9IrKmvDcKAMizW0TtYC1imwhro4Bme1SKNf6S3ElTpp4OEXVR4MdRs5bUaEWWowTg0+Bq2LTtDztEKMTkOSFvMJz1dV0ZpfmGQ8BVlEU8NZdMv01Ykyi/HN3hefZr6SuglAkkgOK/cHeMAcXGlYlKRRlmngvMDhlvUvx2sm4dmYB8W47vd8uv90/Nw+tDsLL+R15F1H74+jjo+eLTF0Tv8O5uOn5at4QxMfnYx/mvDN56/f7CeXhebzeK7tVl5/t3jf/erb997PReUs6j7AcUFyVYD1V4rd0Qa8WnG8E5OnrZBR+3jEAk4kyMqxxsx8VEjVGjb+FOKKUW5X9ExYbqvbbM7hgKmKxWVzrokT+X4+5p3MmX8NKEklPjnwQltwvkWsWfEMAzLFgW+Hl+KTVgpd7qNlohdT6tElxPk5YKTMqBQ66SjXNe/U8Dblw+oeUXJd7czGfetdsu2m7d3rW7T7rogs6a7qpyxEtM2rTvDsgyrk3kUOyfHFyx1MU0n+S+5JfbELf8o5chOgmylvpXNinsCsDqO2XZa3apzxoaeU5IlO4KyPC+mg5fSoQpHyo4zyMQxtSXLiS/VKz4zBUbW2ZR/drfdPoHA+1H5RtomKiBZlSpJd8CZJ3ivODmdWMCwOOBACOito+Sq1b66U0ZgeBraJKt8tfYbZxooW5qoJgj8Khk411k9IuIj9mekBLUJ5shDeHdNTtNstVttu3lxzpoUY+ptlQp54+W1FE9JU2ZayhTzkaFmxrJkk8uPk2nlfXtyqfT4iPpyeKrNndgSrzHiHsNxUuJ9qEkHVYzmY8gw1d7k+qytocaxTzXooVhAn6bgMiY/afk4p0NWOun94xRa1kWmQuIYS/uFl3VrXHNHFTSovyVQ/wu7/z9QSwECAAAUAAIACAC4kG5NAAAAAAIAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAZHVtbXkvUEsBAgAAFAACAAgAuJBuTbugtQHHAwAAoQsAACMAAAAAAAAAAQAAAAAAJgAAAFItMjAxMDA0NTQ1MjMtUkMtMjAxNzExMTgtMDAwMDEueG1sUEsFBgAAAAACAAIAhQAAAC4EAAAAAA==</content><statusCode>0</statusCode></status></ns2:getStatusResponse></S:Body></S:Envelope>
14 changes: 7 additions & 7 deletions cdefaults/tpls/boleta.html
Expand Up @@ -206,13 +206,13 @@
</thead>
<tbody>
<tr>
<td class="align-r">{%if taxableOperations %}{{taxableOperations|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if freeOperations %}{{freeOperations|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if unaffectedOperations %}{{unaffectedOperations|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if exemptedOperations %}{{exemptedOperations|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if totalAllowances %}{{totalAllowances|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if igvAmount %}{{igvAmount|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if payableAmount %}{{payableAmount|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if taxableOperations %}{{taxableOperations|number_format(2)}}{% endif %}</td>
<td class="align-r">{%if freeOperations %}{{freeOperations|number_format(2)}}{% endif %}</td>
<td class="align-r">{%if unaffectedOperations %}{{unaffectedOperations|number_format(2)}}{% endif %}</td>
<td class="align-r">{%if exemptedOperations %}{{exemptedOperations|number_format(2)}}{% endif %}</td>
<td class="align-r">{%if totalAllowances %}{{totalAllowances|number_format(2)}}{% endif %}</td>
<td class="align-r">{%if igvAmount %}{{igvAmount|number_format(2)}}{% endif %}</td>
<td class="align-r">{%if payableAmount %}{{payableAmount|number_format(2)}}{% endif %}</td>
</tr>
</tbody>
</table>
Expand Down
14 changes: 7 additions & 7 deletions cdefaults/tpls/factura.html
Expand Up @@ -206,13 +206,13 @@
</thead>
<tbody>
<tr>
<td class="align-r">{%if taxableOperations %}{{taxableOperations|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if freeOperations %}{{freeOperations|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if unaffectedOperations %}{{unaffectedOperations|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if exemptedOperations %}{{exemptedOperations|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if totalAllowances %}{{totalAllowances|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if igvAmount %}{{igvAmount|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if payableAmount %}{{payableAmount|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if taxableOperations %}{{taxableOperations|number_format(2)}}{% endif %}</td>
<td class="align-r">{%if freeOperations %}{{freeOperations|number_format(2)}}{% endif %}</td>
<td class="align-r">{%if unaffectedOperations %}{{unaffectedOperations|number_format(2)}}{% endif %}</td>
<td class="align-r">{%if exemptedOperations %}{{exemptedOperations|number_format(2)}}{% endif %}</td>
<td class="align-r">{%if totalAllowances %}{{totalAllowances|number_format(2)}}{% endif %}</td>
<td class="align-r">{%if igvAmount %}{{igvAmount|number_format(2)}}{% endif %}</td>
<td class="align-r">{%if payableAmount %}{{payableAmount|number_format(2)}}{% endif %}</td>
</tr>
</tbody>
</table>
Expand Down
14 changes: 7 additions & 7 deletions cdefaults/tpls/nota-credito.html
Expand Up @@ -206,13 +206,13 @@
</thead>
<tbody>
<tr>
<td class="align-r">{%if taxableOperations %}{{taxableOperations|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if freeOperations %}{{freeOperations|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if unaffectedOperations %}{{unaffectedOperations|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if exemptedOperations %}{{exemptedOperations|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if totalAllowances %}{{totalAllowances|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if igvAmount %}{{igvAmount|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if payableAmount %}{{payableAmount|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if taxableOperations %}{{taxableOperations|number_format(2)}}{% endif %}</td>
<td class="align-r">{%if freeOperations %}{{freeOperations|number_format(2)}}{% endif %}</td>
<td class="align-r">{%if unaffectedOperations %}{{unaffectedOperations|number_format(2)}}{% endif %}</td>
<td class="align-r">{%if exemptedOperations %}{{exemptedOperations|number_format(2)}}{% endif %}</td>
<td class="align-r">{%if totalAllowances %}{{totalAllowances|number_format(2)}}{% endif %}</td>
<td class="align-r">{%if igvAmount %}{{igvAmount|number_format(2)}}{% endif %}</td>
<td class="align-r">{%if payableAmount %}{{payableAmount|number_format(2)}}{% endif %}</td>
</tr>
</tbody>
</table>
Expand Down
14 changes: 7 additions & 7 deletions cdefaults/tpls/nota-debito.html
Expand Up @@ -206,13 +206,13 @@
</thead>
<tbody>
<tr>
<td class="align-r">{%if taxableOperations %}{{taxableOperations|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if freeOperations %}{{freeOperations|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if unaffectedOperations %}{{unaffectedOperations|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if exemptedOperations %}{{exemptedOperations|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if totalAllowances %}{{totalAllowances|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if igvAmount %}{{igvAmount|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if payableAmount %}{{payableAmount|number_format(2)}}{%endif%}</td>
<td class="align-r">{%if taxableOperations %}{{taxableOperations|number_format(2)}}{% endif %}</td>
<td class="align-r">{%if freeOperations %}{{freeOperations|number_format(2)}}{% endif %}</td>
<td class="align-r">{%if unaffectedOperations %}{{unaffectedOperations|number_format(2)}}{% endif %}</td>
<td class="align-r">{%if exemptedOperations %}{{exemptedOperations|number_format(2)}}{% endif %}</td>
<td class="align-r">{%if totalAllowances %}{{totalAllowances|number_format(2)}}{% endif %}</td>
<td class="align-r">{%if igvAmount %}{{igvAmount|number_format(2)}}{% endif %}</td>
<td class="align-r">{%if payableAmount %}{{payableAmount|number_format(2)}}{% endif %}</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 4bf3aa6

Please sign in to comment.