You are on page 1of 4

Title: Implementation of Payment Mode in Society and accounting (payment gateway integration, income &

Management System. expense tracking, etc.).In this system, the bills, receipts, and
vouchers are created in an easy manner also the system is
Author: user-friendly.
1.Prof.Shriganesh Shridhar Mane ( Asst.Prof. Of Computer 2. RELATED WORK
Engineering Department DPCOE KHARADI PUNE)
The housing society system[1] which is created using the
2.Prof.Baghyashree Patil (Lectuere Of Computer Engineering cloud. The system generates monthly maintenance, online bill
Department Bhivrabai Sawant Polytechnic Wagholi Pune) payment system and the member can view their bill status on
their account. The system is implemented and SMOnline on
3.Mr. Prasad Bharat Ghaywat (Student of Computer
the local server. SMOnline is based on a website server. This
Engineering of Bhivrabai Sawant Polytechnic College
type is based on a website and requires an internet
Wagholi Pune)
connection. The smart way of communication in society
4.Miss. Zeba Afzal Karpude(student of Computer through an android application SocieTales [2] i.e Tales in
Engineering department of Bhivrabai Sawant Polytechnic Society is done. This application gives an automated man to
Wagholi Pune) man communication. An android application for housing
society management and hardware implementation of visitors
parking using sensors is explained in [3]. Image recognition
ABSTRACT: system for managing the perils of the society is given. The
This paper discusses about the study of implementation of system is integrated with RFID technology which manages
Android Application for housing society management. Daily and tracks the visitors that enter the society. The Emergency
life in city areas has important things to deal with housing Management System (EMS), which enables smartphone-
society management Daily life in city areas has important based ad-hoc communications at disaster times over Wi-Fi is
things to deal with housing society management. Our day to implemented. The Sever is implemented as a Web-Based
day needs such as Water supply, Electricity, Security and PHPApplication and tested the System using several real
many more things which directly or indirectly plays the vital Android Phones with GPS on phone, clients communicating
role in residential life, comes under Housing Society over Wi-Fi.
Management. In most of the cases, Society management 3. EXISTING SYSTEM
practices a traditional way of communication. This certainly
has some limitations to overcome the problems occurring due In the existing housing society management system, a
to this time lagging manual system, an automated system traditional way of communication is used which include a
needs to be developed to reduce the human efforts. common notice board system operated by responsible society
Management practices a traditional way of communication. member. The data is stored in the files and the processing of
This certainly has some limitations and disadvantages. Daily the data is done manually and the report generation is slow.
notices, monthly meetings, cultural events, miscellaneous In notice board system one has to take whole responsibility to
contacts for daily needs, security alerts, high priority operate and maintain the notice board. It creates
communication and many others which may not be conveyed dependability with the specific person. Sometimes the person
properly in current scenario as most of the things are getting has to compromise with his own time schedule for these
handled manually. It lacks transparency. To overcome the common activities. It is observed that complaints by society
problems occurring due to this time lagging manual system, members are neglected by higher management because one
an automated system needs to be developed has to take constant follow up until the issue gets solved.

Key Words: Society Management, Flat owner, QR code, 4. PROPOSED SYSTEM


Online Payment, Society Maintenance Amount.
To overcome the drawbacks of the existing system, Here we
1. INTRODUCTION provide a smarter and efficient way to handle the critical
issues by reducing efforts and advancements in a reliable
In society all jobs are decided in meetings and maintenance communication. Different functions in the society like
bills, contact no of members are noted in the papers. There is Complaints, Meetings, Notices, Suggestions, Rules,
no automated system for doing all the things that generally Miscellaneous Contacts will available within a single sight so
happen in society so that members can come to know what is that user can observe it and make use of it whenever is
happening in society. This system of maintaining a society is necessary.We propose an application which will be useful for
made in such a way so that the most common problem faced all the society members to get constantly update with society
by residential societies are solved. This system is a cloud- related information. This System allows to log in for
based system to manage the day - to - day activities of any
cooperative housing society. They need the coordination staff/security/ at owner with unique QR code containing their
between the respective management societies coupled with name, password, address, phone number. Society members
the vendors which provide these services so that the can know the society maintenance amount and get SMS
appropriate convenience can be provided. The main notification for the same. Once payment is made, history of
functionality of this project is that there are an online billing all last payments is stored in the database. It will be the very
much reliable way of communication. Any at member can $checkSum =
ask for plumber, carpenter, electrician, and society will getChecksumFromArray($paramList,PAYTM_MERCHANT_KEY
arrange them for the flat members. Each technician is ); ?> <html> <head> <title>Merchant Check Out Page</title>
assigned an id card with QR code details. The flat owners can </head> <body> <center><h1>Please do not refresh this
report coming guests so that they do not have put the entry in page...</h1></center> <form method="post" action="<?php echo
society register. By using this application member or PAYTM_TXN_URL ?>" name="f1"><table
Secretary can view CCTV footage, security and staff border="1"><tbody><?php foreach($paramList as $name =>
attendance can also be checked. The payment of monthly $value) {echo '<input type="hidden" name="' . $name .'" value="' .
bills done online. This application provides an easy solution $value . '">';}?><input type="hidden" name="CHECKSUMHASH"
value="<?php echo $checkSum ?>"></tbody></table>
for management and maintains the daily functions within
society in more disciplined and easy way. It is the smarter <script type="text/javascript">document.f1.submit();</script>
efficient way of communication between society residents
and higher authorities. Fig 1: System Architecture </form> </body> </html>

