erp

priority-web-sdk: Implementing a choose-field

[亡魂溺海] 提交于 2019-12-11 10:45:42
问题 I'm trying to implement a choose-field with a <select> control. <div id="container" onchange="fieldChangeHandler(event)"> ... <div class="item" > <label>Status</label> <select id="STATDES" onfocus="focusdiv(event)" onblur="defocusdiv(event)"></select> </div> In the updateFields() handler I identify the control type: function updateFields(result) { if (result[myForm.name]) { var fields = result[myForm.name][1]; for (var fieldName in fields) { var el = document.getElementById(fieldName); if (el

Sage 300 (accpac) SDATA Create Customer

霸气de小男生 提交于 2019-12-10 23:34:01
问题 I'm trying to use SDATA to create a customer but can't seem to find the proper endpoint. I've scoured the schema and have only found wkshpcustomer, but nobody seems to know what that object is. I can, however, create an order without issue: [POST] http://{domain}/SDataServlet/sdata/sageERP/accpac/{company}/oeorders/ <sdata:payload> <oeorder xmlns="schemas.sage.com/sageERP"> <TERMS>CASH</TERMS> <CUSTOMER></CUSTOMER> </oeorder> </sdata:payload> When I do the same based on the following blog

Acumatica - Add additional buttons to Actions drop down to screen CT30100

本秂侑毒 提交于 2019-12-10 11:56:51
问题 I am trying to add a button to the Acumatica ERP screen CT301000 Actions drop down, I have added the button to the graph and modified the aspx to include the following in the PXDatasource=>CallbackCommands : px:PXDSCallbackCommand Name="TerminateRevenue" Visible="false" CommitChanges="True" However I am unsure how to add the the button into the Actions collection. does anyone have any ideas? Thanks in advance. 回答1: Hi I don't know which customization technique you're using, but you don't need

企业开发珠玑-缓存

余生长醉 提交于 2019-12-10 02:36:35
一、缓存实际把我们数据划分为静态和动态数据,直接影响数据库设计。这里的静是相对的,不是绝对静,请不要死脑筋。 这一点很容易理解,经常变化的数据不做缓存,相对静止数据做缓存 二、缓存影响我们的架构模式,影响我们的前端设计,增加我们的异步行为,让我们在编码中也动静分离。 1)局部刷新模式。经常用到的模式例子就是产品-库存,产品的描述部分是固定的,但是库存是不停的消耗补充的。协调到前端就是,打开产品页后,ajax异步不停的刷库存。诸如此类细节数据动态变更都使用此模式。 2)内存数据库模式。在编码中例子就是涉及一些静态数据的反复使用,如我们公司的产品分类很多,据此衍生出的优惠等计算需求很多,分类数据读进内存后就当内存数据库使用了,效率极高。常用的一级二级缓存也类似 3)动静分离。数据库设计结构优化 三、产生优势:减少数据库查询或者读写瓶颈,提高响应效率;减少网络带宽消耗;减少网络延迟,加快页面打开速度;降低服务器压力 来源: oschina 链接: https://my.oschina.net/u/3808/blog/511002

How do I upload a file to an Acumatica Screen through HTTP virtual path?

末鹿安然 提交于 2019-12-08 04:24:32
问题 How do I upload a file to an Acumatica Screen through HTTP virtual path? For example, I would like to upload mysite.com/files/abc.pdf to the Sales orders screen. 回答1: Below is a code snippet to achieve your goal.It is reading file from HTTP URL and attaching it to one of the existing Case. //Graph for file management PX.SM.UploadFileMaintenance filegraph = PXGraph.CreateInstance<PX.SM.UploadFileMaintenance>(); //Since you need file from HTTP URL - below is a sample WebRequest request =

How to find (and maybe extend) the list of available field names for reports in the OpenERP server sourcecode?

