Results 1 to 3 of 3

Thread: Relational Database Design

  1. #1
    Full Member
    Join Date
    Feb 2013
    Location
    Gauteng
    Posts
    29
    Thanks
    9
    Thanked 0 Times in 0 Posts

    Relational Database Design

    Good Morning

    I am putting together a plan for a database which can be used to keep track of our client's rates, supplier cost and profit. I am however struggling with which tables would be best suited ?

    So far I have the following which does not seem to be correct - and I cannot get my head around a better solution:

    tblClients - would contain basic client information
    tblInventory - would be the various services we offer
    tblPriceList - (lookup inventory code from "tblInventory" ) and also contain the customer's rate.


    tblSuppliers - basic supplier information
    tblSupplierRates - (lookup inventory code from "tblInventory") and also contain the supplier's rate for that particular service

    Reports:
    Profit Report - reflects the list of clients - along with the client rate from tblPriceList - and compares it with the supplier rate from tblSupplierRates

    - the problem is that more than 1 supplier can have a rate for each different inventory item

    Any advice or guidance will be appreciated

    Thank you

  2. #2
    Site Caretaker Dave A's Avatar
    Join Date
    May 2006
    Location
    Durban, South Africa
    Posts
    22,687
    Thanks
    3,314
    Thanked 2,682 Times in 2,262 Posts
    Blog Entries
    12
    Quote Originally Posted by ultramel123 View Post
    Reports:
    Profit Report - reflects the list of clients - along with the client rate from tblPriceList - and compares it with the supplier rate from tblSupplierRates

    - the problem is that more than 1 supplier can have a rate for each different inventory item
    And rates can vary not just against suppliers, but also over time. I suggest introduce a date field for each of those rates.

    Are you using this for estimating purposes or for tracking actual costs against actual projects?

  3. #3
    Full Member
    Join Date
    Feb 2013
    Location
    Gauteng
    Posts
    29
    Thanks
    9
    Thanked 0 Times in 0 Posts
    Thank you. I will use a date for the rates to be valid from - and until ( for example 1 year and then they can be reviewed)
    it is to be used for tracking actual costs against actual projects ...

Similar Threads

  1. [Question] issue in pastel database
    By Danyal in forum Accounting Forum
    Replies: 0
    Last Post: 12-Apr-15, 07:55 AM
  2. [Question] Commercialise a database
    By Houses4Rent in forum Business Online Forum
    Replies: 8
    Last Post: 12-Aug-14, 10:08 AM
  3. [Question] Gov Supplier Database
    By AliceSham in forum General Business Forum
    Replies: 5
    Last Post: 15-May-13, 03:06 PM
  4. Database problem
    By Scaffold in forum General Business Forum
    Replies: 6
    Last Post: 23-Nov-11, 08:55 AM

Tags for this Thread

Did you like this article? Share it with your favourite social network.

Did you like this article? Share it with your favourite social network.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •