超市购物管理系统php,超市进销存管理系统PHP源码

【实例简介】

超市进销存管理系统PHP源码。

可直接运行。做毕业设计、课程设计或者想研究下技术的可以下载学习。需要更多资源的可以关注我。

【实例截图】

【核心代码】

ddde235d-7c04-45ad-a332-c156539b8449

└── supermarket-master

├── Home

│   ├── Common

│   │   └── common.php

│   ├── Conf

│   │   ├── config.php

│   │   ├── fields.php

│   │   ├── role.php

│   │   └── tags.php

│   ├── Lib

│   │   ├── Action

│   │   │   ├── BuyAction.class.php

│   │   │   ├── BuyRecordAction.class.php

│   │   │   ├── CategoryAction.class.php

│   │   │   ├── CheckAction.class.php

│   │   │   ├── GoodsAction.class.php

│   │   │   ├── IndexAction.class.php

│   │   │   ├── SellAction.class.php

│   │   │   ├── SellRecordAction.class.php

│   │   │   └── UserAction.class.php

│   │   ├── Behavior

│   │   │   └── CheckBehavior.class.php

│   │   ├── Helper

│   │   │   ├── Image.class.php

│   │   │   ├── Page.class.php

│   │   │   └── UploadFile.class.php

│   │   └── Model

│   │   ├── BuyRecordModel.class.php

│   │   ├── CategoryModel.class.php

│   │   ├── GoodsModel.class.php

│   │   ├── RoleModel.class.php

│   │   ├── SellRecordModel.class.php

│   │   └── UserModel.class.php

│   └── Tpl

│   ├── Buy

│   │   └── index.html

│   ├── Check

│   │   ├── chart.html

│   │   ├── index.html

│   │   └── reclist.html

│   ├── Goods

│   │   ├── editgoods.html

│   │   ├── goodslist.html

│   │   └── index.html

│   ├── Index

│   │   ├── account.html

│   │   └── login.html

│   ├── Public

│   │   ├── footer.html

│   │   ├── header.html

│   │   └── tab-header.html

│   ├── Sell

│   │   └── index.html

│   └── User

│   ├── edituser.html

│   ├── index.html

│   └── userlist.html

├── supermarket.sql

├── Test

│   ├── common.php

│   ├── conf.php

│   ├── Home

│   │   ├── BuyTest.php

│   │   ├── CategoryTest.php

│   │   ├── GoodsTest.php

│   │   ├── IndexTest.php

│   │   ├── SellTest.php

│   │   ├── suite.php

│   │   ├── temp

│   │   │   └── cookiefile

│   │   └── UserTest.php

│   ├── myTestCase.php

│   └── test_data.php

├── ThinkPHP

│   ├── Common

│   │   ├── common.php

│   │   ├── functions.php

│   │   └── runtime.php

│   ├── Conf

│   │   ├── alias.php

│   │   ├── convention.php

│   │   ├── debug.php

│   │   └── tags.php

│   ├── Extend

│   │   ├── Function

│   │   │   ├── eppCommon.php

│   │   │   └── extend.php

│   │   └── README.txt

│   ├── Lang

│   │   ├── en-us.php

│   │   └── zh-cn.php

│   ├── Lib

│   │   ├── Behavior

│   │   │   ├── CheckRouteBehavior.class.php

│   │   │   ├── ContentReplaceBehavior.class.php

│   │   │   ├── LocationTemplateBehavior.class.php

│   │   │   ├── ParseTemplateBehavior.class.php

│   │   │   ├── ReadHtmlCacheBehavior.class.php

│   │   │   ├── ShowPageTraceBehavior.class.php

│   │   │   ├── ShowRuntimeBehavior.class.php

│   │   │   ├── TokenBuildBehavior.class.php

│   │   │   └── WriteHtmlCacheBehavior.class.php

│   │   ├── Core

│   │   │   ├── Action.class.php

│   │   │   ├── App.class.php

│   │   │   ├── Behavior.class.php

│   │   │   ├── Cache.class.php

│   │   │   ├── Db.class.php

│   │   │   ├── Dispatcher.class.php

│   │   │   ├── Log.class.php

│   │   │   ├── Model.class.php

│   │   │   ├── Think.class.php

│   │   │   ├── ThinkException.class.php

│   │   │   ├── View.class.php

│   │   │   └── Widget.class.php

│   │   ├── Driver

│   │   │   ├── Cache

│   │   │   │   └── CacheFile.class.php

│   │   │   ├── Db

│   │   │   │   ├── DbMysql.class.php

│   │   │   │   └── DbMysqli.class.php

│   │   │   └── TagLib

│   │   │   └── TagLibCx.class.php

│   │   └── Template

│   │   ├── TagLib.class.php

│   │   └── ThinkTemplate.class.php

│   ├── LICENSE.txt

│   ├── logo.png

│   ├── README.txt

│   ├── ThinkPHP.php

│   └── Tpl

│   ├── default_index.tpl

│   ├── dispatch_jump.tpl

│   ├── page_trace.tpl

│   └── think_exception.tpl

└── Webroot

├── index.php

├── Public

│   ├── Css

│   │   ├── bootstrap

│   │   │   ├── css

│   │   │   │   ├── bootstrap.css

│   │   │   │   ├── bootstrap.min.css

│   │   │   │   ├── bootstrap-responsive.css

│   │   │   │   └── bootstrap-responsive.min.css

│   │   │   ├── img

│   │   │   │   ├── glyphicons-halflings.png

│   │   │   │   └── glyphicons-halflings-white.png

│   │   │   └── js

│   │   │   ├── bootstrap.js

│   │   │   └── bootstrap.min.js

│   │   ├── flat-ui

│   │   │   ├── css

│   │   │   │   ├── bootstrap.css

│   │   │   │   └── flat-ui.css

│   │   │   ├── flat-ui.css

│   │   │   ├── fonts

│   │   │   │   ├── Flat-UI-Icons-16.dev.svg

│   │   │   │   ├── Flat-UI-Icons-16.eot

│   │   │   │   ├── Flat-UI-Icons-16.svg

│   │   │   │   ├── Flat-UI-Icons-16.ttf

│   │   │   │   ├── Flat-UI-Icons-16.woff

│   │   │   │   ├── Flat-UI-Icons-24.dev.svg

│   │   │   │   ├── Flat-UI-Icons-24.eot

│   │   │   │   ├── Flat-UI-Icons-24.svg

│   │   │   │   ├── Flat-UI-Icons-24.ttf

│   │   │   │   └── Flat-UI-Icons-24.woff

│   │   │   ├── images

│   │   │   │   ├── checkbox-2x.png

│   │   │   │   ├── checkbox.png

│   │   │   │   ├── demo

│   │   │   │   │   ├── browser-2x.png

│   │   │   │   │   ├── browser-author.jpg

│   │   │   │   │   ├── browser-pic-1.jpg

│   │   │   │   │   ├── browser-pic-2.jpg

│   │   │   │   │   ├── browser-pic-3.jpg

│   │   │   │   │   ├── browser-pic-4.jpg

│   │   │   │   │   ├── browser-pic-5.jpg

│   │   │   │   │   ├── browser-pic-6.jpg

│   │   │   │   │   ├── browser.png

│   │   │   │   │   ├── html-icon.png

│   │   │   │   │   ├── logo-mask-2x.png

│   │   │   │   │   ├── logo-mask.png

│   │   │   │   │   └── video.jpg

│   │   │   │   ├── favicon.ico

│   │   │   │   ├── footer

│   │   │   │   │   └── logo.png

│   │   │   │   ├── illustrations

│   │   │   │   │   ├── bag.png

│   │   │   │   │   ├── book.png

│   │   │   │   │   ├── calendar.png

│   │   │   │   │   ├── clipboard.png

│   │   │   │   │   ├── colors.png

│   │   │   │   │   ├── compass.png

│   │   │   │   │   ├── gift.png

│   │   │   │   │   ├── infinity.png

│   │   │   │   │   ├── mail.png

│   │   │   │   │   ├── map.png

│   │   │   │   │   ├── paper.png

│   │   │   │   │   ├── retina.png

│   │   │   │   │   ├── share.png

│   │   │   │   │   └── time.png

│   │   │   │   ├── login

│   │   │   │   │   ├── icon.png

│   │   │   │   │   ├── imac-2x.png

│   │   │   │   │   └── imac.png

│   │   │   │   ├── pager

│   │   │   │   │   ├── next.png

│   │   │   │   │   └── previous.png

│   │   │   │   ├── radio-2x.png

│   │   │   │   ├── radio.png

│   │   │   │   ├── select

│   │   │   │   │   └── toggle.png

│   │   │   │   ├── tile

│   │   │   │   │   ├── ribbon-2x.png

│   │   │   │   │   └── ribbon.png

│   │   │   │   ├── todo

│   │   │   │   │   ├── done-2x.png

│   │   │   │   │   ├── done.png

│   │   │   │   │   ├── search-2x.png

│   │   │   │   │   ├── search.png

│   │   │   │   │   ├── todo-2x.png

│   │   │   │   │   └── todo.png

│   │   │   │   ├── toggle

│   │   │   │   │   ├── block-off.png

│   │   │   │   │   ├── block-on.png

│   │   │   │   │   ├── icon-off-2x.png

│   │   │   │   │   ├── icon-off.png

│   │   │   │   │   ├── icon-on-2x.png

│   │   │   │   │   └── icon-on.png

│   │   │   │   └── video

│   │   │   │   ├── fullscreen-2x.png

│   │   │   │   ├── fullscreen.png

│   │   │   │   ├── pause-2x.png

│   │   │   │   ├── pause.png

│   │   │   │   ├── play-2x.png

│   │   │   │   ├── play.png

│   │   │   │   ├── poster.jpg

│   │   │   │   ├── volume-full-2x.png

│   │   │   │   ├── volume-full.png

│   │   │   │   ├── volume-off-2x.png

│   │   │   │   └── volume-off.png

│   │   │   ├── index.html

│   │   │   ├── js

│   │   │   │   ├── application.js

│   │   │   │   ├── bootstrap-tooltip.js

│   │   │   │   ├── custom_checkbox_and_radio.js

│   │   │   │   ├── custom_radio.js

│   │   │   │   ├── html5shiv.js

│   │   │   │   ├── icon-font-ie7.js

│   │   │   │   ├── jquery-1.8.2.min.js

│   │   │   │   ├── jquery.dropkick-1.0.0.js

│   │   │   │   ├── jquery.placeholder.js

│   │   │   │   ├── jquery.tagsinput.js

│   │   │   │   ├── jquery-ui-1.10.0.custom.min.js

│   │   │   │   └── lte-ie7-24.js

│   │   │   ├── README.md

│   │   │   ├── sass

│   │   │   │   ├── _config.sass

│   │   │   │   ├── flat-ui.sass

│   │   │   │   ├── _icon-font-24.sass

│   │   │   │   ├── _icon-font.sass

│   │   │   │   ├── _mixins.sass

│   │   │   │   ├── modules

│   │   │   │   │   ├── _btn.sass

│   │   │   │   │   ├── _checkbox-and-radio.sass

│   │   │   │   │   ├── _demo.sass

│   │   │   │   │   ├── _footer.sass

│   │   │   │   │   ├── _input.sass

│   │   │   │   │   ├── _login.sass

│   │   │   │   │   ├── _navbar.sass

│   │   │   │   │   ├── _pager.sass

│   │   │   │   │   ├── _pagination.sass

│   │   │   │   │   ├── _palette.sass

│   │   │   │   │   ├── _progress.sass

│   │   │   │   │   ├── _select.sass

│   │   │   │   │   ├── _share.sass

│   │   │   │   │   ├── _tagsinput.sass

│   │   │   │   │   ├── _tile.sass

│   │   │   │   │   ├── _todo.sass

│   │   │   │   │   ├── _toggle.sass

│   │   │   │   │   ├── _tooltip.sass

│   │   │   │   │   ├── _type.sass

│   │   │   │   │   ├── _ui-slider.sass

│   │   │   │   │   └── _video.sass

│   │   │   │   └── _spaces.sass

│   │   │   └── Useful Links! (How To)

│   │   ├── less-1.3.3.min.js

│   │   └── main.css

│   ├── error.html

│   ├── images

│   │   └── login

│   │   ├── icon.png

│   │   └── imac.png

│   └── Js

│   ├── account.js

│   ├── buy.js

│   ├── check.js

│   ├── draw.js

│   ├── editgoods.js

│   ├── goods.js

│   ├── goodslist.js

│   ├── google

│   │   ├── corechart.js

│   │   ├── jsapi.js

│   │   └── tooltip.css

│   ├── jquery-1.9.1.min.js

│   ├── login.js

│   ├── public.js

│   ├── reclist.js

│   ├── sell.js

│   ├── user.js

│   └── userlist.js

└── Upload

└── Image

├── 1370441026.jpg

├── 1370441092.jpg

├── 1370441324.jpg

├── 1370441352.jpg

├── 1370441401.jpg

├── 1370441576.jpg

├── 1370441790.jpg

├── 1370442423.jpg

├── 1370442466.jpg

├── 1371019594.jpg

├── Nopic.jpg

├── test2.jpg

└── test.jpg

65 directories, 263 files

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值