erp

Keeping one table or multiple table for similar type of data which one is best while considering high performance

帅比萌擦擦* 提交于 2019-12-21 23:01:06
问题 I am designing DATABASE for a Sales and Purchase application like ERP and using MYSQL as RDBMS, I have doubt on creating table for sales and purchase entities to go with single table for each module(Sale/Purchase) or multiple tables for each entities(Sales order, Sale invoice, Sale return, Purchase order, Purchase invoice, Purchase return) in longer run. Below is my use case. My application will have Sale Order, Sale Delivery, Sale Invoice, Sale Return and Credit Note and same entity for

WorkFlow 工作流 学习笔记

别来无恙 提交于 2019-12-18 04:14:45
传统ERP为制造业企业产供销人财物的管理提供了一整套优化企业资源利用,集物流、信息流、资金流为一体的现代化管理工具。但是它在过程集成和企业间集成方面存在不足。具体表现在:    1.传统ERP是一个面向功能的事务处理系统。它为业务人员提供了丰富的业务处理功能,但是每个业务处理都不是孤立的,它一定与其他部门、其他人、其他 事务有关,这就构成了一个业务流程。传统ERP对这个业务流程缺乏有效的控制和管理。许多流程是由人工离线完成的。ERP产生了许多报表、文件被打印装订 成册,按流程规定交给有关领导审批。这样,后果之一是,领导置于系统之外,他们不关心系统的运行,使系统的实施效果大打折扣。后果之二是,信息化本该向无 纸化方向发展,但是由于没有业务流程的电子化控制,使得现行ERP系统不是省纸化、无纸化,而是多纸化。这不仅增加了系统的运行成本,而且大大降低了办公 效率,降低了业务流程标准化、规范化的管理和控制。   2.固化的业务流程非常不利于业务流程的改变。企业要不断地改进自己的管理,实施流程再造,所以ERP系统必须是功能可重构、流程可改变、高度柔性的系统。为此将工作流技术引入ERP系统就成为必然的结果。   工作流管理的基本概念    工作流的概念起源于生产组织和办公自动化领域。他是针对日常工作中具有固定程序的活动而提出的一个概念。目的是通过将一个具体的工作分解成多个任务、角 色

How to add menu to Acumatica button

≡放荡痞女 提交于 2019-12-12 06:58:47
问题 I created graph in Acumatica. I also created button in the following way: public PXAction<APBill> Report; How can I convert this button into Menu button? 回答1: I propose you the following way. Let's say your graph is named APBillManager, then in constructor you can write something like this: public APBillManager() { this.Report.AddMenuAction(bankStatementReport); } public PXAction<PRPayroll> bankStatementReport; [PXButton] [PXUIField(DisplayName = "Bank Statement")] protected void

error AR303000Submit use php - Api Acumatica ERP

你。 提交于 2019-12-12 05:15:46
问题 I'm connecting api of Acumatica. Present, i use AR303000Submit function. but it return error Error #102: View doesn't exist. at PX.Data.PXViewCollection.get_Item(String key) at PX.Api.SyImportProcessor.SyStep.FillSearches(String viewName, SyView view, List`1 srchs, List`1 sorts, List`1 descs) at PX.Api.SyImportProcessor.SyStep.SelectRows(String viewName, PXFilterRow[] filters, Int32 topCount, Boolean bypassInserted, Int32 startRow, Dictionary`2 externalSorts) at PX.Api.SyImportProcessor

How do you limit the Leads viewable to an owner, role, or workgroup?

为君一笑 提交于 2019-12-12 04:32:43
问题 After opening record from the GI, I am still able to page to the next record that is not within the GI's scope. How can I limit this to a specific workgroup, role, or owner? The row-level access screens do not have anything for CRM there, owners nor workgroups seems to limit who can see what... there must be a way to limit the leads viewable for a salesperson... how is this done? 回答1: With the Entry Point tab from the Generic Inquiry screen, you can match the selected inquiry to a data entry

How do I rename the Column Name on Acumatica Customers screen?

老子叫甜甜 提交于 2019-12-12 04:13:19
问题 How do I rename the Column Name on Acumatica Customers screen? I tried the below method on other screens, but for the customers page, it does not seem to be working: PXUIFieldAttribute.SetDisplayName<PX.Objects.CR.CRRelation.BAccount__AcctName>(this.Transactions.Cache, "Customer Name"); 回答1: Not sure which Customers screen are you referring but AR.30.30.00 does not have view called Transactions out of the box. Also, SetDisplayName in your case should take 3 parameters - PXUIFieldAttribute

How to change the title in Odoo 10?

拜拜、爱过 提交于 2019-12-12 03:44:16
问题 I have changed the Odoo 10 login page title by using website builder app but it does not work on the other pages after login. After login when I access different installed apps then the page title shows Odoo with apps name like "Products - Odoo" or "Customers - Odoo". 回答1: In Odoo 10 , we need to edit below JS file addons/web/static/src/js/abstract_web_client.js Change this code: this.set('title_part', {"zopenerp": "Odoo"}); With this one: this.set('title_part', {"zopenerp": "YourPageTitle"})

Making a Laravel Model use complex query as table

不想你离开。 提交于 2019-12-12 03:32:39
问题 I am developing a web app that interfaces with an ERP production database and the data is being retrieved by a complex SQL query with many joins and aliases before being passed to my controllers and views which modify them in different ways. The result might be, for example, an array of products that contains all relevant information for each purchase such as model, serial number, customer, etc., and in a smaller scale app these would certainly all be stored in the same table. However because

Tryton ERP MySQL installation

此生再无相见时 提交于 2019-12-11 18:32:55
问题 I'm trying to install Tryton ERP with MySQL as the database. It's not quite clear what you are meant to do. From the config documentation you simply supply the uri to the database under the [database] section: [database] uri = mysql://user:pass@localhost:3306 However running trytond -v -c /home/user/.config/tryton/3.8/tryton.conf does not seem to get it working. When trying to access the 127.0.0.1:8050 where I've got Tryton running, I simply get 127.0.0.1 - - [23/Nov/2015 16:55:10] code 404,

SAP/ERP export file format?

三世轮回 提交于 2019-12-11 14:59:45
问题 Do we have some SAP/ERP expert here? I need to know what format SAP or other ERPs export their information to. Eg. product information, travelling information etc. Is it XML or could they export to other formats? Thanks 回答1: Your question is quite vague, i think. What do you mean by "export their file to" ? speaking of SAP, nearly all data are stored into a database, whose structure is quite complex. Depending on the domain, domain-specific application export some data onto a variety of