在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 仿金蝶电商ERP进销存系统

仿金蝶电商ERP进销存系统

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:41.98M
  • 下载次数:67
  • 浏览次数:727
  • 发布时间:2020-10-19
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
安装说明: 1、上传到网站根目录 2、用phpMyadmin导入数据库文件sasa.sql 3、修改数据库链接文件 application\config\database.php (记得不要用记事本修改,否则可能会出现验证码显示不了问题,建议用Notepad++) 4、访问您网址 帐号 admin 密码 admin (记得用chrome浏览器,用IE会有不兼容情况)
【实例截图】
【核心代码】
仿金蝶电商ERP进销存系统
└── 仿金蝶电商ERP进销存系统
├── application
│   ├── cache
│   │   └── index.html
│   ├── config
│   │   ├── autoload.php
│   │   ├── config.php
│   │   ├── constants.php
│   │   ├── database.php
│   │   ├── doctypes.php
│   │   ├── foreign_chars.php
│   │   ├── hooks.php
│   │   ├── index.html
│   │   ├── migration.php
│   │   ├── mimes.php
│   │   ├── profiler.php
│   │   ├── routes.php
│   │   ├── smileys.php
│   │   └── user_agents.php
│   ├── controllers
│   │   ├── basedata
│   │   │   ├── assist.php
│   │   │   ├── assistSku.php
│   │   │   ├── assistType.php
│   │   │   ├── contact.php
│   │   │   ├── customer.php
│   │   │   ├── deliveryAddr.php
│   │   │   ├── employee.php
│   │   │   ├── import.php
│   │   │   ├── inventory.php
│   │   │   ├── invlocation.php
│   │   │   ├── log.php
│   │   │   ├── resultInfo.php
│   │   │   ├── settAcct.php
│   │   │   ├── supplier.php
│   │   │   ├── systemProfile.php
│   │   │   ├── unit.php
│   │   │   ├── unitType.php
│   │   │   ├── userSetting.php
│   │   │   └── warranty.php
│   │   ├── dataright.php
│   │   ├── home.php
│   │   ├── import.php
│   │   ├── index.html
│   │   ├── inventory.php
│   │   ├── login.php
│   │   ├── noteprinttemp.php
│   │   ├── prints.php
│   │   ├── report.php
│   │   ├── right.php
│   │   ├── sales.php
│   │   ├── scm
│   │   │   ├── backup.php
│   │   │   ├── invOi.php
│   │   │   ├── invPu.php
│   │   │   ├── invSa.php
│   │   │   ├── invSo.php
│   │   │   ├── invTf.php
│   │   │   ├── ori.php
│   │   │   ├── payment.php
│   │   │   ├── pdImport.php
│   │   │   └── receipt.php
│   │   ├── service.php
│   │   ├── settings.php
│   │   └── storage.php
│   ├── core
│   │   └── index.html
│   ├── errors
│   │   ├── error_404.php
│   │   ├── error_db.php
│   │   ├── error_general.php
│   │   ├── error_php.php
│   │   └── index.html
│   ├── helpers
│   │   ├── fun_helper.php
│   │   └── index.html
│   ├── hooks
│   │   └── index.html
│   ├── index.html
│   ├── language
│   │   ├── english
│   │   │   └── index.html
│   │   └── index.html
│   ├── libraries
│   │   ├── excel
│   │   │   ├── excel
│   │   │   │   └── oleread.php
│   │   │   ├── excel.php
│   │   │   └── excel_reader2.php
│   │   ├── html2pdf
│   │   │   ├── _class
│   │   │   │   ├── exception.class.php
│   │   │   │   ├── locale.class.php
│   │   │   │   ├── myPdf.class.php
│   │   │   │   ├── parsingCss.class.php
│   │   │   │   ├── parsingHtml.class.php
│   │   │   │   ├── tcpdfConfig1.php
│   │   │   │   └── tcpdfConfig.php
│   │   │   ├── html2pdf1.php
│   │   │   ├── html2pdf.php
│   │   │   ├── locale
│   │   │   │   ├── ca.csv
│   │   │   │   ├── cs.csv
│   │   │   │   ├── da.csv
│   │   │   │   ├── de.csv
│   │   │   │   ├── en.csv
│   │   │   │   ├── es.csv
│   │   │   │   ├── fr.csv
│   │   │   │   ├── it.csv
│   │   │   │   ├── nl.csv
│   │   │   │   ├── pt.csv
│   │   │   │   └── tr.csv
│   │   │   └── _tcpdf_5.0.002
│   │   │   ├── 2dbarcodes.php
│   │   │   ├── barcodes.php
│   │   │   ├── cache
│   │   │   │   ├── chapter_demo_1.txt
│   │   │   │   ├── chapter_demo_2.txt
│   │   │   │   ├── table_data_demo.txt
│   │   │   │   └── utf8test.txt
│   │   │   ├── CHANGELOG.TXT
│   │   │   ├── config
│   │   │   │   ├── lang
│   │   │   │   │   ├── bra.php
│   │   │   │   │   ├── eng.php
│   │   │   │   │   ├── ger.php
│   │   │   │   │   └── ita.php
│   │   │   │   ├── tcpdf_config_alt.php
│   │   │   │   └── tcpdf_config.php
│   │   │   ├── doc
│   │   │   │   └── read_me.txt
│   │   │   ├── examples
│   │   │   │   └── read_me.txt
│   │   │   ├── fonts
│   │   │   │   ├── aealarabiya.ctg.z
│   │   │   │   ├── aealarabiya.php
│   │   │   │   ├── aealarabiya.z
│   │   │   │   ├── ae_fonts_2.0
│   │   │   │   │   ├── ChangeLog
│   │   │   │   │   ├── ChangeLog.9745.BAK
│   │   │   │   │   ├── COPYING
│   │   │   │   │   └── README
│   │   │   │   ├── aefurat.ctg.z
│   │   │   │   ├── aefurat.php
│   │   │   │   ├── aefurat.z
│   │   │   │   ├── almohanad.ctg.z
│   │   │   │   ├── almohanad.php
│   │   │   │   ├── almohanad.z
│   │   │   │   ├── arialunicid0.php
│   │   │   │   ├── cid0cs.php
│   │   │   │   ├── cid0ct.php
│   │   │   │   ├── cid0jp.php
│   │   │   │   ├── cid0kr.php
│   │   │   │   ├── courierbi.php
│   │   │   │   ├── courierb.php
│   │   │   │   ├── courieri.php
│   │   │   │   ├── courier.php
│   │   │   │   ├── dejavu-fonts-ttf-2.30
│   │   │   │   │   ├── AUTHORS
│   │   │   │   │   ├── BUGS
│   │   │   │   │   ├── langcover.txt
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── NEWS
│   │   │   │   │   ├── README
│   │   │   │   │   ├── status.txt
│   │   │   │   │   └── unicover.txt
│   │   │   │   ├── dejavu-fonts-ttf-2.33
│   │   │   │   │   ├── AUTHORS
│   │   │   │   │   ├── BUGS
│   │   │   │   │   ├── langcover.txt
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── NEWS
│   │   │   │   │   ├── README
│   │   │   │   │   ├── status.txt
│   │   │   │   │   └── unicover.txt
│   │   │   │   ├── dejavu-fonts-ttf-2.34
│   │   │   │   │   ├── AUTHORS
│   │   │   │   │   ├── BUGS
│   │   │   │   │   ├── langcover.txt
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── NEWS
│   │   │   │   │   ├── README
│   │   │   │   │   ├── status.txt
│   │   │   │   │   └── unicover.txt
│   │   │   │   ├── dejavusansb.ctg.z
│   │   │   │   ├── dejavusansbi.ctg.z
│   │   │   │   ├── dejavusansbi.php
│   │   │   │   ├── dejavusansbi.z
│   │   │   │   ├── dejavusansb.php
│   │   │   │   ├── dejavusansb.z
│   │   │   │   ├── dejavusanscondensedb.ctg.z
│   │   │   │   ├── dejavusanscondensedbi.ctg.z
│   │   │   │   ├── dejavusanscondensedbi.php
│   │   │   │   ├── dejavusanscondensedbi.z
│   │   │   │   ├── dejavusanscondensedb.php
│   │   │   │   ├── dejavusanscondensedb.z
│   │   │   │   ├── dejavusanscondensed.ctg.z
│   │   │   │   ├── dejavusanscondensedi.ctg.z
│   │   │   │   ├── dejavusanscondensedi.php
│   │   │   │   ├── dejavusanscondensedi.z
│   │   │   │   ├── dejavusanscondensed.php
│   │   │   │   ├── dejavusanscondensed.z
│   │   │   │   ├── dejavusans.ctg.z
│   │   │   │   ├── dejavusansextralight.ctg.z
│   │   │   │   ├── dejavusansextralight.php
│   │   │   │   ├── dejavusansextralight.z
│   │   │   │   ├── dejavusansi.ctg.z
│   │   │   │   ├── dejavusansi.php
│   │   │   │   ├── dejavusansi.z
│   │   │   │   ├── dejavusansmonob.ctg.z
│   │   │   │   ├── dejavusansmonobi.ctg.z
│   │   │   │   ├── dejavusansmonobi.php
│   │   │   │   ├── dejavusansmonobi.z
│   │   │   │   ├── dejavusansmonob.php
│   │   │   │   ├── dejavusansmonob.z
│   │   │   │   ├── dejavusansmono.ctg.z
│   │   │   │   ├── dejavusansmonoi.ctg.z
│   │   │   │   ├── dejavusansmonoi.php
│   │   │   │   ├── dejavusansmonoi.z
│   │   │   │   ├── dejavusansmono.php
│   │   │   │   ├── dejavusansmono.z
│   │   │   │   ├── dejavusans.php
│   │   │   │   ├── dejavusans.z
│   │   │   │   ├── dejavuserifb.ctg.z
│   │   │   │   ├── dejavuserifbi.ctg.z
│   │   │   │   ├── dejavuserifbi.php
│   │   │   │   ├── dejavuserifbi.z
│   │   │   │   ├── dejavuserifb.php
│   │   │   │   ├── dejavuserifb.z
│   │   │   │   ├── dejavuserifcondensedb.ctg.z
│   │   │   │   ├── dejavuserifcondensedbi.ctg.z
│   │   │   │   ├── dejavuserifcondensedbi.php
│   │   │   │   ├── dejavuserifcondensedbi.z
│   │   │   │   ├── dejavuserifcondensedb.php
│   │   │   │   ├── dejavuserifcondensedb.z
│   │   │   │   ├── dejavuserifcondensed.ctg.z
│   │   │   │   ├── dejavuserifcondensedi.ctg.z
│   │   │   │   ├── dejavuserifcondensedi.php
│   │   │   │   ├── dejavuserifcondensedi.z
│   │   │   │   ├── dejavuserifcondensed.php
│   │   │   │   ├── dejavuserifcondensed.z
│   │   │   │   ├── dejavuserif.ctg.z
│   │   │   │   ├── dejavuserifi.ctg.z
│   │   │   │   ├── dejavuserifi.php
│   │   │   │   ├── dejavuserifi.z
│   │   │   │   ├── dejavuserif.php
│   │   │   │   ├── dejavuserif.z
│   │   │   │   ├── freefont-20090104
│   │   │   │   │   ├── AUTHORS
│   │   │   │   │   ├── ChangeLog
│   │   │   │   │   ├── COPYING
│   │   │   │   │   ├── CREDITS
│   │   │   │   │   ├── INSTALL
│   │   │   │   │   └── README
│   │   │   │   ├── freefont-20100919
│   │   │   │   │   ├── AUTHORS
│   │   │   │   │   ├── ChangeLog
│   │   │   │   │   ├── COPYING
│   │   │   │   │   ├── CREDITS
│   │   │   │   │   ├── INSTALL
│   │   │   │   │   └── README
│   │   │   │   ├── freefont-20120503
│   │   │   │   │   ├── AUTHORS
│   │   │   │   │   ├── ChangeLog
│   │   │   │   │   ├── ChangeLog.10070.BAK
│   │   │   │   │   ├── COPYING
│   │   │   │   │   ├── CREDITS
│   │   │   │   │   ├── INSTALL
│   │   │   │   │   ├── README
│   │   │   │   │   ├── TROUBLESHOOTING
│   │   │   │   │   └── USAGE
│   │   │   │   ├── freemonob.ctg.z
│   │   │   │   ├── freemonobi.ctg.z
│   │   │   │   ├── freemonobi.php
│   │   │   │   ├── freemonobi.z
│   │   │   │   ├── freemonob.php
│   │   │   │   ├── freemonob.z
│   │   │   │   ├── freemono.ctg.z
│   │   │   │   ├── freemonoi.ctg.z
│   │   │   │   ├── freemonoi.php
│   │   │   │   ├── freemonoi.z
│   │   │   │   ├── freemono.php
│   │   │   │   ├── freemono.z
│   │   │   │   ├── freesansb.ctg.z
│   │   │   │   ├── freesansbi.ctg.z
│   │   │   │   ├── freesansbi.php
│   │   │   │   ├── freesansbi.z
│   │   │   │   ├── freesansb.php
│   │   │   │   ├── freesansb.z
│   │   │   │   ├── freesans.ctg.z
│   │   │   │   ├── freesansi.ctg.z
│   │   │   │   ├── freesansi.php
│   │   │   │   ├── freesansi.z
│   │   │   │   ├── freesans.php
│   │   │   │   ├── freesans.z
│   │   │   │   ├── freeserifb.ctg.z
│   │   │   │   ├── freeserifbi.ctg.z
│   │   │   │   ├── freeserifbi.php
│   │   │   │   ├── freeserifbi.z
│   │   │   │   ├── freeserifb.php
│   │   │   │   ├── freeserifb.z
│   │   │   │   ├── freeserif.ctg.z
│   │   │   │   ├── freeserifi.ctg.z
│   │   │   │   ├── freeserifi.php
│   │   │   │   ├── freeserifi.z
│   │   │   │   ├── freeserif.php
│   │   │   │   ├── freeserif.z
│   │   │   │   ├── helveticabi.php
│   │   │   │   ├── helveticab.php
│   │   │   │   ├── helveticai.php
│   │   │   │   ├── helvetica.php
│   │   │   │   ├── hysmyeongjostdmedium.php
│   │   │   │   ├── javiergb.php
│   │   │   │   ├── kozgopromedium.php
│   │   │   │   ├── kozminproregular.php
│   │   │   │   ├── msungstdlight.php
│   │   │   │   ├── pdfacourierbi.php
│   │   │   │   ├── pdfacourierbi.z
│   │   │   │   ├── pdfacourierb.php
│   │   │   │   ├── pdfacourierb.z
│   │   │   │   ├── pdfacourieri.php
│   │   │   │   ├── pdfacourieri.z
│   │   │   │   ├── pdfacourier.php
│   │   │   │   ├── pdfacourier.z
│   │   │   │   ├── pdfahelveticabi.php
│   │   │   │   ├── pdfahelveticabi.z
│   │   │   │   ├── pdfahelveticab.php
│   │   │   │   ├── pdfahelveticab.z
│   │   │   │   ├── pdfahelveticai.php
│   │   │   │   ├── pdfahelveticai.z
│   │   │   │   ├── pdfahelvetica.php
│   │   │   │   ├── pdfahelvetica.z
│   │   │   │   ├── pdfasymbol.php
│   │   │   │   ├── pdfasymbol.z
│   │   │   │   ├── pdfatimesbi.php
│   │   │   │   ├── pdfatimesbi.z
│   │   │   │   ├── pdfatimesb.php
│   │   │   │   ├── pdfatimesb.z
│   │   │   │   ├── pdfatimesi.php
│   │   │   │   ├── pdfatimesi.z
│   │   │   │   ├── pdfatimes.php
│   │   │   │   ├── pdfatimes.z
│   │   │   │   ├── pdfazapfdingbats.php
│   │   │   │   ├── pdfazapfdingbats.z
│   │   │   │   ├── README.TXT
│   │   │   │   ├── stsongstdlight.php
│   │   │   │   ├── symbol.php
│   │   │   │   ├── timesbi.php
│   │   │   │   ├── timesb.php
│   │   │   │   ├── timesi.php
│   │   │   │   ├── times.php
│   │   │   │   ├── uni2cid_ac15.php
│   │   │   │   ├── uni2cid_ag15.php
│   │   │   │   ├── uni2cid_aj16.php
│   │   │   │   ├── uni2cid_ak12.php
│   │   │   │   ├── utils
│   │   │   │   │   ├── enc
│   │   │   │   │   │   ├── cp1250.map
│   │   │   │   │   │   ├── cp1251.map
│   │   │   │   │   │   ├── cp1252.map
│   │   │   │   │   │   ├── cp1253.map
│   │   │   │   │   │   ├── cp1254.map
│   │   │   │   │   │   ├── cp1255.map
│   │   │   │   │   │   ├── cp1257.map
│   │   │   │   │   │   ├── cp1258.map
│   │   │   │   │   │   ├── cp874.map
│   │   │   │   │   │   ├── iso-8859-11.map
│   │   │   │   │   │   ├── iso-8859-15.map
│   │   │   │   │   │   ├── iso-8859-16.map
│   │   │   │   │   │   ├── iso-8859-1.map
│   │   │   │   │   │   ├── iso-8859-2.map
│   │   │   │   │   │   ├── iso-8859-4.map
│   │   │   │   │   │   ├── iso-8859-5.map
│   │   │   │   │   │   ├── iso-8859-7.map
│   │   │   │   │   │   ├── iso-8859-9.map
│   │   │   │   │   │   ├── koi8-r.map
│   │   │   │   │   │   └── koi8-u.map
│   │   │   │   │   ├── freetype6.dll
│   │   │   │   │   ├── makeallttffonts.php
│   │   │   │   │   ├── makefont.php
│   │   │   │   │   ├── pfm2afm
│   │   │   │   │   ├── pfm2afm.exe
│   │   │   │   │   ├── README.TXT
│   │   │   │   │   ├── src
│   │   │   │   │   │   ├── pfm2afm-src.tar.gz
│   │   │   │   │   │   ├── readme.txt
│   │   │   │   │   │   └── ttf2ufm-src.tar.gz
│   │   │   │   │   ├── ttf2ufm
│   │   │   │   │   ├── ttf2ufm.exe
│   │   │   │   │   └── zlib1.dll
│   │   │   │   ├── zapfdingbats.php
│   │   │   │   ├── ZarBold.ctg.z
│   │   │   │   ├── zarbold.php
│   │   │   │   └── ZarBold.z
│   │   │   ├── fonts.zip
│   │   │   ├── htmlcolors.php
│   │   │   ├── images
│   │   │   │   └── read_me.txt
│   │   │   ├── LICENSE.TXT
│   │   │   ├── qrcode.php
│   │   │   ├── README.TXT
│   │   │   ├── tcpdf.crt
│   │   │   ├── tcpdf.fdf
│   │   │   ├── tcpdf.php
│   │   │   └── unicode_data.php
│   │   ├── index.html
│   │   ├── lib_cn2pinyin.php
│   │   ├── lib_code.php
│   │   ├── lib_pinyin.php
│   │   ├── pinyin
│   │   │   └── getpinyin.php
│   │   ├── session.php
│   │   └── UploadHandler.php
│   ├── logs
│   │   └── index.html
│   ├── models
│   │   ├── common_model.php
│   │   ├── data_model.php
│   │   ├── index.html
│   │   └── mysql_model.php
│   ├── third_party
│   │   └── index.html
│   └── views
│   ├── errors
│   │   ├── cli
│   │   │   ├── error_404.php
│   │   │   ├── error_db.php
│   │   │   ├── error_exception.php
│   │   │   ├── error_general.php
│   │   │   ├── error_php.php
│   │   │   └── index.html
│   │   ├── html
│   │   │   ├── error_404.php
│   │   │   ├── error_db.php
│   │   │   ├── error_exception.php
│   │   │   ├── error_general.php
│   │   │   ├── error_php.php
│   │   │   └── index.html
│   │   └── index.html
│   ├── header.php
│   ├── import.php
│   ├── index.html
│   ├── index.php
│   ├── inventory.php
│   ├── login.php
│   ├── main.php
│   ├── print
│   │   └── print-settings-voucher.php
│   ├── report
│   │   ├── account-pay-detail-new.php
│   │   ├── account-proceeds-detail-new.php
│   │   ├── bankBalance-detail.php
│   │   ├── bankBalance-exporter.php
│   │   ├── cash-bank-journal-new.php
│   │   ├── contactDebt-detail.php
│   │   ├── contactDebt-exporter.php
│   │   ├── contact-debt-new.php
│   │   ├── customerBalance-detail.php
│   │   ├── customerBalance-exporter.php
│   │   ├── customers-reconciliation-new.php
│   │   ├── deliverDetail-exporter.php
│   │   ├── deliverSummary-exporter.php
│   │   ├── fundBalance-detail.php
│   │   ├── fundBalance-detailSupplier.php
│   │   ├── fundBalance-exporter.php
│   │   ├── fundBalance-exporterSupplier.php
│   │   ├── goods-balance.php
│   │   ├── goods-flow-detail.php
│   │   ├── goods-flow-summary.php
│   │   ├── invBalance_exporter.php
│   │   ├── oriDetail_export.php
│   │   ├── other-income-expense-detail.php
│   │   ├── puDetail-detailExporter.php
│   │   ├── puDetail-detail.php
│   │   ├── puDetail-invExporter.php
│   │   ├── puDetail-inv.php
│   │   ├── pu-detail-new.php
│   │   ├── puDetail-supplyExporter.php
│   │   ├── puDetail-supply.php
│   │   ├── pu-order-tracking.php
│   │   ├── pu-summary-new.php
│   │   ├── pu-summary-supply-new.php
│   │   ├── salesDetail-customerExporter.php
│   │   ├── salesDetail-customer.php
│   │   ├── salesDetail-detailExporter.php
│   │   ├── salesDetail_invExporter.php
│   │   ├── sales-detail.php
│   │   ├── sales-order-tracking.php
│   │   ├── salesProfit_invExporter.php
│   │   ├── sales-profit.php
│   │   ├── sales-summary-customer-new.php
│   │   ├── sales-summary.php
│   │   ├── supplierBalance-detail.php
│   │   ├── supplierBalance-exporter.php
│   │   ├── suppliers-reconciliation-new.php
│   │   └── 复件 pu-detail-new.php
│   ├── sales
│   │   └── sales-search.php
│   ├── scm
│   │   ├── invOi
│   │   │   ├── exportInvCadj.php
│   │   │   ├── exportInvOi.php
│   │   │   ├── exportInvOo.php
│   │   │   ├── exportToPD.php
│   │   │   ├── initOi-cbtz.php
│   │   │   ├── initOi-cx.php
│   │   │   ├── initOi-in.php
│   │   │   ├── initOiList-cbtz.php
│   │   │   ├── initOiList-cx.php
│   │   │   ├── initOiList-in.php
│   │   │   ├── initOiList-out.php
│   │   │   ├── initOiList-zz.php
│   │   │   ├── initOi-out.php
│   │   │   ├── initOi-zz.php
│   │   │   ├── toCBTZPdf.php
│   │   │   ├── toOiPdf.php
│   │   │   └── toOoPdf.php
│   │   ├── invPu
│   │   │   ├── exportInvPu.php
│   │   │   ├── initPurList.php
│   │   │   ├── initPur.php
│   │   │   └── toPdf.php
│   │   ├── invSa
│   │   │   ├── exportInvSa.php
│   │   │   ├── initSaleList.php
│   │   │   ├── initSale.php
│   │   │   └── toPdf.php
│   │   ├── invSo
│   │   │   ├── exportInvSo.php
│   │   │   ├── initSoList.php
│   │   │   ├── initSo.php
│   │   │   └── toPdf.php
│   │   ├── invTf
│   │   │   ├── exportInvTf.php
│   │   │   ├── initTfList.php
│   │   │   ├── initTf.php
│   │   │   └── toPdf.php
│   │   ├── ori
│   │   │   ├── exportExp.php
│   │   │   ├── exportInc.php
│   │   │   ├── initExpList.php
│   │   │   ├── initExp.php
│   │   │   ├── initIncList.php
│   │   │   ├── initInc.php
│   │   │   └── toPdf.php
│   │   ├── payment
│   │   │   ├── export.php
│   │   │   ├── initPayList.php
│   │   │   ├── initPay.php
│   │   │   └── initUnhxList.php
│   │   └── receipt
│   │   ├── exportReceipt.php
│   │   ├── initReceiptList.php
│   │   ├── initReceipt.php
│   │   └── initUnhxList.php
│   ├── service.php
│   ├── set_password.php
│   ├── settings
│   │   ├── addedServiceList.php
│   │   ├── addressmanage.php
│   │   ├── assistingProp-batch.php
│   │   ├── assistingPropGroupManage.php
│   │   ├── assistingprop.php
│   │   ├── authority-new.php
│   │   ├── authority.php
│   │   ├── authority-setting-data.php
│   │   ├── authority-setting.php
│   │   ├── backup.php
│   │   ├── category-list.php
│   │   ├── choose-account.php
│   │   ├── Contract.php
│   │   ├── customer-batch.php
│   │   ├── customer-export.php
│   │   ├── customer-list.php
│   │   ├── customer-manage.php
│   │   ├── fileupload22.php
│   │   ├── fileupload.php
│   │   ├── goods-batch.php
│   │   ├── goods-export.php
│   │   ├── goods-list.php
│   │   ├── goods-manage.php
│   │   ├── import.php
│   │   ├── inventory-warning-exporter.php
│   │   ├── inventory-warning.php
│   │   ├── log-initloglist.php
│   │   ├── print-templates-manage.php
│   │   ├── print-templates.php
│   │   ├── prop-list.php
│   │   ├── propmanage.php
│   │   ├── resultInfo.php
│   │   ├── saler-batch.php
│   │   ├── select-customer.php
│   │   ├── set_password.php
│   │   ├── settlementAccount-batch.php
│   │   ├── settlementaccount-manager.php
│   │   ├── settlement-account.php
│   │   ├── settlement-category-list.php
│   │   ├── settlement-category-manage.php
│   │   ├── shippingaddressmanage.php
│   │   ├── shippingaddress.php
│   │   ├── staff-list.php
│   │   ├── staff-manage.php
│   │   ├── storage-batch.php
│   │   ├── storage-list.php
│   │   ├── storage-manage.php
│   │   ├── supplier-batch.php
│   │   ├── system-parameter.php
│   │   ├── unitgroup-manage.php
│   │   ├── unit-list.php
│   │   ├── unit-manage.php
│   │   ├── vendor-export.php
│   │   ├── vendor-list.php
│   │   └── vendor-manage.php
│   └── storage
│   ├── import.php
│   ├── inventory.php
│   ├── other-search.php
│   └── transfers-search.php
├── data
│   ├── download
│   │   ├── customer.xls
│   │   ├── goods.xls
│   │   ├── install.sql
│   │   └── vendor.xls
│   ├── upfile
│   │   ├── Contract
│   │   │   ├── 201512031749537451.jpeg
│   │   │   ├── 201512031751527597.jpg
│   │   │   ├── 201512031756508668.jpg
│   │   │   ├── 201512031756512293.jpg
│   │   │   ├── 201512031756512739.jpg
│   │   │   ├── 201512031756518317.jpg
│   │   │   ├── 201512031756521002.jpg
│   │   │   ├── 201512031756529019.jpg
│   │   │   ├── 201512031805222390.png
│   │   │   ├── 201512031805223399.png
│   │   │   ├── 201512031805226097.png
│   │   │   ├── 201512031805227019.png
│   │   │   ├── 201512031805229426.png
│   │   │   ├── 201512031805229798.png
│   │   │   ├── 201512031805323327.png
│   │   │   ├── 201512031805324978.jpg
│   │   │   ├── 201512031805325520.jpeg
│   │   │   ├── 201512031805334210.jpg
│   │   │   ├── 201512081004459244.jpg
│   │   │   ├── 201512081004473820.jpg
│   │   │   ├── 201512081005286400.jpg
│   │   │   ├── 201512081007347132.jpg
│   │   │   └── thumbnail
│   │   │   ├── 201512031749537451.jpeg
│   │   │   ├── 201512031751527597.jpg
│   │   │   ├── 201512031756508668.jpg
│   │   │   ├── 201512031756512293.jpg
│   │   │   ├── 201512031756518317.jpg
│   │   │   ├── 201512031756529019.jpg
│   │   │   ├── 201512031805223399.png
│   │   │   ├── 201512031805226097.png
│   │   │   ├── 201512031805227019.png
│   │   │   ├── 201512031805229426.png
│   │   │   ├── 201512031805323327.png
│   │   │   ├── 201512031805324978.jpg
│   │   │   ├── 201512031805325520.jpeg
│   │   │   └── 201512031805334210.jpg
│   │   └── goods
│   │   ├── 201707111938494542.gif
│   │   └── thumbnail
│   │   └── 201707111938494542.gif
│   └── upload
│   ├── author
│   └── loader
├── index.php
├── phpMyAdmin
│   ├── browse_foreigners.php
│   ├── bs_disp_as_mime_type.php
│   ├── bs_play_media.php
│   ├── ChangeLog
│   ├── changelog.php
│   ├── chk_rel.php
│   ├── config.sample.inc.php
│   ├── db_create.php
│   ├── db_datadict.php
│   ├── db_events.php
│   ├── db_export.php
│   ├── db_import.php
│   ├── db_operations.php
│   ├── db_printview.php
│   ├── db_qbe.php
│   ├── db_routines.php
│   ├── db_search.php
│   ├── db_sql.php
│   ├── db_structure.php
│   ├── db_tracking.php
│   ├── db_triggers.php
│   ├── docs.css
│   ├── enum_editor.php
│   ├── examples
│   │   ├── config.manyhosts.inc.php
│   │   ├── create_tables_drizzle.sql
│   │   ├── create_tables.sql
│   │   ├── openid.php
│   │   ├── signon.php
│   │   ├── signon-script.php
│   │   ├── swekey.sample.conf
│   │   └── upgrade_tables_mysql_4_1_2+.sql
│   ├── export.php
│   ├── favicon.ico
│   ├── file_echo.php
│   ├── gis_data_editor.php
│   ├── import.php
│   ├── import_status.php
│   ├── index.php
│   ├── js
│   │   ├── canvg
│   │   │   ├── canvg.js
│   │   │   ├── flashcanvas.js
│   │   │   ├── flashcanvas.swf
│   │   │   └── MIT-LICENSE.txt
│   │   ├── codemirror
│   │   │   ├── lib
│   │   │   │   └── codemirror.js
│   │   │   ├── LICENSE
│   │   │   └── mode
│   │   │   └── mysql
│   │   │   └── mysql.js
│   │   ├── common.js
│   │   ├── config.js
│   │   ├── cross_framing_protection.js
│   │   ├── date.js
│   │   ├── db_operations.js
│   │   ├── db_search.js
│   │   ├── db_structure.js
│   │   ├── dom-drag.js
│   │   ├── export.js
│   │   ├── functions.js
│   │   ├── get_image.js.php
│   │   ├── gis_data_editor.js
│   │   ├── import.js
│   │   ├── indexes.js
│   │   ├── jqplot
│   │   │   ├── excanvas.js
│   │   │   ├── jquery.jqplot.js
│   │   │   └── plugins
│   │   │   ├── jqplot.barRenderer.js
│   │   │   ├── jqplot.canvasAxisLabelRenderer.js
│   │   │   ├── jqplot.canvasTextRenderer.js
│   │   │   ├── jqplot.categoryAxisRenderer.js
│   │   │   ├── jqplot.cursor.js
│   │   │   ├── jqplot.dateAxisRenderer.js
│   │   │   ├── jqplot.highlighter.js
│   │   │   ├── jqplot.pieRenderer.js
│   │   │   └── jqplot.pointLabels.js
│   │   ├── jquery
│   │   │   ├── jquery-1.6.2+fix-9521.js
│   │   │   ├── jquery.cookie.js
│   │   │   ├── jquery.event.drag-2.0.js
│   │   │   ├── jquery.json-2.2.js
│   │   │   ├── jquery.mousewheel.js
│   │   │   ├── jquery.qtip-1.0.0-rc3.js
│   │   │   ├── jquery.sortableTable.js
│   │   │   ├── jquery.sprintf.js
│   │   │   ├── jquery.svg.js
│   │   │   ├── jquery.tablesorter.js
│   │   │   ├── jquery-ui-1.8.16.custom.js
│   │   │   └── timepicker.js
│   │   ├── keyhandler.js
│   │   ├── makegrid.js
│   │   ├── messages.php
│   │   ├── navigation.js
│   │   ├── openlayers
│   │   │   ├── img
│   │   │   │   ├── blank.gif
│   │   │   │   ├── cloud-popup-relative.png
│   │   │   │   ├── drag-rectangle-off.png
│   │   │   │   ├── drag-rectangle-on.png
│   │   │   │   ├── east-mini.png
│   │   │   │   ├── layer-switcher-maximize.png
│   │   │   │   ├── layer-switcher-minimize.png
│   │   │   │   ├── marker-blue.png
│   │   │   │   ├── marker-gold.png
│   │   │   │   ├── marker-green.png
│   │   │   │   ├── marker.png
│   │   │   │   ├── measuring-stick-off.png
│   │   │   │   ├── measuring-stick-on.png
│   │   │   │   ├── north-mini.png
│   │   │   │   ├── panning-hand-off.png
│   │   │   │   ├── panning-hand-on.png
│   │   │   │   ├── slider.png
│   │   │   │   ├── south-mini.png
│   │   │   │   ├── west-mini.png
│   │   │   │   ├── zoombar.png
│   │   │   │   ├── zoom-minus-mini.png
│   │   │   │   ├── zoom-plus-mini.png
│   │   │   │   └── zoom-world-mini.png
│   │   │   ├── OpenLayers.js
│   │   │   └── theme
│   │   │   └── default
│   │   │   ├── framedCloud.css
│   │   │   ├── google.css
│   │   │   ├── ie6-style.css
│   │   │   ├── img
│   │   │   │   ├── add_point_off.png
│   │   │   │   ├── add_point_on.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── close.gif
│   │   │   │   ├── drag-rectangle-off.png
│   │   │   │   ├── drag-rectangle-on.png
│   │   │   │   ├── draw_line_off.png
│   │   │   │   ├── draw_line_on.png
│   │   │   │   ├── draw_point_off.png
│   │   │   │   ├── draw_point_on.png
│   │   │   │   ├── draw_polygon_off.png
│   │   │   │   ├── draw_polygon_on.png
│   │   │   │   ├── editing_tool_bar.png
│   │   │   │   ├── move_feature_off.png
│   │   │   │   ├── move_feature_on.png
│   │   │   │   ├── navigation_history.png
│   │   │   │   ├── overview_replacement.gif
│   │   │   │   ├── panning-hand-off.png
│   │   │   │   ├── panning-hand-on.png
│   │   │   │   ├── pan_off.png
│   │   │   │   ├── pan_on.png
│   │   │   │   ├── pan-panel-NOALPHA.png
│   │   │   │   ├── pan-panel.png
│   │   │   │   ├── remove_point_off.png
│   │   │   │   ├── remove_point_on.png
│   │   │   │   ├── ruler.png
│   │   │   │   ├── save_features_off.png
│   │   │   │   ├── save_features_on.png
│   │   │   │   ├── view_next_off.png
│   │   │   │   ├── view_next_on.png
│   │   │   │   ├── view_previous_off.png
│   │   │   │   ├── view_previous_on.png
│   │   │   │   ├── zoom-panel-NOALPHA.png
│   │   │   │   └── zoom-panel.png
│   │   │   └── style.css
│   │   ├── OpenStreetMap.js
│   │   ├── pmd
│   │   │   ├── ajax.js
│   │   │   ├── history.js
│   │   │   ├── iecanvas.js
│   │   │   └── move.js
│   │   ├── querywindow.js
│   │   ├── replication.js
│   │   ├── rte
│   │   │   ├── common.js
│   │   │   ├── events.js
│   │   │   ├── routines.js
│   │   │   └── triggers.js
│   │   ├── server_plugins.js
│   │   ├── server_privileges.js
│   │   ├── server_status.js
│   │   ├── server_status_monitor.js
│   │   ├── server_synchronize.js
│   │   ├── server_variables.js
│   │   ├── sql.js
│   │   ├── tbl_change.js
│   │   ├── tbl_chart.js
│   │   ├── tbl_gis_visualization.js
│   │   ├── tbl_relation.js
│   │   ├── tbl_select.js
│   │   ├── tbl_structure.js
│   │   ├── tbl_zoom_plot_jqplot.js
│   │   └── update-location.js
│   ├── libraries
│   │   ├── Advisor.class.php
│   │   ├── advisory_rules.txt
│   │   ├── auth
│   │   │   ├── config.auth.lib.php
│   │   │   ├── cookie.auth.lib.php
│   │   │   ├── http.auth.lib.php
│   │   │   ├── signon.auth.lib.php
│   │   │   └── swekey
│   │   │   ├── authentication.inc.php
│   │   │   ├── musbe-ca.crt
│   │   │   ├── swekey.auth.lib.php
│   │   │   └── swekey.php
│   │   ├── bfShapeFiles
│   │   │   └── ShapeFile.lib.php
│   │   ├── blobstreaming.lib.php
│   │   ├── blowfish.php
│   │   ├── bookmark.lib.php
│   │   ├── build_html_for_db.lib.php
│   │   ├── charset_conversion.lib.php
│   │   ├── check_user_privileges.lib.php
│   │   ├── cleanup.lib.php
│   │   ├── common.inc.php
│   │   ├── common.lib.php
│   │   ├── config
│   │   │   ├── ConfigFile.class.php
│   │   │   ├── config_functions.lib.php
│   │   │   ├── Form.class.php
│   │   │   ├── FormDisplay.class.php
│   │   │   ├── FormDisplay.tpl.php
│   │   │   ├── messages.inc.php
│   │   │   ├── setup.forms.php
│   │   │   ├── user_preferences.forms.php
│   │   │   └── validate.lib.php
│   │   ├── Config.class.php
│   │   ├── config.default.php
│   │   ├── config.values.php
│   │   ├── core.lib.php
│   │   ├── database_interface.lib.php
│   │   ├── data_dictionary_relations.lib.php
│   │   ├── data_drizzle.inc.php
│   │   ├── data_mysql.inc.php
│   │   ├── db_common.inc.php
│   │   ├── dbi
│   │   │   ├── drizzle.dbi.lib.php
│   │   │   ├── drizzle-wrappers.lib.php
│   │   │   ├── mysql.dbi.lib.php
│   │   │   └── mysqli.dbi.lib.php
│   │   ├── db_info.inc.php
│   │   ├── db_links.inc.php
│   │   ├── db_structure.lib.php
│   │   ├── db_table_exists.lib.php
│   │   ├── display_change_password.lib.php
│   │   ├── display_create_database.lib.php
│   │   ├── display_create_table.lib.php
│   │   ├── display_export.lib.php
│   │   ├── display_import_ajax.lib.php
│   │   ├── display_import.lib.php
│   │   ├── display_select_lang.lib.php
│   │   ├── display_tbl.lib.php
│   │   ├── engines
│   │   │   ├── bdb.lib.php
│   │   │   ├── berkeleydb.lib.php
│   │   │   ├── binlog.lib.php
│   │   │   ├── innobase.lib.php
│   │   │   ├── innodb.lib.php
│   │   │   ├── memory.lib.php
│   │   │   ├── merge.lib.php
│   │   │   ├── mrg_myisam.lib.php
│   │   │   ├── myisam.lib.php
│   │   │   ├── ndbcluster.lib.php
│   │   │   ├── pbms.lib.php
│   │   │   └── pbxt.lib.php
│   │   ├── Error.class.php
│   │   ├── Error_Handler.class.php
│   │   ├── error.inc.php
│   │   ├── export
│   │   │   ├── codegen.php
│   │   │   ├── csv.php
│   │   │   ├── excel.php
│   │   │   ├── htmlword.php
│   │   │   ├── json.php
│   │   │   ├── latex.php
│   │   │   ├── mediawiki.php
│   │   │   ├── ods.php
│   │   │   ├── odt.php
│   │   │   ├── pdf.php
│   │   │   ├── php_array.php
│   │   │   ├── sql.php
│   │   │   ├── texytext.php
│   │   │   ├── xml.php
│   │   │   └── yaml.php
│   │   ├── File.class.php
│   │   ├── file_listing.php
│   │   ├── footer.inc.php
│   │   ├── gis
│   │   │   ├── pma_gis_factory.php
│   │   │   ├── pma_gis_geometrycollection.php
│   │   │   ├── pma_gis_geometry.php
│   │   │   ├── pma_gis_linestring.php
│   │   │   ├── pma_gis_multilinestring.php
│   │   │   ├── pma_gis_multipoint.php
│   │   │   ├── pma_gis_multipolygon.php
│   │   │   ├── pma_gis_point.php
│   │   │   ├── pma_gis_polygon.php
│   │   │   └── pma_gis_visualization.php
│   │   ├── gis_visualization.lib.php
│   │   ├── grab_globals.lib.php
│   │   ├── header_http.inc.php
│   │   ├── header.inc.php
│   │   ├── header_meta_style.inc.php
│   │   ├── header_printview.inc.php
│   │   ├── header_scripts.inc.php
│   │   ├── iconv_wrapper.lib.php
│   │   ├── import
│   │   │   ├── csv.php
│   │   │   ├── docsql.php
│   │   │   ├── ldi.php
│   │   │   ├── ods.php
│   │   │   ├── README
│   │   │   ├── shp.php
│   │   │   ├── sql.php
│   │   │   ├── upload
│   │   │   │   ├── apc.php
│   │   │   │   ├── noplugin.php
│   │   │   │   └── uploadprogress.php
│   │   │   └── xml.php
│   │   ├── import.lib.php
│   │   ├── Index.class.php
│   │   ├── information_schema_relations.lib.php
│   │   ├── ip_allow_deny.lib.php
│   │   ├── js_escape.lib.php
│   │   ├── kanji-encoding.lib.php
│   │   ├── language_stats.inc.php
│   │   ├── List.class.php
│   │   ├── List_Database.class.php
│   │   ├── logging.lib.php
│   │   ├── Message.class.php
│   │   ├── mime.lib.php
│   │   ├── mult_submits.inc.php
│   │   ├── mysql_charsets.lib.php
│   │   ├── navigation_header.inc.php
│   │   ├── ob.lib.php
│   │   ├── opendocument.lib.php
│   │   ├── parse_analyze.lib.php
│   │   ├── Partition.class.php
│   │   ├── PDF.class.php
│   │   ├── php-gettext
│   │   │   ├── gettext.inc
│   │   │   ├── gettext.php
│   │   │   └── streams.php
│   │   ├── plugin_interface.lib.php
│   │   ├── PMA.php
│   │   ├── pmd_common.php
│   │   ├── RecentTable.class.php
│   │   ├── relation_cleanup.lib.php
│   │   ├── relation.lib.php
│   │   ├── replication_gui.lib.php
│   │   ├── replication.inc.php
│   │   ├── rte
│   │   │   ├── rte_events.lib.php
│   │   │   ├── rte_export.lib.php
│   │   │   ├── rte_footer.lib.php
│   │   │   ├── rte_list.lib.php
│   │   │   ├── rte_main.inc.php
│   │   │   ├── rte_routines.lib.php
│   │   │   ├── rte_triggers.lib.php
│   │   │   └── rte_words.lib.php
│   │   ├── sanitizing.lib.php
│   │   ├── schema
│   │   │   ├── Dia_Relation_Schema.class.php
│   │   │   ├── Eps_Relation_Schema.class.php
│   │   │   ├── Export_Relation_Schema.class.php
│   │   │   ├── Pdf_Relation_Schema.class.php
│   │   │   ├── Svg_Relation_Schema.class.php
│   │   │   ├── User_Schema.class.php
│   │   │   └── Visio_Relation_Schema.class.php
│   │   ├── select_lang.lib.php
│   │   ├── select_server.lib.php
│   │   ├── server_common.inc.php
│   │   ├── server_links.inc.php
│   │   ├── server_synchronize.lib.php
│   │   ├── server_variables_doc.php
│   │   ├── session.inc.php
│   │   ├── sqlparser.data.php
│   │   ├── sqlparser.lib.php
│   │   ├── sql_query_form.lib.php
│   │   ├── sqlvalidator.class.php
│   │   ├── sqlvalidator.lib.php
│   │   ├── StorageEngine.class.php
│   │   ├── string.lib.php
│   │   ├── string_mb.lib.php
│   │   ├── string_native.lib.php
│   │   ├── string_type_ctype.lib.php
│   │   ├── string_type_native.lib.php
│   │   ├── sysinfo.lib.php
│   │   ├── Table.class.php
│   │   ├── tbl_common.php
│   │   ├── tbl_info.inc.php
│   │   ├── tbl_links.inc.php
│   │   ├── tbl_properties.inc.php
│   │   ├── tbl_replace_fields.inc.php
│   │   ├── tbl_select.lib.php
│   │   ├── tcpdf
│   │   │   ├── config
│   │   │   │   └── tcpdf_config.php
│   │   │   ├── encodings_maps.php
│   │   │   ├── fonts
│   │   │   │   ├── dejavu-fonts-ttf-2.33
│   │   │   │   │   └── LICENSE
│   │   │   │   ├── dejavusansb.ctg.z
│   │   │   │   ├── dejavusansb.php
│   │   │   │   ├── dejavusansb.z
│   │   │   │   ├── dejavusans.ctg.z
│   │   │   │   ├── dejavusans.php
│   │   │   │   ├── dejavusans.z
│   │   │   │   └── helvetica.php
│   │   │   ├── htmlcolors.php
│   │   │   ├── LICENSE.TXT
│   │   │   ├── README.TXT
│   │   │   ├── tcpdf.php
│   │   │   └── unicode_data.php
│   │   ├── Theme.class.php
│   │   ├── Theme_Manager.class.php
│   │   ├── Tracker.class.php
│   │   ├── transformations
│   │   │   ├── application_octetstream__download.inc.php
│   │   │   ├── application_octetstream__hex.inc.php
│   │   │   ├── generator.sh
│   │   │   ├── global.inc.php
│   │   │   ├── image_jpeg__inline.inc.php
│   │   │   ├── image_jpeg__link.inc.php
│   │   │   ├── image_png__inline.inc.php
│   │   │   ├── README
│   │   │   ├── TEMPLATE
│   │   │   ├── template_generator_mimetype.sh
│   │   │   ├── template_generator.sh
│   │   │   ├── TEMPLATE_MIMETYPE
│   │   │   ├── text_plain__dateformat.inc.php
│   │   │   ├── text_plain__external.inc.php
│   │   │   ├── text_plain__formatted.inc.php
│   │   │   ├── text_plain__imagelink.inc.php
│   │   │   ├── text_plain__link.inc.php
│   │   │   ├── text_plain__longToIpv4.inc.php
│   │   │   ├── text_plain__sql.inc.php
│   │   │   └── text_plain__substr.inc.php
│   │   ├── transformations.lib.php
│   │   ├── url_generating.lib.php
│   │   ├── user_preferences.inc.php
│   │   ├── user_preferences.lib.php
│   │   ├── vendor_config.php
│   │   ├── zip_extension.lib.php
│   │   └── zip.lib.php
│   ├── LICENSE
│   ├── license.php
│   ├── locale
│   │   ├── en_GB
│   │   │   └── LC_MESSAGES
│   │   │   └── phpmyadmin.mo
│   │   ├── zh_CN
│   │   │   └── LC_MESSAGES
│   │   │   └── phpmyadmin.mo
│   │   └── zh_TW
│   │   └── LC_MESSAGES
│   │   └── phpmyadmin.mo
│   ├── main.php
│   ├── navigation.php
│   ├── phpinfo.php
│   ├── phpmyadmin.css.php
│   ├── phpunit.xml.nocoverage
│   ├── pmd_display_field.php
│   ├── pmd_general.php
│   ├── pmd_pdf.php
│   ├── pmd_relation_new.php
│   ├── pmd_relation_upd.php
│   ├── pmd_save_pos.php
│   ├── prefs_forms.php
│   ├── prefs_manage.php
│   ├── print.css
│   ├── querywindow.php
│   ├── README
│   ├── README.VENDOR
│   ├── RELEASE-DATE-3.5.8.2
│   ├── robots.txt
│   ├── schema_edit.php
│   ├── schema_export.php
│   ├── server_binlog.php
│   ├── server_collations.php
│   ├── server_databases.php
│   ├── server_engines.php
│   ├── server_export.php
│   ├── server_import.php
│   ├── server_plugins.php
│   ├── server_privileges.php
│   ├── server_replication.php
│   ├── server_sql.php
│   ├── server_status.php
│   ├── server_synchronize.php
│   ├── server_variables.php
│   ├── setup
│   │   ├── config.php
│   │   ├── frames
│   │   │   ├── config.inc.php
│   │   │   ├── form.inc.php
│   │   │   ├── index.inc.php
│   │   │   ├── menu.inc.php
│   │   │   └── servers.inc.php
│   │   ├── index.php
│   │   ├── lib
│   │   │   ├── common.inc.php
│   │   │   ├── ConfigGenerator.class.php
│   │   │   ├── form_processing.lib.php
│   │   │   └── index.lib.php
│   │   ├── scripts.js
│   │   ├── styles.css
│   │   └── validate.php
│   ├── show_config_errors.php
│   ├── sql.php
│   ├── tbl_addfield.php
│   ├── tbl_alter.php
│   ├── tbl_change.php
│   ├── tbl_chart.php
│   ├── tbl_create.php
│   ├── tbl_export.php
│   ├── tbl_get_field.php
│   ├── tbl_gis_visualization.php
│   ├── tbl_import.php
│   ├── tbl_indexes.php
│   ├── tbl_move_copy.php
│   ├── tbl_operations.php
│   ├── tbl_printview.php
│   ├── tbl_relation.php
│   ├── tbl_replace.php
│   ├── tbl_row_action.php
│   ├── tbl_select.php
│   ├── tbl_sql.php
│   ├── tbl_structure.php
│   ├── tbl_tracking.php
│   ├── tbl_triggers.php
│   ├── tbl_zoom_select.php
│   ├── themes
│   │   ├── dot.gif
│   │   ├── original
│   │   │   ├── css
│   │   │   │   ├── theme_left.css.php
│   │   │   │   ├── theme_print.css.php
│   │   │   │   └── theme_right.css.php
│   │   │   ├── img
│   │   │   │   ├── ajax_clock_small.gif
│   │   │   │   ├── arrow_ltr.png
│   │   │   │   ├── arrow_rtl.png
│   │   │   │   ├── b_bookmark.png
│   │   │   │   ├── b_browse.png
│   │   │   │   ├── b_calendar.png
│   │   │   │   ├── b_chart.png
│   │   │   │   ├── b_close.png
│   │   │   │   ├── b_comment.png
│   │   │   │   ├── bd_browse.png
│   │   │   │   ├── b_dbstatistics.png
│   │   │   │   ├── bd_deltbl.png
│   │   │   │   ├── bd_drop.png
│   │   │   │   ├── bd_edit.png
│   │   │   │   ├── b_deltbl.png
│   │   │   │   ├── bd_empty.png
│   │   │   │   ├── bd_export.png
│   │   │   │   ├── bd_ftext.png
│   │   │   │   ├── bd_index.png
│   │   │   │   ├── bd_insrow.png
│   │   │   │   ├── bd_nextpage.png
│   │   │   │   ├── b_docs.png
│   │   │   │   ├── bd_primary.png
│   │   │   │   ├── b_drop.png
│   │   │   │   ├── bd_sbrowse.png
│   │   │   │   ├── bd_select.png
│   │   │   │   ├── bd_spatial.png
│   │   │   │   ├── bd_unique.png
│   │   │   │   ├── b_edit.png
│   │   │   │   ├── b_empty.png
│   │   │   │   ├── b_engine.png
│   │   │   │   ├── b_event_add.png
│   │   │   │   ├── b_events.png
│   │   │   │   ├── b_export.png
│   │   │   │   ├── b_ftext.png
│   │   │   │   ├── b_globe.gif
│   │   │   │   ├── b_help.png
│   │   │   │   ├── b_home.png
│   │   │   │   ├── b_import.png
│   │   │   │   ├── b_index.png
│   │   │   │   ├── b_info.png
│   │   │   │   ├── b_inline_edit.png
│   │   │   │   ├── b_insrow.png
│   │   │   │   ├── b_minus.png
│   │   │   │   ├── b_more.png
│   │   │   │   ├── b_newdb.png
│   │   │   │   ├── b_newtbl.png
│   │   │   │   ├── b_nextpage.png
│   │   │   │   ├── b_plus.png
│   │   │   │   ├── b_primary.png
│   │   │   │   ├── b_print.png
│   │   │   │   ├── b_props.png
│   │   │   │   ├── b_relations.png
│   │   │   │   ├── b_routine_add.png
│   │   │   │   ├── b_routines.png
│   │   │   │   ├── b_save.png
│   │   │   │   ├── b_sbrowse.png
│   │   │   │   ├── b_search.png
│   │   │   │   ├── b_selboard.png
│   │   │   │   ├── b_select.png
│   │   │   │   ├── b_snewtbl.png
│   │   │   │   ├── b_spatial.png
│   │   │   │   ├── b_sqlhelp.png
│   │   │   │   ├── b_sql.png
│   │   │   │   ├── b_tblanalyse.png
│   │   │   │   ├── b_tblexport.png
│   │   │   │   ├── b_tblimport.png
│   │   │   │   ├── b_tblops.png
│   │   │   │   ├── b_tbloptimize.png
│   │   │   │   ├── b_tipp.png
│   │   │   │   ├── b_trigger_add.png
│   │   │   │   ├── b_triggers.png
│   │   │   │   ├── b_unique.png
│   │   │   │   ├── b_usradd.png
│   │   │   │   ├── b_usrcheck.png
│   │   │   │   ├── b_usrdrop.png
│   │   │   │   ├── b_usredit.png
│   │   │   │   ├── b_usrlist.png
│   │   │   │   ├── b_view.png
│   │   │   │   ├── b_views.png
│   │   │   │   ├── cleardot.gif
│   │   │   │   ├── col_drop.png
│   │   │   │   ├── col_pointer.png
│   │   │   │   ├── col_pointer_ver.png
│   │   │   │   ├── docs_menu_bg.png
│   │   │   │   ├── east-mini.png
│   │   │   │   ├── error.ico
│   │   │   │   ├── eye_grey.png
│   │   │   │   ├── eye.png
│   │   │   │   ├── item_ltr.png
│   │   │   │   ├── item_rtl.png
│   │   │   │   ├── logo_left.png
│   │   │   │   ├── logo_right.png
│   │   │   │   ├── more.png
│   │   │   │   ├── new_data_hovered.png
│   │   │   │   ├── new_data.png
│   │   │   │   ├── new_data_selected_hovered.png
│   │   │   │   ├── new_data_selected.png
│   │   │   │   ├── new_struct_hovered.png
│   │   │   │   ├── new_struct.png
│   │   │   │   ├── new_struct_selected_hovered.png
│   │   │   │   ├── new_struct_selected.png
│   │   │   │   ├── north-mini.png
│   │   │   │   ├── pause.png
│   │   │   │   ├── play.png
│   │   │   │   ├── pmd
│   │   │   │   │   ├── 1.png
│   │   │   │   │   ├── 2leftarrow_m.png
│   │   │   │   │   ├── 2leftarrow.png
│   │   │   │   │   ├── 2.png
│   │   │   │   │   ├── 2rightarrow_m.png
│   │   │   │   │   ├── 2rightarrow.png
│   │   │   │   │   ├── 3.png
│   │   │   │   │   ├── 4.png
│   │   │   │   │   ├── 5.png
│   │   │   │   │   ├── 6.png
│   │   │   │   │   ├── 7.png
│   │   │   │   │   ├── 8.png
│   │   │   │   │   ├── and_icon.png
│   │   │   │   │   ├── ang_direct.png
│   │   │   │   │   ├── bord.png
│   │   │   │   │   ├── bottom.png
│   │   │   │   │   ├── def.png
│   │   │   │   │   ├── display_field.png
│   │   │   │   │   ├── downarrow1.png
│   │   │   │   │   ├── downarrow2_m.png
│   │   │   │   │   ├── downarrow2.png
│   │   │   │   │   ├── exec.png
│   │   │   │   │   ├── exec_small.png
│   │   │   │   │   ├── favicon.ico
│   │   │   │   │   ├── FieldKey_small.png
│   │   │   │   │   ├── Field_small_char.png
│   │   │   │   │   ├── Field_small_date.png
│   │   │   │   │   ├── Field_small_int.png
│   │   │   │   │   ├── Field_small.png
│   │   │   │   │   ├── grid.png
│   │   │   │   │   ├── Header_Linked.png
│   │   │   │   │   ├── Header.png
│   │   │   │   │   ├── help.png
│   │   │   │   │   ├── help_relation.png
│   │   │   │   │   ├── left_panel_butt.png
│   │   │   │   │   ├── left_panel_tab.png
│   │   │   │   │   ├── minus.png
│   │   │   │   │   ├── or_icon.png
│   │   │   │   │   ├── pdf.png
│   │   │   │   │   ├── plus.png
│   │   │   │   │   ├── query_builder.png
│   │   │   │   │   ├── relation.png
│   │   │   │   │   ├── reload.png
│   │   │   │   │   ├── resize.png
│   │   │   │   │   ├── rightarrow1.png
│   │   │   │   │   ├── rightarrow2.png
│   │   │   │   │   ├── save.png
│   │   │   │   │   ├── small_tab.png
│   │   │   │   │   ├── table.png
│   │   │   │   │   ├── toggle_lines.png
│   │   │   │   │   ├── top_panel.png
│   │   │   │   │   └── uparrow2_m.png
│   │   │   │   ├── s_asci.png
│   │   │   │   ├── s_asc.png
│   │   │   │   ├── s_attention.png
│   │   │   │   ├── s_cancel.png
│   │   │   │   ├── s_cog.png
│   │   │   │   ├── s_db.png
│   │   │   │   ├── s_desc.png
│   │   │   │   ├── s_error2.png
│   │   │   │   ├── s_error.png
│   │   │   │   ├── s_fulltext.png
│   │   │   │   ├── s_host.png
│   │   │   │   ├── s_info.png
│   │   │   │   ├── s_lang.png
│   │   │   │   ├── s_loggoff.png
│   │   │   │   ├── s_notice.png
│   │   │   │   ├── s_okay.png
│   │   │   │   ├── south-mini.png
│   │   │   │   ├── spacer.png
│   │   │   │   ├── s_partialtext.png
│   │   │   │   ├── s_passwd.png
│   │   │   │   ├── sprites.png
│   │   │   │   ├── s_process.png
│   │   │   │   ├── s_really.png
│   │   │   │   ├── s_reload.png
│   │   │   │   ├── s_replication.png
│   │   │   │   ├── s_rights.png
│   │   │   │   ├── s_sortable.png
│   │   │   │   ├── s_status.png
│   │   │   │   ├── s_success.png
│   │   │   │   ├── s_sync.png
│   │   │   │   ├── s_tbl.png
│   │   │   │   ├── s_theme.png
│   │   │   │   ├── s_vars.png
│   │   │   │   ├── s_views.png
│   │   │   │   ├── toggle-ltr.png
│   │   │   │   ├── toggle-rtl.png
│   │   │   │   ├── vertical_line.png
│   │   │   │   ├── west-mini.png
│   │   │   │   ├── window-new.png
│   │   │   │   ├── zoom-minus-mini.png
│   │   │   │   ├── zoom-plus-mini.png
│   │   │   │   └── zoom-world-mini.png
│   │   │   ├── info.inc.php
│   │   │   ├── jquery
│   │   │   │   ├── images
│   │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   │   └── jquery-ui-1.8.16.custom.css
│   │   │   ├── layout.inc.php
│   │   │   ├── screen.png
│   │   │   └── sprites.lib.php
│   │   ├── pmahomme
│   │   │   ├── css
│   │   │   │   ├── theme_left.css.php
│   │   │   │   ├── theme_print.css.php
│   │   │   │   └── theme_right.css.php
│   │   │   ├── img
│   │   │   │   ├── ajax_clock_small.gif
│   │   │   │   ├── arrow_ltr.png
│   │   │   │   ├── arrow_rtl.png
│   │   │   │   ├── asc_order.png
│   │   │   │   ├── b_bookmark.png
│   │   │   │   ├── b_browse.png
│   │   │   │   ├── b_calendar.png
│   │   │   │   ├── b_chart.png
│   │   │   │   ├── b_close.png
│   │   │   │   ├── b_comment.png
│   │   │   │   ├── bd_browse.png
│   │   │   │   ├── b_dbstatistics.png
│   │   │   │   ├── bd_deltbl.png
│   │   │   │   ├── bd_drop.png
│   │   │   │   ├── bd_edit.png
│   │   │   │   ├── b_deltbl.png
│   │   │   │   ├── bd_empty.png
│   │   │   │   ├── bd_export.png
│   │   │   │   ├── bd_firstpage.png
│   │   │   │   ├── bd_ftext.png
│   │   │   │   ├── bd_index.png
│   │   │   │   ├── bd_insrow.png
│   │   │   │   ├── bd_lastpage.png
│   │   │   │   ├── bd_nextpage.png
│   │   │   │   ├── b_docs.png
│   │   │   │   ├── b_docsql.png
│   │   │   │   ├── bd_prevpage.png
│   │   │   │   ├── bd_primary.png
│   │   │   │   ├── b_drop.png
│   │   │   │   ├── bd_sbrowse.png
│   │   │   │   ├── bd_select.png
│   │   │   │   ├── bd_spatial.png
│   │   │   │   ├── bd_unique.png
│   │   │   │   ├── b_edit.png
│   │   │   │   ├── b_empty.png
│   │   │   │   ├── b_engine.png
│   │   │   │   ├── b_event_add.png
│   │   │   │   ├── b_events.png
│   │   │   │   ├── b_export.png
│   │   │   │   ├── b_firstpage.png
│   │   │   │   ├── b_ftext.png
│   │   │   │   ├── b_globe.gif
│   │   │   │   ├── b_help.png
│   │   │   │   ├── b_home.png
│   │   │   │   ├── b_import.png
│   │   │   │   ├── b_index.png
│   │   │   │   ├── b_info.png
│   │   │   │   ├── b_inline_edit.png
│   │   │   │   ├── b_insrow.png
│   │   │   │   ├── b_lastpage.png
│   │   │   │   ├── b_minus.png
│   │   │   │   ├── b_more.png
│   │   │   │   ├── b_newdb.png
│   │   │   │   ├── b_newtbl.png
│   │   │   │   ├── b_nextpage.png
│   │   │   │   ├── body_bg.png
│   │   │   │   ├── b_pdfdoc.png
│   │   │   │   ├── b_plus.png
│   │   │   │   ├── b_prevpage.png
│   │   │   │   ├── b_primary.png
│   │   │   │   ├── b_print.png
│   │   │   │   ├── b_props.png
│   │   │   │   ├── b_relations.png
│   │   │   │   ├── b_routine_add.png
│   │   │   │   ├── b_routines.png
│   │   │   │   ├── b_save.png
│   │   │   │   ├── b_sbrowse.png
│   │   │   │   ├── b_sdb.png
│   │   │   │   ├── b_search.png
│   │   │   │   ├── b_selboard.png
│   │   │   │   ├── b_select.png
│   │   │   │   ├── b_snewtbl.png
│   │   │   │   ├── b_spatial.png
│   │   │   │   ├── b_sqldoc.png
│   │   │   │   ├── b_sqlhelp.png
│   │   │   │   ├── b_sql.png
│   │   │   │   ├── b_tblanalyse.png
│   │   │   │   ├── b_tblexport.png
│   │   │   │   ├── b_tblimport.png
│   │   │   │   ├── b_tblops.png
│   │   │   │   ├── b_tbloptimize.png
│   │   │   │   ├── b_tipp.png
│   │   │   │   ├── b_trigger_add.png
│   │   │   │   ├── b_triggers.png
│   │   │   │   ├── b_unique.png
│   │   │   │   ├── b_usradd.png
│   │   │   │   ├── b_usrcheck.png
│   │   │   │   ├── b_usrdrop.png
│   │   │   │   ├── b_usredit.png
│   │   │   │   ├── b_usrlist.png
│   │   │   │   ├── b_view.png
│   │   │   │   ├── b_views.png
│   │   │   │   ├── col_drop.png
│   │   │   │   ├── col_pointer.png
│   │   │   │   ├── col_pointer_ver.png
│   │   │   │   ├── database_list_li_hover.png
│   │   │   │   ├── database.png
│   │   │   │   ├── docs_menu_bg.png
│   │   │   │   ├── east-mini.png
│   │   │   │   ├── error.ico
│   │   │   │   ├── eye_grey.png
│   │   │   │   ├── eye.png
│   │   │   │   ├── input_bg.gif
│   │   │   │   ├── item_ltr.png
│   │   │   │   ├── item.png
│   │   │   │   ├── item_rtl.png
│   │   │   │   ├── left_nav_bg.png
│   │   │   │   ├── logo_left.png
│   │   │   │   ├── logo_right.png
│   │   │   │   ├── marked_bg.png
│   │   │   │   ├── more.png
│   │   │   │   ├── new_data_hovered.png
│   │   │   │   ├── new_data.png
│   │   │   │   ├── new_data_selected_hovered.png
│   │   │   │   ├── new_data_selected.png
│   │   │   │   ├── new_struct_hovered.png
│   │   │   │   ├── new_struct.png
│   │   │   │   ├── new_struct_selected_hovered.png
│   │   │   │   ├── new_struct_selected.png
│   │   │   │   ├── north-mini.png
│   │   │   │   ├── pause.png
│   │   │   │   ├── php_sym.png
│   │   │   │   ├── play.png
│   │   │   │   ├── pma_logo2.png
│   │   │   │   ├── pmd
│   │   │   │   │   ├── 1.png
│   │   │   │   │   ├── 2leftarrow_m.png
│   │   │   │   │   ├── 2leftarrow.png
│   │   │   │   │   ├── 2.png
│   │   │   │   │   ├── 2rightarrow_m.png
│   │   │   │   │   ├── 2rightarrow.png
│   │   │   │   │   ├── 3.png
│   │   │   │   │   ├── 4.png
│   │   │   │   │   ├── 5.png
│   │   │   │   │   ├── 6.png
│   │   │   │   │   ├── 7.png
│   │   │   │   │   ├── 8.png
│   │   │   │   │   ├── and_icon.png
│   │   │   │   │   ├── ang_direct.png
│   │   │   │   │   ├── bord.png
│   │   │   │   │   ├── bottom.png
│   │   │   │   │   ├── def.png
│   │   │   │   │   ├── display_field.png
│   │   │   │   │   ├── downarrow1.png
│   │   │   │   │   ├── downarrow2_m.png
│   │   │   │   │   ├── downarrow2.png
│   │   │   │   │   ├── exec.png
│   │   │   │   │   ├── exec_small.png
│   │   │   │   │   ├── favicon.ico
│   │   │   │   │   ├── FieldKey_small.png
│   │   │   │   │   ├── Field_small_char.png
│   │   │   │   │   ├── Field_small_date.png
│   │   │   │   │   ├── Field_small_int.png
│   │   │   │   │   ├── Field_small.png
│   │   │   │   │   ├── grid.png
│   │   │   │   │   ├── Header_Linked.png
│   │   │   │   │   ├── Header.png
│   │   │   │   │   ├── help.png
│   │   │   │   │   ├── help_relation.png
│   │   │   │   │   ├── left_panel_butt.png
│   │   │   │   │   ├── left_panel_tab.png
│   │   │   │   │   ├── minus.png
│   │   │   │   │   ├── or_icon.png
│   │   │   │   │   ├── pdf.png
│   │   │   │   │   ├── plus.png
│   │   │   │   │   ├── query_builder.png
│   │   │   │   │   ├── relation.png
│   │   │   │   │   ├── reload.png
│   │   │   │   │   ├── resize.png
│   │   │   │   │   ├── rightarrow1.png
│   │   │   │   │   ├── rightarrow2.png
│   │   │   │   │   ├── save.png
│   │   │   │   │   ├── small_tab.png
│   │   │   │   │   ├── table.png
│   │   │   │   │   ├── toggle_lines.png
│   │   │   │   │   ├── top_panel.png
│   │   │   │   │   └── uparrow2_m.png
│   │   │   │   ├── s_asci.png
│   │   │   │   ├── s_asc.png
│   │   │   │   ├── s_attention.png
│   │   │   │   ├── s_cancel2.png
│   │   │   │   ├── s_cancel.png
│   │   │   │   ├── s_cog.png
│   │   │   │   ├── s_db.png
│   │   │   │   ├── s_desc.png
│   │   │   │   ├── s_error2.png
│   │   │   │   ├── s_error.png
│   │   │   │   ├── s_fulltext.png
│   │   │   │   ├── s_host.png
│   │   │   │   ├── s_info.png
│   │   │   │   ├── s_lang.png
│   │   │   │   ├── s_loggoff.png
│   │   │   │   ├── s_notice.png
│   │   │   │   ├── s_okay.png
│   │   │   │   ├── south-mini.png
│   │   │   │   ├── spacer.png
│   │   │   │   ├── s_partialtext.png
│   │   │   │   ├── s_passwd.png
│   │   │   │   ├── sprites.png
│   │   │   │   ├── s_process.png
│   │   │   │   ├── s_really.png
│   │   │   │   ├── s_reload.png
│   │   │   │   ├── s_replication.png
│   │   │   │   ├── s_rights.png
│   │   │   │   ├── s_sortable.png
│   │   │   │   ├── s_status.png
│   │   │   │   ├── s_success.png
│   │   │   │   ├── s_sync.png
│   │   │   │   ├── s_tbl.png
│   │   │   │   ├── s_theme.png
│   │   │   │   ├── s_vars.png
│   │   │   │   ├── s_views.png
│   │   │   │   ├── tabactive_bg.png
│   │   │   │   ├── tab_bg.png
│   │   │   │   ├── tab_hover_bg.png
│   │   │   │   ├── toggle-ltr.png
│   │   │   │   ├── toggle-rtl.png
│   │   │   │   ├── vertical_line.png
│   │   │   │   ├── west-mini.png
│   │   │   │   ├── window-new.png
│   │   │   │   ├── zoom-minus-mini.png
│   │   │   │   ├── zoom-plus-mini.png
│   │   │   │   └── zoom-world-mini.png
│   │   │   ├── info.inc.php
│   │   │   ├── jquery
│   │   │   │   ├── images
│   │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   │   └── jquery-ui-1.8.16.custom.css
│   │   │   ├── layout.inc.php
│   │   │   ├── screen.png
│   │   │   └── sprites.lib.php
│   │   ├── sprites.css.php
│   │   └── svg_gradient.php
│   ├── themes.php
│   ├── transformation_overview.php
│   ├── transformation_wrapper.php
│   ├── url.php
│   ├── user_password.php
│   ├── version_check.php
│   ├── view_create.php
│   ├── view_operations.php
│   └── webapp.php
├── sasa.sql
├── statics
│   ├── css
│   │   ├── authority.css
│   │   ├── base
│   │   │   └── dialog
│   │   │   └── icons
│   │   │   ├── alert.gif
│   │   │   ├── confirm.gif
│   │   │   └── loading.gif
│   │   ├── base.css
│   │   ├── blue
│   │   │   ├── bills.css
│   │   │   ├── default.css
│   │   │   ├── icons
│   │   │   │   └── loading.gif
│   │   │   ├── img
│   │   │   │   ├── audit.png
│   │   │   │   ├── body_bg.png
│   │   │   │   ├── checked.png
│   │   │   │   ├── datepicker_icon.png
│   │   │   │   ├── footer_bg.png
│   │   │   │   ├── icon.png
│   │   │   │   ├── icon_refresh.png
│   │   │   │   ├── icon-select.gif
│   │   │   │   ├── icon_v_b_e.png
│   │   │   │   ├── icon_v_b_t.png
│   │   │   │   ├── icon_v_s_e1.png
│   │   │   │   ├── icon_v_s_e.png
│   │   │   │   ├── icon_v_s_t1.png
│   │   │   │   ├── icon_v_s_t.png
│   │   │   │   ├── index_bg.png
│   │   │   │   ├── index_h2_bg.png
│   │   │   │   ├── index_icons.png
│   │   │   │   ├── line_conn.gif
│   │   │   │   ├── nav_spr.png
│   │   │   │   ├── select_skin.png
│   │   │   │   ├── side_rp.png
│   │   │   │   ├── spr_icons.png
│   │   │   │   ├── tab_bg.png
│   │   │   │   ├── tab_close.png
│   │   │   │   ├── ui1-icons.png
│   │   │   │   ├── ui-icons.png
│   │   │   │   ├── ui-th.png
│   │   │   │   └── zTreeStandard.png
│   │   │   ├── index.css
│   │   │   └── ui.min.css
│   │   ├── common.css
│   │   ├── default
│   │   │   ├── bills.css
│   │   │   ├── default.css
│   │   │   ├── icons
│   │   │   │   └── loading.gif
│   │   │   ├── img
│   │   │   │   ├── audit.png
│   │   │   │   ├── body_bg.png
│   │   │   │   ├── checked.png
│   │   │   │   ├── datepicker_icon.png
│   │   │   │   ├── footer_bg.png
│   │   │   │   ├── icon.png
│   │   │   │   ├── icon_refresh.png
│   │   │   │   ├── icon-select.gif
│   │   │   │   ├── icon_v_b_e.png
│   │   │   │   ├── icon_v_b_t.png
│   │   │   │   ├── icon_v_s_e1.png
│   │   │   │   ├── icon_v_s_e.png
│   │   │   │   ├── icon_v_s_t1.png
│   │   │   │   ├── icon_v_s_t.png
│   │   │   │   ├── index_bg.png
│   │   │   │   ├── index_h2_bg.png
│   │   │   │   ├── index_icons.png
│   │   │   │   ├── line_conn.gif
│   │   │   │   ├── nav_spr.png
│   │   │   │   ├── select_skin.png
│   │   │   │   ├── side_rp2.png
│   │   │   │   ├── side_rp.png
│   │   │   │   ├── spr_icons.png
│   │   │   │   ├── tab_bg.png
│   │   │   │   ├── tab_close.png
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── ui-icons.png
│   │   │   │   ├── ui-th.png
│   │   │   │   └── zTreeStandard.png
│   │   │   ├── index.css
│   │   │   └── ui.min.css
│   │   ├── green
│   │   │   ├── bills.css
│   │   │   ├── default.css
│   │   │   ├── icons
│   │   │   │   └── loading.gif
│   │   │   ├── img
│   │   │   │   ├── audit.png
│   │   │   │   ├── body_bg.png
│   │   │   │   ├── checked.png
│   │   │   │   ├── datepicker_icon.png
│   │   │   │   ├── footer_bg.png
│   │   │   │   ├── icon.png
│   │   │   │   ├── icon_refresh.png
│   │   │   │   ├── icon-select.gif
│   │   │   │   ├── icon_v_b_e.png
│   │   │   │   ├── icon_v_b_t.png
│   │   │   │   ├── icon_v_s_e.png
│   │   │   │   ├── icon_v_s_t.png
│   │   │   │   ├── index_bg.png
│   │   │   │   ├── index_h2_bg.png
│   │   │   │   ├── index_icons.png
│   │   │   │   ├── line_conn.gif
│   │   │   │   ├── nav_spr.png
│   │   │   │   ├── select_skin.png
│   │   │   │   ├── side_rp.png
│   │   │   │   ├── spr_icons.png
│   │   │   │   ├── tab_bg.png
│   │   │   │   ├── tab_close.png
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── ui-icons.png
│   │   │   │   ├── ui-th.png
│   │   │   │   ├── zTreeStandard.png
│   │   │   │   ├── 复件 icon_v_s_e.png
│   │   │   │   └── 复件 icon_v_s_t.png
│   │   │   ├── index.css
│   │   │   └── ui.min.css
│   │   ├── img
│   │   │   ├── anew.gif
│   │   │   ├── close_all.png
│   │   │   ├── dot.gif
│   │   │   ├── indicator.gif
│   │   │   ├── ligerui
│   │   │   │   ├── bigloading.gif
│   │   │   │   ├── menu-item-over-l.gif
│   │   │   │   ├── menu-item-over-m.gif
│   │   │   │   ├── menu-item-over-r.gif
│   │   │   │   └── menu-line-y.gif
│   │   │   ├── new.gif
│   │   │   ├── no_query.png
│   │   │   ├── page_spr_icons.png
│   │   │   ├── select_skin.png
│   │   │   ├── spr_icons.png
│   │   │   ├── tnew.png
│   │   │   ├── ui-icons_20150410.png
│   │   │   ├── ui-icons.png
│   │   │   └── value-added-icon.png
│   │   ├── print.css
│   │   └── report.css
│   ├── js
│   │   ├── common
│   │   │   ├── areasData.php
│   │   │   ├── grid.js
│   │   │   ├── libs
│   │   │   │   ├── jquery
│   │   │   │   │   └── jquery-1.10.2.min.js
│   │   │   │   ├── json2.js
│   │   │   │   ├── swfupload
│   │   │   │   │   ├── fileprogress.js
│   │   │   │   │   ├── handlers.js
│   │   │   │   │   ├── import-btn.png
│   │   │   │   │   ├── swfupload.js
│   │   │   │   │   ├── swfupload.queue.js
│   │   │   │   │   └── swfupload.swf
│   │   │   │   └── uploader
│   │   │   │   ├── jquery.uploader.css
│   │   │   │   └── jquery.uploader.js
│   │   │   ├── main.js
│   │   │   ├── plugins
│   │   │   │   ├── datepicker
│   │   │   │   │   └── pikaday.js
│   │   │   │   ├── fileupload
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── demo.css
│   │   │   │   │   │   ├── demo-ie8.css
│   │   │   │   │   │   ├── jquery.fileupload.css
│   │   │   │   │   │   ├── jquery.fileupload-noscript.css
│   │   │   │   │   │   ├── jquery.fileupload-ui.css
│   │   │   │   │   │   ├── jquery.fileupload-ui-noscript.css
│   │   │   │   │   │   └── style.css
│   │   │   │   │   ├── img
│   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   └── progressbar.gif
│   │   │   │   │   └── js
│   │   │   │   │   ├── app.js
│   │   │   │   │   ├── cors
│   │   │   │   │   │   ├── jquery.postmessage-transport.js
│   │   │   │   │   │   └── jquery.xdr-transport.js
│   │   │   │   │   ├── jquery.fileupload-angular.js
│   │   │   │   │   ├── jquery.fileupload-audio.js
│   │   │   │   │   ├── jquery.fileupload-image.js
│   │   │   │   │   ├── jquery.fileupload-jquery-ui.js
│   │   │   │   │   ├── jquery.fileupload.js
│   │   │   │   │   ├── jquery.fileupload-process.js
│   │   │   │   │   ├── jquery.fileupload-ui.js
│   │   │   │   │   ├── jquery.fileupload-validate.js
│   │   │   │   │   ├── jquery.fileupload-video.js
│   │   │   │   │   ├── jquery.iframe-transport.js
│   │   │   │   │   ├── main.js
│   │   │   │   │   └── vendor
│   │   │   │   │   └── jquery.ui.widget.js
│   │   │   │   ├── jquery.dialog.js
│   │   │   │   ├── jquery.print.js
│   │   │   │   └── validator
│   │   │   │   ├── images
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   └── validator_simple.png
│   │   │   │   ├── jquery.validator.css
│   │   │   │   ├── jquery.validator.js
│   │   │   │   └── local
│   │   │   │   └── zh_CN.js
│   │   │   ├── plugins.js
│   │   │   └── seajs
│   │   │   └── 2.1.1
│   │   │   └── sea.js
│   │   └── dist
│   │   ├── accountPayDetail.js
│   │   ├── accountPayDetailNew.js
│   │   ├── accountProceedsDetail.js
│   │   ├── accountProceedsDetailNew.js
│   │   ├── accountTransfer.js
│   │   ├── accountTransferList.js
│   │   ├── addedServiceList.js
│   │   ├── addressManage.js
│   │   ├── adjustment.js
│   │   ├── adjustmentList.js
│   │   ├── advSearch.js
│   │   ├── assemble.js
│   │   ├── assembleList.js
│   │   ├── assistingPropBatch.js
│   │   ├── assistingPropGroupManage.js
│   │   ├── assistingProp.js
│   │   ├── backup.js
│   │   ├── cashBankJournal.js
│   │   ├── cashBankJournalNew.js
│   │   ├── categoryList.js
│   │   ├── chooseAccount.js
│   │   ├── contact-debt.js
│   │   ├── contactDebtNew.js
│   │   ├── Contract.js
│   │   ├── customerBatch.js
│   │   ├── customerList.js
│   │   ├── customerManage.js
│   │   ├── customersReconciliation.js
│   │   ├── customersReconciliationNew.js
│   │   ├── default.js
│   │   ├── disassemble.js
│   │   ├── disassembleList.js
│   │   ├── fileUpload.js
│   │   ├── goodsBalance.js
│   │   ├── goodsBatch.js
│   │   ├── goodsFlowDetail.js
│   │   ├── goodsFlowSummary.js
│   │   ├── goodsInventory.js
│   │   ├── goodsList.js
│   │   ├── goodsManage.js
│   │   ├── inventory.js
│   │   ├── operationLog.js
│   │   ├── other-expense.js
│   │   ├── other-expense-list.js
│   │   ├── otherIncomeExpenseDetail.js
│   │   ├── other-income.js
│   │   ├── other-income-list.js
│   │   ├── otherOutbound.js
│   │   ├── otherOutboundList.js
│   │   ├── otherWarehouse.js
│   │   ├── otherWarehouseList.js
│   │   ├── parameter.js
│   │   ├── payment.js
│   │   ├── paymentList.js
│   │   ├── printTemplates.js
│   │   ├── print-templates-manage.js
│   │   ├── propList.js
│   │   ├── propManage.js
│   │   ├── puDetail.js
│   │   ├── puDetailNew.js
│   │   ├── puOrderTracking.js
│   │   ├── purchase.js
│   │   ├── purchaseList.js
│   │   ├── purchaseOrder.js
│   │   ├── purchaseOrderList.js
│   │   ├── pu-summary.js
│   │   ├── puSummaryNew.js
│   │   ├── pu-summary-supply.js
│   │   ├── puSummarySupplyNew.js
│   │   ├── receipt.js
│   │   ├── receiptList.js
│   │   ├── register.js
│   │   ├── salerBatch.js
│   │   ├── salesDetail.js
│   │   ├── sales.js
│   │   ├── salesList.js
│   │   ├── salesOrder.js
│   │   ├── salesOrderList.js
│   │   ├── salesOrderTracking.js
│   │   ├── salesProfit.js
│   │   ├── sales-summary-customer.js
│   │   ├── salesSummaryCustomerNew.js
│   │   ├── salesSummary.js
│   │   ├── selectCustomer.js
│   │   ├── selectSource.js
│   │   ├── settlementAccountBatch.js
│   │   ├── settlementAccount.js
│   │   ├── settlementAccountManager.js
│   │   ├── settlementCategory.js
│   │   ├── settlementCategoryManager.js
│   │   ├── shippingAddress.js
│   │   ├── shippingAddressManage.js
│   │   ├── staffList.js
│   │   ├── staffManage.js
│   │   ├── storageBatch.js
│   │   ├── storageList.js
│   │   ├── storageManage.js
│   │   ├── supplierBatch.js
│   │   ├── suppliersReconciliation.js
│   │   ├── suppliersReconciliationNew.js
│   │   ├── template.js
│   │   ├── transfers.js
│   │   ├── transfersList.js
│   │   ├── unitGroupManage.js
│   │   ├── unitList.js
│   │   ├── unitManage.js
│   │   ├── vendorList.js
│   │   └── vendorManage.js
│   ├── login
│   │   ├── blue
│   │   │   ├── Css
│   │   │   │   ├── common.css
│   │   │   │   └── global.css
│   │   │   ├── Images
│   │   │   │   ├── checkbox.png
│   │   │   │   ├── checkboxtrue.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── loginbox.png
│   │   │   │   ├── loginbtn.png
│   │   │   │   ├── loginlogo2.png
│   │   │   │   └── loginlogo.png
│   │   │   └── Scripts
│   │   │   └── minijs
│   │   │   ├── common.js
│   │   │   ├── jquery-1.7.1.js
│   │   │   └── minicheck.js
│   │   ├── default
│   │   │   ├── Css
│   │   │   │   ├── common.css
│   │   │   │   └── global.css
│   │   │   ├── Images
│   │   │   │   ├── checkbox.png
│   │   │   │   ├── checkboxtrue.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── loginbox.png
│   │   │   │   ├── loginbtn.png
│   │   │   │   └── loginlogo.png
│   │   │   └── Scripts
│   │   │   └── minijs
│   │   │   ├── common.js
│   │   │   ├── jquery-1.7.1.js
│   │   │   └── minicheck.js
│   │   └── green
│   │   ├── Css
│   │   │   ├── common.css
│   │   │   └── global.css
│   │   ├── Images
│   │   │   ├── checkbox.png
│   │   │   ├── checkboxtrue.png
│   │   │   ├── loading.gif
│   │   │   ├── loginbox.png
│   │   │   ├── loginbtn.png
│   │   │   ├── loginlogo2.png
│   │   │   └── loginlogo.png
│   │   └── Scripts
│   │   └── minijs
│   │   ├── common.js
│   │   ├── jquery-1.7.1.js
│   │   └── minicheck.js
│   ├── resources
│   │   └── v7
│   │   ├── css
│   │   │   └── phone_validate.css
│   │   └── js
│   │   ├── checkPassword.js
│   │   ├── jquery.min.js
│   │   └── phone_validate.js
│   ├── saas
│   │   └── scm
│   │   ├── app2_beta
│   │   │   ├── css
│   │   │   │   ├── blue
│   │   │   │   │   ├── icons
│   │   │   │   │   │   └── loading.gif
│   │   │   │   │   ├── img
│   │   │   │   │   │   ├── checked.png
│   │   │   │   │   │   ├── datepicker_icon.png
│   │   │   │   │   │   ├── icon_refresh.png
│   │   │   │   │   │   ├── icon-select.gif
│   │   │   │   │   │   ├── line_conn.gif
│   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   ├── radio.png
│   │   │   │   │   │   ├── spr_icons.png
│   │   │   │   │   │   ├── ui-th.png
│   │   │   │   │   │   └── zTreeStandard.png
│   │   │   │   │   └── ui.min.css
│   │   │   │   ├── common.css
│   │   │   │   ├── default
│   │   │   │   │   ├── icons
│   │   │   │   │   │   └── loading.gif
│   │   │   │   │   ├── img
│   │   │   │   │   │   ├── checked.png
│   │   │   │   │   │   ├── datepicker_icon.png
│   │   │   │   │   │   ├── icon_refresh.png
│   │   │   │   │   │   ├── icon-select.gif
│   │   │   │   │   │   ├── line_conn.gif
│   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   ├── radio.png
│   │   │   │   │   │   ├── spr_icons.png
│   │   │   │   │   │   ├── ui-th.png
│   │   │   │   │   │   └── zTreeStandard.png
│   │   │   │   │   └── ui.min.css
│   │   │   │   ├── green
│   │   │   │   │   ├── icons
│   │   │   │   │   │   └── loading.gif
│   │   │   │   │   ├── img
│   │   │   │   │   │   ├── checked.png
│   │   │   │   │   │   ├── datepicker_icon.png
│   │   │   │   │   │   ├── icon_refresh.png
│   │   │   │   │   │   ├── icon-select.gif
│   │   │   │   │   │   ├── line_conn.gif
│   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   ├── radio.png
│   │   │   │   │   │   ├── spr_icons.png
│   │   │   │   │   │   ├── ui-th.png
│   │   │   │   │   │   └── zTreeStandard.png
│   │   │   │   │   └── ui.min.css
│   │   │   │   └── img
│   │   │   │   ├── close_all.png
│   │   │   │   ├── dot.gif
│   │   │   │   ├── indicator.gif
│   │   │   │   ├── ligerui
│   │   │   │   │   ├── bigloading.gif
│   │   │   │   │   ├── menu-item-over-l.gif
│   │   │   │   │   ├── menu-item-over-m.gif
│   │   │   │   │   ├── menu-item-over-r.gif
│   │   │   │   │   └── menu-line-y.gif
│   │   │   │   ├── no_query.png
│   │   │   │   ├── page_spr_icons.png
│   │   │   │   ├── select_skin.png
│   │   │   │   ├── ui-icons_20150410.png
│   │   │   │   └── ui-icons.png
│   │   │   └── js
│   │   │   └── common
│   │   │   ├── addedServiceData.js
│   │   │   ├── common2.js
│   │   │   ├── common.js
│   │   │   ├── grid.js
│   │   │   ├── libs
│   │   │   │   ├── jquery
│   │   │   │   │   └── jquery-1.10.2.min.js
│   │   │   │   ├── json2.js
│   │   │   │   └── json3.min.js
│   │   │   ├── plugins
│   │   │   │   ├── fileupload
│   │   │   │   │   └── js
│   │   │   │   │   ├── jquery.fileupload.js
│   │   │   │   │   ├── jquery.iframe-transport.js
│   │   │   │   │   └── vendor
│   │   │   │   │   └── jquery.ui.widget.js
│   │   │   │   ├── jquery.dialog.js
│   │   │   │   ├── jquery.spinbox.js
│   │   │   │   └── zTree
│   │   │   │   └── css
│   │   │   │   └── zTreeStyle
│   │   │   │   └── img
│   │   │   │   └── zTreeStandard.png
│   │   │   ├── plugins.js
│   │   │   ├── tabs.js
│   │   │   └── 复件 grid.js
│   │   └── app2_release
│   │   ├── css
│   │   │   ├── blue
│   │   │   │   ├── icons
│   │   │   │   │   └── loading.gif
│   │   │   │   ├── img
│   │   │   │   │   ├── datepicker_icon.png
│   │   │   │   │   ├── icon_refresh.png
│   │   │   │   │   ├── icon-select.gif
│   │   │   │   │   ├── line_conn.gif
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── radio.png
│   │   │   │   │   ├── spr_icons.png
│   │   │   │   │   ├── ui-th.png
│   │   │   │   │   └── zTreeStandard.png
│   │   │   │   └── ui.min.css
│   │   │   ├── common.css
│   │   │   ├── default
│   │   │   │   ├── icons
│   │   │   │   │   └── loading.gif
│   │   │   │   ├── img
│   │   │   │   │   ├── datepicker_icon.png
│   │   │   │   │   ├── icon_refresh.png
│   │   │   │   │   ├── icon-select.gif
│   │   │   │   │   ├── line_conn.gif
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── radio.png
│   │   │   │   │   ├── spr_icons.png
│   │   │   │   │   ├── ui-th.png
│   │   │   │   │   └── zTreeStandard.png
│   │   │   │   └── ui.min.css
│   │   │   ├── green
│   │   │   │   ├── icons
│   │   │   │   │   └── loading.gif
│   │   │   │   ├── img
│   │   │   │   │   ├── checked.png
│   │   │   │   │   ├── datepicker_icon.png
│   │   │   │   │   ├── icon_refresh.png
│   │   │   │   │   ├── icon-select.gif
│   │   │   │   │   ├── line_conn.gif
│   │   │   │   │   ├── loading.gif
│   │   │   │   │   ├── radio.png
│   │   │   │   │   ├── spr_icons.png
│   │   │   │   │   ├── ui-th.png
│   │   │   │   │   └── zTreeStandard.png
│   │   │   │   └── ui.min.css
│   │   │   └── img
│   │   │   ├── close_all.png
│   │   │   ├── dot.gif
│   │   │   ├── indicator.gif
│   │   │   ├── ligerui
│   │   │   │   ├── bigloading.gif
│   │   │   │   ├── menu-item-over-l.gif
│   │   │   │   ├── menu-item-over-m.gif
│   │   │   │   ├── menu-item-over-r.gif
│   │   │   │   └── menu-line-y.gif
│   │   │   ├── no_query.png
│   │   │   ├── page_spr_icons.png
│   │   │   ├── select_skin.png
│   │   │   ├── ui-icons_20150410.png
│   │   │   └── ui-icons.png
│   │   └── js
│   │   └── common
│   │   ├── addedServiceData.js
│   │   ├── common.js
│   │   ├── grid.js
│   │   ├── libs
│   │   │   ├── jquery
│   │   │   │   └── jquery-1.10.2.min.js
│   │   │   ├── json2.js
│   │   │   └── json3.min.js
│   │   ├── plugins
│   │   │   ├── fileupload
│   │   │   │   └── js
│   │   │   │   ├── jquery.fileupload.js
│   │   │   │   ├── jquery.iframe-transport.js
│   │   │   │   └── vendor
│   │   │   │   └── jquery.ui.widget.js
│   │   │   ├── jquery.dialog.js
│   │   │   ├── jquery.spinbox.js
│   │   │   └── zTree
│   │   │   └── css
│   │   │   └── zTreeStyle
│   │   │   └── img
│   │   │   └── zTreeStandard.png
│   │   ├── plugins.js
│   │   └── tabs.js
│   └── service
│   └── css
│   ├── global.css
│   └── img
│   ├── contact_icons.png
│   └── serviceChannel.jpg
├── system
│   ├── core
│   │   ├── Benchmark.php
│   │   ├── CodeIgniter.php
│   │   ├── Common.php
│   │   ├── Config.php
│   │   ├── Controller.php
│   │   ├── Exceptions.php
│   │   ├── Hooks.php
│   │   ├── index.html
│   │   ├── Input.php
│   │   ├── Lang.php
│   │   ├── Loader.php
│   │   ├── Model.php
│   │   ├── Output.php
│   │   ├── Router.php
│   │   ├── Security.php
│   │   ├── URI.php
│   │   └── Utf8.php
│   ├── database
│   │   ├── DB_active_rec.php
│   │   ├── DB_cache.php
│   │   ├── DB_driver.php
│   │   ├── DB_forge.php
│   │   ├── DB.php
│   │   ├── DB_result.php
│   │   ├── DB_utility.php
│   │   ├── drivers
│   │   │   ├── cubrid
│   │   │   │   ├── cubrid_driver.php
│   │   │   │   ├── cubrid_forge.php
│   │   │   │   ├── cubrid_result.php
│   │   │   │   ├── cubrid_utility.php
│   │   │   │   └── index.html
│   │   │   ├── index.html
│   │   │   ├── mssql
│   │   │   │   ├── index.html
│   │   │   │   ├── mssql_driver.php
│   │   │   │   ├── mssql_forge.php
│   │   │   │   ├── mssql_result.php
│   │   │   │   └── mssql_utility.php
│   │   │   ├── mysql
│   │   │   │   ├── index.html
│   │   │   │   ├── mysql_driver.php
│   │   │   │   ├── mysql_forge.php
│   │   │   │   ├── mysql_result.php
│   │   │   │   └── mysql_utility.php
│   │   │   ├── mysqli
│   │   │   │   ├── index.html
│   │   │   │   ├── mysqli_driver.php
│   │   │   │   ├── mysqli_forge.php
│   │   │   │   ├── mysqli_result.php
│   │   │   │   └── mysqli_utility.php
│   │   │   ├── oci8
│   │   │   │   ├── index.html
│   │   │   │   ├── oci8_driver.php
│   │   │   │   ├── oci8_forge.php
│   │   │   │   ├── oci8_result.php
│   │   │   │   └── oci8_utility.php
│   │   │   ├── odbc
│   │   │   │   ├── index.html
│   │   │   │   ├── odbc_driver.php
│   │   │   │   ├── odbc_forge.php
│   │   │   │   ├── odbc_result.php
│   │   │   │   └── odbc_utility.php
│   │   │   ├── pdo
│   │   │   │   ├── index.html
│   │   │   │   ├── pdo_driver.php
│   │   │   │   ├── pdo_forge.php
│   │   │   │   ├── pdo_result.php
│   │   │   │   └── pdo_utility.php
│   │   │   ├── postgre
│   │   │   │   ├── index.html
│   │   │   │   ├── postgre_driver.php
│   │   │   │   ├── postgre_forge.php
│   │   │   │   ├── postgre_result.php
│   │   │   │   └── postgre_utility.php
│   │   │   ├── sqlite
│   │   │   │   ├── index.html
│   │   │   │   ├── sqlite_driver.php
│   │   │   │   ├── sqlite_forge.php
│   │   │   │   ├── sqlite_result.php
│   │   │   │   └── sqlite_utility.php
│   │   │   └── sqlsrv
│   │   │   ├── index.html
│   │   │   ├── sqlsrv_driver.php
│   │   │   ├── sqlsrv_forge.php
│   │   │   ├── sqlsrv_result.php
│   │   │   └── sqlsrv_utility.php
│   │   └── index.html
│   ├── fonts
│   │   ├── index.html
│   │   └── texb.ttf
│   ├── helpers
│   │   ├── array_helper.php
│   │   ├── captcha_helper.php
│   │   ├── cookie_helper.php
│   │   ├── date_helper.php
│   │   ├── directory_helper.php
│   │   ├── download_helper.php
│   │   ├── email_helper.php
│   │   ├── file_helper.php
│   │   ├── form_helper.php
│   │   ├── html_helper.php
│   │   ├── index.html
│   │   ├── inflector_helper.php
│   │   ├── language_helper.php
│   │   ├── number_helper.php
│   │   ├── path_helper.php
│   │   ├── security_helper.php
│   │   ├── smiley_helper.php
│   │   ├── string_helper.php
│   │   ├── text_helper.php
│   │   ├── typography_helper.php
│   │   ├── url_helper.php
│   │   └── xml_helper.php
│   ├── index.html
│   ├── language
│   │   ├── english
│   │   │   ├── calendar_lang.php
│   │   │   ├── date_lang.php
│   │   │   ├── db_lang.php
│   │   │   ├── email_lang.php
│   │   │   ├── form_validation_lang.php
│   │   │   ├── ftp_lang.php
│   │   │   ├── imglib_lang.php
│   │   │   ├── index.html
│   │   │   ├── migration_lang.php
│   │   │   ├── number_lang.php
│   │   │   ├── profiler_lang.php
│   │   │   ├── unit_test_lang.php
│   │   │   └── upload_lang.php
│   │   └── index.html
│   └── libraries
│   ├── Cache
│   │   ├── Cache.php
│   │   ├── drivers
│   │   │   ├── Cache_apc.php
│   │   │   ├── Cache_dummy.php
│   │   │   ├── Cache_file.php
│   │   │   ├── Cache_memcached.php
│   │   │   └── index.html
│   │   └── index.html
│   ├── Calendar.php
│   ├── Cart.php
│   ├── Driver.php
│   ├── Email.php
│   ├── Encrypt.php
│   ├── Form_validation.php
│   ├── Ftp.php
│   ├── Image_lib.php
│   ├── index.html
│   ├── javascript
│   │   ├── index.html
│   │   └── Jquery.php
│   ├── Javascript.php
│   ├── Log.php
│   ├── Migration.php
│   ├── Pagination.php
│   ├── Parser.php
│   ├── Profiler.php
│   ├── Session.php
│   ├── Sha1.php
│   ├── Table.php
│   ├── Trackback.php
│   ├── Typography.php
│   ├── Unit_test.php
│   ├── Upload.php
│   ├── User_agent.php
│   ├── Xmlrpc.php
│   ├── Xmlrpcs.php
│   └── Zip.php
└── 安装说明.txt

260 directories, 2167 files

标签:

实例下载地址

仿金蝶电商ERP进销存系统

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警