From Cyber ​​Factory to Open Source ERP "ERPNext" — For Customers Considering a Switch

ERPNext.JP, an open-source ERP system that covers all the functions of Denno Kojo R3 and surpasses it in many areas. This article summarizes a comparison of its functions, the reduction of licensing costs for Oracle and other systems, and its "robust" maintainability in the AI ​​era.

8 min

Cyber ​​Factory vs ERPNext.JP

Reasons to consider migrating from your current computer factory to an open-source ERP system

Denno Kojo R3 is a domestically produced ERP system with production management and sales management at its core, and it has a proven track record in many manufacturing companies.

There are things you only notice after using something for many years.

  • Oracle Database licenses and annual maintenance fees are gradually becoming more expensive each year.
  • Customization is tightly coupled to the main unit, and each version upgrade costs over 10 million yen.
  • Weak in cloud integration, AI integration, and IoT integration.

This isn't so much a problem specific to the "Cyber ​​Factory" (a Japanese online retailer), but rather a structural issue inherent in packaged software that has been on the market for several years.

This article outlines three key considerations when evaluating a migration: functionality, cost, and "durability."


1. Functional Comparison: Covers 28 basic business processes and can be expanded into a company-wide system.

ERPNext.JP supports all 28 business functions of the Cyber ​​Factory R3.

Furthermore, ERPNext.JP's proprietary extensions surpass those of other companies in 15 categories.

Furthermore, it integrates 10 business areas not present in the original Cyber ​​Factory—including CRM, accounting (built-in), quality inspection, demand forecasting, e-commerce integration, project management, and workflow—on the same single platform.

Expanding the world from being confined to production management and sales management to encompass the entire business.

Supports all 9 items
Production Management
Superior in 6 out of 9 items.
BOM (Bill of Materials) BOM DocType + BOM Workbench Superiority
MRP requirements calculation Production planning + Run Snapshot MRP Superiority
Production Planning (MPS) Production planning — Integration of multiple SOs equivalent
Product number management Achieved through collaboration between Project, SO, and WO. equivalent
hybrid Mixed operation using MRP + Project integration equivalent
Manufacturing instructions Manufacturing orders + lot work records Superiority
load management Bottleneck Capacity Page Superiority
Progress Management Daily Report Grid / Swimlane Superiority
Daily work report Grid-based daily report entry Superiority
Supports all 5 items
Inventory and Purchasing
Superior in 3 out of 5 items.
Inventory Management Stock + Work-in-Progress Management (Container Work-in-Progress) Superiority
Lot management ERPNext standard Batch management equivalent
Inventory Container inventory (3-layer difference detection) Superiority
Ordering and receiving MR → RFQ → PO → PR equivalent
Outsourcing Management Subcontracting Order/Receipt Superiority
All 5 items supported
Sales Management
Superior in 1 out of 5 items
Order Management Order Slip + Simple Order equivalent
Shipping Management Shipment Instruction → DN Superiority
Invoicing, Accounts Receivable, and Payments Sales Invoice + Payment Entry equivalent
Purchasing, Accounts Payable, and Payments Purchase invoice + Payment equivalent
Installment payments / Termination Partial delivery (ERPNext standard) equivalent
Superior in all 3 categories
Cost management
Superior in all three categories
Job Costing Costing Workbench (FIFO/Allocation) Superiority
Difference analysis Costing Variance Review Superiority
Accumulated cost Costing Allocation Preview Superiority
Supports all 6 items
Integration and Expansion
Superior in 4 out of 6 items.
Forms and Printing Print Format + Custom Report Builder equivalent
EDI integration EDI Import + FAX Optical Character Recognition (OCR) Capture Superiority
Financial collaboration Built-in accounting module (no external module required) Superiority
tablet PWA + Mobile Scanning equivalent
APU Integration REST API / Webhook Platform equivalent
Multilingual/multicurrency Frappe standard, over 40 languages Superiority
Comprehensive coverage, superiority
Quality and traceability
A significant advantage due to features not found in the Cyber ​​Factory.
Quality inspection QI: Incoming / In Process / Outgoing Superiority
Traceability Commit Link Graph (bidirectional tracking) Superiority

Not found in Cyber ​​Factory R3 — 10 unique areas of ERPNext.JP

Expanding from a world confined to production and sales to the entire business.

CRM/Project management
Lead → Opportunity → Deal Pipeline
project
Task / Gantt / Man-hour management
Quality Inspection (QI)
Incoming / In Process / Outgoing
Accounting (built-in)
GL / trial balance / PL / BS
Human Resources and Leave Management
Name Calendar Matrix
EC collaboration
EC Order Workbench
Demand forecast
Forecast / Demand Calendar
Workflow
Multi-stage approval engine
Customization Platform
Report / Fields / Format
REST API
Webhook / Two-way communication

