Fees Management System Full Project In java In HINDI || Unique Developer

Published: 01 January 1970
on channel: Unique Developer
50,605
1k

you can download the source code :
https://drive.google.com/file/d/1QtuH...

But after importing the project you might get many errors so would suggest you watch the steps shown in the video and create the application on your own. It will boost your confidence and you are going to learn a lot in this video ..All THE BEST
In this entire process If you are getting errors then message me on my Instagram :   / unique_developer  

How to add JDateChooser:    • How to add JCalender , JDateChooser ,...  

Download Icons from Below Link :
https://drive.google.com/open?id=1EAN...

Download NumberToWordConverter.java file
https://drive.google.com/file/d/1JmnY...

course table query for derby database
==========================================

CREATE TABLE course (
Id INT NOT NULL GENERATED ALWAYS AS IDENTITY,
CNAME VARCHAR(255) NOT NULL,
COST VARCHAR(255)NOT NULL,
PRIMARY KEY (Id)
);

derby query to create fees_details table
========================================

CREATE TABLE fees_details (
reciept_no INT ,
student_name VARCHAR(255),
roll_no VARCHAR(255),
payment_mode VARCHAR(255),
cheque_no VARCHAR(255),
bank_name VARCHAR(255),
dd_no VARCHAR(255),
course_name VARCHAR(255),
gstin VARCHAR(255),
total_amount FLOAT,
date DATE,
amount FLOAT,
cgst FLOAT,
sgst FLOAT,
total_in_words VARCHAR(255),
remark VARCHAR(255),
year1 INT,
year2 INT,
PRIMARY KEY (reciept_no)
);

Code to print a panel in java(apply this on the print button)
===============================================
https://drive.google.com/file/d/16I5-...

course table query for derby database
==========================================

CREATE TABLE course (
Id INT NOT NULL GENERATED ALWAYS AS IDENTITY,
CNAME VARCHAR(255) NOT NULL,
COST VARCHAR(255)NOT NULL,
PRIMARY KEY (Id)
);

printing code
======================================================
SimpleDateFormat Date_Format = new SimpleDateFormat("YYYY-MM-dd");
String datefrom= Date_Format.format(dateChooser_from.getDate());
String dateto= Date_Format.format(dateChooser_to.getDate());

MessageFormat header=new MessageFormat("Report From "+datefrom+" To " +dateto);
MessageFormat footer=new MessageFormat("page{0,number,integer}");
try {
tbl_feesDetails.print(JTable.PrintMode.FIT_WIDTH, header, footer);

} catch (Exception e) {
e.getMessage();
}


Download Apache Poi library jar files from the below link :
https://drive.google.com/file/d/1KIGn...


If you are getting the JavaDB 'start service' option disable in the services then watch this video
   • How to install the Java DB(Derby) dat...  

Library Management System complete project step by step :
   • JAVA-Library management System Comple...  

you can watch part wise also :

part 1:   • Part-2 Fees Management System  | How ...  
Part 2 :    • Part-2 Fees Management System  | How ...  
part 3:    • Part-3 Fees Management System  | How ...  
part 4:    • Part-4 Fees Management System |  How ...  
Part 5:    • Part-5 Fees Management System |  Logi...  
Part 6:    • Part-6 JAVA-Fees Management System | ...  
part 7:    • Part-7 JAVA-Fees Management System | ...  
part 8:    • Part-8 JAVA-Fees Management System |D...  
part 9:   • Part-9 JAVA-Fees Management System |D...  
part 10:    • Part-10 JAVA-Fees Management System |...  
part 11:    • Part-11 JAVA-Fees Management System |...  
part 12:    • Part-12 JAVA-Fees Management System |...  
part 13:    • Part-14 JAVA-Fees Management System |...  
part 14:    • Part-14 JAVA-Fees Management System |...  
part 15 :    • Part-15 JAVA-Fees Management System |...  
part 16 :    • Part-16 JAVA-Fees Management System |...  
part 17 :    • Part-17 JAVA-Fees Management System |...  

the "fees management system" is a desktop application written in java
this is the intro video of the project
Subscribe the channel for further videos
Thanks for watching
Keep Coding.


Fees Management System complete project
Java Swing Modern UI
Learn how to design a modern java UI design from scratch using Netbeans
Subscribe the channel for videos


Watch video Fees Management System Full Project In java In HINDI || Unique Developer online without registration, duration hours minute second in high quality. This video was added by user Unique Developer 01 January 1970, don't forget to share it with your friends and acquaintances, it has been viewed on our site 50,605 once and liked it 1 thousand people.