别说谁变了你拦得住时间么 提交于 2019-12-07 20:06:33
问题 I am looking for a reliable way to get names of available data fields when creating or extending OpenOffice/LibreOffice report files. I already do know many field names from the existing reports. I also can lookup the field names in the module definitions. For example in the file addons\base\res\partner\partner.py I find a field list for the partner model: class res_partner(osv.osv): _columns = { 'name': fields.char('Name', size=128, required=True, select=True), 'date': fields.date('Date',

Gift Card/Debit Card Activation

痴心易碎 提交于 2019-12-07 05:15:14
问题 General Problem How do retail establishments constrain activation for gift cards, or those pre-paid phone/debit cards? They must have a system in place that only keeps you from calling in to activate cards that haven't scanned through the register, and I assume there must be a standard solution built into the retail ERP/accounting systems. It probably involves web services or EDI. Specific Problem I ask all this because one of my clients wants me to develop a product that you get into by

OA、CRM、ERP、BPM系统

╄→尐↘猪︶ㄣ 提交于 2019-12-06 22:01:26
OA系统 办公自动化(Office Automation)是将现代化办公和计算机网络功能结合起来的一种新型的办公方式 CRM系统 客户关系管理系统(Customer Relationship Management)是以客户数据的管理为核心,利用信息科学技术,实现市场营销、销售、服务等活动自动化,并建立一个客户信息的收集、管理、分析、利用的系统,帮助企业实现以客户为中心的管理模式。客户关系管理既是一种管理理念,又是一种软件技术。 客户关系管理系统主要有高可控性的数据库、更高的安全性、数据实时更新等特点,提供日程管理、订单管理、发票管理、知识库管理等功能。 ERP系统 ERP系统是企业资源计划(Enterprise Resource Planning )的简称,是指建立在信息技术基础上,集信息技术与先进管理思想于一身,以系统化的管理思想,为企业员工及决策层提供决策手段的管理平台。它是从MRP(物料需求计划)发展而来的新一代集成化管理信息系统,它扩展了MRP的功能,其核心思想是供应链管理。它跳出了传统企业边界,从供应链范围去优化企业的资源,优化了现代企业的运行模式,反映了市场对企业合理调配资源的要求。它对于改善企业业务流程、提高企业核心竞争力具有显著作用。 BPM系统 BPM软件中BPM是英文字母缩写,大致有二个意思。 第一、Business Process Management

ERP进销存系统源码

与世无争的帅哥 提交于 2019-12-06 16:28:27
介绍 ERP进销存管理系统 软件架构 核心框架:SpringBoot 2.0.0 持久层框架:Mybatis 1.3.2 日志管理:Log4j 2.10.0 JS框架:Jquery 1.8.0 UI框架: EasyUI 1.3.5 模板框架: AdminLTE 2.4.0 项目管理框架: Maven 3.2.3 开发环境 建议开发者使用以下环境,可以避免版本带来的问题 IDE: IntelliJ IDEA 2017+ DB: Mysql5.7.4 JDK: JDK1.8 Maven: Maven3.2.3+ 运行环境 数据库服务器:Mysql5.7.4 JAVA平台: JRE1.8 操作系统:Windows、Linux等 安装教程 1.下载项目,将源码以Maven的方式导入Eclipse或IDEA中,并关联好JDK。 项目结构: 2.将数据库文件jsh_erp.sql导入MySQL中 可以提前先在MySQL中创建一个名为jsh_erp的数据库,然后再导入。 3.打开项目源目录resources中的配置文件application.properties,修改数据库连接、账号、密码。 4.运行com.jsh.erp包中的ErpApplication类,启动项目。(使用SpringBoot的启动方式) 5.浏览器地址访问登录页面http://localhost:8080/login

How to find (and maybe extend) the list of available field names for reports in the OpenERP server sourcecode?

一个人想着一个人 提交于 2019-12-06 12:30:19
I am looking for a reliable way to get names of available data fields when creating or extending OpenOffice/LibreOffice report files. I already do know many field names from the existing reports. I also can lookup the field names in the module definitions. For example in the file addons\base\res\partner\partner.py I find a field list for the partner model: class res_partner(osv.osv): _columns = { 'name': fields.char('Name', size=128, required=True, select=True), 'date': fields.date('Date', select=1), 'title': fields.many2one('res.partner.title','Partner Form'), 'parent_id': fields.many2one(