npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-pennylane-new-antislash

v1.7.8

Published

COMPLETE Pennylane node - 100% API coverage + Full CRUD operations + Trigger + User-friendly interface

Readme

n8n-nodes-pennylane-new-antislash

🚀 Node n8n officiel pour l'API Pennylane v2 - Complet & Production-Ready

✨ Fonctionnalités

  • 🎯 100% Couverture API - Tous les endpoints Pennylane v2
  • 🛠️ CRUD Complet - Create, Read, Update, Delete
  • 🔄 Trigger Node - Monitoring temps réel via Changelogs
  • 📋 Interface Intuitive - Dropdowns, validation, UI/UX optimisée
  • Boutons Add/Remove - Gestion dynamique des lignes de facture
  • 🎨 4 Méthodes de Création - Simple, Advanced, Dynamic, JSON Template

🚀 Installation

npm install n8n-nodes-pennylane-new-antislash

📋 Ressources Supportées

👥 Commercial

  • Customer - Clients (entreprise/particulier)
  • Product - Produits/services
  • Customer Invoice - Factures clients avec lignes multiples
  • Quote - Devis

🏢 Fournisseurs

  • Supplier - Fournisseurs
  • Supplier Invoice - Factures fournisseurs

💳 Financier

  • Bank Account - Comptes bancaires
  • Transaction - Transactions
  • SEPA Mandate - Mandats SEPA
  • GoCardless Mandate - Mandats GoCardless

📊 Comptabilité

  • Journal - Journaux comptables
  • Ledger Account - Plan comptable
  • Ledger Entry - Écritures comptables
  • Trial Balance - Balance comptable
  • Fiscal Year - Exercices fiscaux

🏷️ Catégorisation

  • Category - Catégories analytiques
  • Category Group - Groupes de catégories

🔄 Monitoring

  • Customer Invoice Changes - Changements factures clients
  • Supplier Invoice Changes - Changements factures fournisseurs
  • Customer Changes - Changements clients
  • Supplier Changes - Changements fournisseurs
  • Product Changes - Changements produits
  • Transaction Changes - Changements transactions

🎯 Création de Factures - 4 Méthodes

1. 📝 Simple Invoice (Quick)

Création rapide 1 ligne

Customer + Product + Quantity = Facture

2. 📋 Advanced Invoice (JSON Lines)

Lignes multiples via JSON

[
  {
    "product_id": 123,
    "quantity": "2",
    "raw_currency_unit_price": "7500",
    "unit": "hour",
    "vat_rate": "FR_200",
    "label": "Consultation IT",
    "discount_amount": "200"
  }
]

3. ➕ Dynamic Lines (Add/Remove) - RECOMMANDÉ

Interface avec vrais boutons Add/Remove

┌─────────────────────────────────────┐
│ 📦 Product: [Dropdown]             │
│ 🔢 Quantity: 2.5                   │
│ 💰 Unit Price (cents): 7500        │
│ 📝 Label: "Consultation IT"        │
│ 📏 Unit: Hour ▼                    │
│ 🎯 VAT Rate: 20% (FR_200) ▼        │
│ 💸 Discount: 200 cents             │
└─────────────────────────────────────┘
[➕ Add Line] [🗑️ Remove]

4. 📄 JSON Template (Complete)

Contrôle total avec JSON complet

🔧 Configuration

1. Credentials

  • API Token : Votre token API Pennylane
  • Company ID : ID de votre société

2. Authentification

Le node utilise l'authentification Bearer Token pour tous les appels API.

🎯 Exemples d'Usage

Créer un Client

Resource: Customer
Operation: Create
Customer Type: Company
Name: "Ma Société"
Email: "[email protected]"
SIRET: "12345678901234"

Créer une Facture Multi-Lignes

Resource: Customer Invoice
Operation: Create
Method: ➕ Dynamic Lines (Add/Remove)

Line 1:
- Product: Consultation IT
- Quantity: 2
- Unit Price: 7500 (75.00€)
- Unit: hour
- Discount: 200 cents

Line 2:
- Product: Formation
- Quantity: 1
- Unit Price: 15000 (150.00€)
- Unit: day

Global Discount: 10%

Trigger - Monitoring Temps Réel

Trigger: Pennylane Trigger
Resource Type: Customer Invoices
Event Types: Created, Updated
Poll Interval: 60 seconds

📚 Documentation API

Basé sur l'API officielle Pennylane v2 : https://pennylane.readme.io/reference

🐛 Support

📄 License

MIT

🎉 Contributors

Développé par Lamouller - @Lamouller


Si ce node vous aide, n'hésitez pas à mettre une étoile sur GitHub !