Standard Post with Image

การอ่านโค้ดโมดูลขายของ Odoo โดยใช้ Code2Flow

โมดูลขาย (Sales Module) ของ Odoo เป็นส่วนสำคัญของระบบ ERP ที่ทรงพลัง ซึ่งช่วยจัดการการประมวลผลคำสั่งซื้อ การจัดการลูกค้า และการอัปเดตสินค้าคงคลัง แต่เนื่องจากโค้ดมีขนาดใหญ่และมีความเชื่อมโยงระหว่างกันมาก การทำความเข้าใจโค้ดของโมดูลนี้อาจเป็นเรื่องที่ท้าทาย ในบทความนี้เราจะใช้ Code2Flow เพื่อสร้างภาพโครงสร้างของการเรียกใช้ฟังก์ชันต่างๆ และช่วยให้เข้าใจการทำงานของโค้ดได้ง่ายขึ้น

Read More
Standard Post with Image

Code Reading Odoo’s Sales Module Using Code2Flow

Odoo’s Sales module is a powerful component in its ERP system, handling complex workflows for order processing, customer management, and inventory updates. However, due to the sheer size and interconnected nature of its codebase, understanding this module can be challenging. Here, we’ll explore how to use Code2Flow to visualize the call structure and workflows, making […]

Read More
Standard Post with Image

การเปรียบเทียบคุณสมบัติและความซับซ้อนของ ERPNext และ Odoo

ระบบการวางแผนทรัพยากรองค์กร (ERP) เป็นสิ่งสำคัญในการจัดการการดำเนินงานธุรกิจอย่างมีประสิทธิภาพ สองโซลูชั่น ERP แบบโอเพนซอร์สที่เด่นชัดคือ ERPNext และ Odoo บทความนี้จะให้การวิเคราะห์เชิงเปรียบเทียบเกี่ยวกับคุณสมบัติและความซับซ้อนของโค้ด เพื่อช่วยองค์กรและนักพัฒนาในการตัดสินใจอย่างมีข้อมูล

Read More
Standard Post with Image

Comparing Features and Complexity of ERPNext and Odoo

Enterprise Resource Planning (ERP) systems are integral to managing various business operations efficiently. Two prominent open-source ERP solutions are ERPNext and Odoo. This article provides a comparative analysis of their features and code complexity to help organizations and developers make informed decisions. Overview of ERPNext and Odoo ERPNext Background: Developed by Frappe Technologies, ERPNext is […]

Read More
Standard Post with Image

วิธีสร้างระบบ ERP สำหรับการผลิตรถยนต์โดยใช้ Django, Docker Compose, PostgreSQL และ DRF สำหรับ API

การสร้างระบบ ERP สำหรับการผลิตรถยนต์ช่วยเพิ่มประสิทธิภาพการทำงานโดยการรวมกระบวนการต่างๆ เช่น การจัดการสต็อก การวางแผนการผลิต และการควบคุมคุณภาพเข้าด้วยกัน บทความนี้จะสอนวิธีสร้างระบบ ERP โดยใช้ Django, Docker Compose, PostgreSQL และ Django Rest Framework (DRF) สำหรับการทำ API เพื่อให้ได้ระบบที่มีประสิทธิภาพ สามารถปรับขยายได้ และง่ายต่อการใช้งาน

Read More
Standard Post with Image

How to Create an ERP System for Car Manufacturing Using Django, Docker Compose, PostgreSQL, and DRF for API

Creating an ERP system for car manufacturing can enhance operations by centralizing processes such as inventory management, production scheduling, and quality control. In this guide, we will build an ERP system using Django, Docker Compose, PostgreSQL, and Django Rest Framework (DRF) for API integration. This setup will allow for an efficient, scalable, and easy-to-deploy solution […]

Read More
Standard Post with Image

ERP ( Enterprise Resource Planning ) คืออะไร

ERP  คือกระบวนการที่บริษัทหนึ่งๆ ต้องการที่จะจัดการและรวบรวมส่วนที่สำคัญต่างๆ ของบริษัทนั้นเข้าด้วยกัน หลายๆ ERP software application นั้นมีส่วนสำคัญที่ช่วยดำเนินการ ในการรวมระบบย่อยที่สำคัญ ของบริษัทให้กลายเป็นระบบเดียว  ระบบ ERP software จะประกอบไปด้วย ระบบวานแผน, จัดซื้อคลังสินค้า, การขาย, การตลาด, การเงิน, ทรัพยากรบุคคล และ อาจจะมีมากกว่านี้

Read More