Click here to Skip to main content
15,899,025 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi,

I want to develop an application with following requirement , Please help me to select technology needed to develop this software.
The requirements are
• Logging in 2 mode (Admin and Normal User), Admin should have permission to create new user and delete existing user.
• Billing (After billing item must be deleted from stock/database).
• Cancel Bill (Only admin should be permitted to cancel bill by entering bill number, And it should be reflected in stock/database ).
• Report Generation (Admin should have permission to view and print report of day/month/year/between two selected date).
• Logout (After logout information about session stored for admin access).

Thank You
ranjith
Posted

We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, you may find it is not as difficult as you think!
 
Share this answer
 
Comments
ranjith m amin 26-Jan-14 3:47am    
Thank you for concern. I dont want you to do my homework. I a freelancer working on a project. Looking for best and easy way to do this task done............
Well, it depends on so many factors. Do you want it to run in the web? On a mobile phone? Just on a desktop.. Etc. Then from there you know what direction to head.
 
Share this answer
 
Comments
ranjith m amin 10-Mar-14 10:21am    
Standalone application .. Used in desktop..
Wamuti 15-Mar-14 1:42am    
See this then: http://msdn.microsoft.com/en-gb/ff380143.aspx.

Also make use of "Googling". You will move faster that way. All the best.
One option will be to develop your project as web based using ASP.NET, take some time to walk through the following tutorial to see if this suits your need:
Walkthrough: Managing Web Site Users with Roles[^]
It covers the following tasks:
1. Creating an ASP.NET Web site project.
2. Creating folders and pages that have restricted access.
3. Configuring the Web site with membership and roles.
4. Adding users to the Web site.
5. Assigning users to roles.
6. Changing access rules
 
Share this answer
 
v2
I have not read all the things. But I bet that, it is possible in both the technologies that you have tagged in the question.
Start reading books, watch tutorials and do some hard work.

It's done.! ;) :O :)

-KR
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900