-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
147 lines (108 loc) · 6.23 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans|Josefin+Slab|News+Cycle" rel="stylesheet">
<link rel="stylesheet" href="/yatrasoft/assets/css/style.css?v=33b31e473297e62eb4f544521c7e35775242fc10" media="screen" type="text/css">
<link rel="stylesheet" href="/yatrasoft/assets/css/print.css" media="print" type="text/css">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Begin Jekyll SEO tag v2.3.0 -->
<title>yatrasoft | JavaFX Application Client Management System - Java-JavaFX (JDK-8). This GUI has features namely registration, updation, deletion of the client along with a feature to migrate data to excel using Apache POI.</title>
<meta property="og:title" content="yatrasoft" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="JavaFX Application Client Management System - Java-JavaFX (JDK-8). This GUI has features namely registration, updation, deletion of the client along with a feature to migrate data to excel using Apache POI." />
<meta property="og:description" content="JavaFX Application Client Management System - Java-JavaFX (JDK-8). This GUI has features namely registration, updation, deletion of the client along with a feature to migrate data to excel using Apache POI." />
<link rel="canonical" href="https://newtein.github.io/yatrasoft/" />
<meta property="og:url" content="https://newtein.github.io/yatrasoft/" />
<meta property="og:site_name" content="yatrasoft" />
<script type="application/ld+json">
{"name":"yatrasoft","description":"JavaFX Application Client Management System - Java-JavaFX (JDK-8). This GUI has features namely registration, updation, deletion of the client along with a feature to migrate data to excel using Apache POI.","author":null,"@type":"WebSite","url":"https://newtein.github.io/yatrasoft/","image":null,"publisher":null,"headline":"yatrasoft","dateModified":null,"datePublished":null,"sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<style>
html, body {
max-width: 100%;
margin: 0;
background: #fdf9f2 !important;
font-weight: 400;
font-family: Josefin Sans,sans-serif,arial,serif !important;
color:#000000 !important;
}
p{
font-weight:400 !important;
color:#000000 !important;
margin-top:2px;
}
h2 {
width: 100%;
border-bottom: 2px solid #ed5565;
line-height: 1.5em;
margin: 5px 0px 10px 0px;
}
h3 {
width: 100%;
border-bottom: 2px solid #ed5565;
line-height: 1em;
margin: 5px 0px 10px 0px;
}
</style>
</head>
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script>
$(function(){
$("#includedContentDiv").load("https://raw.githubusercontent.com/newtein/no_escape_search/master/tempfile.html");
});
</script>
<body>
<header style="background-image:None;background-color:#ed5565;">
<div class="inner">
<a href="https://newtein.github.io/yatrasoft/">
<h1 style="color:#ffffff;"> Client Management System </h1>
</a>
<h2 style="color:#ffffff;"> Java-JavaFX (JDK-8) Application </h2>
<a href="https://github.com/newtein/yatrasoft" class="button"><small>View project on</small> GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h1 id="yatrasoft">yatrasoft</h1>
<h2 id="client-management-system----java-javafx-jdk-8">Development</h2>
<p>This Java-based GUI has features namely registration, updation, deletion of the client along with a feature to migrate data to excel using Apache POI.</p>
<h1 id="desktop-module-for-application">Desktop Module for Application</h1>
<p><img src="https://raw.githubusercontent.com/newtein/yatrasoft/master/UI_image/1.%20Welcome_Page.JPG" alt="alt text" /></p>
<h1 id="edit-client">Edit Client</h1>
<p><img src="https://raw.githubusercontent.com/newtein/yatrasoft/master/UI_image/2.%20editclient1.JPG" alt="alt text" />
<img src="https://raw.githubusercontent.com/newtein/yatrasoft/master/UI_image/3.%20editclient2.JPG" alt="alt text" /></p>
<h1 id="client-balancesheet">Client Balancesheet</h1>
<p><img src="https://raw.githubusercontent.com/newtein/yatrasoft/master/UI_image/4.%20client_balancesheet.JPG" alt="alt text" /></p>
<h1 id="adding-a-client">Adding a client</h1>
<p><img src="https://raw.githubusercontent.com/newtein/yatrasoft/master/UI_image/5.%20adding_a_client.JPG" alt="alt text" /></p>
<h1 id="adding-trains-and-accommodation-of-clients">Adding trains and accommodation of clients</h1>
<p><img src="https://raw.githubusercontent.com/newtein/yatrasoft/master/UI_image/6.%20adding_trains___accommodation.JPG" alt="alt text" /></p>
<h1 id="generating-excel-sheets">Generating Excel Sheets</h1>
<p><img src="https://raw.githubusercontent.com/newtein/yatrasoft/master/UI_image/7.%20generating_excel_sheets.JPG" alt="alt text" /></p>
</section>
<aside id="sidebar">
<a href="#otherProjects"><h2 class="headB"> Other Projects </h2> </a>
<h2> Internship-Project </h2>
<p> Dec, 2016 - Jan, 2017 </p>
<h2> Domain </h2>
<p> Java Application <p>
<h2 id="technologies-used">Tools/Technologies Used</h2>
<p>Java-JavaFX, MySQL, JDBC, Apache POI.</p>
<div id="includedContentDiv"></div>
<p class="repo-owner"><a href="https://github.com/newtein/yatrasoft">yatrasoft</a> is maintained by <a href="https://github.com/newtein"> Harshit Gujral (newtein)</a>.</p>
<script src="https://use.fontawesome.com/8b09d5ebcd.js"></script>
<p> Made with <font color="#ed5565"> <i class="fa fa-heart" aria-hidden="true"></i> </font> by harshit</p>
</aside>
</div>
</div>
</body>
</html>