{"id":13555135,"url":"https://github.com/jsreport/jsreport","last_synced_at":"2025-04-25T14:48:08.217Z","repository":{"id":39898272,"uuid":"9118648","full_name":"jsreport/jsreport","owner":"jsreport","description":"javascript based business reporting platform :rocket:","archived":false,"fork":false,"pushed_at":"2025-04-07T15:30:21.000Z","size":229901,"stargazers_count":1231,"open_issues_count":128,"forks_count":244,"subscribers_count":55,"default_branch":"master","last_synced_at":"2025-04-18T11:51:09.235Z","etag":null,"topics":["excel","pdf","reporting"],"latest_commit_sha":null,"homepage":"https://jsreport.net","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,"zenodo":null}},"created_at":"2013-03-30T16:35:02.000Z","updated_at":"2025-04-11T16:01:40.000Z","dependencies_parsed_at":"2023-02-16T08:46:09.873Z","dependency_job_id":"30e5536e-9d19-49d4-b3a7-4fb400bf66f6","html_url":"https://github.com/jsreport/jsreport","commit_stats":{"total_commits":2088,"total_committers":20,"mean_commits":104.4,"dds":"0.48323754789272033","last_synced_commit":"4c6c4fad5a92a70ce33d7d6f96b15edd08532c0a"},"previous_names":[],"tags_count":113,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsreport%2Fjsreport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsreport%2Fjsreport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsreport%2Fjsreport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsreport%2Fjsreport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsreport","download_url":"https://codeload.github.com/jsreport/jsreport/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250561370,"owners_count":21450413,"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":["excel","pdf","reporting"],"created_at":"2024-08-01T12:03:03.071Z","updated_at":"2025-04-24T04:22:41.453Z","avatar_url":"https://github.com/jsreport.png","language":"JavaScript","readme":"\n# 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://github.com/jsreport/jsreport/actions/workflows/main.yml/badge.svg)](https://github.com/jsreport/jsreport/actions)\n\n*An open-source platform for designing and rendering various reports.*\n\njsreport is a reporting server letting developers define reports using javascript templating engines like handlebars. It supports various report output formats like html, pdf, excel, docx, 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\n\nBasic installation from the npm\n```sh            \nnpm install -g @jsreport/jsreport-cli\njsreport init\njsreport configure\njsreport start\n```\n\nYou can also download compiled binary or pull from the official docker images. See [https://jsreport.net/on-prem](http://jsreport.net/on-prem) for the details.\n\n## Documentation\n\nSee the [https://jsreport.net/learn](https://jsreport.net/learn) for an overview of concepts, guides, clients, and general documentation.\n\n## Extensions\nThe jsreport official distribution in npm, docker, or compiled binary includes the most commonly used extensions. However, the list of available extensions is much longer, and you may want to install some of the missing ones as well.  See the list of available packages [here](https://github.com/jsreport/jsreport/tree/master/packages) or in the [documentation](https://jsreport.net/learn).\n\nYou are also not limited to extensions we provide to you. You can implement your extensions. 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\nThe official jsreport distribution wires the most popular extensions into the ready-to-use package.\nHowever, if you are skilled, you are free to start from the ground using [jsreport-core](https://github.com/jsreport/jsreport/tree/master/packages/jsreport-core).\n\n## Development\nWe use [yarn](https://yarnpkg.com/) to manage the monorepo. The basic workflow is the following\n```sh\ngit clone https://github.com/jsreport/jsreport\nyarn install\nyarn start\n```\nThe tests for the individual package runs the following way\n\n```\nyarn workspace @jsreport/jsreport-scripts test\n```\n\nThe studio extensions development with the hot reload can be started using\n```\nset NODE_ENV=jsreport-development\u0026\u0026yarn start\n```\n\n## Roadmap\n- adding more features to docx/pptx/xlsx recipes\n- pdf compression\n- version control extension direct git integration and improvements\n- studio editor intellisense\n- html-to-xlsx - images, filters...\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 update vulnerable jsreport dependencies based on npm and Snyk audits during every release. Please wait until we release the next version when you notice a security warning in your audit. There is no need to create a ticket for it. In case you see a direct impact on jsreport security that you can replicate, please send us an email to support@jsreport.net and we will make sure it's fixed ASAP. Note there is no need to panic when there is a vulnerability mentioned in the audit because it is the most likely in the code path that is not used. A typical example of a vulnerability is an eventual DDoS attack through a dependency parsing some internal config, which in fact can't happen and isn't a vulnerability at all.\n\n## Licensing\nCopyright (C) 2025 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","funding_links":[],"categories":["JavaScript","JAVASCRIPT","Office \u0026 Reports","others","pdf"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsreport%2Fjsreport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsreport%2Fjsreport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsreport%2Fjsreport/lists"}