联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 企业管理(2) 
按平台查找All SQL(2) 

[企业管理] ERPSource

ERP源代码!帐表组件,通过实例化该项目的一个报表类(实例化所需参数:报表唯一标识码、报表DataTable结构、SQL查询语句),生成一张功能丰富的报表(可以打印、自定义打印格式、导出、过滤、分组、小计、合计、设置报表显示格式等 并且可以捕获双击报表行的事件)。 示例代码 Dim cFrmId As String = "永思ERP报表_存货档案" 定义报表标识码 Dim cSQL As String = "select * from Inventory" 定义报表SQL查询串 Dim dtFrame As DataTable = Global.Common.DataBase.GetDt("select * from Inventory where 1=2") 定义报表DataTable结构,GetDt函数根据SQL查询串返回一个DataTable Dim frm As AccountBook.frmAccountBook = AccountBook.AccountBook.CreateAccountBookForm(cFrmId, dtFrame, cSQL) 实例化报表 frm.Text = "存货档案" 设置报表标题 AddHandler frm.DoubleClickRow, AddressOf DoubleClickRow 捕获报表行双击事件,由DoubleClickRow过程处理 frm.Show() 显示报表窗口
failed to translate (2011-10-07, SQL, 6599KB, 下载9次)

http://www.pudn.com/Download/item/id/1662016.html

[企业管理] Joomla

Joomla!是一套获得过多个奖项的内容管理系统(Content Management System, CMS)。Joomla!采用PHP+MySQL数据库开发,可运行在Linux、Windows、MacOSX、Solaris等各种平台上。Joomla!除了具有新闻/文章管理,文档/图片管理,网站布局设置,模板/主题管理等一些基本功能之外。还可通过其提供的上千个插件进行功能扩展包括:电子商务与购物车引擎,论坛与聊天软件,**历,博客软件,目录分类管理,广告管理系统,电子报,数据收集与报表工具,期刊订阅服务等。
Joomla! Is a multiple award winning content management system (Content Management System, CMS). Joomla! Using PHP+ MySQL database development, can be run on Linux, Windows, MacOSX, Solaris, etc. on a variety of platforms. Joomla! Except with the news/article management, document/image management, web layout, the template/theme management, some basic features. Can also be provided through its thousands of plug-ins to expand the features include: e-commerce shopping cart engines, forums and chat software,** calendar, blog software, directory, classified management, advertising management systems, newsletters, data collection and Report tools, periodicals and other subscription services. (2009-04-02, SQL, 5656KB, 下载6次)

http://www.pudn.com/Download/item/id/699390.html
总计:2