Welcome![Sign In][Sign Up]
Location:
Search - 商店商品管理系统

Search list

[WEB Code西亚购物系统 2005 Build 1014

Description: 西亚购物系统是一套自选网上商城精美模版,自主商品管理,自行网店经营的网上商城平台,系统具有强大的商品管理、购物车、订单统计、会员管理等功能,同时拥有灵活多变的商品管理、新闻管理等功能,功能强劲的后台管理界面,无需登录FTP,通过IE浏览器即可管理整个网站。西亚购物平台经多方面权威调查和研究为您精心开发了很多特色实用功能。使商品展示、管理、服务全面升级。西亚购物平台为您提供了多款专业美观的店面样式、俱备完整的购物网站功能、结构简单、容易使用、并设有促销广告和店标自定义功能。适合于企业及个人经营管理,操作简单,您不需懂得太多的计算机知识,也无需制作复杂网页,您只需订购这套系统,把网店代码及模板文件,通过FTP远程上传到您的网络空间,就完成网上商店初步设置。随后,登录到后台,点点鼠标,在线设置轻松设置各项功能及添加您要出售的商品,您的网上商店就这样轻松建设成功了。不同版本可以满足从小流量到大流量,从个人到企业各方面应用的要求,为你提供一个全新、快速和优秀的网上销售解决方案。-West Shopping System is a fine place for on-demand online templates, independent commodity management, operating their own reviews of the online shopping platform, the system has strong commodity management, Cart orders statistics, and other members of management functions, and they all have the flexibility of commodity management, information management functions functional strong background management interface without login FTP, through the Internet Explorer browser can manage the entire site. West shopping platform authority by the various surveys and studies to you carefully developed many characteristics practical function. Commodity display, management, service upgraded. West shopping platform provides you with the appearance of several professional style stores, ready integrity of
Platform: | Size: 1179357 | Author: sun | Hits:

[Delphi VCLcwgl_bysj

Description: 本程序设计的是一个小型商店每天记的流水帐管理程序,没有具体到销售的每一样商品,只是记载了每一笔的收入和支出情况。经过简单扩充就可以成为一个完整的商店销售管理系统。 -the program design is a small shop in mind the sequence daily management procedures, not specific to the sales of everything commodities, the only record of every income and expenditure. After a simple expansion can become a complete shop sales management system.
Platform: | Size: 708104 | Author: 周礼键 | Hits:

[Delphi VCL7

Description: delphi财务管理系统设计与开发全套(带源码)本程序设计的是一个小型商店每天记的流水帐管理程序,没有具体到销售的每一样商品,只是记载了每一笔的收入和支出情况。经过简单扩充就可以成为一个完整的商店销售管理系统。下面来说一下本程序的各个模块的功能及数据库的结构。
Platform: | Size: 133365 | Author: 赵军 | Hits:

[OS Developsdxsgl

Description: 本程序设计的是一个小型商店每天记的流水帐管理程序,没有具体到销售的每一样商品,只是记载了每一笔的收入和支出情况。经过简单扩充就可以成为一个完整的商店销售管理系统。
Platform: | Size: 710199 | Author: xianpm | Hits:

[Software Engineering商店商品管理系统

Description: 题目名称:商店商品管理系统 主要用途: 某商店每天有进货、售货、统计销售额、查看商品剩余量等业务,所以人工管理是一件非常繁琐的事情,为了快速有效地管理,该商店提出要编制一个计算机管理软件。
Platform: | Size: 331776 | Author: hillhaw123@163.com | Hits:

[JSPJava 实用系统开发指南JavaPractice

Description: ·VI· 目 录 前言 第1章 高性能聊天系统...................................................................................................1 1.1 系统需求...........................................................................................................1 1.2 架构设计...........................................................................................................2 1.2.1 Java事件模型.....................................................................................................2 1.2.2 架构设计图.......................................................................................................5 1.2.3 协议设计.........................................................................................................5 1.2.4 多线程...........................................................................................................6 1.2.5 线程池...........................................................................................................9 1.2.6 非堵塞I/O........................................................................................................11 1.3 Socket核心设计和实现...............................................................................................13 1.3.1 TCP和Reactor模式.................................................................................................14 1.3.2 UDP实现..........................................................................................................19 1.3.3 客户端实现.......................................................................................................22 1.4 Socket接口设计和实现..............................................................................................28 1.4.1 队列和对象类型..................................................................................................28 1.4.2 访问者模式定义..................................................................................................32 1.4.3 访问者模式实现..................................................................................................36 1.4.4 协议封装........................................................................................................39 1.4.5 重整Refactoring.................................................................................................41 1.5 应用接口设计和实现................................................................................................45 1.5.1 Connection API..................................................................................................46 1.5.2 ConnectionFactory API...........................................................................................49 1.5.3 TcpConnection API...............................................................................................53 1.5.4 UdpConnection API...............................................................................................54 1.6 应用层设计和实现..................................................................................................56 1.6.1 客户端聊天测试..................................................................................................56 1.6.2 服务器聊天测试..................................................................................................58 1.7 性能测试..........................................................................................................59 1.8 小结..............................................................................................................61 第2章 简单的用户注册系统..............................................................................................62 2.1 需求分析............................................................................................................62 2.2 系统设计............................................................................................................62 2.2.1 JSP/Servlet与J2EE.................................................................................................63 2.2.2 结构设计图........................................................................................................64 2.2.3 JSP/JavaBeans技术要点.............................................................................................65 2.2.4 JDBC和连接池......................................................................................................68 2.2.5 数据库设计........................................................................................................70 2.3 类的详细设计和实现..................................................................................................71 2.3.1 Facade模式........................................................................................................71 2.3.2 JDBC通用操作类....................................................................................................73 2.3.3 E-mail发送通用类..................................................................................................78 2.3.4 用户资料管理......................................................................................................79 2.3.5 密码数据操作类....................................................................................................83 2.3.6 登陆验证功能......................................................................................................85 2.4 界面编程实现........................................................................................................87 2.4.1 登陆验证页面......................................................................................................87 2.4.2 注册页面..........................................................................................................88 2.5 调试、发布和运行....................................................................................................90 2.5.1 单元测试..........................................................................................................91 2.5.2 快速配置开发环境..................................................................................................92 2.5.3 Tomcat配置和调试..................................................................................................93 2.5.4 Tomcat连接池使用..................................................................................................95 2.6 Hibernate使用.......................................................................................................99 2.7 小结................................................................................................................103 第3章 Jive论坛系统.....................................................................................................107 3.1 Jive功能需求.......................................................................................................107 3.2 Jive与设计模式.....................................................................................................108 3.2.1 设计模式.........................................................................................................109 3.2.2 ForumFactory与工厂模式...........................................................................................109 3.2.3 统一入口与单态模式...............................................................................................113 3.2.4 访问控制与代理模式...............................................................................................114 3.2.5 批量分页查询与迭代模式...........................................................................................115 3.2.6 过滤器与装饰模式.................................................................................................120 3.2.7 主题监测与观察者模式.............................................................................................124 3.3 Jive安全管理机制...................................................................................................128 3.3.1 安全验证机制.....................................................................................................129 3.3.2 用户资料管理.....................................................................................................132 3.4 Jive的缓存机制.....................................................................................................133 3.4.1 缓存原理和实现...................................................................................................133 3.4.2 缓存使用.........................................................................................................136 3.4.3 小结.............................................................................................................139 3.5 Jive的其他组件技术.................................................................................................140 3.5.1 Jive的树形结构...................................................................................................140 3.5.2 XML和JDOM........................................................................................................143 3.5.3 全文检索和Lucene.................................................................................................147 3.5.4 Jive的中文问题...................................................................................................152 3.6 Jive图形处理.......................................................................................................154 3.6.1 图片上传处理.....................................................................................................154 3.6.2 服务器端图形处理.................................................................................................157 3.7 Jive安装调试运行...................................................................................................159 3.8 小结...............................................................................................................160 第4章 网站内容管理系统.................................................................................................161 4.1 需求分析...........................................................................................................161 4.2 架构设计...........................................................................................................162 4.2.1 系统架构图.......................................................................................................163 4.2.2 MVC模式和Struts..................................................................................................164 4.2.3 DBO模式和Castor..................................................................................................167 4.2.4 Cache设计........................................................................................................172 4.3 详细设计和实现.....................................................................................................173 4.3.1 基本对象设计.....................................................................................................173 4.3.2 数据模型的实现...................................................................................................174 4.3.3 抽象工厂(Abstract Factory)模式...................................................................................175 4.3.4 生成器(Builder)模式..............................................................................................180 4.4 表现层的实现.......................................................................................................187 4.4.1 Strut相关设置....................................................................................................187 4.4.2 创建PageForm.....................................................................................................189 4.4.3 创建PageAction...................................................................................................192 4.4.4 创建page.jsp页面.................................................................................................194 4.4.5 自定义标签库.....................................................................................................196 4.4.6 创建SavePageAction...............................................................................................199 4.4.7 Tile模板.........................................................................................................201 4.4.8 创建cmsMenu.jsp..................................................................................................203 4.4.9 创建index.jsp....................................................................................................203 4.4.10 小技巧..........................................................................................................204 4.5 项目重整Refactoring................................................................................................205 4.6 调试、发布和运行...................................................................................................206 4.6.1 配置和运行.......................................................................................................206 4.6.2 Log调试信息的配置................................................................................................206 4.7 小结...............................................................................................................207 第5章 订阅信息系统.....................................................................................................209 5.1 需求分析...........................................................................................................209 5.2 架构设计...........................................................................................................209 5.2.1 Cache和Pool......................................................................................................210 5.2.2 EJB框架体系......................................................................................................211 5.2.3 架构图...........................................................................................................213 5.2.4 接口框架设计.....................................................................................................213 5.3 EJB详细设计和实现..................................................................................................214 5.3.1 业务对象建模.....................................................................................................215 5.3.2 开发环境配置.....................................................................................................216 5.3.3 CMP图形开发......................................................................................................217 5.3.4 实体Bean.........................................................................................................221 5.3.5 Facade Session Bean..............................................................................................229 5.3.6 Transfer Object模式..............................................................................................232 5.4 Web与EJB接口框架...................................................................................................233 5.4.1 框架的设计.......................................................................................................233 5.4.2 框架的实现.......................................................................................................235 5.4.3 框架的使用.......................................................................................................243 5.5 表现层的设计和实现.................................................................................................247 5.5.1 创建ActionForm...................................................................................................247 5.5.2 创建Action 类....................................................................................................248 5.5.3 创建JSP页面......................................................................................................248 5.6 调试配置和运行.....................................................................................................249 5.6.1 JBoss和MySQL的配置...............................................................................................250 5.6.2 JNDI配置.........................................................................................................251 5.6.3 部署和发布.......................................................................................................253 5.6.4 调试和测试.......................................................................................................254 5.7 小结...............................................................................................................254 第6章 用户安全管理系统.................................................................................................256 6.1 需求分析...........................................................................................................256 6.2 架构设计...........................................................................................................256 6.2.1 角色.............................................................................................................257 6.2.2 J2EE的JAAS.......................................................................................................257 6.2.3 单点登录.........................................................................................................259 6.2.4 邮件发送组件.....................................................................................................261 6.3 详细设计和实现.....................................................................................................261 6.3.1 业务对象建模.....................................................................................................261 6.3.2 数据库设计.......................................................................................................263 6.3.3 实体bean实现.....................................................................................................263 6.3.4 Session Bean实现.................................................................................................266 6.3.5 EJB容器安全配置..................................................................................................273 6.4 JMS 邮件发送组件...................................................................................................275 6.4.1 消息发送器.......................................................................................................276 6.4.2 MDB..............................................................................................................279 6.5 Web层的实现........................................................................................................282 6.5.1 用户资料管理.....................................................................................................282 6.5.2 Web容器安全配置..................................................................................................287 6.6 调试配置和运行.....................................................................................................289 6.6.1 JAAS配置.........................................................................................................290 6.6.2 邮件服务的配置...................................................................................................291 6.6.3 部署和发布.......................................................................................................292 6.7 小结...............................................................................................................292 第7章 EJB方法调用框架..................................................................................................294 7.1 框架概况...........................................................................................................294 7.1.1 远程调用技术背景.................................................................................................294 7.1.2 框架结构.........................................................................................................295 7.2 框架设计..........................................................................................................296 7.2.1 代理(Proxy)模式...............................................................................................296 7.2.2 动态代理........................................................................................................298 7.2.3 反射(Reflection)和方法调用....................................................................................300 7.2.4 HTTP协议和对象序列化............................................................................................302 7.2.5 框架设计图......................................................................................................304 7.2.6 HTTPSession和缓存机制...........................................................................................305 7.2.7 基于HTTP的安全机制..............................................................................................306 7.3 类的详细设计和实现................................................................................................309 7.3.1 基本业务对象....................................................................................................310 7.3.2 动态代理工厂....................................................................................................312 7.3.3 肥客户端/服务器架构下实现.......................................................................................315 7.3.4 Web层代理Servlet Proxy..........................................................................................322 7.3.5 浏览器/服务器架构下实现.........................................................................................324 7.3.6 核心代理Business Proxy实现......................................................................................327 7.4 框架的使用和调试..................................................................................................333 7.4.1 配置............................................................................................................333 7.4.2 浏览器/服务器架构下的应用.......................................................................................335 7.4.3 肥客户端/服务器架构下的应用.....................................................................................336 7.5 小结..............................................................................................................337 第8章 网上商店系统...................................................................................................338 8.1 系统需求和设计...................................................................................................338 8.1.1 基本业务对象...................................................................................................339 8.1.2 数据表设计.....................................................................................................340 8.2 数据操作通用框架.................................................................................................344 8.2.1 框架的提炼和设计...............................................................................................347 8.2.2 增、删、改、查框架实现.........................................................................................352 8.3 商品类别管理功能的实现...........................................................................................356 8.3.1 创建Session Bean................................................................................................357 8.3.2 EJB配置.........................................................................................................358 8.3.3 创建Category相关类实现..........................................................................................360 8.3.4 Web配置.........................................................................................................361 8.3.5 创建Category.jsp................................................................................................362 8.4 商品管理功能的实现................................................................................................364 8.4.1 创建ProductManager..............................................................................................364 8.4.2 EJB配置.........................................................................................................366 8.4.3 创建Product相关类实现...........................................................................................368 8.4.4 Web配置.........................................................................................................369 8.4.5 创建product.jsp.................................................................................................370 8.4.6 商品图片上传功能................................................................................................374 8.5 商品批量查询和多页显示............................................................................................376 8.5.1 DAO模式.........................................................................................................377 8.5.2 Strut框架下设计和实现...........................................................................................385 8.5.3 页导航条实现....................................................................................................388 8.6 购物车功能的实现..................................................................................................393 8.6.1 有状态Session Bean..............................................................................................393 8.6.2 Web功能实现.....................................................................................................396 8.7 小结..............................................................................................................399
Platform: | Size: 31514707 | Author: fengbozs@163.com | Hits:

[Shop supermarket software systemNet008网络商城

Description: 一套集网上购物和商品管理为一体的强大的网上商店(商城)系统,可以作为各种类型网上商店的运行平台,经过简单的系统配置、修改,可以作为网上书店、网上音像店、网上花店、电脑配件网上购物、数码产品网上购物、成人用品购物网站、礼品服饰、企业产品等任何无形或有形商品的网上商店运 行平台-set of online shopping and collect goods for the integrated management of powerful online store (mall) system, as all types of online shops running platform, through simple system configuration modifications, as online bookstores, online video store, online florist, computer accessories online shopping digital products online shopping, adult shopping site, supplies, gift accessories, and other products of any intangible or tangible goods online store platforms
Platform: | Size: 533504 | Author: 尘子 | Hits:

[Other Databases小型商店销售管理系统

Description: 设计一个实用的小型商店销售管理系统 二.功能: 1. 登记收入支出 2. 统计每日或每周的销售情况,按规定格式打印销售报表 3. 允许多种方式查询货物情况 4. 按货物销售情况提前发出预报-practical design a small shop sales management system 2. Functions : 1. Revenue expenditure registered two. Statistics daily or weekly sales, as required format Print sales statements 3. For a variety of ways to allow cargo 4. Sales of goods by the early forecast issued
Platform: | Size: 105472 | Author: subi | Hits:

[WEB Code西亚购物系统 2005 Build 1014

Description: 西亚购物系统是一套自选网上商城精美模版,自主商品管理,自行网店经营的网上商城平台,系统具有强大的商品管理、购物车、订单统计、会员管理等功能,同时拥有灵活多变的商品管理、新闻管理等功能,功能强劲的后台管理界面,无需登录FTP,通过IE浏览器即可管理整个网站。西亚购物平台经多方面权威调查和研究为您精心开发了很多特色实用功能。使商品展示、管理、服务全面升级。西亚购物平台为您提供了多款专业美观的店面样式、俱备完整的购物网站功能、结构简单、容易使用、并设有促销广告和店标自定义功能。适合于企业及个人经营管理,操作简单,您不需懂得太多的计算机知识,也无需制作复杂网页,您只需订购这套系统,把网店代码及模板文件,通过FTP远程上传到您的网络空间,就完成网上商店初步设置。随后,登录到后台,点点鼠标,在线设置轻松设置各项功能及添加您要出售的商品,您的网上商店就这样轻松建设成功了。不同版本可以满足从小流量到大流量,从个人到企业各方面应用的要求,为你提供一个全新、快速和优秀的网上销售解决方案。-West Shopping System is a fine place for on-demand online templates, independent commodity management, operating their own reviews of the online shopping platform, the system has strong commodity management, Cart orders statistics, and other members of management functions, and they all have the flexibility of commodity management, information management functions functional strong background management interface without login FTP, through the Internet Explorer browser can manage the entire site. West shopping platform authority by the various surveys and studies to you carefully developed many characteristics practical function. Commodity display, management, service upgraded. West shopping platform provides you with the appearance of several professional style stores, ready integrity of
Platform: | Size: 1178624 | Author: sun | Hits:

[Shop supermarket software systemeshopmanage

Description: 《电子商店管理系统》——采用JSP、Servlet和JavaBean开发,实现了商品管理、 商品分类、订单处理、会员管理等功能 -"e-store management system"-- using JSP, Servlet and JavaBean in development and management of commodities, commodity classification, order processing, and other members of management functions
Platform: | Size: 2898944 | Author: wxj | Hits:

[JSP/JavaGourmetCoffee

Description: 这是一个coffee店管理系统,Gourmet咖啡是一个商店,出售来自全世界的咖啡,它还出售咖啡酿造机器和咖啡消费品设施。Gourmet咖啡系统维护一个商品目录、处理订单和记录商店的销售情况-This is a coffee shop management system, Gourmet coffee is a shop, the sale of coffee from around the world, it also sold coffee brewing machines and coffee consumer facilities. Gourmet coffee maintaining a system catalogs, order processing and record shop sales
Platform: | Size: 43008 | Author: 庄浩 | Hits:

[WEB Codeshch

Description: 《漂亮完全多用户网络商城系统》是一套国内知名,技术领先,能圆你网上创业梦想的电子商务系统。你可以在互联网上开店,拥有自己管理的店铺,强大的后台管理和会员管理店铺的功能,更是在网上建立收费连锁店铺的最好选择。建店功能强大,只需简单设置,5分钟即可以建立一个功能完备的网上商店;具备对所有商家、会员、商品、订单的全套管理功能及快捷的资料查询系统;内置运营商网站,即买即用,无需另行设计运营商站点,安装完成即可开始运营。 商品管理模块,能够进行商品的添加/管理,订单处理,商品参数设置,查看网友对商品的评论,商品的单位/品牌设置; 商城的信息管理模块,有首页新闻添加/管理,专题添加/管理,投票添加/管理,首页公告管理,以及网友的意见反馈; 在线支付模块,支持网上在线支持系统,50多家银行,实时划帐,方便快捷;-"pretty fully multi-user network mall system" is a well-known, technical lead, You can round Internet start-ups dream of e-commerce systems. You can sell at the market on the Internet, with its own management of the shops, a strong management background and Member shop management functions, is a web-based fees chain shops the best choice. Powerful built shops, you can simply set up, five minutes can establish a fully functioning online store; possess all businessmen, Member, merchandise, orders management is the set of functional and efficient data inquiry system; built-in operators website, which is used to buy without any further operator site design, installation can be completed to begin operating. Commodity Management module, a commodity to the Add/management, order proces
Platform: | Size: 2674688 | Author: 姓名 | Hits:

[Delphi VCLcwgl_bysj

Description: 本程序设计的是一个小型商店每天记的流水帐管理程序,没有具体到销售的每一样商品,只是记载了每一笔的收入和支出情况。经过简单扩充就可以成为一个完整的商店销售管理系统。 -the program design is a small shop in mind the sequence daily management procedures, not specific to the sales of everything commodities, the only record of every income and expenditure. After a simple expansion can become a complete shop sales management system.
Platform: | Size: 707584 | Author: 周礼键 | Hits:

[Delphi VCL7

Description: delphi财务管理系统设计与开发全套(带源码)本程序设计的是一个小型商店每天记的流水帐管理程序,没有具体到销售的每一样商品,只是记载了每一笔的收入和支出情况。经过简单扩充就可以成为一个完整的商店销售管理系统。下面来说一下本程序的各个模块的功能及数据库的结构。-delphi financial management system design and development of a full set (with source code) The program design is a small store in mind the itemized account in next day management processes, not specifically to the sale of every commodity, is only documented in each of the income and expenditure situation. After simple expansion can become a complete shop sales management system. Following this procedure for the click function of the various modules and database structure.
Platform: | Size: 133120 | Author: 赵军 | Hits:

[WEB CodeASPeshplunwenyuanma

Description: asp网上购物系统+论文sql2000 本文以ASP为开发技术,以VBScript为服务器端脚本语言,以JScript作为客户端脚本语言,实现了一个虚拟的网上商店购物系统。网上购物系统分为前台管理和后台管理。 本文在这两方面实现了以下功能:后台管理包括新闻管理、商品管理、订单管理、顾客用户管理、系统用户管理;前台商品查询和购买模块包括查看商品列表、查询商品信息、查看商品信息、购买商品等模块。通过这些前台、后台功能模块的设计,基本上实现了整个网上交易过程。
Platform: | Size: 830464 | Author: 李辉 | Hits:

[ERP-EIP-OA-Portalshoppingsystem

Description: 我国的中小企业大部分是传统企业,其特点是规模小,资金少,人才缺,管理手段落后。电子商务的发展和应用导致中小企业发生根本性的变化。从近年来中小企业应用电子商务的情况来看,往往面临机遇和挑战两方面的问题:一方面,电子商务先进的技术和开放式的环境,将促使市场结构发生变化,使中小企业可以随时掌握市场和顾客需求、缩短业务运转时间、降低业务处理差错、降低贸易管理成本和库存成本、改善服务质量、加快资金流动,从而提高企业的经济效益;另一方面,由于中小企业的人力、财力、信息技术等实力较弱,因此从各方面来说,中小企业开展电子商务所付出的代价也许更大,相对效益而言,成本也许更高。 网上购物管理系统是企业(商家)面对消费者、购买者的模式下系统。企业通过它可以建立自己的网上商店,建立网上销售渠道,可以让企业直接面对最终用户,减少了销售过程中的中间环节,降低了客户的购买成本。使用该系统,用户可以让所有上网浏览的客户看到你在网络上所登录的产品信息,并可以查看、购买商品和下定单,缩短与小客户的距离,直接获得效益。-Most of China s SMEs in the traditional enterprise, characterized by small scale, costs are low, lack of qualified personnel, management, backward. Of e-commerce development and application of fundamental change leading to small and medium enterprises. In recent years, small and medium enterprises from the application of e-business situation, opportunities and challenges are often faced with two problems: on the one hand, e-commerce and advanced technology and open environment, will lead to changes in market structure, so that SMEs can keep abreast of market and customer needs, reduce business operating hours, reduce business process errors, reduce administrative costs of trade and inventory costs, improve service quality, and financial flows, thereby enhancing economic efficiency of enterprises the other hand, SMEs, human, financial, The weaker such as information technology, it all counts, e-commerce by SMEs, the cost may be greater, relative effectiveness, cost may be higher. Onl
Platform: | Size: 6989824 | Author: | Hits:

[WEB Codemy11503_flea

Description: 给予asp环境网上购物系统实现了一个虚拟的网上商店购物系统。网上购物系统分为前台管理和后台管理。 本文在这两方面实现了以下功能:后台管理包括新闻管理、商品管理、订单管理、顾客用户管理、系统用户管理;前台商品查询和购买模块包括查看商品列表、查询商品信息、查看商品信息、购买商品等模块。通过这些前台、后台功能模块的设计,基本上实现了整个网上交易过程。-Asp environment for online shopping system implements a virtual online store shopping system. Internet shopping system is divided into front and back-office administration management. In this paper, both to achieve the following features: background management, including information management, merchandise management, order management, customer user management, system user management front module including the purchase of goods query and view the product list, check product information, view product information, purchase product modules. With these prospects, back-office functionality module design, and virtually the entire process online transactions.
Platform: | Size: 802816 | Author: 233213213 | Hits:

[ADO-ODBCshangdian

Description: 简单的商店管理系统 适合vb与数据库初学者参考使用 功能: 1.登录(初始用户名,密码都是a) 2. 主界面,显示时间。通过菜单进入各个功能 3.进货(选择商品名称,输入单价,数量,点确定) 若超过库存则提示不能进货 4.出货(卖出)(操作同进货) 5. 交易记录查询与报表 可以按交易时间,总价值范围,售货员(管理员),来查询交易记录 设置完条件后,点刷新则按新条件查询 点生成报表则根据当前查询结果生成报表,报表在工程文件夹中 5.库存商品信息管理 可以只显示正在交易的商品 可以停止或恢复某商品的交易 可以增加商品种类 可以修改商品库存上限 可以提示进货与积压 (提示进货与积压) 6.管理员注册,密码修改,管理员注销 注册:输入新的管理员用户名,密码(密码要确认两次) 密码修改:修改当前管理员密码 注销:注销当前管理员 -Simple shop management system Vb reference for beginners to use the database Function: 1. Log (initial user name, password are all a) 2. The main interface to show time. Through the menu to access the various functions 3. Purchase (select product name, enter the unit price, quantity, point to determine) If you are prompted to not purchase excess inventory 4. Shipped (sold) (operating with purchase) 5. Trading records check and report Trading hours can be a total value of the scope of sales (manager), to query transactions After setting the conditions, the point query refresh according to the new conditions Point generating statements are based on the current query results generated reports, statements in the project folder 5. Stock merchandise information management Can only display goods being traded Can stop or resume the trading of a commodity Can increase the types of goods Can modify the cap commodity stocks Backlog
Platform: | Size: 789504 | Author: bibabo | Hits:

[ERP-EIP-OA-Portalshangpin

Description: 商品管理系统对商店进行管理的软件,涉及进销存等方面-Merchandise management system for store-management software, and other aspects related to Invoicing
Platform: | Size: 571392 | Author: 郑宗行 | Hits:

[WEB Code5

Description: PHPSHE商城系统是将商品管理、品牌管理、规格管理、促销管理、优惠券管理、在线购物、订单管理、资金管理、提现管理、支付管理、文章管理、会员管理、权限管理、通知管理、评价管理、数据统计等功能相结合,并提供了简易的操作、实用的功能,快速让用户建立独立个性化的网上商店,为用户提供了一个低成本、高效率的网上商城建设方案。(PHPSHE business city system combines the functions of commodity management, brand management, specification management, promotion management, coupon management, online shopping, order management, fund management, cash management, payment management, article management, member management, authority management, notification management, evaluation management, statistics and statistics. The simple operation and practical function quickly let the user establish an independent personalized online store, and provide a low-cost and efficient construction scheme for the online business city for the users.)
Platform: | Size: 2586624 | Author: 24t5eg | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net