2. Cost-effectiveness: Freedom from expensive commercial licenses such as Oracle


Current: Cyber ​​Factory R3

Hidden licensing costs

Oracle Database License 2 to 4 million yen
Oracle Annual Maintenance Annual salary of 400,000 to 800,000 yen
GrapeCity Spread License Several hundred thousand yen
Development environment (Oracle + Spread) Equivalent to the actual event
Cyber ​​Factory License 3 million to 10 million yen
Estimated initial license fee From 5 million yen
ERP Next.JP

Zero license fees

MariaDB (OSS) 0 yen
DB Annual Maintenance 0 yen
UI framework 0 yen
Development environment (completely identical configuration) 0 yen
ERPNext + Frappe (GPL) 0 yen
Initial license fee 0 yen

MariaDB — "Cheap" doesn't mean "bad"

Global recruitment track record Some of the world's largest services, including Wikipedia, Google, AWS (Amazon RDS), Samsung, and DBS Bank, are now live.

Processing performance The InnoDB/Aria engine handles millions of rows of transactions, providing more than enough performance for daily operations in the manufacturing industry.

Bench Backup Use the Frappe bench command for daily automatic backups. Preserve the database, files, and settings all at once. Restore with a single command.

Fully compatible with MySQL Founded by key MySQL developers. Maintains compatibility while independently and rapidly releasing security patches.


ERPNext.JP's entire software stack is built on open source. Commercial licenses from Oracle, GrapeCity Spread, and other sources are not required.

Once you make the source code your own asset, you're permanently freed from the exploitation of annual license fees (eliminating vendor lock-in). The difference in license fees can then be used for customizations and operational improvements that are truly necessary for your company. That in itself is of great significance.


3. Maintainability: A "robust" architecture is essential in the age of AI development

We've covered the features and costs so far, but the most important characteristic of ERPNext.JP is actually this:


A robust architecture and protection through testing.


Now that AI development is becoming commonplace, what's important isn't the "ability to get AI to write code," but rather a system that guarantees that existing business processes won't be disrupted by code written by AI.

Complete separation of the main unit and custom parts

The inherent limitation of traditional ERP systems: "Once customized, version upgrades are impossible."

ERPNext (Frappe framework) solves this problem at the design level. By putting customizations in a "separate box," it achieves an architecture that allows for the incorporation of updates to the main system without fear.


Conventional ERP (e.g., Cyber ​​Factory)

Direct core modification (tight coupling)

Code Management The main program code is directly rewritten. Standard features and add-ons are mixed.
database Add columns directly to a standard table.
During version upgrade There's a high risk of source code conflicts and overwriting, effectively creating a version lock.
ERP Next.JP

Complete separation (loose coupling)

Code Management It operates independently as a custom app, separate from the main application. Git is also managed separately.
database Securely managed with a dedicated extension table (tabCustom Field).
During version upgrade Because it does not affect the device's code, it can be updated to the latest version safely and easily.

👉 For more details: It won't break even after updates — the strength of ERPNext's expandability design

Guarding with tests

Furthermore, if it were to break down, it would be detected immediately.

Over 200 automated test cases verify the correctness of business logic, and the CI/CD pipeline is automatically executed every time the code is changed. The entire end-to-end flow from order to manufacturing to shipment is also automatically verified with E2E testing. Broken code will not go into production.

It's the same concept as quality control in manufacturing.

Designing the system to be less prone to failure and detecting any failures during testing—a combination of poka-yoke (error-proofing) and inspection. The same philosophy found in manufacturing is also embodied in software design.

This structure is fundamentally impossible to achieve with conventional packages like Denno Kojo R3. It's only possible because it's open source, where the source code is readily available and the custom parts and the core are separated.


The Best Launching Pad

While inheriting all the functions of the Cyber ​​Factory, we will break away from our dependence on Oracle and transform into a structure with zero licensing fees. On a robust architecture, we will safely utilize AI and develop our own core systems.

ERPNext.JP provides the functions necessary for Japanese manufacturing, tailored to Japanese business practices. It includes support for consumption tax and invoice systems, Japanese translation, and Japanese-style forms—all based on extensive testing in real-world environments.

I have all the source code.


First, please tell me your story.

We offer 30-minute online consultations regarding the transition from Cyber ​​Factory R3.
We will discuss your current challenges and frankly explain the feasibility of implementing them with ERPNext.JP using open source and in-house source code ownership.

無料相談

- Complete Guide to Migrating from kintone to ERPNext - It won't break even after updates — the strength of ERPNext's expandability design - In the age of AI, ERP is shifting from "buying" to "creating" — the shortest route. - Launching pad for in-house ERP development — ERPNext.JP source package

📚

Related articles