B) ONLINE PAYMENT MODE:


5.IMPLEMENTATION CODE:
<body> <div class="limiter">
A) CREATE BAR CODE IMPLEMENTATION
<div class="container-table100">
<?php
<div class="wrap-table100">
header("Pragma: no-cache");
<div class="table100">
header("Cache-Control: no-cache");
<formmethod="post"action="Paytm_Web_Sample_Kit
header("Expires: 0");
_PHP-master/PaytmKit/pgRedirect.php"> <table> <thead>
// following files need to be included
<tr class="table100-head">
require_once("./lib/config_paytm.php");
<th class="column1">S.no</th>
require_once("./lib/encdec_paytm.php");
<th class="column2">Label</th>
$checkSum = "";
<th class="column3">Value</th> </tr> </thead>
$paramList = array();
<tbody><tr><td>1</td>
$ORDER_ID = $_POST["ORDER_ID"]; <td><label>ORDER_ID::*</label></td><td><input
id="ORDER_ID" tabindex="1" maxlength="20" size="20"
$CUST_ID = $_POST["CUST_ID"]; name="ORDER_ID" autocomplete="off" value="<?php echo
"ORDS" . rand(10000,99999999)?>">
//$INDUSTRY_TYPE_ID = $_POST["INDUSTRY_TYPE_ID"];
</td> </tr> <tr> <td>2</td>
//$CHANNEL_ID = $_POST["CHANNEL_ID"];
<td><label>CUST_NAME ::*</label></td>
$TXN_AMOUNT = $_POST["amount"];
<td><input id="CUST_ID" tabindex="2" maxlength="12"
// Create an array having all required parameters for creating size="12" name="CUST_ID" autocomplete="off" value="<?php
checksum. echo $_SESSION['user']='asd';?>"></td> </tr> <tr> <td>3</td
<td><label>INDUSTRY_TYPE_ID ::*</label></td>
$paramList["MID"] = PAYTM_MERCHANT_MID;
<td><input id="INDUSTRY_TYPE_ID" tabindex="4"
$paramList["ORDER_ID"] = $ORDER_ID; maxlength="12" size="12" name="INDUSTRY_TYPE_ID"
autocomplete="off" value="Retail"></td> </tr> <tr>
$paramList["CUST_ID"] = $CUST_ID; <td>4</td> <td><label>Channel ::*</label></td>
<td><input id="CHANNEL_ID" tabindex="4" maxlength="12"
//$paramList["INDUSTRY_TYPE_ID"] = size="12" name="CHANNEL_ID" autocomplete="off"
$INDUSTRY_TYPE_ID; value="WEB"> </td> </tr> <tr> <td>5</td>
//$paramList["CHANNEL_ID"] = $CHANNEL_ID; <td><label>txnAmount*</label></td> <td>

$paramList["TXN_AMOUNT"] = $TXN_AMOUNT; <select name="amount">

$paramList["WEBSITE"] = PAYTM_MERCHANT_WEBSITE; <option value="100">100</option>

$paramList["CALLBACK_URL"] = <option value="200">200</option>


"http://localhost/smsystem/orignalpayment/Paytm_Web_Sample_Ki <option value="300">300</option>
t_PHP-master/PaytmKit/paym.html";
<option value="400">400</option>
//Here checksum string will return by getChecksumFromArray()
function. </select> </td></tr><br>
</tbody> </table><br> <center><input value="CheckOut" Fig 4: User Send Feedback:
class="btn btn-success" type="submit" onclick=""></center>
</form> </div> </div> </div> </div></body></html>

6. RESULTS

The system’s GUI was designed using


MYPHP. ,MYSQL.Technologies used The overall
development

SQL GUI browser.

Fig 1: Online Payment GUI:


Flat members can register issue if any and submit it so that

the higher authority can go through it solve it. So there is no

need to go personally for the any issue.

Fig 7: Attendance

6. CONCLUSIONS

We are developing an android application for housing


All the society events can be managed online with all the society management to reduce the human efforts and errors
details like event organised by, Occasion, venue. So that all to increase crystal clear transparency between society
the society members gets the invitation. members and management.
Fig:Payment done through this bar Code: It also helps to reduce the time and efforts for manual

communication in society by providing the notifications and

important information to the society members in the reliable

and transparent way.

REFERENCES

[1] Prachi Pakhale,Shweta Shirke,Swsati Dhake,"Online

Housing Society Management System",

International Journal for Research in Applied Science and


Flat owner can pay the monthly bills like maintenance, Light
Engineering Technology (IJRASET),March 2016.
bill through an app like shown in above figure.3.
[2] Rutuja Vatharkar ,Pratiksha Patil,"Implementation
Fig 3: Generate Offline Payment Receipt :
Of Society Management System : Societales",

International Journal of Science and Technology,

April 2016.

Study of Implementation of Society Management System


Shivganga Gavhane [3]Asst. Prof Computer
Engineering,DYPIEMR Rutuja Vatharkar Computer
Engineering,SPPU Swati Sonar Computer
Engineering,SPPU Pratiksha Patil Computer
Engineering,SPPU

Flat members can place the request for the services which [4]International Research Journal of Engineering and
Technology (IRJET) e-ISSN: 2395-0056 Volume: 05
they required so that staff can arrange the plumber, Issue: 05 | May-2018 www.irjet.net p-ISSN: 2395-0072
carpenter, electrician, for the flat members . Payment made through user in online mode :

You might also like