3 Star 8 Fork 2

bizfree / 三优ERP_3ucs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0

3UCS ERP系统 (http://xbs.3ucs.com)

源代码文件太多(90%以上的代码都是使用3UCS BizTool 自动化工具生成,给个性化定制节省了大量的时间,带来了极大的便利,参见http://3ucs.com/x ),位于xbs目录,安装包也带有完整源代码,安装完成后源代码在安装目录下(xbs文件夹,直接下载release的exe安装包,简单方便)。

升级时可将新的代码直接覆盖xbs文件夹的代码

现在您可以使用xone客户端了,超轻量级云应用客户端,高颜值高效灵活稳定(http://3ucs.com/dl56.html) 3UCS XOne客户端登录例图

.

简介

3UCS ERP是开源的C/S、B/S双架构企业资源管理系统,旨在帮助工厂通过数字孪生技术,将供应链管理、产品生产、产品生命周期管理等数字化来实现数字化转型,打造智能工厂,快速实现智能制造,有点类似于Oracle R12/ Fusion Application and SAP,并支持并行工艺、委外加工等功能,支持手机客户端、电脑客户端、浏览器使用。基础平台涵盖BOM、COST、SDSO、PO、AR、AP、FP、QA、WIP、PM、HR等诸多模块, 以BOM基础、成本管理为基石,提供完善的物料计划、生产计划、能力计划等强计划功能。由于3UCS x+平台的强大支撑, 3UCS ERP同时提供手机客户端、PC客户端、网页版本的的全功能支持以及多语言的支持, 并且其稳定性与功能的强大性也得到了极大的保障,而其定制能力的个性化及快速性都强大得应该无与伦比。

特性

  • C/S、B/S双架构,完美运行于手机客户端、电脑客户端和主流浏览器
  • 部署简单方便
  • 个性化开发定制简单快捷
  • 多语言支持(可修改成任意语言版本,修改语言包即可)

依赖性

演示地址及截图:http://xbs.3ucs.com

.

.

3UCS NISU客户端登录例图

.

手机客户端登录例图

音视频演示(3UCS ERP安装部署) http://3ucs.com/video.php?vid=45

音视频演示(3UCS ERP基础功能) http://3ucs.com/video.php?vid=42

视频演示(3UCS ERP手机操作2017)http://3ucs.com/video.php?vid=43

视频演示(3UCS ERP二次开发培训视频2017)http://3ucs.com/video.php?vid=46

音视频演示(x+网页版安装部署) http://3ucs.com/video.php?vid=53

3UCS ERP操作手册: http://3ucs.com/plg/firm/firm.php?d.2.109 .

安装

install/install.txt 或直接使用安装包傻瓜式安装即可。

源代码说明

Files & Dirs #BizTool生成的代码文件

  1. xx.xpj
  • BizTool配置文件,"xx"为对应于数据库表名(若保存时设有新名称则是新的文件名)
  • bizxml project files, auto saved by biztool
  1. xx.xml, xx_GBDEDIT.xml, xx_GBDV.xml, xx_GBOPE.xml, xx_GBOPV.xml
  • 自动生成的单页面文件(页面上部分为编辑,下部分为ListView之类的显示)
  • auto generated files use 'x'.xpj by biztool
  1. xx_V.xml(数据显示视图页面view), xx_Ve.xml(数据编辑修改页面Edit), xx_Vpg.xml(显示记录数、分页、页码), xx_Vpgop.xml(翻页操作), xx_Vh.xml(编辑,一般无需修改hide for edit), xx_Vs.xml(查询条件代码search for view), xx_Vv.xml(显示视图代码 listctrl etc, for view)
  • 自动生成的双页面代码文件
  • auto generated files(2 pages, one for view and one for edit)
  1. xx_ops.xml
  • 自定义的弹出式菜单代码
  1. xbs_??.xml
  • 用户根文件
  • user root layouts.
  1. v??.xml manual
  • 手工编辑的代码文件
  • composed files
  1. ??_V.xml(none of ??_Ve,??_Vh files exist)
  • 手工编辑的代码文件
  • manual composed files
  1. ??_V?m.xml,??_V?m.xml
  • 手工编辑修改的代码文件(原始文件为xx_V?.xml文件)
  • manual composed files(modified according to ??_V?.xml)

rule/ xlogic files invoked in "3)" files

lan/ language files

install/ install scripts and instructions

install/import_example.zip Demo data(xyz9g.xls,bom_resource.xls,customer.xls,poQuote.xls,sdQuote.xls) and examples for import

install/orderNoYearMon.sql sql for OrderNo only with Year and Month

install/costUpgrade sql for cost upgrade

二次开发与个性化定制

I. 3UCS ERP采用四级组织架构模式,每个级别的组织成员只能做相关的操作

  1. 企业集团组织(Enterprise Org)

  2. 公司法人组织(Legal Org)

  3. 业务运营中心(Business Org)

  4. 库存组织(Inventory)

一个企业集团可以管辖多家法人公司,企业集团影响到雇员(employee)、位置(location)、组织(organization的建立);

一个公司法人组织对应一套会计账簿(ledger),可以管辖多个业务运营中心;

运营中心的运作包括订单(Order Manage)、采购(Purchase)、应收(AR)应付(AP)、项目(Project)等,同时可以运作多个库存组织;

II. 3UCS ERP销售订单(生产发货)处理流程

库存组织有独立的库存移动及存货管理、库存开关张,负责订单的发货(Shipping)、采购的收货(Receiving)、库存管理、成本管理与控制、物料/工程(BOM/ENG)、生产(WIP)、计划(Planning)等;

销售订单的录入——>确认——>审批——>计划员确认发货计划(运行机会校验)并登记(BOOK,订单生产完毕会自动BOOK)——>采购——>生产入库——>(销售)发货通知——>仓库发货

III.发货单数量与对应的分捡出库单数量须一致,否则不应完成分捡出库

发货完成后 “取消发货”(影响发货数量及分捡数量) 后应该手动取消出库单完成退货入库。

在线沟通 Discuss

可点击图片与我们在线沟通交流
Contact us at Chat 在线客服 if you have feedback, questions or want to chat.

Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "{}" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright {yyyy} {name of copyright owner} Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

简介

3UCS ERP, 三优智能制造,工厂ERP系统,数字化工厂,集车间管理、仓库管理、供应链管理、进销存等于一身,提供手机客户端、电脑客户端、网页版全功能支持,包括BOM基础资料管理、成本控制、采购、生产、销售、库存、计划、质检、人力资源、资产等等管理模块,支持并行工艺、委外加工等额外功能。 Some like Oracle EBS, depend on xPlus and MySql. User can Use Mobile Client、PC Client、Browser to Acess the service! 仅依赖于3UCS xPlus与Mysql,提供手机客户端、电脑客户端、网页访问,部署简单方便,个性化开发定制简单快捷。 展开 收起
Batchfile
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/bizfree/ERP_3ucs.git
git@gitee.com:bizfree/ERP_3ucs.git
bizfree
ERP_3ucs
三优ERP_3ucs
master

搜索帮助