Hazır MVC Asp.Net Proje Elinde Olan?
-
Selamlar,
Tanıdığım bir bilg. müh. için yardım amaçlı olarak aşağıdaki konulardan biri MVC olarak yönetici panelli olarak elinde hazır olan varsa paylaşabilir mi?
---
1. Write a credit card management program with following options Your program should keep track of the following information for a credit card. Your program should be able to store transactions and balance for more then one customer.
Admin
· Create Credit Card customer – card number must be unique
· Add Transaction: program should add a transaction for a customer for a month with credit card number. If a customer goes over a limit for a month, input will be declined i.e 1234 5678 9101 2345, March 2010, 100 TL
· Cancel a transaction
· Accept a payment : for a month for a customer i.e 1234 5678 9101 2345, March 2010, 100 TL
· Ask for transactions: for a customer for a month 1234 5678 9101 2345, March 2010
Customer
· Ask for a balance : for a month for a customer i.e 1234 5678 9101 2345, March 2010 will display 0 TL . for a customer i.e 1234 5678 9101 2345, it will display the outstanding balance
· Make a payment
2. Design a system that sells books, dvds and music cds.
Admin menu
· Add item– add an item with item barcode number, name, quantity, price and other attributes unique to item (i.e author for book, director for a dvd movie and artist for a music cd
· Add category
· Update – update an item’s price/quantity by item barcode number
· Delete – delete an item
· Search – search an item with any of attributes
· Search user – search a user’s transactions by user’s email.
User Menu
· Search - search an item with any of attributes
· Buy – buy the item only if item is available. Save this as a transaction with a date for this customer and deduct the amount from the inventory
· Favorite items(s)
3. Design a sports guessing game. Users will be able to guess the result of a game between two opponents for football and basketball games.There will be two menus (***)
Admin
· Load: This will be able to load a file of games to your system
· Add Game: Add a football /basketball game with a Home and an Away team game. Add points for guessers of 1, X and 2 for football game and 1 and 2 for basketball games
· Delete : Delete an already entered game
· Add Result: This will allow you to add the result for any game
· Show result: This will show all result based on all guessed by user User
· Guess: User can guess minimum 3 games that are defined by admins. Each guess will be saved separately
· Previous results: Show user the previous points he/she made from guesses
4. Design a phone billing system. Implement a menu with following functionality:
Admin
· Add Customer
· Manage Subscription: A customer can have more than one subscription between certain dates
· Manage Rates: For phone calls, SMS and Internet Data usage
· Import Usage: System should be able to import usage for a customer
· Bill: program should give the total bill for any given phoneno, year, month. 18% tax should be added to total amount
Customer
· Manage and Pay Bills. Customer should be able to analyze bills
· Manage Customer Profile
5. Develop a POS system
· A POS system is a computerized application used (in part) to record sales and handle payments; it is typically used in a retail store.
· It includes hardware components such as a computer and bar code scanner, and software to run the system. It interfaces to various service applications, such as a third-party tax calculator and inventory control. These systems must be relatively fault-tolerant; that is, even if remote services are temporarily unavailable (such as the inventory system), they must still be capable of capturing sales and handling at least cash payments (so that the business is not crippled).
· A POS system increasingly must support multiple and varied client-side terminals and interfaces. These include a thin-client Web browser terminal, a regular personal computer with something like a Java Swing graphical user interface, touch screen input, wireless PDAs, and so forth.
· Furthermore, we are creating a commercial POS system that we will sell to different clients with disparate needs in terms of business rule processing. Each client will desire a unique set of logic to execute at certain predictable points in scenarios of using the system, such as when a
new sale is initiated or when a new line item is added.
Therefore, we will need a mechanism to provide this flexibility and customization.
- Admins will manage product catalogues and product details like description, prices
- Each store will have one or more registers which are run by one cashier
- All sales in stores will store sale time as long items sold in sale. For credit card payments, need to store bank info and authorization code, time
- All sale transactions will be tracked by a ledger for accounting purposes
6. Develop an airline reservation system with following features
Admin
- Define Airports
- Define airlines
- Define flights – this will include defining date, time, airports, plane and seats of a flight
- Report on
o Number of people flying by date, airline, airport o Flight vacancy report
Customer
- Search flights by date, city and number of people
- Buy tickets. Cancel tickets
- Reserve tickets
7. Develop an meal ordering system with following features
Admin
· Define meals and prices
· Define ingredients for each meal
· Manage inventory for ingredients
· Create promotions
· Query sale transactions by date and meals
Customer
· Order a meal
· Manage order history
8. Develop a TFF (Turkish Football Federation) league management system. TFF manages several leagues in Turkey
- Manage League and teams, standings.
- Manage Players and assign them to teams
- Manage matches and scores
- Manage Player statistics
- Manage Player penalties
9. Develop a simple hotel management system
Admin
· Create rooms. Define rooms as single, double with m2 , smoking,non-smoking o Price rooms. Rooms can be priced differently on different dates
· Create invoice
· Query past stays of a customer
Customer
· Book Rooms for certain dates for number of people
· Make expenses during the stay like meal, beverage
---
Saygılar
PLaXToR tarafından 16/May/16 20:10 tarihinde düzenlenmiştir -
Detaylara bakarsak çok değil birkaç bin liraya halledilebilir gibi geliyor. Bütçe nedir?
-
Bunların her biri ayrı proje, o kadar detaylı değiller. Her projenin altında yazıyor. Para ile yapılacak olsa ben yapardım zaten hazır olan var mı diye sordum. Ticari kullanılacak projeler değiller. Burayı r10 ile karıştırdın sanırım?
PLaXToR tarafından 16/May/16 20:12 tarihinde düzenlenmiştir
