Package Exports
- @pixelandprocess_de/n8n-nodes-lexware-office
- @pixelandprocess_de/n8n-nodes-lexware-office/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pixelandprocess_de/n8n-nodes-lexware-office) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
n8n Lexware Office Custom Node
A comprehensive n8n custom node for seamless integration with the Lexware Office API. This node provides full access to all major business resources including articles, contacts, invoices, orders, payments, and more, with advanced features like EU tax compliance, smart filtering, and comprehensive error handling.
๐ Quick Start
Prerequisites
- n8n: Version 0.125.0 or higher
- Node.js: Version 18.0.0 or higher
- Lexware Office API: Valid API credentials
Installation
Method 1: NPM Install (Recommended)
cd ~/.n8n/custom
npm install @pixelandprocess_de/n8n-nodes-lexware-officeNote: The package will be installed as @pixelandprocess_de/n8n-nodes-lexware-office in your custom nodes directory.
Method 2: Manual Installation
git clone https://github.com/fwartner/n8n-nodes-lexware-office.git
cd n8n-nodes-lexware-office
npm install && npm run build
cp -r dist ~/.n8n/custom/@pixelandprocess_de/n8n-nodes-lexware-officeMethod 3: Docker Installation
volumes:
- ./custom-nodes:/home/node/.n8n/custom
environment:
- N8N_CUSTOM_EXTENSIONS=/home/node/.n8n/customThen install the package in the custom-nodes directory:
mkdir -p custom-nodes
cd custom-nodes
npm install @pixelandprocess_de/n8n-nodes-lexware-office
docker-compose restart n8nMethod 4: GitHub Installation
For developers or users who want the latest features:
cd ~/.n8n/custom
git clone https://github.com/fwartner/n8n-nodes-lexware-office.git
cd n8n-nodes-lexware-office
npm install && npm run build
cp -r dist ../@pixelandprocess_de/n8n-nodes-lexware-officeSee GitHub Installation Guide for detailed instructions.
Configuration
- Restart n8n after installation
- Add credentials for your Lexware Office API
- Use the node in your workflows
โจ Features
- ๐ Full API Coverage: All major Lexware Office resources supported
- ๐ EU Tax Compliance: Built-in support for European business requirements
- ๐ Smart Filtering: Advanced search and filtering capabilities
- ๐ Status Management: Comprehensive status tracking and transitions
- ๐ Document Generation: PDF rendering and file download support
- โก Performance: Optimized with rate limiting and caching
- ๐ก๏ธ Error Handling: Robust error management and validation
- ๐ง Type Safety: Full TypeScript support with comprehensive interfaces
๐ฆ Supported Resources
| Resource | Operations | Description |
|---|---|---|
| ๐ Articles | CRUD + Specialized | Product and service management |
| ๐ฅ Contacts | CRUD + Specialized | Customer and vendor management |
| ๐ Countries | CRUD + Specialized | Geographic and tax information |
| ๐งพ Invoices | CRUD + Specialized | Full lifecycle management |
| ๐ Orders | CRUD + Specialized | Order confirmation and documents |
| ๐ฐ Payments | CRUD + Specialized | Payment processing and tracking |
| ๐ Quotations | CRUD + Specialized | Quote management and conversion |
| ๐ Vouchers | CRUD + Specialized | Accounting voucher handling |
| ๐ Files | CRUD + Specialized | Document management and metadata |
| โฐ Dunnings | CRUD + Specialized | Payment reminder management |
| ๐ Delivery Notes | CRUD + Specialized | Delivery tracking and management |
| ๐ณ Credit Notes | CRUD + Specialized | Credit and refund management |
| ๐ธ Down Payment Invoices | CRUD + Specialized | Partial payment handling |
| ๐ Event Subscriptions | CRUD + Specialized | Webhook and event management |
| โฑ๏ธ Payment Conditions | CRUD + Specialized | Payment terms and conditions |
| ๐ท๏ธ Posting Categories | CRUD + Specialized | Accounting categorization |
| ๐จ Print Layouts | CRUD + Specialized | Document formatting and templates |
| ๐ค Profiles | CRUD + Specialized | User and system profiles |
| ๐ Recurring Templates | CRUD + Specialized | Automated recurring operations |
| ๐ Triggers | Webhook Events | Real-time event monitoring and webhooks |
๐ฏ Available Operations
| Operation | Description | Resources |
|---|---|---|
| Create | Create new resources | All resources |
| Get | Retrieve single resource | All resources |
| Get All | List resources with filtering | All resources |
| Update | Modify existing resources | All resources |
| Delete | Remove resources | All resources |
| Specialized | Resource-specific operations | Varies by resource |
| Webhook Triggers | Real-time event monitoring | All business events |
๐ Webhook Triggers & Events
The Lexware Office Trigger Node provides real-time event monitoring capabilities for your workflows:
Event Types Supported
- Contact Events:
contact.created,contact.updated,contact.deleted - Invoice Events:
invoice.created,invoice.status.changed,invoice.paid,invoice.overdue - Quotation Events:
quotation.created,quotation.accepted,quotation.rejected - Payment Events:
payment.received,payment.processed - Article Events:
article.created,article.updated,article.deleted - File Events:
file.uploaded - Dunning Events:
dunning.created,dunning.status.changed
Advanced Features
- Smart Filtering: Filter by contact ID, voucher type, status, amount, and date ranges
- Webhook Security: HMAC-SHA256 signature verification
- Retry Mechanism: Automatic retry of failed deliveries
- Event Logging: Comprehensive monitoring and statistics
Use Cases
- Automated Customer Communication: Welcome emails, payment confirmations
- Invoice Processing: Status updates, payment reconciliation
- Sales Follow-up: Quotation management, opportunity tracking
- Document Management: File processing, automated workflows
๐ Complete Trigger Documentation - Detailed webhook trigger guide
๐๏ธ Project Structure
n8n-lexware-office/
โโโ ๐ dist/ # Compiled JavaScript files
โโโ ๐ nodes/ # Node implementations
โ โโโ ๐ LexwareOffice/ # Main node with SVG icon
โ โโโ LexwareOffice.node.ts # Main node implementation
โ โโโ LexwareOfficeTrigger.node.ts # Webhook trigger node
โโโ ๐ credentials/ # Credential types
โโโ ๐ resources/ # API resource handlers
โโโ ๐ utils/ # Utility functions
โโโ ๐ types/ # TypeScript type definitions
โโโ ๐ constants/ # Constants and enums
โโโ ๐ scripts/ # Build scripts
โโโ ๐ package.json # Package configuration
โโโ ๐ tsconfig.json # TypeScript configuration
โโโ ๐ README.md # This file
โโโ ๐ INSTALLATION.md # Installation guide
โโโ ๐ LICENSE # MIT license
โโโ ๐ .eslintrc.js # ESLint configuration
โโโ ๐ .prettierrc # Prettier configuration
โโโ ๐ .github/ # GitHub configurations๐ง Advanced Features
Smart Filtering
- Multi-criteria filtering with AND/OR logic
- Text-based search across multiple fields
- Date range filtering with timezone support
- Custom field filtering for extended data
EU Tax Compliance
- XRechnung support for German e-invoices
- EU country detection and tax rate management
- Distance sales support for cross-border operations
- Tax classification with automatic validation
Error Handling
- Comprehensive error codes with detailed messages
- HTTP status handling with proper error responses
- Rate limiting with automatic retry logic
- Validation errors with field-specific messages
๐ Documentation
- ๐ Installation Guide - Complete setup instructions
- ๐ GitHub Installation - Install directly from GitHub
- ๐ง API Reference - Detailed operation documentation
- ๐ Quick Start - Get up and running fast
- ๐๏ธ Project Structure - Code organization
- ๐ Supported Resources - Available functionality
- ๐ Webhook Triggers - Complete trigger and event documentation
๐ ๏ธ Development
Setup
git clone https://github.com/fwartner/n8n-nodes-lexware-office.git
cd n8n-nodes-lexware-office
npm installAvailable Scripts
| Script | Description |
|---|---|
npm run build |
Build the project |
npm run dev |
Watch mode for development |
npm run clean |
Clean build artifacts |
npm run lint |
Run ESLint |
npm run lint:fix |
Fix ESLint issues |
npm run format |
Format code with Prettier |
npm run format:check |
Check code formatting |
npm test |
Run tests (placeholder) |
Building for Production
npm run clean
npm run build
npm pack --dry-run # Test package creationTesting
# Build and test package
npm run build
npm pack --dry-run
# Verify dist folder contents
ls -la dist/๐ค Contributing
We welcome contributions! Please see our Contributing Guide for details.
- ๐ Report Bugs: Use our Bug Report Template
- ๐ก Request Features: Use our Feature Request Template
- ๐ง Submit PRs: Follow our Pull Request Template
- ๐ Improve Docs: Help make our documentation better
๐ License
This project is licensed under the MIT License - see the LICENSE file for details.
๐ Support
- ๐ Documentation: Check our Installation Guide
- ๐ฌ GitHub Issues: Report problems or request features
- ๐ n8n Community: Visit the n8n Community Forum
- ๐ง Email: Contact us at florian+npm@pixelandprocess.de
๐ Why Choose This Node?
- ๐ Enterprise Ready: Production-grade with comprehensive error handling
- ๐ EU Compliant: Built-in support for European business requirements
- ๐ Comprehensive: Covers all major Lexware Office resources
- ๐ Performance: Optimized with smart caching and rate limiting
- ๐ก๏ธ Reliable: Robust error handling and validation
- ๐ง Maintainable: Clean, well-documented TypeScript code
- ๐ค Community: Open source with active community support
๐ Statistics
- 12+ Business Resources supported
- 50+ Operations available
- 25+ Event Types for webhook triggers
- 100% TypeScript codebase
- MIT License for maximum flexibility
- Active Development with regular updates
- Community Driven with open contribution
โญ Star This Repository
If this project helps you, please give it a star! It motivates us to keep improving and adding new features.
๐ Contact
- Author: Florian Wartner
- Email: florian+npm@pixelandprocess.de
- GitHub: @fwartner
- Website: pixelandprocess.de
Built with โค๏ธ for the n8n community