| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 657 人关注过本帖
标题:求助,(基于VB,NET的超市管理系统)
只看楼主 加入收藏
tammy
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2007-10-8
收藏
 问题点数:0 回复次数:0 
求助,(基于VB,NET的超市管理系统)

hi, 我是在大马留学的, 我刚接触VB.net不久, 老师就给拉一个assignment,基于VB,net的超市管理系统, 我刚接触都不知道从何下手,
高手们帮帮我这个小女子吧, 时间不多, 就一个月时间去zuo
CASE STUDY

You are asked to develop a Visual Basic.Net program for a Supermarket. It should allow the cashier to receive the products from customers and generate a sales receipt. Each item has its own product code. Your program should allow the cashier to select the product code from the system and display the price. Once all items have been selected, your program should generate a customer’s sales receipt. Your program should have the following product category in the database such as:

v Dairy Productsv Vegetablesv Soft Drinksv Household Productsv Fruitsv Biscuitsv Toiletriesv Baby Products

Each product category has a unique product code as listed below:

Product-Category

Product Code

Dairy Products

1

Vegetables

2

Soft Drinks

3

Household Products

4

Fruits

5

Biscuits

6

Toiletteries

7

Baby Products

8

Your program should have the following modules:

1. Login Module

The login module is used by the systems administrator and cashier to access the system. This module should allow the systems administrator to add new staff, update and delete records.

Table Name :

Login

Field Name

Data Type

Username – Primary Key

Text

Password

Text -Min 8 characters

Name

Text

DOB

Date

Email

Text

2. Product Module

This module should allow the systems administrator to add, update and delete products from the database. You should have a search function to search for a product category. You should also be able to add more product categories into the database.

Table Name :

Product

Field Name

Data Type

PCode – Primary Key

Integer

ProductCategory

Text

Table Name :

ProductType

Field Name

Data Type

No – Primary Key

Autonumber

PCode - Foreign Key

Integer

Typecode

Integer

Description

Text

Cost

Currency

3. Payment Module

The payment module allows the cashier to key in the product code and display the total cost to be paid by the customer. A receipt is generated once all items have been keyed into the system. Furthermore, a discount of 15% is given to customers who purchase an amount of RM100 and above.

Table Name :

Payment

Field Name

Data Type

Counter

Autonumber

TransactionNo

Integer

TypeCode – Primary Key

Text

Description

Text

Cost

Currency

Date

Date / Time

4. Report Module

This module is used to print the following hardcopy:

a) Receipt which is given to the customer once they have made their payment. (See Appendix A).

b) Cash Collection Report for a given date range e.g monthly or weekly cash flow (see Appendix B).

Appendix A

a) Sample Receipt

TPM Supermarket

Receipt

Transaction No : 1

Date : 3/5/2007

PCode TypeCode Description Cost

7 111 Shampoo 10.00

7 112 Soap 5.00

3 113 Coke 2.20

Total 17.20

Discount (%) 0

Nett Total 17.20

Thank You

Please Come Again
Appendix B

b) Sample Cash Collection Report

TPM Supermarket

Month: September

Cash Flow for the month of September: RM 2000

搜索更多相关主题的帖子: NET 超市 系统 管理 
2007-10-08 22:25
快速回复:求助,(基于VB,NET的超市管理系统)
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.019822 second(s), 10 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved