Bizuno by PhreeSoft is the ultimate open-source ERP/Accounting/CRM solution – modern, fast, secure, and infinitely customizable. Evolved from PhreeBooks, Bizuno delivers enterprise-grade tools without the enterprise price tag.
Install this plugin, activate it, click the Bizuno menu – and in minutes you have a full-featured business management system running privately on your own server. No cloud dependency, full data ownership, unlimited users, and total control.
Standout Features to Transform Your Business
- True Double-Entry Accounting – General ledger, AR/AP, bank rec, multi-currency, financial reports.
- Advanced Inventory & Multi-Warehouse – Serial/lot tracking, BOMs/assemblies, real-time stock across locations.
- Multi-Store Mastery – Manage multiple stores, locations, or companies from one central Bizuno instance.
- US Sales Tax Automation – Built-in calculator with accurate, real-time US tax handling (powered by PhreeSoft API).
- Integrated Shipping Powerhouse – Connect USPS, FedEx, UPS for real-time rate quotes, label generation, package tracking, and freight bill reconciliation – streamline logistics and cut costs.
- ISO 9001 Compliance Streamlining – Process tracking, audit trails, customizable reports/forms, and quality management tools to simplify certification and ongoing audits.
- CRM & Sales/Purchasing Cycle – Customers/vendors, quotes → orders → invoices, RFQs → POs → bills/payments.
- 50+ Professional Reports + PhreeForm Builder – Drag-and-drop custom reports, invoices, statements, and analytics.
- Personalized Dashboards – 20+ widgets, per-menu/user configurable – instant business insights.
- Responsive & User-Friendly – Works flawlessly on desktop, tablet, mobile; multi-language, role-based security, custom themes/icons/colors.
- Extensible Ecosystem – Modules for payments (Stripe, PayFabric), marketplaces, advanced shipping/tax – plus excellent WooCommerce sync via Bizuno API plugin.
- Self-Hosted Freedom – Your server, your data, no subscriptions (optional PhreeSoft Cloud available).
Trusted evolution of PhreeBooks since 2007 – now faster, more secure, and packed with modern features.
7.4.2
- Fix: install/connection failed on locked-down managed MySQL hosts (GoDaddy and similar) with "1227 Access denied; you need ... SESSION_VARIABLES_ADMIN". The DB layer set server-global charset variables on connect, which shared hosts forbid. Now negotiates charset via the PDO DSN (no privileges needed) and uses a guarded
SET NAMES. Fixes activation on restricted hosting.
7.4.1
- Fix: dashboard JavaScript broke on fresh 7.4.0 installs — the version string emitted into an inline script carried a trailing newline, producing an unterminated JS string literal that halted page scripts (
bizID is not defined). Version is now trimmed before use. Upgrade strongly recommended for anyone on 7.4.0.
7.4.0
- First public release of the consolidated single-plugin architecture (the former
bizuno-wp library plugin is now bundled inside this one — see the migration notice that appears in admin if bizuno-wp is still installed).
- In-app password change in the user profile editor, with current-password verification.
- Lost-password flow gains an inline-reset-link fallback when the site's mail transport isn't configured or send fails — survives cross-server DB restores where encrypted SMTP credentials become unreadable.
- Installer fix: admin passwords set during the first-run wizard now verify correctly on the next login (a key-drift bug in the installer's portalCFG.php generation made the first set password unusable in some cases).
- Favicon + login-screen logo now serve from the plugin's bundled
src/view/images/ instead of pinging bizuno.com at every page load — better for air-gapped installs and reduces external dependencies.
- Plugin Check (WordPress.org review tool) compliance: scoped via
phpcs.xml, security findings cleared, text domain corrected to match slug.
bin/reset-bizuno-password.php — CLI emergency password reset for cases where the web UI can't load.
7.3.9
- Self-contained plugin — folds the former
bizuno-wp library plugin into this one. Single install, no sibling plugin required.
- Switched updates to the standard WordPress.org channel; the third-party update-checker library is gone.
- Bizuno path layout:
src/, vendor/, scripts/ all live inside the plugin directory.
- Library upgrades: tFPDF replaces TCPDF; picqer barcode generator; FPDI for PDF import.
7.3.8
- Preparation for 2FA via email/biometrics. Locale updates & simplification. And more minor bugs.
7.3.7
- Bug fixes and prep for locale cleanup, compatibility with WP Bizuno API re-release
7.3.6
- Prep for stable release – enhanced self-hosted portal stability
- Improved download/install flow for full library
- Bug fixes for price/tax lookups, locales/states
- Compatibility: WordPress 6.9 / PHP 8.2+
7.3.5
- Fixes: price search in contacts, sales tax lookup
- Locale updates to JSON format + state dropdown
- Patches for locales and minor stability
Earlier
See GitHub commits for full history – ongoing modernization since 7.0+ architecture shift.