Skip to content

Commit 855af8e

Browse files
I messed up with my work :) working again
1 parent 224fd32 commit 855af8e

File tree

11 files changed

+45
-761
lines changed

11 files changed

+45
-761
lines changed

NUB Admission Costing Calculator/Makefile

Lines changed: 0 additions & 15 deletions
This file was deleted.

NUB Admission Costing Calculator/README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ The NUB Admission Costing Calculator includes the following features:
2525
- **Cost Breakdown**: Provides a detailed breakdown of total costs.
2626
- **Duration and Credit Hours**: Informs candidates about the total duration of the program, the number of semesters, and total credit hours.
2727
- **Special Provision for Diploma Holders**: Provides a separate interface for diploma holders to calculate their admission costs.
28+
- **Credit Transferring Option**: Provides an option for credit transfer, allowing candidates to input their transferred credits.
29+
- **About Section**: Includes information about the software, such as software name, version, developer's name, description, and project GitHub repo.
2830

2931
## Used Frameworks and GUI
3032
The project utilizes the following frameworks and GUI tools:
@@ -39,23 +41,32 @@ The project utilizes the following frameworks and GUI tools:
3941
![Default Interface](photos/default_interface.png)
4042

4143

42-
### Menu Options
44+
### Available Options
4345
*This screenshot shows the options under the Menu bar.*
4446

4547
![Menu Options](photos/menu_options.png)
4648

49+
*This screenshot shows the About option.*
50+
51+
![About Options](photos/about_option.png)
4752

4853
### Undergraduate Option Interface
49-
*This screenshot shows the interface for the Undergraduate option.*
54+
*This screenshot shows the interface for the Undergraduate option. , accessible from Menu -> Undergraduate.*
5055

5156
![Undergraduate Option](photos/Undergraduate_option.png)
5257

58+
*This screenshot shows the option in the Undergraduate interface for credit transferring admission candidates, , accessible from Menu -> Undergraduate -> Credit transferring here? -> Yes.*
59+
60+
![Undergraduate Option for credit transfer](photos/Undergraduate_option(for_credit_transfer).png)
5361

5462
### Interface for Diploma Holders
55-
*This screenshot shows the interface for the diploma holders option.*
63+
*This screenshot shows the interface for the diploma holders option, , accessible from Menu -> Undergraduate (for Diploma Holders).*
5664

5765
![Undergraduate (for Diploma Holders) Option](photos/Undergraduate(for_DH)_option.png)
5866

67+
*This screenshot shows the option in the diploma holders interface for credit transferring admission candidates, accessible from Menu -> Undergraduate (for Diploma Holders) -> Credit transferring here? -> Yes.*
68+
69+
![Undergraduate Option for credit transfer](photos/Undergraduate(for_DH)_option(for_credit_transfer).png)
5970

6071
## User Manual
6172
### Installation

NUB Admission Costing Calculator/formats/D_format.txt

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,25 @@ Congratulations!!
33

44
Dear admission candidate,
55

6-
Based on your Dipoloma result.
6+
Based on your Diploma result.
77

88
Total cost is "TC" TK(Full fee)
99
(no hidden charge applied)
10+
______________________________________
11+
Basic info
12+
Program Duration : ± "year" years
13+
Number of Semesters : ± "semester"
14+
Total Credit : "credit"
1015

11-
Duration: "year" years
12-
Semester: "semester"
13-
Total Credit: "credit"
14-
16+
Fees breakdown
17+
Per Credit Fee : "CF" TK
18+
Semester Fee : "SF" TK
19+
Admission Fee : "AF" TK
20+
One Time Fee : "OTF" TK
21+
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
1522
Your waiver will be maintained if you can score at least 3.00 cgpa in every semester.
1623
If you score less then 3.00 in a semester then you have to pay full for the next semester.
24+
25+
N.B. -
26+
1. Students with a diploma CGPA of 3.00 or higher will be offered main courses only.
27+
2. We perform approximately calculations for credit-transferring students.

NUB Admission Costing Calculator/formats/format.txt

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,21 @@ You got "waiver"% waiver based on your SSC and HSC result.
77

88
Total cost is "TC" TK(Full fee)
99
(no hidden charge applied)
10+
______________________________________
11+
Basic info
12+
Program Duration : "year" years
13+
Number of Semesters : "semester"
14+
Total Credit : "credit"
1015

11-
Duration: "year" years
12-
Semester: "semester"
13-
Total Credit: "credit"
14-
16+
Fees breakdown
17+
Per Credit Fee : "CF" TK
18+
Semester Fee : "SF" TK
19+
Admission Fee : "AF" TK
20+
One Time Fee : "OTF" TK
21+
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
1522
Your waiver will be maintained if you can score at least 3.00 cgpa in every semester.
1623
If you score less then 3.00 in a semester then you have to pay full for the next semester.
24+
25+
N.B. -
26+
1. There are no waiver policies for the LLB and Pharmacy Departments.
27+
2. Basic info for credit-transferring students is approximately calculated.

0 commit comments

Comments
 (0)