{"id":18812664,"url":"https://github.com/jsreport/new-arch","last_synced_at":"2026-01-12T00:30:17.748Z","repository":{"id":68709639,"uuid":"304702492","full_name":"jsreport/new-arch","owner":"jsreport","description":null,"archived":false,"fork":false,"pushed_at":"2021-07-29T16:23:48.000Z","size":134202,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-30T00:17:06.127Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsreport.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-16T18:01:28.000Z","updated_at":"2021-07-29T16:23:53.000Z","dependencies_parsed_at":"2023-09-23T12:55:57.952Z","dependency_job_id":null,"html_url":"https://github.com/jsreport/new-arch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsreport%2Fnew-arch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsreport%2Fnew-arch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsreport%2Fnew-arch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsreport%2Fnew-arch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsreport","download_url":"https://codeload.github.com/jsreport/new-arch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239748302,"owners_count":19690236,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T23:34:43.893Z","updated_at":"2026-01-12T00:30:17.718Z","avatar_url":"https://github.com/jsreport.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jsreport\n\n[![Join the chat at https://gitter.im/jsreport/jsreport](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jsreport/jsreport?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![NPM Version](http://img.shields.io/npm/v/jsreport.svg?style=flat-square)](https://npmjs.com/package/jsreport)\n[![NPM Downloads](https://img.shields.io/npm/dt/jsreport.svg?style=flat-square)](https://npmjs.com/package/jsreport)\n[![Docker Pulls](https://img.shields.io/docker/pulls/jsreport/jsreport)](https://hub.docker.com/r/jsreport/jsreport)\n[![Build Status](https://travis-ci.org/jsreport/jsreport.png?branch=master)](https://travis-ci.org/jsreport/jsreport)\n\n**Official distribution of jsreport**\u003cbr/\u003e\n*An open-source platform for designing and rendering various reports.*\n\njsreport is a reporting server which lets developers define reports using  javascript templating engines (like jsrender or handlebars). It supports various report output formats like html, pdf, excel and others.  It also includes advanced reporting features like user management, REST API, scheduling, designer or sending emails.\n\nYou can find more information on the official project website https://jsreport.net\n\n![studio](https://github.com/jsreport/website/blob/master/public/img/jsreport-demo.gif?raw=true)\n\n## Installation\nsee [https://jsreport.net/on-prem](http://jsreport.net/on-prem)\n\n\u003e **npm install -g jsreport-cli**\u003cbr/\u003e\n\u003e **jsreport init**\u003cbr/\u003e\n\u003e **jsreport configure**\u003cbr/\u003e\n\u003e **jsreport start**\n\n## Documentation\n\nsee [https://jsreport.net/learn](https://jsreport.net/learn) for an overview of concepts, guides, clients and general documentation.\n\n## Configuration\njsreport loads `jsreport.config.json` configuration file on start. The configuration file is the most common way to adapt jsreport settings like http port. In addition to configuration file you can use also corresponding command-line arguments or options passed directly through nodejs code.\n\nSee [config](https://jsreport.net/learn/configuration) documentation for details.\n\n## Extensions\nThe jsreport official distribution includes the most of the currently implemented extensions. However, there are still new extensions popping up which are not yet part of jsreport and you may like to additionally install it. See the list of extensions [here](https://github.com/jsreport/jsreport-core#list-of-extensions).\n\nYou are also not limited to extensions we provide to you and  you can implement your own. See the [Implementing custom extension](https://jsreport.net/learn/custom-extension) article.\n\n## Node.js\n\nYou can find documentation for adapting this jsreport distribution using nodejs and also information for integrating it into an existing nodejs application in the article [adapting jsreport](https://jsreport.net/learn/adapting-jsreport).\n\nThis distribution includes many extensions like jsreport studio you may not need. To start from the ground see repository [jsreport-core](https://github.com/jsreport/jsreport-core).\n\n## Contributions\n\njsreport is split into many separated repositories usually representing extensions or other reusable libraries. Please forward your contributions to the dedicated repository.\n\n## Roadmap\n- integrate to the xlsx recipe the same templating capabilities as in the docx\n- pdf linearization, PDF/A\n- docx/pptx - simple html embedding, raw openxml, memory optimization\n- word extension for reports design\n- async studio rendering - real-time log output\n- signing jsreport.exe\n- html-to-xlsx - images, filters...\n- nodejs workers usage\n- drag and drop designer [#121](../../issues/121)\n\nMore in the [backlog](https://github.com/jsreport/jsreport/issues).\n\n**Missing a feature? Submit a feature request.**\n\n## Vulnerabilities\n\nWe guarantee every release is stable and has 0 vulnerabilities mentioned in the npm audit. When you see a security warning in your audit, please just wait until we release the next version with the dependencies update, there is no need to create a ticket for it. In case you see a direct impact on jsreport security, please send us an email and we will apply a direct hotfix if it will be possible.\n\n## Licensing\nCopyright (C) 2020 Jan Blaha\n\nDo you want to use jsreport for a personal purpose, in a school project or a non-profit organization?\nThen you don't need the author's permission, just go on and use it. You can use jsreport without the author's permission\nalso when having a maximum 5 templates stored in jsreport storage.\n\nFor commercial projects using more than 5 stored report templates see [Pricing page](https://jsreport.net/buy).\n\nUnder any of the licenses, free or not, you are allowed to download the source code and make your own edits.\n\nIn every case, there are no warranties of any kind provided:\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsreport%2Fnew-arch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsreport%2Fnew-arch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsreport%2Fnew-arch/lists"}