Compare commits
No commits in common. "e896bcc8d30c12587d1d02f6d0a2582f1c85b32d" and "7de61ab17921c5bd7b7335e55d0962caf5539f11" have entirely different histories.
e896bcc8d3
...
7de61ab179
|
|
@ -1 +1 @@
|
||||||
target/
|
/target/
|
||||||
|
|
@ -34,7 +34,6 @@ public class ApplicationConfig extends Application {
|
||||||
resources.add(com.qsoft.wmp.services.rest.ConsultaResource.class);
|
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.FarmaenlaceResource.class);
|
||||||
resources.add(com.qsoft.wmp.services.rest.MultipartResource.class);
|
resources.add(com.qsoft.wmp.services.rest.MultipartResource.class);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,96 @@
|
||||||
[
|
|
||||||
{
|
{
|
||||||
"acceso": "Acceso norte 1",
|
"headerIn": {
|
||||||
"fecha": "14/04/2020 16:55:22"
|
"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
|
||||||
},
|
},
|
||||||
|
"bodyIn": {
|
||||||
|
"tipoAccion": 1,
|
||||||
|
"entidad": "DetalleLiquidacion",
|
||||||
|
"entidades": [
|
||||||
{
|
{
|
||||||
"acceso": "Salida peatonal sur",
|
"favCodigo": null,
|
||||||
"fecha": "14/04/2020 22:55:22"
|
"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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"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>
|
<tr>
|
||||||
<td>Tests passed/Failed/Skipped:</td><td>0/0/0</td>
|
<td>Tests passed/Failed/Skipped:</td><td>0/0/0</td>
|
||||||
</tr><tr>
|
</tr><tr>
|
||||||
<td>Started on:</td><td>Mon Jun 06 17:27:02 ECT 2022</td>
|
<td>Started on:</td><td>Mon Jun 28 10:44:08 ECT 2021</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td>Total time:</td><td>0 seconds (4 ms)</td>
|
<tr><td>Total time:</td><td>0 seconds (5 ms)</td>
|
||||||
</tr><tr>
|
</tr><tr>
|
||||||
<td>Included groups:</td><td></td>
|
<td>Included groups:</td><td></td>
|
||||||
</tr><tr>
|
</tr><tr>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!-- Generated by org.testng.reporters.JUnitXMLReporter -->
|
<!-- Generated by org.testng.reporters.JUnitXMLReporter -->
|
||||||
<testsuite ignored="0" hostname="christian-X556UQK" failures="0" tests="0" time="0.004" errors="0" timestamp="06 jun. 2022 22:27:03 GMT">
|
<testsuite ignored="0" hostname="james-laptop001" failures="0" tests="0" time="0.005" errors="0" timestamp="28 jun. 2021 15:44:08 GMT">
|
||||||
</testsuite>
|
</testsuite>
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@
|
||||||
<testng-results ignored="0" total="0" passed="0" failed="0" skipped="0">
|
<testng-results ignored="0" total="0" passed="0" failed="0" skipped="0">
|
||||||
<reporter-output>
|
<reporter-output>
|
||||||
</reporter-output>
|
</reporter-output>
|
||||||
<suite started-at="2022-06-06T22:27:02Z" name="com.qsoft.test.Tester" finished-at="2022-06-06T22:27:02Z" duration-ms="4">
|
<suite started-at="2021-06-28T15:44:08Z" name="com.qsoft.test.Tester" finished-at="2021-06-28T15:44:08Z" duration-ms="5">
|
||||||
<groups>
|
<groups>
|
||||||
</groups>
|
</groups>
|
||||||
<test started-at="2022-06-06T22:27:02Z" name="Command line test" finished-at="2022-06-06T22:27:02Z" duration-ms="4">
|
<test started-at="2021-06-28T15:44:08Z" name="Command line test" finished-at="2021-06-28T15:44:08Z" duration-ms="5">
|
||||||
</test> <!-- Command line test -->
|
</test> <!-- Command line test -->
|
||||||
</suite> <!-- com.qsoft.test.Tester -->
|
</suite> <!-- com.qsoft.test.Tester -->
|
||||||
</testng-results>
|
</testng-results>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue