Compare commits
4 Commits
7de61ab179
...
e896bcc8d3
| Author | SHA1 | Date |
|---|---|---|
|
|
e896bcc8d3 | |
|
|
4e07a79e75 | |
|
|
cd6123c42e | |
|
|
7f720461ac |
|
|
@ -1 +1 @@
|
|||
/target/
|
||||
target/
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ public class ApplicationConfig extends Application {
|
|||
resources.add(com.qsoft.wmp.services.rest.ConsultaResource.class);
|
||||
resources.add(com.qsoft.wmp.services.rest.FarmaenlaceResource.class);
|
||||
resources.add(com.qsoft.wmp.services.rest.MultipartResource.class);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,96 +1,11 @@
|
|||
[
|
||||
{
|
||||
"headerIn": {
|
||||
"dispositivo": "james-laptop001",
|
||||
"canal": null,
|
||||
"medio": null,
|
||||
"aplicacion": "WeERPV1.0",
|
||||
"tipoTransaccion": "0101150",
|
||||
"usuario": "james",
|
||||
"uuid": "2e25aed60f2d4c63e33864a638b906f2df987a9b37ce3f8dafde7b565b2a6c41",
|
||||
"fechaHora": "20/05/2020 23:55:36",
|
||||
"idioma": "ES",
|
||||
"empresa": "Enigma-Lovers",
|
||||
"geolocalizacion": null
|
||||
"acceso": "Acceso norte 1",
|
||||
"fecha": "14/04/2020 16:55:22"
|
||||
},
|
||||
"bodyIn": {
|
||||
"tipoAccion": 1,
|
||||
"entidad": "DetalleLiquidacion",
|
||||
"entidades": [
|
||||
{
|
||||
"favCodigo": null,
|
||||
"favEstablecimiento": "001",
|
||||
"favPtoEmision": "001",
|
||||
"favSecuencial": "00000095",
|
||||
"favReferencia": null,
|
||||
"favClaveAcceso": null,
|
||||
"favAutorizacion": null,
|
||||
"favFechaRegistro": null,
|
||||
"favFechaAutorizacion": null,
|
||||
"favTotalImpuestos": null,
|
||||
"favTotalDescuentos": null,
|
||||
"favAdelanto": null,
|
||||
"favPendiente": null,
|
||||
"favTotalOtros": null,
|
||||
"favPropina": null,
|
||||
"favImporte": 50.2,
|
||||
"favTotal": null,
|
||||
"favDescripcion": null,
|
||||
"favObservacion": "Factura de prueba",
|
||||
"favDinamico": null,
|
||||
"detEstado": null,
|
||||
"detTipo": null,
|
||||
"cliCodigo": 1,
|
||||
"ejeCodigo": null,
|
||||
"sucCodigo": null,
|
||||
"usuCodigo": null,
|
||||
"cliMailNotifica": "test@qsoftec.com",
|
||||
"favFechaPago": null,
|
||||
"favFechaEmision": "2020-07-12 13:19:16",
|
||||
"detalle": [
|
||||
{
|
||||
"defOrden": null,
|
||||
"defCantidad": null,
|
||||
"defPrecioUnitario": null,
|
||||
"defValorDescuentos": null,
|
||||
"defValorImpuestos": null,
|
||||
"defValorOtros": null,
|
||||
"defDetalleAd": null,
|
||||
"defImporte": null,
|
||||
"defTotal": null,
|
||||
"defDescripcion": null,
|
||||
"artCodigo": null,
|
||||
"impuesto": [
|
||||
{
|
||||
"imfValor": null,
|
||||
"imfEstado": null,
|
||||
"rubCodigo": null
|
||||
}
|
||||
],
|
||||
"descuento": [
|
||||
{
|
||||
"dsfValor": null,
|
||||
"dsfEstado": null,
|
||||
"rubCodigo": null
|
||||
"acceso": "Salida peatonal sur",
|
||||
"fecha": "14/04/2020 22:55:22"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"impuesto": [
|
||||
{
|
||||
"imfValor": null,
|
||||
"imfEstado": null,
|
||||
"rubCodigo": null
|
||||
}
|
||||
],
|
||||
"descuento": [
|
||||
{
|
||||
"dsfValor": null,
|
||||
"dsfEstado": null,
|
||||
"rubCodigo": null
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
|
|
@ -57,9 +57,9 @@ function toggleAllBoxes() {
|
|||
<tr>
|
||||
<td>Tests passed/Failed/Skipped:</td><td>0/0/0</td>
|
||||
</tr><tr>
|
||||
<td>Started on:</td><td>Mon Jun 28 10:44:08 ECT 2021</td>
|
||||
<td>Started on:</td><td>Mon Jun 06 17:27:02 ECT 2022</td>
|
||||
</tr>
|
||||
<tr><td>Total time:</td><td>0 seconds (5 ms)</td>
|
||||
<tr><td>Total time:</td><td>0 seconds (4 ms)</td>
|
||||
</tr><tr>
|
||||
<td>Included groups:</td><td></td>
|
||||
</tr><tr>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated by org.testng.reporters.JUnitXMLReporter -->
|
||||
<testsuite ignored="0" hostname="james-laptop001" failures="0" tests="0" time="0.005" errors="0" timestamp="28 jun. 2021 15:44:08 GMT">
|
||||
<testsuite ignored="0" hostname="christian-X556UQK" failures="0" tests="0" time="0.004" errors="0" timestamp="06 jun. 2022 22:27:03 GMT">
|
||||
</testsuite>
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
<testng-results ignored="0" total="0" passed="0" failed="0" skipped="0">
|
||||
<reporter-output>
|
||||
</reporter-output>
|
||||
<suite started-at="2021-06-28T15:44:08Z" name="com.qsoft.test.Tester" finished-at="2021-06-28T15:44:08Z" duration-ms="5">
|
||||
<suite started-at="2022-06-06T22:27:02Z" name="com.qsoft.test.Tester" finished-at="2022-06-06T22:27:02Z" duration-ms="4">
|
||||
<groups>
|
||||
</groups>
|
||||
<test started-at="2021-06-28T15:44:08Z" name="Command line test" finished-at="2021-06-28T15:44:08Z" duration-ms="5">
|
||||
<test started-at="2022-06-06T22:27:02Z" name="Command line test" finished-at="2022-06-06T22:27:02Z" duration-ms="4">
|
||||
</test> <!-- Command line test -->
|
||||
</suite> <!-- com.qsoft.test.Tester -->
|
||||
</testng-results>
|
||||
|
|
|
|||
Loading…
Reference in New Issue