FatturaFacile is a WordPress plugin that simplifies quote and client management directly from your website. Create unlimited clients and quotes, send them via a public acceptance link, track who accepted or rejected, and let your customers reply online.
A separate Pro add-on (sold elsewhere) extends the plugin with electronic invoicing, XML SDI 1.7.1 generation, and automatic submission to the Italian Sistema di Interscambio.
This plugin does not connect to any external service. All data is processed locally on your WordPress installation.
The separately available Pro add-on (not included in this plugin) connects to additional external services for electronic invoicing (SDI submission). Those services are documented in the Pro add-on’s own readme.
The full source code for this plugin (including the React sources for the admin UI) is included in the plugin zip under /src/. The compiled admin bundle is generated using @wordpress/scripts (webpack-based) and produced at /admin/js/ffwp-admin.js.
The admin JavaScript bundle is generated from the React source files in /src/. To rebuild it:
npm installnpm run buildThis produces /admin/js/ffwp-admin.js and /admin/js/ffwp-admin.asset.php. The build configuration uses the official WordPress build toolchain (@wordpress/scripts).
These libraries are bundled into the compiled admin/js/ffwp-admin.js file via the build process. Their unminified source code is available in the node_modules/ directory after running npm install, or directly on their respective public repositories.