473,411 Members | 2,210 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,411 software developers and data experts.

School Monthly Fees Database

99 64KB
I have designed a database with tables:
*Students
StudentID (PK), SName, DOB, .....

*Classes
ClassID(PK), Grade, Section, Session,....

*ClassStudents
StudentID (FK), CID(FK), RollNo, .....

and other tables regarding the Exams and results etc.

I want Fee submission and fee vouchers for students from varoius classes and for Annual fees, Monthly Fees, Fines and other charges be managed by the database. The tables I need include some like:

*FeesDetails:
FeeID (pk), FeeType (Annual, MOnthly, Fine, ...), Amount

What other tables should I need? Thanking in anticipation!
Dec 9 '14 #1
1 3850
twinnyfo
3,653 Expert Mod 2GB
Your skeleton outline for the fees looks pretty good for a start.

I think you might have to figure out how to apply certain fees to certain students. For example, the Annual or monthly fees required of every student would apply to every student, and so you should have a way to charge the students for that fees automatically. However, a fine would only apply to certain students (and might vary in value), so these are things to think about when designing a fee table.

It may be wise to establish a true Fee Table (which would apply to all students) and would apply fees based on their status as students--I don't know if all students would be charged an annual and a monthly fee, but if a student was a full-time student who was charged an Annual fee, but no monthly fees, then you would build those rules into your DB.

Then, a second table for Fines, which might describe the infraction, with two additional fields for the lower and upper ranges of fines for such infractions.

Then, when a student received an invoice, it would list fees in one location and fines (if any) in another.

Maybe more for you to chew on than what you asked for, but these are things I would think about when building such a project.

Hope this hepps!
Dec 9 '14 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: teedilo | last post by:
We have an application with a SQL Server 2000 back end that is fairly database intensive -- lots of fairly frequent queries, inserts, updates -- the gamut. The application does not make use of...
1
by: Alison | last post by:
Four teacher's aides and I provide Basic Skills Instruction in Reading, Language and Math to over 100 K to 6 children in the BSI program. The BSI program is funded by government grants and as such...
1
by: Ruth | last post by:
Alison, You are going to find this a real coincidence! To begin with, I am Roberta Laird's husband. I think you know Roberta. We also are friends with Laura McConnell. Anyway, I am in business...
0
by: arcdolphin | last post by:
Hi, I am a new user to Access 2000 and I am looking at developing an High School Report Card Database for the school I work at, using Access 2000. Does anyone know of any databases written for...
5
by: mike | last post by:
Hello, I am working with a database that has the columns... place_id - place_class - place2_class Some instances of data are: 1 - 1001 - 1002 1 - 1001 - 1003 1 - 1001 - 1004 1 - 1010 -...
1
by: dd_bdlm | last post by:
I have made some alterations to my company's database so that variable rates are calculated on postcode area. This is currently been expanded from a query which featured 12 IIf statements to one...
2
by: mel waite | last post by:
I want to create a database using Microsoft access 2003 that is relatively straightforward; it is for a new club that I'm starting. It is quite as small club with only about 100 members maximum, I...
3
by: cameron | last post by:
Hi I am new here in this forum: I am writing a C++ program to calculate a Montly Mortgage Payment where the loan amount is 200,000.00 with a 5.75% interest rate with a term of 30 years. My program...
1
by: khoran2 | last post by:
A lot of schools have fees and have database programs that allow for nice reports, but a lot of kids fall through the cracks. I am looking for, and don't know how to make it myself, a template that...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.