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

朋友们帮帮忙,我在大马留学,我刚接触VB。NET不久,老师就给一个这个assignment,这让我不知道该怎么下手,高手们帮下拉,会的就帮下忙, 关于超市的系统

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

搜索更多相关主题的帖子: STRONG 留学 Roman 
2007-10-08 22:07
mrseventeen
Rank: 1
等 级:新手上路
帖 子:13
专家分:0
注 册:2007-10-9
收藏
得分:0 

天啊~~英文没过6级看不懂,过了6级还不大懂~!
2007-10-09 17:14
xiaoyutou
Rank: 1
等 级:新手上路
帖 子:29
专家分:0
注 册:2007-3-29
收藏
得分:0 
看不懂!

凡事由其自然,遇了处之泰然,得意之时淡然,失意之时坦然,艰辛曲折必然,历尽沧桑悟然。
2007-10-09 17:16
luanjinling
Rank: 1
等 级:新手上路
帖 子:16
专家分:0
注 册:2007-10-9
收藏
得分:0 
这是关于超市及数据库系统的,表中有些内容是应当在数据库中表现的,如NAME等
2007-10-09 17:38
fangjian77
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2007-7-6
收藏
得分:0 
回复:(tammy)求助(基于VB.
真是厉害脚色啊.
2007-10-09 20:27
tammy
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2007-10-8
收藏
得分:0 
回复:(mrseventeen)[em03][em03][em03]天啊~~英文没...

朋友们,帮下忙拉, 这个就是 超市的管理系统, 你们有做过的,就让我借鉴一下拉, 帮帮拉, 这个做业也就是用VB.net和ACCESS 联合的, 大家懂的话,就帮下忙, 回国请你们吃大餐, 哈哈哈谢谢拉

2007-10-11 15:31
tammy
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2007-10-8
收藏
得分:0 
4楼,,恩, 表格里的就是数据库的内容, 你懂的话就帮帮拉
2007-10-11 15:37
purana
Rank: 16Rank: 16Rank: 16Rank: 16
来 自:广东-广州
等 级:版主
威 望:66
帖 子:6039
专家分:0
注 册:2005-6-17
收藏
得分:0 
这都是基础呗..
找到教程都有讲到的.

我的msn: myfend@
2007-10-11 15:39
tammy
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2007-10-8
收藏
得分:0 

我是想找个相似的内容,然后我就知道到底应该从哪里入手!!!!!!!!我就接触一个月啊,这么难的作业就出来拉, 伤心!!!!

2007-10-11 19:59
purana
Rank: 16Rank: 16Rank: 16Rank: 16
来 自:广东-广州
等 级:版主
威 望:66
帖 子:6039
专家分:0
注 册:2005-6-17
收藏
得分:0 

那你就直接跟你的导师说吧.


我的msn: myfend@
2007-10-11 20:05
快速回复:求助(基于VB.
数据加载中...
 
   



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

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