源码家

  • 开发语言:
  • Java
  • 源码大小:
  • 18.91M
  • 源码类别:
  • Java语言基础
  • 文件格式:
  • .zip

源码介绍

【源码简介】Java Web项目报价管理系统mysql版本
报价管理系统可以分为五个功能模块,分别是客户管理模块、产品管理模块、订单管理模块、报价管理模块以及系统用户管理模块,其中各功能模块的具体说明如下。 客户管理模块:该模块主要用来管理客户信息,包括客户的...

【源码截图】

【核心源码】

.
├── CMPP_SP.suo
├── Java Web项目报价管理系统mysql版本.zip
└── quotation
    ├── JavaPrj_6
    │   ├── WebRoot
    │   │   ├── META-INF
    │   │   │   └── MANIFEST.MF
    │   │   ├── WEB-INF
    │   │   │   ├── classes
    │   │   │   │   ├── META-INF
    │   │   │   │   │   └── persistence.xml
    │   │   │   │   ├── beans.xml
    │   │   │   │   ├── com
    │   │   │   │   │   └── sanqing
    │   │   │   │   │       ├── action
    │   │   │   │   │       │   ├── BaseAction.class
    │   │   │   │   │       │   ├── CustomerAction.class
    │   │   │   │   │       │   ├── CustomerManageAction.class
    │   │   │   │   │       │   ├── LoginAction.class
    │   │   │   │   │       │   ├── OrderAction.class
    │   │   │   │   │       │   ├── OrderManageAction.class
    │   │   │   │   │       │   ├── ProductAction.class
    │   │   │   │   │       │   ├── ProductManageAction.class
    │   │   │   │   │       │   ├── ProductTypeAction.class
    │   │   │   │   │       │   ├── ProductTypeManageAction.class
    │   │   │   │   │       │   ├── QuotationAction.class
    │   │   │   │   │       │   ├── QuotationManageAction.class
    │   │   │   │   │       │   ├── UserAction.class
    │   │   │   │   │       │   └── UserManageAction.class
    │   │   │   │   │       ├── dao
    │   │   │   │   │       │   ├── DAO.class
    │   │   │   │   │       │   └── DaoSupport.class
    │   │   │   │   │       ├── intercepter
    │   │   │   │   │       │   └── LoginIntercepter.class
    │   │   │   │   │       ├── po
    │   │   │   │   │       │   ├── Customer.class
    │   │   │   │   │       │   ├── Order.class
    │   │   │   │   │       │   ├── Product.class
    │   │   │   │   │       │   ├── ProductType.class
    │   │   │   │   │       │   ├── Quotation.class
    │   │   │   │   │       │   └── User.class
    │   │   │   │   │       ├── service
    │   │   │   │   │       │   ├── CustomerService.class
    │   │   │   │   │       │   ├── OrderService.class
    │   │   │   │   │       │   ├── ProductService.class
    │   │   │   │   │       │   ├── ProductTypeService.class
    │   │   │   │   │       │   ├── QuotationService.class
    │   │   │   │   │       │   └── UserService.class
    │   │   │   │   │       ├── serviceImpl
    │   │   │   │   │       │   ├── CustomerServiceImpl.class
    │   │   │   │   │       │   ├── OrderServiceImpl.class
    │   │   │   │   │       │   ├── ProductServiceImpl.class
    │   │   │   │   │       │   ├── ProductTypeServiceImpl.class
    │   │   │   │   │       │   ├── QuotationServiceImpl.class
    │   │   │   │   │       │   └── UserServiceImpl.class
    │   │   │   │   │       └── util
    │   │   │   │   │           ├── DateConverter.class
    │   │   │   │   │           ├── GenericsUtils.class
    │   │   │   │   │           ├── PageIndex.class
    │   │   │   │   │           ├── PageView.class
    │   │   │   │   │           └── QueryResult.class
    │   │   │   │   ├── log4j.properties
    │   │   │   │   ├── struts.xml
    │   │   │   │   └── xwork-conversion.properties
    │   │   │   ├── lib
    │   │   │   │   ├── antlr-2.7.6.jar
    │   │   │   │   ├── aopalliance-1.0.jar
    │   │   │   │   ├── asm-attrs.jar
    │   │   │   │   ├── asm.jar
    │   │   │   │   ├── aspectjrt.jar
    │   │   │   │   ├── aspectjweaver.jar
    │   │   │   │   ├── cglib-2.1.3.jar
    │   │   │   │   ├── classworlds-1.1.jar
    │   │   │   │   ├── common-annotations.jar
    │   │   │   │   ├── commons-beanutils-1.7.0.jar
    │   │   │   │   ├── commons-chain-1.1.jar
    │   │   │   │   ├── commons-collections-3.1.jar
    │   │   │   │   ├── commons-collections-3.2.jar
    │   │   │   │   ├── commons-dbcp.jar
    │   │   │   │   ├── commons-digester-1.6.jar
    │   │   │   │   ├── commons-fileupload-1.2.1.jar
    │   │   │   │   ├── commons-io-1.3.2.jar
    │   │   │   │   ├── commons-lang-2.3.jar
    │   │   │   │   ├── commons-logging-1.0.4.jar
    │   │   │   │   ├── commons-logging-api-1.1.jar
    │   │   │   │   ├── commons-logging.jar
    │   │   │   │   ├── commons-pool.jar
    │   │   │   │   ├── commons-validator-1.3.0.jar
    │   │   │   │   ├── dom4j-1.6.1.jar
    │   │   │   │   ├── dom4j.jar
    │   │   │   │   ├── dwr.jar
    │   │   │   │   ├── ehcache-1.2.jar
    │   │   │   │   ├── ejb3-persistence.jar
    │   │   │   │   ├── ezmorph-1.0.3.jar
    │   │   │   │   ├── freemarker-2.3.12.jar
    │   │   │   │   ├── hibernate-annotations.jar
    │   │   │   │   ├── hibernate-cglib-repack-2.1_3.jar
    │   │   │   │   ├── hibernate-commons-annotations.jar
    │   │   │   │   ├── hibernate-core.jar
    │   │   │   │   ├── hibernate-entitymanager.jar
    │   │   │   │   ├── hibernate3.jar
    │   │   │   │   ├── javassist.jar
    │   │   │   │   ├── jaxen-1.1-beta-7.jar
    │   │   │   │   ├── jstl.jar
    │   │   │   │   ├── jta.jar
    │   │   │   │   ├── junit-3.8.1.jar
    │   │   │   │   ├── log4j-1.2.11.jar
    │   │   │   │   ├── mysql-connector-java-5.0.8-bin.jar
    │   │   │   │   ├── ognl-2.6.11.jar
    │   │   │   │   ├── oro-2.0.8.jar
    │   │   │   │   ├── pager-taglib.jar
    │   │   │   │   ├── plexus-container-default-1.0-alpha-10.jar
    │   │   │   │   ├── plexus-utils-1.2.jar
    │   │   │   │   ├── proxool-0.8.3.jar
    │   │   │   │   ├── slf4j-api.jar
    │   │   │   │   ├── slf4j-nop-1.5.2.jar
    │   │   │   │   ├── spring.jar
    │   │   │   │   ├── standard.jar
    │   │   │   │   ├── struts2-core-2.1.2.jar
    │   │   │   │   ├── struts2-jasperreports-plugin-2.1.6.jar
    │   │   │   │   ├── struts2-spring-plugin-2.1.2.jar
    │   │   │   │   ├── testng-5.1.jar
    │   │   │   │   ├── tiles-api-2.0.5.jar
    │   │   │   │   ├── tiles-core-2.0.5.jar
    │   │   │   │   ├── tiles-jsp-2.0.5.jar
    │   │   │   │   ├── xml-apis-1.0.b2.jar
    │   │   │   │   ├── xpp3_min-1.1.3.4.O.jar
    │   │   │   │   ├── xstream-1.2.2.jar
    │   │   │   │   └── xwork-2.1.1.jar
    │   │   │   └── web.xml
    │   │   ├── back_index.html
    │   │   ├── cotnrol
    │   │   ├── crossbrowser.js
    │   │   ├── customer
    │   │   │   ├── customer_add.jsp
    │   │   │   ├── customer_list.jsp
    │   │   │   ├── customer_query.jsp
    │   │   │   └── customer_update.jsp
    │   │   ├── images
    │   │   │   ├── addpic.gif
    │   │   │   ├── arrowdown.gif
    │   │   │   ├── arrowup.gif
    │   │   │   ├── c.png
    │   │   │   ├── cq.png
    │   │   │   ├── cz.gif
    │   │   │   ├── dela.gif
    │   │   │   ├── file1.gif
    │   │   │   ├── list_middle.jpg
    │   │   │   ├── login
    │   │   │   │   ├── logo.gif
    │   │   │   │   ├── logo_bg.gif
    │   │   │   │   ├── logo_copyright_bg.gif
    │   │   │   │   ├── logo_under_line.gif
    │   │   │   │   ├── userLogin.gif
    │   │   │   │   ├── userLogin_button.gif
    │   │   │   │   └── userLogin_down.gif
    │   │   │   ├── login_2.gif
    │   │   │   ├── login_5.gif
    │   │   │   ├── o.png
    │   │   │   ├── oq.png
    │   │   │   ├── p.png
    │   │   │   ├── pq.png
    │   │   │   ├── pt.png
    │   │   │   ├── ptq.png
    │   │   │   ├── q.png
    │   │   │   ├── .png
    │   │   │   ├── tip.gif
    │   │   │   ├── title_left.gif
    │   │   │   ├── title_middle.gif
    │   │   │   ├── title_right.gif
    │   │   │   ├── u.png
    │   │   │   └── uq.png
    │   │   ├── index.jsp
    │   │   ├── main.html
    │   │   ├── order
    │   │   │   ├── order_add.jsp
    │   │   │   ├── order_list.jsp
    │   │   │   ├── order_query.jsp
    │   │   │   └── order_update.jsp
    │   │   ├── outlook.html
    │   │   ├── outlook.js
    │   │   ├── product
    │   │   │   ├── product_add.jsp
    │   │   │   ├── product_list.jsp
    │   │   │   ├── product_query.jsp
    │   │   │   ├── product_update.jsp
    │   │   │   ├── producttype_add.jsp
    │   │   │   ├── producttype_list.jsp
    │   │   │   ├── producttype_query.jsp
    │   │   │   └── producttype_update.jsp
    │   │   ├── quotation
    │   │   │   ├── quotation_add.jsp
    │   │   │   ├── quotation_list.jsp
    │   │   │   ├── quotation_query.jsp
    │   │   │   └── quotation_update.jsp
    │   │   ├── script
    │   │   │   └── public.js
    │   │   ├── share
    │   │   │   ├── Foot.jsp
    │   │   │   ├── Head.jsp
    │   │   │   ├── directUrl.jsp
    │   │   │   ├── fenye.jsp
    │   │   │   ├── message.jsp
    │   │   │   ├── pub_add_success.jsp
    │   │   │   ├── pub_del_success.jsp
    │   │   │   ├── pub_update_success.jsp
    │   │   │   ├── simpleHead.jsp
    │   │   │   └── taglib.jsp
    │   │   ├── style
    │   │   │   └── oa.css
    │   │   └── user
    │   │       ├── user_add.jsp
    │   │       ├── user_list.jsp
    │   │       ├── user_query.jsp
    │   │       └── user_update.jsp
    │   └── src
    │       ├── META-INF
    │       │   └── persistence.xml
    │       ├── beans.xml
    │       ├── com
    │       │   └── sanqing
    │       │       ├── action
    │       │       │   ├── BaseAction.java
    │       │       │   ├── CustomerAction.java
    │       │       │   ├── CustomerManageAction.java
    │       │       │   ├── LoginAction.java
    │       │       │   ├── OrderAction.java
    │       │       │   ├── OrderManageAction.java
    │       │       │   ├── ProductAction.java
    │       │       │   ├── ProductManageAction.java
    │       │       │   ├── ProductTypeAction.java
    │       │       │   ├── ProductTypeManageAction.java
    │       │       │   ├── QuotationAction.java
    │       │       │   ├── QuotationManageAction.java
    │       │       │   ├── UserAction.java
    │       │       │   └── UserManageAction.java
    │       │       ├── dao
    │       │       │   ├── DAO.java
    │       │       │   └── DaoSupport.java
    │       │       ├── intercepter
    │       │       │   └── LoginIntercepter.java
    │       │       ├── po
    │       │       │   ├── Customer.java
    │       │       │   ├── Order.java
    │       │       │   ├── Product.java
    │       │       │   ├── ProductType.java
    │       │       │   ├── Quotation.java
    │       │       │   └── User.java
    │       │       ├── service
    │       │       │   ├── CustomerService.java
    │       │       │   ├── OrderService.java
    │       │       │   ├── ProductService.java
    │       │       │   ├── ProductTypeService.java
    │       │       │   ├── QuotationService.java
    │       │       │   └── UserService.java
    │       │       ├── serviceImpl
    │       │       │   ├── CustomerServiceImpl.java
    │       │       │   ├── OrderServiceImpl.java
    │       │       │   ├── ProductServiceImpl.java
    │       │       │   ├── ProductTypeServiceImpl.java
    │       │       │   ├── QuotationServiceImpl.java
    │       │       │   └── UserServiceImpl.java
    │       │       └── util
    │       │           ├── DateConverter.java
    │       │           ├── GenericsUtils.java
    │       │           ├── PageIndex.java
    │       │           ├── PageView.java
    │       │           └── QueryResult.java
    │       ├── log4j.properties
    │       ├── struts.xml
    │       └── xwork-conversion.properties
    ├── readme.txt
    └── 数据库
        └── quote.sql

