GAD Microproject1
GAD Microproject1
GAD Microproject1
A
Project Report On
By
Under The Guidance Of
Prof. Shinde.B.B
CERTIFICATE
This is to that the project report entitled,
ACKNOWLEDGEMENT
We have taken efforts in this project. However, it would not have been possible without the
kind support and help of many individuals an organization. We would to kind to extend our
sincere thanks to all of them.
We are highly indebted to Prof.Shinde.B.B (Project guide) for his guidance and constant
supervision as well as for providing Necessary information regarding the project & also for his
support in the Project.
We would like to express our gratitude towards our parents & members of Information
Technology department for their kind co-operation and encouragement which help us in
completion of this micro project.
Our thanks and appreciations also go to our colleagues in developing the micro project and
people who have willingly helped us with their abilities.
INDEX
Sr.No. Contents
1 Rationale
4 Actual Methodology
5 Literature Review
7 Conclusion
8 Skill developed
Page|5
The major goals of online payment transactions are to reduce the costs and risks
of handling cash, increases the ease of conducting online transaction, and increase transparency
among monetary transaction among people.
BENEFITS: -
Form 1 Design:
Form 1 code:
Imports System.Windows
Imports System.Windows.Forms.DataFormats
End Sub
End Sub
Form 2 Design:
Form 2 Code:
Imports System.Windows
Form 3 Design:
Form 3 code:
Public Class Form3
Private Sub Form3_Load(sender As Object, e As EventArgs)
End Sub
Form 4 Design:
Form 4 Code:
Public Class Form4
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles
Button1.Click
Form7.Show()
Button1.BackColor = Color.Aqua
End Sub
P a g e | 10
Form 5 Design:
Form 5 Code:
Public Class Form5
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles
Button1.Click
If (TextBox1.Text > 50000) Then
MessageBox.Show("Insufficient Balance")
Else
Form6.Show()
End If
Button1.BackColor = Color.Aqua
End Sub
End Sub
Form 6 Design:
Form 6 Code:
Public Class Form6
Private Sub Label1_Click(sender As Object, e As EventArgs) Handles Label1.Click
End Sub
End Sub
End Class
P a g e | 13
Form 7 Design:
Form 7 Code:
Public Class Form7
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles
Button1.Click
Button1.BackColor = Color.Aqua
If (TextBox1.Text = "2100800793" And TextBox2.Text = "2104") Then
MessageBox.Show("Available Balance ₹50,000")
ElseIf (TextBox1.Text = "2100800793" And TextBox2.Text <> "2104") Then
MsgBox("Invalid UPI pin")
ElseIf (TextBox1.Text <> "2100800793" And TextBox2.Text = "2104") Then
MsgBox("Invalid Account No")
End If End Sub
End Class
P a g e | 14
1 Computer Windows 11 1 -
system Processor i3
7 CONCLUSION: -
It is therefore important to take into consideration the adoption of online payment in the
economy. The various challenges can be solved in further research is done and more measures
put in place to prevent loss of identify and online fraud among other challenges. The only system
is welcome tool that easier the payment process which was in the past tedious since it followed
the manual system. Online payment allows for cashless payments for good and services through
cards, mobiles phones, or the internet. The main advantages of online payment are cost and time
saving, increased sales, and reduced transaction costs.
→ Leadership
→ Active Listening Skill
→ Scheduling And Time management
→ Team Work