Saturday, May 25, 2013

24 shades of Amitabh Bachchan

24 shades of Amitabh Bachchan. Which one do you like the most? Click the image to view in full size!

Mall Management System SRS (part-2)

3.Mall Owners:
a.   User can apply only after log-in
-if user is not log-in he will not able to show all details on website.
b.   User can see all details of their malls
            -user is available to see details only after log-in.
c. User can post advertisement on the website
            -user can also post advertisement of shopkeeper shops.
d. User can maintain all the details of their all malls
            -user can also maintain all the details of all shops in all malls.
e. User can set advertisement policy
            -user can handle terms and condition of advertisement policy.

4. Specific Requirements:-

4.1External Interface Requirements:-

4.1.1. User Interfaces :-
The software provides good graphical interface for the front end of the database and a
good informative interface for the rear end.

The system users are:-
· The Mall Owners as system administrators.
· Shopkeepers as normal users.
System Administrators

The administrator log on to the system by inserting administrator name and password. Administrator can do any transaction as well as editing all details inside the database such as adding, editing, deleting a new user as well as adding, editing,deleting a new item.
System users

The users have to enter the user name and password and click on ‘Log-in’ button.If user makes any mistake the system will ask for the correct username and password until he enters the correct one.
When the user wants to do any transaction user has to click on the menu icon on the main menu. Then the transaction window will open. User has to enter the ID No and press enter. Then user has to select the transaction type and the quantity. Then click on the update button.


Hardware Interfaces
This System is having the following hardware:
·         Mall Owners main computer
·         Other pc’s

Software Interfaces
· System will interact with the system database to record all transaction data.

4.1.2.Communication Interfaces :-
· Local intranet and internet protocols.
· Supports all HTTP, SMTPS and POP3 services  

4.3. Performance Requirements :-
· Good working pc with all the requirements as stated in the hardware interfaces
· Works for medium size information databases
· Should not be overloaded
· The response time for menu changes will not be more than 3 seconds.
· The time for search a book will not be more than 3 seconds.
· The time to print the stock evaluation will not be more than 3 seconds.
· The time taken to update the database or to get information from the database will not be more than 2 seconds.
· The time taken to prompt the massage box will not be more than 2 seconds.

4.4.Design Constraints:-
· The browser should support .NET
· The browser should be at least Netscape navigator v 4.0 or internet explorer
· .NET programming environment has been used for secure transactions and protection from viruses, worms, and other threats like hacking of passwords by hackers.
· While designing this product fault tolerance and standard compliance are kept in mind.
· Error messages will be displayed at the time of detection of input error and the system errors


5.Non Functional Requirements:-

5.1Hardware Requirements:
·         The processor should be at least Dual Core or above
·         The processor speed should be greater than 400Mhz
·         Ram should be or greater than 120 mb.

5.2 Software Requirements

·         Operating System           :Windows XP,Vista,7,Mac OS
·         Technology                     :ASP.NET
·         Programming Language  :C#
·         Database                          :Microsoft SQL 2008
·         Browser                            :Mozilla Firefox,Chrome,IE,Opera,Safari

Mall Management System SRS (part-1)

1.Introduction

1.1 Purpose:

Purpose of making this system is to provide more facilities to mall owners to get efficient business communication with shop keepers. Mall management is a well formulated concept in developed countries which are more matured markets.

Mall management largely encompasses several activities that go into the maintenance of the mall. This covers facilities management functions, operation management, marketing management, accounts management and customer service. It is basically a combination of services that factor in people, place, processes and technology in a particular building. Professional mall management results in the best possible utilisation of resources available.

Mall management begins with taking care of issues such as positioning, tenant mix, infrastructure facilities, the kind of environment required and finance management, which is the most crucial part of all. It also takes care of issues like positioning, zoning that include tenant mix and placement within mall, promotions and marketing. 




1.2 Scope:



The system should be able to run on any system regardless of the operating system or hardware; within reason.

User Friendliness is the main focus.

Ensuring minimal down-time due to the critical nature of the system.

Long term maintenance and diagnostics coverage.

Increase efficiency.

Manage Relationship.




2.General description

2.1 Product perspective:

This system is totally self contained and works relatively as efficient as other
packages related to the subject. It provides simple database rather than complex ones
for high requirements and it provides good and easy graphical user interface to both
new, naive as well as experienced users of the computers.




2.2 Product functions:

This System will perform the following function:- 

· User Registration


· Select service like mall owner or shopkeepers



· Mall owner gives key to shopkeepers of different shops


· Mall Owner can check latest update of event,payment,notification of different mall


· Shopkeepers can do online transactions of all shops


· Shopkeepers can access the different shops at one place by using keys


2.3 User Characteristic:

The Mall owners who will be using our product will have a basic familiarity with personal computers and a working knowledge of systems with graphical user interfaces. The Mall owners are not assumed to have any understanding of networking or file transfer methods.The only specific information the travel agents are required to have is the name of the server they wish to connect to, a log-in name, and a password if the remote server‘s security configuration demands it.



3.System Features:-

1.       Admin:



a.      Registration/ Log-in (Admin can create another admin)

-Here admin should have one option that he can create another admin and allocate different rights to that person regarding website operations.

b.      Admin can define schemes for shopkeepers

-Admin can define schemes for shopkeepers so they can attract to more invest.

c. Admin should have his own email panel and address book to mail every one

-By using his own email panel admin can mail any one added to his address book on website.

            d. Admin can Add/Modify Terms and condition

-Admin can add terms and condition as well he can change them and delete them.

            e. Admin can view all feedback and Inquires.

-Admin can view all feedback and inquires and also can replay them at a time by email

            f. Admin can add contact details.

-In cases of opening a new mall and defining any new schemes admin can add or delete and modify the contact information.



2. Shopkeepers:

a.   User can apply only after log-in

-if user is not log-in he will not able to show all details on website.

b.   User can see all details of their shop

            -user is available to see details only after log-in

c.  User can see the due payment details of all shops.

            -user can see all due payment details of all their shops in different malls.

d. User can see advertisement policy of mall.

            -user can see all advertisement details of malls.

[HOW TO] Open a website using Command Prompt in Windows 8

If you ever wondered if we can open a website using command prompt then yes we can do it. There is a simple command in windows for that. You can open a website using command prompt by 'start' command and the website will be opened in your default web browser. The syntax for this command is "start www.knowcrazy.com"

Step 1: Press the windows button and go to start menu.


Step 2: Write cmd in start menu and select the first option of command prompt.


Step 3: Type start www.knowcrazy.com and hit enter.

Step 4: To open a website multiple time use for loop with it e.g. if you want to open it 100 times type
For  /L  %d  In  (1,1,100)  do start www.knowcrazy.com