r/ERPNext_Solution

I built an open-source Laravel client for ERPNext and Frappe
▲ 22 r/ERPNext_Solution+1 crossposts

I built an open-source Laravel client for ERPNext and Frappe

I've released kayedspace/laravel-erpnext, an MIT-licensed package for connecting Laravel applications to ERPNext and Frappe.

The main design decision was to treat DocTypes as generic resources. You can work with a standard or custom DocType by name without creating a PHP class, mapping, or registration first:

use Kayedspace\Erpnext\Facades\Erpnext;

$overdue = Erpnext::doctype('Sales Invoice')->query()
    ->where('status', 'Overdue')
    ->fields(['name', 'customer', 'outstanding_amount'])
    ->orderBy('creation', 'asc')
    ->limit(200)
    ->get();

The package also includes:

  • Token, Basic, Bearer, and cached Session authentication.
  • Frappe-aware filters and full-result pagination with each(), chunk(), and lazy().
  • Create, read, update, delete, and whitelisted document method calls.
  • Private-by-default file uploads, attachments, image optimization, and authenticated downloads.
  • Multi-tenant connection resolution and focused retries for rate limits or unavailable sites.
  • Optional typed wrappers for eight common DocTypes, including invoice and payment submission lifecycles.

I tried to keep the generic API as the normal path and make typed documents optional. ERPNext still decides required fields, permissions, custom fields, and which document methods are available.

Installation is:

composer require kayedspace/laravel-erpnext

Source: https://github.com/kayedspace/laravel-erpnext

Documentation: https://laravel-erpnext.kayed.dev

I would especially value feedback from people maintaining real Laravel-to-ERPNext integrations. Which part usually causes the most trouble in your projects: authentication, DocType queries, document lifecycles, files, or keeping local and ERPNext records synchronized?

u/3liusef — 6 days ago
▲ 5 r/ERPNext_Solution+5 crossposts

🚀 Looking for an ERPNext Sales Co-Founder / Business Partner

I’m building an ERPNext-focused startup where I currently handle the complete technical side — ERPNext implementation, customization, integrations, deployment, maintenance, and customer support.
I’m now looking for a business/sales-focused co-founder or partner who can help us grow by:
🤝 Finding and connecting with potential ERPNext clients
📈 Generating leads and building the sales pipeline
💬 Handling initial client discussions and business development
🌱 Building long-term customer relationships
💰 Exploring new business opportunities and partnerships
What I bring:
Strong technical expertise in ERPNext implementation, customization, integrations, and ongoing support, with the ability to take projects from requirement gathering through deployment and support.
What I’m looking for:
Someone with strong sales, business development, networking, and client acquisition skills, preferably with experience in ERP/IT solutions or SaaS.
This would be a co-founder/business partnership opportunity, not a regular sales job. We can discuss the business model, revenue sharing/equity, and responsibilities based on experience and contribution.
If you’re interested in building an ERPNext services business together, please DM me. Let’s connect and explore the opportunity. 🚀

reddit.com
u/Intelligent_Heat1200 — 8 days ago

Every ERP is suddenly AI-powered. Is any of it actually useful yet, or is it all demo magic?

Feels like every ERP vendor slapped AI on their homepage this year, ERPNext and the big names included. I'm trying to separate what's genuinely helpful from what's just there for the sales deck.

Stuff that seems actually useful:

  • Auto-categorizing transactions and flagging odd entries.
  • Demand forecasting that feeds into purchasing/MRP.
  • Natural language search instead of digging through menus.

Stuff that feels like a gimmick so far:

  • Ask your data chatbots that fall apart the moment you ask something specific.
  • AI-written summaries nobody reads.

For those running it in a real business: is any of the AI stuff actually saving you time day to day, or is it mostly a checkbox feature you never touch? Trying to figure out if it should influence which direction we go.

reddit.com
u/HumanLoad7051 — 10 days ago

Need help in print formatting in ERP NEXT

Hi fellow ERP NEXTians -

I have setup ERP NEXT for a client of mine.
I am currently using the cloud version, with 0 customization.

I am simply using it to record sales invoices and purchase invoices.

I wanted help to understand how to customize the print formatting of a sale invoice such that the person generating the sale invoice can print to PDF and sent it to the customer.

The sale invoice has to comply with the GST rules in India and should be a GST compliant tax invoice.

Any help in this regard is highly appreciated!!

P.S I have tweaked the existing setttings in print formatting, but found it difficult to understand, I was looking for some kind of ready made template.

reddit.com
u/Low_Horse1295 — 12 days ago
▲ 7 r/ERPNext_Solution+1 crossposts

Looking for a modern ERPNext v16 theme (backend/desk UI)

Hi everyone,

I'm currently running ERPNext v16.31.1 with Frappe v16.30.0 in a Docker setup, and I'm looking to improve the overall look and feel of the Desk interface.

I'm mainly interested in a theme that:

  • Works well with ERPNext/Frappe v16
  • Has a modern, clean UI
  • Supports dark mode (optional but nice)
  • Doesn't break after updates
  • Is actively maintained

I've come across themes like Solvronix Desk, Naidapa Theme, and Owl Theme, but I'd love to hear from people who are actually using them in production.

Which theme would you recommend for v16? Are there any hidden gems or themes I should avoid?

Also, if you've built your own custom theme instead of using an existing one, I'd love to know why you chose that approach.

Thanks in advance!

reddit.com
u/Roronoa_ZOL0 — 13 days ago