我们的客户越来越成熟,在客户内部中的信息化程度也越来越高,所以使用的业务系统也越来越错综复杂,不同的系统可能跨越不同的系统平台,而客户又希望在内部的不同应用系统中可以沟通协作(术语:EAI应用)。我们金蝶的产品线也包括了ERP、CRM、OA等不同产品,而这几种产品的系统架构和设计以及应用可用的平台都有很大的差异,而要在这几个系统之间达到无缝的集成和整合。关键还在于不同的应用系统之间的数据交换(工作流也构架在数据交换的基础上)。而我们设计的外部数据交换服务就是一套比较完整和合适的解决方案。可以在构建在不同的系统平台的应用系统之间实现同步、实时和增量的数据交换(静态数据和动态数据)。
2023-05-29 21:54:45 356KB 金碟K3 wise webservice
1
金蝶单据二次开发手册: 在构造报表列头的方法中加入: m_Header.AddColumn("FSum", "FSumFlag", false, Enu_ReportHeader_ColType.ColTypeAmount); m_FormatConditions.Add("FSumFlag", FormatConditionEnum.Equal, 1, ColorLib.TotalRow, true); 需要在自己的报表取数中,加入FSumFlag字段,合计行值为1,其它值为0。 Q: 如何屏蔽报表上的过滤、选择报表按钮和菜单? A: 如以下代码,在Show里加入一个OnBarInitialize事件。在事件的处理函数中进行屏蔽处理。 public void Show(ReportViewInterface oReportViewInterface) { m_ReportViewInterface = oReportViewInterface; m_ReportViewInterface.OnBarInitialize += new EventHandler(m_ReportViewInterface_OnBarInitialize); return; } void m_ReportViewInterface_OnBarInitialize(object sender, EventArgs e) { m_ReportViewInterface.SetBarItemProperty("mnuViewFilter", Kingdee.K3.BOS.PlugInModel.Bar.Enu_BarItemProperty.Visible, false); m_ReportViewInterface.SetBarItemProperty("mnuViewSelectReport", Kingdee.K3.BOS.PlugInModel.Bar.Enu_BarItemProperty.Visible, false); }
2023-05-27 12:01:22 7.43MB 金蝶单据 二次开发手册
1
金蝶EAS_BOS开发学习笔记金蝶EAS_BOS开发学习笔记
2023-05-17 11:21:58 6.61MB 金蝶EAS_BOS开发学习笔记
1
金蝶研究院
2023-05-13 11:29:31 6.27MB TOGAF 企业架构
1
金蝶10.4注册机金蝶10.4注册机金蝶10.4注册机金蝶10.4注册机金蝶10.4注册机金蝶10.4注册机金蝶10.4注册机金蝶10.4注册机金蝶10.4注册机
2023-05-06 18:47:18 313KB 10.4
1
实现bos中增加按钮事件.,用c#开发金蝶插件
2023-05-02 21:20:38 283KB 金蝶
1
中间层组件的注册,许可文件的引入,常见许可的问题,补丁常见安装错误 ,帐套备份,分开布署设置数据库,云盾各项功能简介,
2023-04-24 01:02:24 6.3MB 金蝶K3
1
金蝶BOS通讯平台JAVA API指南 1.主要的接口类以及说明 1 1.1 com.kingdee.bos.message.client.BizInterface 1 boolean connect(String host,int port,String loginAccount,String loginPassword) 1 void disConnect() 2 boolean isConnect() 2 boolean sendMessage(KDMessage msg) 2 void addMsgListener(KDMsgListener listener); 2 void addConnectMonitor(ConnectMonitor monitor) 2 1.2 com.kingdee.bos.message.client.BizInterfaceFactory 2 BizInterface getInstance() 2 1.3 com.kingdee.bos.message.client.KDMsgListener 2 void onMessage(KDMessage msg) 3 void onError(KDMsgError error) 3 1.4 com.kingdee.bos.message.client.ConnectMonitor 3 void onConnect(BizInterface biz) 3 void onConnect(BizInterface biz) 3 1.5 com.kingdee.bos.message.common.KDMessage 3 String getTitle() 3 String getContent() 3 1.6 com.kingdee.bos.message.common.KDMsgCreater 3 KDMsgCreater create() 4 KDMessage createMsgForSMS (String numberList,String title); 4 KDMessage createMsgForSMS String numberList,String title,String funcNo) 4 KDMesage createMsgForMail(String mailList,String title,String content) 4 KDMesage createMsgForMail(String mailList,String title,String content,String[] filePaths) 4 KDMesage createMsgForBiz(String title,String content,String bizname); 5 调用示例代码 DEMO 5
2023-04-18 12:44:33 71KB 金蝶 BOS 通讯平台
1
MRP运算结果查询与分析 学习完本文档以后,能够掌握在K/311.0MRP运算的取数原理与结果查询的技巧,
2023-04-14 15:44:28 866KB 金蝶MRP ERP
1
金蝶K3 财务各个模块介绍
2023-04-13 14:27:53 5.96MB 金蝶财务 K3 模块介绍
1