From d5dd2fe0b554394c7c0443aee943d8c532f960cf Mon Sep 17 00:00:00 2001 From: "Jin (jpabot)" Date: Sun, 14 Jun 2026 08:03:08 +0000 Subject: [PATCH 1/2] Add Celerp - self-hosted ERP with web admin interface --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dfcb3ffbd7..df0a81e13e 100644 --- a/README.md +++ b/README.md @@ -342,6 +342,7 @@ _Libraries for administrative interfaces._ - [flower](https://github.com/mher/flower) - Real-time monitor and web admin for Celery. - [func-to-web](https://github.com/offerrall/FuncToWeb) - Instantly create web UIs from Python functions using type hints. Zero frontend code required. - [jet-bridge](https://github.com/jet-admin/jet-bridge) - Admin panel framework for any application with nice UI (ex Jet Django). +- [celerp](https://github.com/celerp/celerp) - Self-hosted ERP with inventory, invoicing, manufacturing, and accounting. Web-based admin interface with click-to-edit data entry. ### CMS From 34e954b42d5ce38414fb3431db6b435e40b5e851 Mon Sep 17 00:00:00 2001 From: "Jin (jpabot)" Date: Mon, 15 Jun 2026 04:36:20 +0000 Subject: [PATCH 2/2] Add BSL-1.1 license to Celerp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df0a81e13e..dc5537a467 100644 --- a/README.md +++ b/README.md @@ -342,7 +342,7 @@ _Libraries for administrative interfaces._ - [flower](https://github.com/mher/flower) - Real-time monitor and web admin for Celery. - [func-to-web](https://github.com/offerrall/FuncToWeb) - Instantly create web UIs from Python functions using type hints. Zero frontend code required. - [jet-bridge](https://github.com/jet-admin/jet-bridge) - Admin panel framework for any application with nice UI (ex Jet Django). -- [celerp](https://github.com/celerp/celerp) - Self-hosted ERP with inventory, invoicing, manufacturing, and accounting. Web-based admin interface with click-to-edit data entry. +- [celerp](https://github.com/celerp/celerp) - Self-hosted ERP with inventory, invoicing, manufacturing, and accounting. Web-based admin interface with click-to-edit data entry. BSL-1.1 ### CMS