40 directories, 234 files


  • 商品评价
  • 交易规则
  • 交易流程

  • 发货方式

  • 1、自动:在上方保障服务中标有自动发货的商品,拍下后,将会自动收到来自卖家的商品获取(下载)链接;

    2、手动:未标有自动发货的的商品,拍下后,卖家会收到邮件、短信提醒,也可通过QQ或订单中的电话联系对方。

  • 交易周期

  • 1、源码默认交易周期:自动发货商品为1天,手动发货商品为3天,买家有1次额外延长3天交易周期的权利;

    2、若上述交易周期双方依然无法完成交易,任意一方可发起追加周期(1~7天)的请求,对方同意即可延长。

  • 退款说明

  • 1、描述:源码描述(含标题)与实际源码不一致的(例:描述PHP实际为ASP、描述的功能实际缺少、版本不符等);

    2、演示:有演示站时,与实际源码小于95%一致的(但描述中有"不保证完全一样、有变化的可能性"类似显著声明的除外);

    3、发货:手动发货源码,在卖家未发货前,已申请退款的;

    4、安装:免费提供安装服务的源码但卖家不履行的;

    5、收费:额外收取其他费用的(但描述中有显著声明或双方交易前有商定的除外);

    6、其他:如质量方面的硬性常规问题等。

    注:经核实符合上述任一,均支持退款,但卖家予以积极解决问题则除外。

  • 1注意事项

  • 1、源码家会对双方交易的过程及交易商品的快照进行永久存档,以确保交易的真实、有效、安全!

    2、源码家无法对如“永久包更新”、“永久技术支持”等类似交易之后的商家承诺做担保,请买家自行鉴别;

    3、在源码同时有网站演示与图片演示,且站演与图演不一致时,默认按图演作为纠纷评判依据(特别声明或有商定除外);

    4、在没有"无任何正当退款依据"的前提下,商品写有"一旦售出,概不支持退款"等类似的声明,视为无效声明;

    5、在未拍下前,双方在QQ上所商定的交易内容,亦可成为纠纷评判依据(商定与描述冲突时,商定为准);

    6、因聊天记录可作为纠纷评判依据,故双方联系时,只与对方在互站上所留的QQ、手机号沟通,以防对方不承认自我承诺。

    7、虽然交易产生纠纷的几率很小,但一定要保留如聊天记录、手机短信等这样的重要信息,以防产生纠纷时便于互站介入快速处理。

  • 互站声明

  • 1、源码家作为第三方中介平台,依据交易合同(商品描述、交易前商定的内容)来保障交易的安全及买卖双方的权益;

    2、非平台线上交易的项目,出现任何后果均与互站无关;无论卖家以何理由要求线下交易的,请联系管理举报。