Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8795989
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T23:31:00+00:00 2026-06-13T23:31:00+00:00

I am currently trying to design a membership type database design that can keep

  • 0

I am currently trying to design a membership type database design that can keep track of monthly payments. I have a couple tables one for keeping track of MEMBERS another to keep track of PLANTYPES(ex. individualmembership plus cost $25.00) or employeemembership plus cost $15.00) which includes a Cost field.

I also have a DUES table where I am trying to keep track of Membership Fees depending on the plan type that is assigned to each member. So the question I have is, so far I have the following fields

DUAAMT, PAID(YES OR NO), DESC(COMMENTS),MEMID(LINKED FIELD TO MEMBERS TABLE),
PID(LINKED FIELD TO THE PLANTYPES TABLE)

I am having trouble figuring out the proper way to keep track of how much the member owes for that month, also what if they paid extra how would I keep track of that?

My idea was to have a Credit a field where any extra money paid would sit in this field and once the month is due I would check if the member had any existing credit first if not they would owe the full amount due that month.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T23:31:01+00:00Added an answer on June 13, 2026 at 11:31 pm

    The dues are monthly?

    You need to define a Transaction table.

    The Dues table would define the dues amount and things like the amount and due date.

    Every day (or week or month), you run a process that appends a transaction to the Transaction table. This adjusts the balance by the dues amount.

    When the member pays his dues, an opposite transaction is applied to the Transaction table, and the balance goes to 0. If the member overpays, the overpayment simply results in a positive balance.

    You can create views that show member balances, members with due payments, and overdue members just by getting the latest transaction for each member and filtering by balance and by date.

    You have 1 dues per member per plan.
    You have 1 transaction for every time a member is charged or makes a payment, so typically 2 transactions per month.

    So you would have:

    Dues: MemberID, PlanID, DueDate

    Transaction: MemberID, TransactionID, Amount, Date, Type (Dues, Payment, Purchase), RunningBalance

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I have this template design that is currently absolutely positioned, but I'm trying
I'm currently trying to design the database for a simple social site. I'm using
I am currently trying to design a simple app that streams an internet radio
i'm currently (trying) to program a little game. And i have a small design/deadlock
I currently have an Entity Framework model that collects data from a legacy database
Maybe I have a bad design but I am currently trying to get an
I am currently trying to design an application that loads viewmodels through MEF imports.
I am currently trying to run a query that will show all tables that
Currently trying at add ajax to a site, after much reading I discovered that
Im currently trying to downlaod a audio track from a WCF, i need some

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.