Insolvenzo – Public Formular
React-based WordPress plugin for structured insolvency public forms with automated PDF generation. Initially built for legally compliant “Bescheinigung nach § 903 ZPO” (P-Konto certificate). Gutenberg-integrated, server-side rendered, multilingual-ready, and designed for professional advisory environments.
by Janos · github.com/japa-le/insolvenzo-pkonto-bescheinigung
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/japa-le/insolvenzo-pkonto-bescheinigung/archive/refs/heads/main.zipInsolvenzo Form Plugin
A contemporary React-based WordPress plugin for Insolvenz public forms with PDF generation capabilities.
Description
The Insolvenzo Form Plugin provides a public React-based form for insolvency procedures - specifically designed for generating "Bescheinigung Pfändungskonto" (garnishment account certificates) with integrated PDF export functionality.
Features
- 📝 Dynamic React-based form component
- 📄 PDF generation and export
- 🎨 Gutenberg block integration
- ⚙️ Server-side rendering for accessibility
- 🌍 Multilingual support (German localization included)
Installation
-
Download or clone this repository to your WordPress plugins directory:
cd wp-content/plugins git clone https://github.com/yourusername/insolvenzo-form.git -
Install dependencies:
cd insolvenzo-form npm install -
Build the project:
npm run build -
Activate the plugin through the WordPress admin dashboard.
Usage
As a Gutenberg Block
- Create or edit a post/page in the WordPress editor
- Add the "Insolvenzo Form" block
- Configure the block settings as needed
Installation via ZIP
Alternatively, you can download the compiled plugin and upload it via WordPress admin:
- Go to Plugins → Add New → Upload Plugin
- Select the plugin ZIP file
- Activate the plugin
Development
Prerequisites
- Node.js (v14 or higher)
- npm or yarn
Setup
npm install
Development Build
npm run dev
Production Build
npm run build
Project Structure
insolvenzo-form/
├── src/ # Source files (React components, styles)
├── build/ # Built/compiled files
├── package.json # Project dependencies
├── insolvenzo-form.php # Main plugin file
└── README.md # This file
Requirements
- WordPress 5.0 or higher
- PHP 7.4 or higher
Author
Janos
Support
For issues, feature requests, or questions, please create an issue.
Changelog
1.0.0
- Initial release