From 7b41879ae76d226e5c18651e06a6de99151f2406 Mon Sep 17 00:00:00 2001 From: Lukas <76838159+wolflu05@users.noreply.github.com> Date: Thu, 17 Apr 2025 00:40:22 +0200 Subject: [PATCH] add inventree-report-lsp-plugin (#233) * add inventree-report-lsp-plugin * Update inventree-report-lsp-plugin.md * Update inventree-report-lsp-plugin.md --- _repo/inventree-report-lsp-plugin.md | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 _repo/inventree-report-lsp-plugin.md diff --git a/_repo/inventree-report-lsp-plugin.md b/_repo/inventree-report-lsp-plugin.md new file mode 100644 index 00000000..0022a6dc --- /dev/null +++ b/_repo/inventree-report-lsp-plugin.md @@ -0,0 +1,31 @@ +--- +name: inventree-report-lsp-plugin +author: wolflu05 +license: GPL-3.0+ +open_source: true +stable: true +maintained: true +pypi: true +package_name: inventree-report-lsp-plugin +github: https://github.com/wolflu05/inventree-report-lsp-plugin +gitlab: +source: +issue_tracker: https://github.com/wolflu05/inventree-report-lsp-plugin/issues +website: +categories: + - Label + - Reporting +tags: + - Label + - report + - LSP +--- + +A report editor with auto completion, diagnostic messages and many more capabilities to help with creating custom templates, powered by [django-template-lsp](https://github.com/fourdigits/django-template-lsp). + +[![License: GPL3](https://img.shields.io/badge/License-GPLv3-yellow.svg)](https://opensource.org/license/gpl-3-0) +![CI](https://github.com/wolflu05/inventree-report-lsp-plugin/actions/workflows/ci.yml/badge.svg) + +![Screenshot](https://github.com/user-attachments/assets/7ef62cea-ab03-4e6e-a25b-5e67df56ad5b) + +To install this plugin, follow the guide on the [Readme](https://github.com/wolflu05/inventree-report-lsp-plugin?tab=readme-ov-file#%EF%B8%8F-installation). Note, that at least InvenTree v0.18.0 is required to use this plugin.