Wrox Programmer Forums
|
VB.NET 2002/2003 Basics For coders who are new to Visual Basic, working in .NET versions 2002 or 2003 (1.0 and 1.1).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB.NET 2002/2003 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 18th, 2006, 04:26 PM
Authorized User
 
Join Date: Jan 2006
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Default I Need a Tutor $$$

I Need a Tutor $$$

I am trying to learn vb.net and could use a turor for
some problems I am having on a small project that I need help with:


 The project is extremely small.

I do not have a lot of money but can pay xxx amount an hour or a estimated
total for the project below


Here is the scope of work:

I have:
      Sql Server

      Visual Studio 2003

      DataBase named "DUDE"

     8 windows xpPro workstations in 4 locations

      Three tables already created with the following fields:

          Table: Customers

               fields:
                   custID: primary key
                   lastName: varchar
                   firstName: varchar
                   phone: number

          Table: Reports

               fields:
                  ReportID: primary key
                  custID: (primary key of Customers)
                  reportFrequencyinYears: int
                  reportName: varchar
                  reportDueDate: Date

          Table: LoanInfo
               fields:
                  loanID: Primary key
                  loanAmount: number
                  loanMaturityDate: Date

          Table: Employee
               field: empID
                      lName
                      fName
                      emailAddress




create a front end web page.

Employee ability to log unto web page

Main Menu with button to link to Reports web page

Reports page will have all the table fields except the keys

Employee editable/update/delete/save fields: phone
                                         reportFrequencyinYears
                                         reportDueDate
                                         loanMaturityDate

additional logic:
       system tarcks loanMaturityDate, reportDueDate
       send email to Employee when 30 days from loanMaturityDate
       send email to Employee when 90 days from reportDueDate
       Print report showing all the fields above except the keys

Here is a basic use case:
 Customer has borrowed money for a business

 The loan has a maturity date of Feb.12,2006

 Employee needs to know when maturity date is 30 daysfrom expire
 system will send an email notification to the Employee
notifying about the maturity date

Employee needs to know when reportDueDate is 90 days from expire
 system will send an email notification to the Employee
notifying about the maturity date

Create word document stating LoanMaturity date due
    Autopopulate customer last name and loanMaturityDate into the word document

Create word document stating reportDueDate
    Autopopulate customer last name and reportDueDate into the word document






Similar Threads
Thread Thread Starter Forum Replies Last Post
Tutor needed for VB 2005 application edx VB How-To 9 May 13th, 2007 04:26 PM
Tutor-led ASP.NET courses kefi2927 BOOK: ASP.NET Website Programming Problem-Design-Solution 4 January 15th, 2005 11:44 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.