开发中使用ERP框架?

发布于 2024-08-05 01:24:23 字数 1539 浏览 3 评论 0 原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

蓝色星空 2024-08-12 01:24:23

从你的问题来看,有点不清楚你想要什么。如果您想使用现有的开源 ERP 软件并可能对其进行扩展(遵守其许可证条款),维基百科上的 ERP 软件包列表

如果您需要一个框架来帮助您编写自定义 ERP 包,我不知道有任何此类软件。我会像对待任何其他软件项目一样对待它 - 收集需求,然后寻找可以使用现成的部分。一些示例:

  • O/RM
  • 日志框架,例如 log4j (其他语言也有端口)
  • IoC 容器框架
  • 可插入架构框架,例如 MEF (.NET-具体)

等等。不要太过分;仅使用您需要的部分。

编辑:显然至少存在一个 ERP 框架:WyattERP。如果您对 Tcl 感到满意,那么它可能值得一看。

It's a little unclear from your question what you're wanting. If you want to use existing open source ERP software and possibly extend it (subject to the terms of its license), there's a nice list at List of ERP software packages on Wikipedia.

If you're wanting a framework that will help you write a custom ERP package, I am not aware of any such software. I'd treat it like any other software project - gather requirements, then look for pieces that can be used off-the-shelf. Some examples:

  • O/RMs
  • Logging frameworks like log4j (ports exist for other languages)
  • IoC Container frameworks
  • Pluggable architecture frameworks like MEF (.NET-specific)

And so on. Don't go overboard; use only the pieces you need.

EDIT: Apparently at least one ERP framework exists: WyattERP. If you're comfortable with Tcl, it may be worth a look.

梅倚清风 2024-08-12 01:24:23

是的,有:IntarS。开源、通用应用程序、多个可用的 ERP 系统示例。

Yes there is: IntarS. Open Source, Universal Application, several working example ERP systems available.

地狱即天堂 2024-08-12 01:24:23

查看 Apache OFBiz - 一个开源企业自动化软件项目。此外,还有一个维基百科定义

Look at Apache OFBiz - an open source enterprise automation software project. Also, there is a Wikipedia definition.

◇流星雨 2024-08-12 01:24:23

尝试OpenERP。 OpenERP(以前称为TinyERP)是由OpenERP sa制造的开源集成企业资源计划(ERP)软件

Try OpenERP. OpenERP (previously known as TinyERP) is an open source integrated enterprise resource planning (ERP) software manufactured by OpenERP s.a.

笑脸一如从前 2024-08-12 01:24:23

如果您熟悉 ASP.NET MVC C#,您可以查看 ERP 核心由 Arinsys 提供的框架。您可以在此处下载 Nuget 包。它基于 ASP.NET 5 MVC 6 框架构建,并可移植到 ASP.NET 4.5+

In case you are okay with ASP.NET MVC C# you can have a look at the ERP Core Framework provided by Arinsys. You can download the Nuget package here. It's built over ASP.NET 5 MVC 6 framework with ports to ASP.NET 4.5+

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文