+ All Categories
Home > Documents > ASP+Design

ASP+Design

Date post: 08-Apr-2018
Category:
Upload: raj015
View: 218 times
Download: 0 times
Share this document with a friend
6
Login Account Number Password Ok Ok Welcome to (Ar ial 16 - Cent ered) Taxi Co. Messages can be (Arial 12 - Centered) here and Need to be word wrapped or multi-line … CSS Option Customer Banner Logo CSS Option Message(1) Wording & Font Size Change Login Area References SQL Database NOTE! Number determines card type… Prefix 1 = Gift Card Login Prefix 2 = Account Login CSS Option Message(2) Wording & Font Size Change CSS Option Back Ground Color for all pages option GENERAL NOTES Will need to be able to point to: SERVER & DATABASE and provide USER & PASSWORD for access. How is this to be done securely? Should we be making calls through stored procedures or Queries? Will supply Sample Database with necessary Tables and Queries. What is the best way to protect this site when we expose to Internet? Many of the CSS References can be set in SQL Database if this is easier. Also require instructions for setting up IIS to run as Intranet and Internet.
Transcript
Page 1: ASP+Design

8/7/2019 ASP+Design

http://slidepdf.com/reader/full/aspdesign 1/6

Login

Account Number 

Password

Ok

Ok

Welcome to (Arial 16 - Centered) Taxi Co.

Messages can be (Arial 12 - Centered) here and

Need to be word wrapped or multi-line …

CSS Option

Customer 

Banner Logo

CSS OptionMessage(1)

Wording & Font

Size Change

Login Area

References SQL Database

NOTE! Number determinescard type…

Prefix 1 = Gift Card Login

Prefix 2 = Account Login

CSS Option

Message(2)

Wording & Font

Size Change

CSS Option

Back Ground

Color for all pages

option

GENERAL NOTES

Will need to be able to point to:

SERVER & DATABASE

and provide USER & PASSWORD

for access.

How is this to be done securely?

Should we be making calls through

stored procedures or Queries?

Will supply Sample Database with

necessary Tables and Queries.

What is the best way to protect this

site when we expose to Internet?

Many of the CSS References can be

set in SQL Database if this is easier.

Also require instructions for setting

up IIS to run as Intranet and Internet.

Page 2: ASP+Design

8/7/2019 ASP+Design

http://slidepdf.com/reader/full/aspdesign 2/6

Simple Bar Menu

CSS Option

Set Graphic

Image, centered on

page

Home ● Account Balance ● Trip Details ● Contact Us Log OutShow Account or Gift Card Name & Serial No.

Show Account or Gift

Card Details

Log Out

Note!

Each Card has

unique Serial No.

Page 3: ASP+Design

8/7/2019 ASP+Design

http://slidepdf.com/reader/full/aspdesign 3/6

Home ● Account Balance ● Trip Details ● Contact Us Log OutACCOUNT CARD – Account Name & Card/Serial No.

Populated from

SQL

(AccountsQuery)

[Serial No] and

[AccountCode] reside in

same Account Record

Populated from

SQL

(AccountBalanceQuery)

Linked to AccountsQuery

(AccountCode)

Date Descending Order 

Print

Page 4: ASP+Design

8/7/2019 ASP+Design

http://slidepdf.com/reader/full/aspdesign 4/6

Home ● Account Balance ● Trip Details ● Contact Us Log OutGIFT CARD - Card/Serial No.

Populated fromSQL

(GCQuery)

[CardNo] and [Serial No]

reside in same Gift Card

Record

Populated from

SQL

(GCBalanceQuery)

Linked to GCQuery

(CardNo)

Date Descending Order 

Print

Page 5: ASP+Design

8/7/2019 ASP+Design

http://slidepdf.com/reader/full/aspdesign 5/6

Home ● Account Balance ● Trip Details ● Contact Us Log OutACCOUNT CARD – Account Name & Card/Serial No.

Start Date End Date Filter By

DRefNo

Vehicle

Driver Passenger 

WILLIAM BRIEDEPassenger  Run Clear 

Populated from

SQL

(TripDetailsQuery)

Based on [AccountCode]

Then filter conditions asset above.

Date Descending Order 

Filter Bar – Filter options are:

Start Date (By Calander)

End Date (By Calander)Field Select Filter Option and Entry

RUN Filter Button

Clear Filter Button (Shows all Trips

associated to Account)

Print

Page 6: ASP+Design

8/7/2019 ASP+Design

http://slidepdf.com/reader/full/aspdesign 6/6

Home ● Account Balance ● Trip Details ● Contact Us Log OutShow Account or Gift Card Name & Serial No.

CleanAirCab123 Somewhere St.

Boston, Ma.

Phone (800) 123-1234

Fax (800) 123-1234

Email: [email protected]

CSS OptionExample Only

Company details to be

populated from CSS file or 

SQL Database?

Phone: (800) 123-1234


Recommended