nexabase-report 0.2.6 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +255 -171
- package/dist/{html2canvas-CVvkCg-2.js → html2canvas-C7YA4nkW.js} +1 -1
- package/dist/{html2canvas-CVos72rP.js → html2canvas-Ch6xQdU-.js} +2 -2
- package/dist/{html2pdf-Cyvo1NsU.js → html2pdf-BmsoJhgy.js} +3 -3
- package/dist/{index-DxNI7UUB.js → index-TKDtDVn8.js} +22644 -20905
- package/dist/{index.es-Cl2FwCxT.js → index.es-DVVUHaBy.js} +2 -2
- package/dist/{jspdf.es.min-CluyHBde.js → jspdf.es.min-C0JdIV8T.js} +2 -2
- package/dist/lib/styles/_primevue-core.css +4 -4
- package/dist/nexabase-report.es.js +1 -1
- package/dist/nexabase-report.umd.js +151 -151
- package/examples/BlazorServer/Pages/FacturaReport.razor +52 -0
- package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/CodeChunks.db +0 -0
- package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/CodeChunks.db-shm +0 -0
- package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/CodeChunks.db-wal +0 -0
- package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/SemanticSymbols.db +0 -0
- package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/SemanticSymbols.db-shm +0 -0
- package/examples/blazor-report/.vs/blazor-report/CopilotIndices/18.5.39187.10602/SemanticSymbols.db-wal +0 -0
- package/examples/blazor-report/.vs/blazor-report.slnx/FileContentIndex/703a57d7-cf1c-457c-aa2c-6fb9398c8bf7.vsidx +0 -0
- package/examples/blazor-report/.vs/blazor-report.slnx/FileContentIndex/70741c74-9514-4067-90f8-96624e5a719f.vsidx +0 -0
- package/examples/blazor-report/.vs/blazor-report.slnx/FileContentIndex/7ca4089f-e321-418f-8d92-4cb41fb5a7fc.vsidx +0 -0
- package/examples/blazor-report/Components/App.razor +19 -0
- package/examples/blazor-report/Components/Layout/MainLayout.razor +23 -0
- package/examples/blazor-report/Components/Layout/MainLayout.razor.css +98 -0
- package/examples/blazor-report/Components/Layout/NavMenu.razor +30 -0
- package/examples/blazor-report/Components/Layout/NavMenu.razor.css +105 -0
- package/examples/blazor-report/Components/Layout/ReconnectModal.razor +31 -0
- package/examples/blazor-report/Components/Layout/ReconnectModal.razor.css +157 -0
- package/examples/blazor-report/Components/Layout/ReconnectModal.razor.js +63 -0
- package/examples/blazor-report/Components/Pages/Counter.razor +19 -0
- package/examples/blazor-report/Components/Pages/Error.razor +36 -0
- package/examples/blazor-report/Components/Pages/Factura.razor +32 -0
- package/examples/blazor-report/Components/Pages/Home.razor +16 -0
- package/examples/blazor-report/Components/Pages/NotFound.razor +5 -0
- package/examples/blazor-report/Components/Pages/Weather.razor +64 -0
- package/examples/blazor-report/Components/Routes.razor +6 -0
- package/examples/blazor-report/Components/_Imports.razor +11 -0
- package/examples/blazor-report/Program.cs +18 -0
- package/examples/blazor-report/Properties/launchSettings.json +23 -0
- package/examples/blazor-report/appsettings.Development.json +8 -0
- package/examples/blazor-report/appsettings.json +9 -0
- package/examples/blazor-report/bin/Debug/net10.0/appsettings.Development.json +8 -0
- package/examples/blazor-report/bin/Debug/net10.0/appsettings.json +9 -0
- package/examples/blazor-report/bin/Debug/net10.0/blazor-report.deps.json +23 -0
- package/examples/blazor-report/bin/Debug/net10.0/blazor-report.dll +0 -0
- package/examples/blazor-report/bin/Debug/net10.0/blazor-report.exe +0 -0
- package/examples/blazor-report/bin/Debug/net10.0/blazor-report.pdb +0 -0
- package/examples/blazor-report/bin/Debug/net10.0/blazor-report.runtimeconfig.json +20 -0
- package/examples/blazor-report/bin/Debug/net10.0/blazor-report.staticwebassets.endpoints.json +1 -0
- package/examples/blazor-report/bin/Debug/net10.0/blazor-report.staticwebassets.runtime.json +1 -0
- package/examples/blazor-report/blazor-report.csproj +12 -0
- package/examples/blazor-report/blazor-report.csproj.user +6 -0
- package/examples/blazor-report/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs +4 -0
- package/examples/blazor-report/obj/Debug/net10.0/ApiEndpoints.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/EmbeddedAttribute.cs +7 -0
- package/examples/blazor-report/obj/Debug/net10.0/ValidatableTypeAttribute.cs +9 -0
- package/examples/blazor-report/obj/Debug/net10.0/apphost.exe +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.AssemblyInfo.cs +23 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.AssemblyInfoInputs.cache +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.GeneratedMSBuildEditorConfig.editorconfig +71 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.GlobalUsings.g.cs +18 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.MvcApplicationPartsAssemblyInfo.cache +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.assets.cache +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.csproj.BuildWithSkipAnalyzers +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.csproj.CoreCompileInputs.cache +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.csproj.FileListAbsolute.txt +87 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.dll +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.genruntimeconfig.cache +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.pdb +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/blazor-report.sourcelink.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/01gcr5ok0d-{0}-tdbxkamptv-tdbxkamptv.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/0u122lzsqf-{0}-v0zj4ognzu-v0zj4ognzu.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/19vuobcugt-{0}-ausgxo2sd3-ausgxo2sd3.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/2w8s7d0tmu-{0}-c2oey78nd0-c2oey78nd0.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/3seby862hk-{0}-pj5nd1wqec-pj5nd1wqec.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/4z6vyi198a-{0}-c2jlpeoesf-c2jlpeoesf.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/56erzxf847-{0}-rzd6atqjts-rzd6atqjts.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/6pye2umi32-{0}-nvvlpmu67g-nvvlpmu67g.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/6rkf7abng5-{0}-xbbil6v7co-xbbil6v7co.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/7qckystb2n-{0}-jj8uyg4cgr-jj8uyg4cgr.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/7y9tnc1ana-{0}-hwaxidwiwj-hwaxidwiwj.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/7zwf5lrnue-{0}-notf2xhcfb-notf2xhcfb.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/83pb0ayzsm-{0}-k8d9w2qqmf-k8d9w2qqmf.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/88dhp3hbzx-{0}-37tfw0ft22-37tfw0ft22.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/a0n8vocv65-{0}-khv3u5hwcm-khv3u5hwcm.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/acjalqkfgt-{0}-7ma0977mvv-7ma0977mvv.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/bgsbrgy7vf-{0}-h1s4sie4z3-h1s4sie4z3.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/c6laszq5ww-{0}-46ein0sx1k-46ein0sx1k.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/dm27gmg8ll-{0}-fvhpjtyr6v-fvhpjtyr6v.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/es0hst4x17-{0}-ee0r1s7dh0-ee0r1s7dh0.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/f4eerlwe3k-{0}-63fj8s7r0e-63fj8s7r0e.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/f5b7s575cu-{0}-ub07r2b239-ub07r2b239.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/gi3zzjjv2d-{0}-iovd86k7lj-iovd86k7lj.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/h9k7hhwqjn-{0}-m2jb7tclhy-m2jb7tclhy.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/hd6b60w7a9-{0}-pk9g2wxc8p-pk9g2wxc8p.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/iepu09js1p-{0}-493y06b0oq-493y06b0oq.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/k77ggeojrw-{0}-bqjiyaj88i-bqjiyaj88i.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/kpxymjsba6-{0}-kbrnm935zg-kbrnm935zg.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/kq868t8x5q-{0}-fsbi9cje9m-fsbi9cje9m.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/lbvdfe28z6-{0}-b7pk76d08c-b7pk76d08c.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/ltulwrnpym-{0}-erw9l3u2r3-erw9l3u2r3.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/pcqcp3y12o-{0}-lcd1t2u6c8-lcd1t2u6c8.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/q6ii8s1dt0-{0}-abdmv1u4y3-abdmv1u4y3.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/r8rcl1ft48-{0}-ft3s53vfgj-ft3s53vfgj.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/relgedb7iz-{0}-6pdc2jztkx-6pdc2jztkx.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/s7ng5by487-{0}-hrwsygsryq-hrwsygsryq.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/sezds5me7x-{0}-d7shbmvgxk-d7shbmvgxk.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/soo3rna5ha-{0}-0j3bgjxly4-0j3bgjxly4.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/t11mfcypsb-{0}-s35ty4nyc5-s35ty4nyc5.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/t35fshhzld-{0}-06098lyss8-06098lyss8.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/tb3gndp62e-{0}-dxx9fxp4il-dxx9fxp4il.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/tmx7wa8ilq-{0}-vr1egmr9el-vr1egmr9el.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/v33f9mpzye-{0}-r4e9w2rdcm-r4e9w2rdcm.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/va8x872qf1-{0}-aexeepp0ev-aexeepp0ev.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/w5d5wye635-{0}-j5mq2jizvt-j5mq2jizvt.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/weriyjrep0-{0}-y7v9cxd14o-y7v9cxd14o.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/ycnqkrbal1-{0}-m2jb7tclhy-m2jb7tclhy.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/yl0vb4jg87-{0}-jd9uben2k1-jd9uben2k1.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/z5nx2tkgl4-{0}-khy4lop6wu-khy4lop6wu.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/zeckyeunui-{0}-6cfz1n2cew-6cfz1n2cew.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/compressed/zu2f3ffzwm-{0}-cosvhxvwiu-cosvhxvwiu.gz +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/rbcswa.dswa.cache.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/ref/blazor-report.dll +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/refint/blazor-report.dll +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/rjimswa.dswa.cache.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/rjsmcshtml.dswa.cache.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/rjsmrazor.dswa.cache.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/rpswa.dswa.cache.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/scopedcss/Components/Layout/MainLayout.razor.rz.scp.css +98 -0
- package/examples/blazor-report/obj/Debug/net10.0/scopedcss/Components/Layout/NavMenu.razor.rz.scp.css +105 -0
- package/examples/blazor-report/obj/Debug/net10.0/scopedcss/Components/Layout/ReconnectModal.razor.rz.scp.css +157 -0
- package/examples/blazor-report/obj/Debug/net10.0/scopedcss/bundle/blazor-report.styles.css +363 -0
- package/examples/blazor-report/obj/Debug/net10.0/scopedcss/projectbundle/blazor-report.bundle.scp.css +363 -0
- package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.build.endpoints.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.build.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.build.json.cache +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.development.json +1 -0
- package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.references.upToDateCheck.txt +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/staticwebassets.removed.txt +0 -0
- package/examples/blazor-report/obj/Debug/net10.0/swae.build.ex.cache +0 -0
- package/examples/blazor-report/obj/blazor-report.csproj.nuget.dgspec.json +499 -0
- package/examples/blazor-report/obj/blazor-report.csproj.nuget.g.props +19 -0
- package/examples/blazor-report/obj/blazor-report.csproj.nuget.g.targets +6 -0
- package/examples/blazor-report/obj/project.assets.json +542 -0
- package/examples/blazor-report/obj/project.nuget.cache +10 -0
- package/examples/blazor-report/wwwroot/app.css +60 -0
- package/examples/blazor-report/wwwroot/factura_de_recolecci/303/263n_de_residuos.json +528 -0
- package/examples/blazor-report/wwwroot/favicon.png +0 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css +4085 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css +6 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css +4084 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css +6 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css +597 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css +6 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css +594 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css +6 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css +5402 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css +6 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css +5393 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css +6 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.css +12057 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css +6 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css +12030 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css +6 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js +6314 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js +7 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js +4447 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js +7 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.js +4494 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map +1 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js +7 -0
- package/examples/blazor-report/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map +1 -0
- package/examples/integration/AspNetCoreRazorPages.cshtml +52 -0
- package/examples/integration/BlazorRazor.razor +84 -0
- package/examples/integration/BlazorServer.razor +91 -0
- package/examples/integration/index.html +100 -0
- package/examples/integration/integration-jquery.html +142 -0
- package/examples/viewer.html +58 -0
- package/package.json +4 -4
- package/dist/browser-lud4wlfC.js +0 -1473
|
@@ -0,0 +1,528 @@
|
|
|
1
|
+
{
|
|
2
|
+
"metadata": {
|
|
3
|
+
"version": "1.0",
|
|
4
|
+
"name": "Factura de Recolección de Residuos",
|
|
5
|
+
"description": "Ejemplo de factura ambiental con datos del cliente, detalle de residuos recolectados y tarifas aplicadas. Usa tres DataSources manuales relacionados por nofactura.",
|
|
6
|
+
"author": "NexaBase",
|
|
7
|
+
"createdAt": "2025-05-01T00:00:00.000Z"
|
|
8
|
+
},
|
|
9
|
+
"layout": {
|
|
10
|
+
"page": {
|
|
11
|
+
"format": "A4",
|
|
12
|
+
"orientation": "portrait",
|
|
13
|
+
"margins": {
|
|
14
|
+
"top": 1,
|
|
15
|
+
"right": 0.5,
|
|
16
|
+
"bottom": 1,
|
|
17
|
+
"left": 0.5
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"bands": [
|
|
21
|
+
{
|
|
22
|
+
"id": "rh_factura",
|
|
23
|
+
"type": "ReportHeader",
|
|
24
|
+
"height": 230,
|
|
25
|
+
"elements": [
|
|
26
|
+
{
|
|
27
|
+
"id": "rect_header",
|
|
28
|
+
"type": "Rectangle",
|
|
29
|
+
"x": 0,
|
|
30
|
+
"y": 0,
|
|
31
|
+
"width": 720,
|
|
32
|
+
"height": 120,
|
|
33
|
+
"shapeType": "Rectangle",
|
|
34
|
+
"options": {
|
|
35
|
+
"lineColor": "#1e40af",
|
|
36
|
+
"strokeWidth": 2,
|
|
37
|
+
"fillColor": "#f8fafc"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": "t_titulo",
|
|
42
|
+
"type": "Text",
|
|
43
|
+
"x": 20,
|
|
44
|
+
"y": 15,
|
|
45
|
+
"width": 400,
|
|
46
|
+
"height": 28,
|
|
47
|
+
"content": "FACTURA DE RECOLECCIÓN",
|
|
48
|
+
"style": {
|
|
49
|
+
"fontSize": "18px",
|
|
50
|
+
"fontWeight": "bold",
|
|
51
|
+
"color": "#1e3a8a"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"id": "t_nofactura",
|
|
56
|
+
"type": "Text",
|
|
57
|
+
"x": 500,
|
|
58
|
+
"y": 15,
|
|
59
|
+
"width": 200,
|
|
60
|
+
"height": 24,
|
|
61
|
+
"content": "N° {{nofactura}}",
|
|
62
|
+
"style": {
|
|
63
|
+
"fontSize": "16px",
|
|
64
|
+
"fontWeight": "bold",
|
|
65
|
+
"color": "#1e40af",
|
|
66
|
+
"textAlign": "right"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"id": "t_razon",
|
|
71
|
+
"type": "Text",
|
|
72
|
+
"x": 20,
|
|
73
|
+
"y": 50,
|
|
74
|
+
"width": 350,
|
|
75
|
+
"height": 18,
|
|
76
|
+
"content": "{{nombre}}",
|
|
77
|
+
"style": {
|
|
78
|
+
"fontSize": "14px",
|
|
79
|
+
"fontWeight": "bold",
|
|
80
|
+
"color": "#0f172a"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"id": "t_nit",
|
|
85
|
+
"type": "Text",
|
|
86
|
+
"x": 20,
|
|
87
|
+
"y": 70,
|
|
88
|
+
"width": 250,
|
|
89
|
+
"height": 16,
|
|
90
|
+
"content": "NIT: {{nit}}",
|
|
91
|
+
"style": {
|
|
92
|
+
"fontSize": "11px",
|
|
93
|
+
"color": "#475569"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"id": "t_direccion",
|
|
98
|
+
"type": "Text",
|
|
99
|
+
"x": 20,
|
|
100
|
+
"y": 88,
|
|
101
|
+
"width": 350,
|
|
102
|
+
"height": 16,
|
|
103
|
+
"content": "{{direccion}}",
|
|
104
|
+
"style": {
|
|
105
|
+
"fontSize": "11px",
|
|
106
|
+
"color": "#64748b"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"id": "t_ciudad",
|
|
111
|
+
"type": "Text",
|
|
112
|
+
"x": 20,
|
|
113
|
+
"y": 104,
|
|
114
|
+
"width": 250,
|
|
115
|
+
"height": 16,
|
|
116
|
+
"content": "{{ciudad}}",
|
|
117
|
+
"style": {
|
|
118
|
+
"fontSize": "11px",
|
|
119
|
+
"color": "#64748b"
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"id": "line_div",
|
|
124
|
+
"type": "Line",
|
|
125
|
+
"x": 0,
|
|
126
|
+
"y": 125,
|
|
127
|
+
"width": 720,
|
|
128
|
+
"height": 2,
|
|
129
|
+
"shapeType": "Line",
|
|
130
|
+
"options": {
|
|
131
|
+
"lineColor": "#1e40af",
|
|
132
|
+
"strokeWidth": 2
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"id": "t_fecha",
|
|
137
|
+
"type": "Text",
|
|
138
|
+
"x": 500,
|
|
139
|
+
"y": 130,
|
|
140
|
+
"width": 200,
|
|
141
|
+
"height": 16,
|
|
142
|
+
"content": "Fecha: {{fechaRecoleccion}}",
|
|
143
|
+
"style": {
|
|
144
|
+
"fontSize": "11px",
|
|
145
|
+
"color": "#64748b",
|
|
146
|
+
"textAlign": "right"
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
]
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"id": "db_residuos",
|
|
153
|
+
"type": "DataBand",
|
|
154
|
+
"height": 180,
|
|
155
|
+
"dataSource": "residuos",
|
|
156
|
+
"elements": [
|
|
157
|
+
{
|
|
158
|
+
"id": "t_items_title",
|
|
159
|
+
"type": "Text",
|
|
160
|
+
"x": 0,
|
|
161
|
+
"y": 5,
|
|
162
|
+
"width": 300,
|
|
163
|
+
"height": 20,
|
|
164
|
+
"content": "Detalle de Residuos Recolectados",
|
|
165
|
+
"style": {
|
|
166
|
+
"fontSize": "13px",
|
|
167
|
+
"fontWeight": "bold",
|
|
168
|
+
"color": "#1e3a8a"
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"id": "table_residuos",
|
|
173
|
+
"type": "Table",
|
|
174
|
+
"x": 0,
|
|
175
|
+
"y": 30,
|
|
176
|
+
"width": 720,
|
|
177
|
+
"height": 140,
|
|
178
|
+
"tableColumns": [
|
|
179
|
+
{
|
|
180
|
+
"id": "col1",
|
|
181
|
+
"title": "Fecha Recolección",
|
|
182
|
+
"width": 140,
|
|
183
|
+
"binding": "fechaRecoleccion"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"id": "col2",
|
|
187
|
+
"title": "Nombre del Residuo",
|
|
188
|
+
"width": 280,
|
|
189
|
+
"binding": "nombreResiduo",
|
|
190
|
+
"groupHeaderText": "{[UPPER(groupKey)]}",
|
|
191
|
+
"groupFooterText": "Subtotal {[groupKey]}: {sum(cantidad)} kg"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"id": "col3",
|
|
195
|
+
"title": "Cantidad (kg)",
|
|
196
|
+
"width": 120,
|
|
197
|
+
"binding": "cantidad",
|
|
198
|
+
"footerText": "Total: {[sum(cantidad)]}"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"id": "col4",
|
|
202
|
+
"title": "Doc. Relacionado",
|
|
203
|
+
"width": 160,
|
|
204
|
+
"binding": "documentoRelacionado"
|
|
205
|
+
}
|
|
206
|
+
],
|
|
207
|
+
"tableShowFooter": true,
|
|
208
|
+
"tableShowGroupHeader": true,
|
|
209
|
+
"tableShowGroupFooter": true,
|
|
210
|
+
"tableGroupBy": "nombreResiduo",
|
|
211
|
+
"style": {
|
|
212
|
+
"fontSize": "11px"
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
]
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"id": "db_tarifas",
|
|
219
|
+
"type": "DataBand",
|
|
220
|
+
"height": 160,
|
|
221
|
+
"dataSource": "tarifas",
|
|
222
|
+
"elements": [
|
|
223
|
+
{
|
|
224
|
+
"id": "t_tarifas_title",
|
|
225
|
+
"type": "Text",
|
|
226
|
+
"x": 0,
|
|
227
|
+
"y": 5,
|
|
228
|
+
"width": 300,
|
|
229
|
+
"height": 20,
|
|
230
|
+
"content": "Tarifas Aplicadas",
|
|
231
|
+
"style": {
|
|
232
|
+
"fontSize": "13px",
|
|
233
|
+
"fontWeight": "bold",
|
|
234
|
+
"color": "#1e3a8a"
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"id": "table_tarifas",
|
|
239
|
+
"type": "Table",
|
|
240
|
+
"x": 0,
|
|
241
|
+
"y": 30,
|
|
242
|
+
"width": 720,
|
|
243
|
+
"height": 110,
|
|
244
|
+
"tableColumns": [
|
|
245
|
+
{
|
|
246
|
+
"id": "col1",
|
|
247
|
+
"title": "Residuo",
|
|
248
|
+
"width": 240,
|
|
249
|
+
"binding": "residuo"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"id": "col2",
|
|
253
|
+
"title": "Tipo Tarifa",
|
|
254
|
+
"width": 140,
|
|
255
|
+
"binding": "tipoTarifa"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"id": "col3",
|
|
259
|
+
"title": "Precio Unit.",
|
|
260
|
+
"width": 120,
|
|
261
|
+
"binding": "precio"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"id": "col4",
|
|
265
|
+
"title": "Kilos Mínimos",
|
|
266
|
+
"width": 100,
|
|
267
|
+
"binding": "kilosMinimos"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"id": "col5",
|
|
271
|
+
"title": "Fact. Mínima",
|
|
272
|
+
"width": 100,
|
|
273
|
+
"binding": "facturacionMinima"
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
"style": {
|
|
277
|
+
"fontSize": "11px"
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
]
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"id": "rf_totales",
|
|
284
|
+
"type": "ReportFooter",
|
|
285
|
+
"height": 100,
|
|
286
|
+
"elements": [
|
|
287
|
+
{
|
|
288
|
+
"id": "line_footer",
|
|
289
|
+
"type": "Line",
|
|
290
|
+
"x": 300,
|
|
291
|
+
"y": 0,
|
|
292
|
+
"width": 400,
|
|
293
|
+
"height": 1,
|
|
294
|
+
"shapeType": "Line",
|
|
295
|
+
"options": {
|
|
296
|
+
"lineColor": "#94a3b8",
|
|
297
|
+
"strokeWidth": 1
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"id": "t_resumen",
|
|
302
|
+
"type": "Text",
|
|
303
|
+
"x": 350,
|
|
304
|
+
"y": 10,
|
|
305
|
+
"width": 150,
|
|
306
|
+
"height": 20,
|
|
307
|
+
"content": "Subtotal:",
|
|
308
|
+
"style": {
|
|
309
|
+
"fontSize": "12px",
|
|
310
|
+
"fontWeight": "bold",
|
|
311
|
+
"color": "#374151",
|
|
312
|
+
"textAlign": "right"
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"id": "t_subtotal_val",
|
|
317
|
+
"type": "Text",
|
|
318
|
+
"x": 510,
|
|
319
|
+
"y": 10,
|
|
320
|
+
"width": 180,
|
|
321
|
+
"height": 20,
|
|
322
|
+
"content": "${[sum(precio) * cantidad]}",
|
|
323
|
+
"style": {
|
|
324
|
+
"fontSize": "12px",
|
|
325
|
+
"color": "#1e40af",
|
|
326
|
+
"textAlign": "right"
|
|
327
|
+
}
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"id": "t_iva_label",
|
|
331
|
+
"type": "Text",
|
|
332
|
+
"x": 350,
|
|
333
|
+
"y": 32,
|
|
334
|
+
"width": 150,
|
|
335
|
+
"height": 18,
|
|
336
|
+
"content": "Total Items:",
|
|
337
|
+
"style": {
|
|
338
|
+
"fontSize": "11px",
|
|
339
|
+
"color": "#64748b",
|
|
340
|
+
"textAlign": "right"
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"id": "t_total_items",
|
|
345
|
+
"type": "Text",
|
|
346
|
+
"x": 510,
|
|
347
|
+
"y": 32,
|
|
348
|
+
"width": 180,
|
|
349
|
+
"height": 18,
|
|
350
|
+
"content": "${[count(nofactura)]}",
|
|
351
|
+
"style": {
|
|
352
|
+
"fontSize": "11px",
|
|
353
|
+
"color": "#475569",
|
|
354
|
+
"textAlign": "right"
|
|
355
|
+
}
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"id": "line_total",
|
|
359
|
+
"type": "Line",
|
|
360
|
+
"x": 350,
|
|
361
|
+
"y": 55,
|
|
362
|
+
"width": 340,
|
|
363
|
+
"height": 2,
|
|
364
|
+
"shapeType": "Line",
|
|
365
|
+
"options": {
|
|
366
|
+
"lineColor": "#1e40af",
|
|
367
|
+
"strokeWidth": 2
|
|
368
|
+
}
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"id": "t_total_label",
|
|
372
|
+
"type": "Text",
|
|
373
|
+
"x": 350,
|
|
374
|
+
"y": 60,
|
|
375
|
+
"width": 150,
|
|
376
|
+
"height": 24,
|
|
377
|
+
"content": "TOTAL A PAGAR:",
|
|
378
|
+
"style": {
|
|
379
|
+
"fontSize": "14px",
|
|
380
|
+
"fontWeight": "bold",
|
|
381
|
+
"color": "#1e3a8a",
|
|
382
|
+
"textAlign": "right"
|
|
383
|
+
}
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"id": "t_total_val",
|
|
387
|
+
"type": "Text",
|
|
388
|
+
"x": 510,
|
|
389
|
+
"y": 60,
|
|
390
|
+
"width": 180,
|
|
391
|
+
"height": 24,
|
|
392
|
+
"content": "${[sum(precio) * cantidad]}",
|
|
393
|
+
"style": {
|
|
394
|
+
"fontSize": "16px",
|
|
395
|
+
"fontWeight": "bold",
|
|
396
|
+
"color": "#1e40af",
|
|
397
|
+
"textAlign": "right"
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
]
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"id": "pf_factura",
|
|
404
|
+
"type": "PageFooter",
|
|
405
|
+
"height": 30,
|
|
406
|
+
"elements": [
|
|
407
|
+
{
|
|
408
|
+
"id": "t_pagina",
|
|
409
|
+
"type": "Text",
|
|
410
|
+
"x": 0,
|
|
411
|
+
"y": 8,
|
|
412
|
+
"width": 720,
|
|
413
|
+
"height": 16,
|
|
414
|
+
"content": "Página {{Page}} de {{TotalPages}} — Generado: {{Now}}",
|
|
415
|
+
"style": {
|
|
416
|
+
"fontSize": "9px",
|
|
417
|
+
"color": "#94a3b8",
|
|
418
|
+
"textAlign": "center"
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
]
|
|
422
|
+
}
|
|
423
|
+
],
|
|
424
|
+
"watermark": {
|
|
425
|
+
"text": "BORRADOR",
|
|
426
|
+
"opacity": 0.15,
|
|
427
|
+
"rotation": -45,
|
|
428
|
+
"color": "#cccccc",
|
|
429
|
+
"position": "center",
|
|
430
|
+
"pages": "all",
|
|
431
|
+
"behindContent": true
|
|
432
|
+
},
|
|
433
|
+
"generateTOC": false
|
|
434
|
+
},
|
|
435
|
+
"dataSources": [
|
|
436
|
+
{
|
|
437
|
+
"id": "ds_cliente",
|
|
438
|
+
"collection": "",
|
|
439
|
+
"alias": "cliente",
|
|
440
|
+
"enabled": true,
|
|
441
|
+
"isManual": true,
|
|
442
|
+
"manualData": [
|
|
443
|
+
{
|
|
444
|
+
"nofactura": "34",
|
|
445
|
+
"nombre": "CLIENTE EJEMPLO S.A.S.",
|
|
446
|
+
"nit": "900.123.456-7",
|
|
447
|
+
"direccion": "Calle 100 # 15-20",
|
|
448
|
+
"ciudad": "Bogotá D.C.",
|
|
449
|
+
"fechaRecoleccion": "2025-05-01"
|
|
450
|
+
}
|
|
451
|
+
]
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"id": "ds_residuos",
|
|
455
|
+
"collection": "",
|
|
456
|
+
"alias": "residuos",
|
|
457
|
+
"enabled": true,
|
|
458
|
+
"isManual": true,
|
|
459
|
+
"manualData": [
|
|
460
|
+
{
|
|
461
|
+
"nofactura": "34",
|
|
462
|
+
"fechaRecoleccion": "2025-05-01",
|
|
463
|
+
"nombreResiduo": "ÁCIDO CLORHÍDRICO",
|
|
464
|
+
"cantidad": 5,
|
|
465
|
+
"documentoRelacionado": "25"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"nofactura": "34",
|
|
469
|
+
"fechaRecoleccion": "2025-05-02",
|
|
470
|
+
"nombreResiduo": "ÁCIDO CLORHÍDRICO",
|
|
471
|
+
"cantidad": 3,
|
|
472
|
+
"documentoRelacionado": "26"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"nofactura": "34",
|
|
476
|
+
"fechaRecoleccion": "2025-05-01",
|
|
477
|
+
"nombreResiduo": "BIO SANITARIOS",
|
|
478
|
+
"cantidad": 5,
|
|
479
|
+
"documentoRelacionado": "28"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"nofactura": "34",
|
|
483
|
+
"fechaRecoleccion": "2025-05-03",
|
|
484
|
+
"nombreResiduo": "BIO SANITARIOS",
|
|
485
|
+
"cantidad": 2,
|
|
486
|
+
"documentoRelacionado": "30"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"nofactura": "34",
|
|
490
|
+
"fechaRecoleccion": "2025-05-01",
|
|
491
|
+
"nombreResiduo": "CLORURO FÉRRICO",
|
|
492
|
+
"cantidad": 8,
|
|
493
|
+
"documentoRelacionado": "31"
|
|
494
|
+
}
|
|
495
|
+
]
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"id": "ds_tarifas",
|
|
499
|
+
"collection": "",
|
|
500
|
+
"alias": "tarifas",
|
|
501
|
+
"enabled": true,
|
|
502
|
+
"isManual": true,
|
|
503
|
+
"manualData": [
|
|
504
|
+
{
|
|
505
|
+
"nofactura": "34",
|
|
506
|
+
"facturacionMinima": 0,
|
|
507
|
+
"kilosMinimos": 0,
|
|
508
|
+
"precio": 52200,
|
|
509
|
+
"residuo": "ÁCIDO CLORHÍDRICO",
|
|
510
|
+
"tipoTarifa": "Tarifa x Kilo"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"nofactura": "34",
|
|
514
|
+
"facturacionMinima": 0,
|
|
515
|
+
"kilosMinimos": 0,
|
|
516
|
+
"precio": 52200,
|
|
517
|
+
"residuo": "BIO SANITARIOS",
|
|
518
|
+
"tipoTarifa": "Tarifa x Kilo"
|
|
519
|
+
}
|
|
520
|
+
]
|
|
521
|
+
}
|
|
522
|
+
],
|
|
523
|
+
"dictionary": {
|
|
524
|
+
"dataSources": [],
|
|
525
|
+
"manualFields": []
|
|
526
|
+
},
|
|
527
|
+
"documentType": "Report"
|
|
528
|
+
}
|
|
Binary file
|