need some help

M

mcnewsxp

Requirement - Create a system where user will login. There will be two user
types 1 - normal user and 2-admin user

Normal user can only enter data.

Admin user has access to change data and print reports.

Host the application on the web so I can go to url and login and perform
these steps.

Step 1 - once user is logged in date is entered by the user and day is
populated automatically based on the date.
Step 2 - Then user will enter data for the particular date selected such as
user will enter food items received, and food items sold.
Step 3 - back end system will automatically calculate received - sold =
available and this available will be next days open food
Step 4 - user should be able to enter any date and change the information or
add new date and add information
Step 5 - user is able to get a report from the system for any date or dates
for the available food items and sold food items and received food items.
 
?

=?ISO-8859-1?Q?G=F6ran_Andersson?=

mcnewsxp said:
Requirement - Create a system where user will login. There will be two user
types 1 - normal user and 2-admin user

Normal user can only enter data.

Admin user has access to change data and print reports.

Host the application on the web so I can go to url and login and perform
these steps.

Step 1 - once user is logged in date is entered by the user and day is
populated automatically based on the date.
Step 2 - Then user will enter data for the particular date selected such as
user will enter food items received, and food items sold.
Step 3 - back end system will automatically calculate received - sold =
available and this available will be next days open food
Step 4 - user should be able to enter any date and change the information or
add new date and add information
Step 5 - user is able to get a report from the system for any date or dates
for the available food items and sold food items and received food items.

And? Do you have any problem with this? Anything specific?
 
M

mcnewsxp

mcnewsxp said:
And? Do you have any problem with this? Anything specific?

i am new to asp.net and could use a jump start.
if anyone has something simple like this to share i would appreciate it.
 
M

mcnewsxp

no really
this is kind of a hello world situation for me.
people write apps every day.
any good coder can sus out the guts in just a few hours.
so i'm asking if anyone in this vb.net group has written a simple asp.net
app the takes logon and provides access to data and rites to data that they
are willing to share.
i do not want to bother anyone.
if you have a hello world mentallity please offer your free jump start to an
old timer programmer else have a nice browse.
 
?

=?ISO-8859-1?Q?G=F6ran_Andersson?=

mcnewsxp said:
no really
this is kind of a hello world situation for me.
people write apps every day.
any good coder can sus out the guts in just a few hours.
so i'm asking if anyone in this vb.net group has written a simple asp.net
app the takes logon and provides access to data and rites to data that they
are willing to share.
i do not want to bother anyone.
if you have a hello world mentallity please offer your free jump start to an
old timer programmer else have a nice browse.

It looks so very much like a homework assignment, so you will probably
have a very hard time to get someone else to write it for you.

If you start coding and return with any specific problems that you have,
you have a much greater probability of getting responses.
 
M

Michael Courter

it's not homework or a gig.
just a typical scenario that i have written before using other tools. i
wouldn't expect anyone to write it for me. was hoping someone had something
similar.
logon
restrictions
add/edit data
retreive data
get reports
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top