Discover and explore top open-source AI tools and projects—updated daily.
nclamvnOpen-source ERP platform for Vietnamese enterprises
New!
Top 64.1% on SourcePulse
VietERP Platform is a comprehensive, enterprise-grade ERP ecosystem built with modern web technologies, specifically designed for Vietnamese enterprises. It offers a full suite of modules addressing core business needs, with built-in compliance for local regulations such as VAS accounting (TT200), e-Invoices (NĐ123), and social insurance, providing a significant advantage for businesses operating within Vietnam.
How It Works
The platform employs a modular, event-driven architecture, leveraging TypeScript across its frontend (Next.js) and backend (Next.js API Routes, NestJS). It utilizes Prisma ORM for database interactions with PostgreSQL, and NATS JetStream as a robust event bus for inter-module communication. Key functionalities like authentication, search, and notifications are handled by dedicated shared packages, promoting code reusability and maintainability. This approach allows for scalability and flexibility, enabling businesses to adopt specific modules or the entire ecosystem.
Quick Start & Requirements
git clone https://github.com/nclamvn/Viet-ERP.git, cd Viet-ERP, npm run setup (installs dependencies, Docker, migrates DB, seeds data), then npm run dev to start the development server.make or bash for the one-command setup.Highlighted Details
Maintenance & Community
The project includes standard community contribution files (CONTRIBUTING.md, SECURITY.md, CODE_OF_CONDUCT.md) and templates for issues and pull requests, indicating a structured approach to community engagement. Specific community channels like Discord or Slack are not explicitly mentioned in the README.
Licensing & Compatibility
The project is licensed under the MIT License, which is permissive and generally suitable for commercial use and integration into closed-source applications.
Limitations & Caveats
The project is presented as 100% complete across all modules and features. However, its primary focus on Vietnamese market-specific regulations and integrations means it may require significant localization effort for adoption in other regions. The extensive feature set and large codebase suggest a considerable learning curve for new developers.
1 week ago
Inactive