Download

Download

Featured Posts

Featured Articles
All Stories
Showing posts with label DATABASE TYPE PROJECTS. Show all posts
Showing posts with label DATABASE TYPE PROJECTS. Show all posts

CREDIT CARD PAYMENT PROCESSING MINI PROJECTS WITH DOCUMENTATION

REGISTRATION SYSTEM, Banker database system, DATABASE TYPE PROJECTS, VB PROJECTS, JAVA PROJECTS, Java Script, MINI PROJECTS, IEEE CSE Projects, CSE, IEEE IT PROJECTS, IT, FINAL YEAR PROJECTS, OTHER PROJECTS, HOW TO,







CREDIT CARD PAYMENT PROCESSING


7. Products to Customer
 

MERCHANT
 

3. Credit card information sent to principal bank
 



BRIEF DETAILS OF DIAGRAM

1. Customer pays for online purchase by credit card.
2. E business processes credit card using payment processing software.
3. Credit card information sent to principal bank holding merchant account.
4. Principal bank sends request to card issuing bank.
5. Card issuing bank accepts or declines and sends transaction back to
Principal bank
6. Principal bank sends transaction back to merchant.
7. Merchant fulfilled the order and consumer received the products.










MODULAR DESCRIPTION

Credit Card Banking (CCB) has the following modules namely:

¨                  SignUp Module
¨                  Accounts Module
¨                  Login Module
¨                  Card Module   

Signup Module:
                 
                  The SignUp Module is used in Personal Information details.If you collect all the inputs when you press the submit button in the main page and checked it the database. Your details are store for SignUp module.

Accounts Module:

                  The Accounts Module is used to enter the accounts details with checked in Accounts number and amount. It is collected for the database access.

Login Module:
                 
                  The Login Module is used in existing and new user details. If you enter user name and password then log is in correct for the option to proceed.

Card Module:

                  The Card Module deals with Card Selection, Card Validation and Limit Validation.


SYSTEM REQUIREMENTS


WORKING ENVIRONMENT
                       
                        Windows 98


Software Requirements:

              Web Server -        JavaWebServer2.0
              Front end     -        HTML
              Script          -        JavaScript
              Middle Tier  -        Servlets2.0
              Back end     -        MS ACCESS





Minimum Hardware Requirements:

              Processor    -        Intel inside Pentium-II
              Hard Disk    -        20GB
              RAM           -        128MB SDRAM
              CD Drive     -        52x Samsung
              Floppy drive          -        1.44 MB Sony


Click here to download

Link---->Part 01 

Link--->Part 02








Abstract
The Card Management System is a Windows based application that takes care of the complete internal Card Processing activities of a Bank (management and maintenance of cards). It is suitable for the management of Debit Cards, Credit Cards as well as Smart Cards. It mainly involves the maintenance and management of card - related information in a Bank. This product caters to all the Credit, Debit and Smart Card based functions of a bank like Registration of Customers for card issue, Opening Card Accounts for the registered customer, Creation of Cards for registered customers, Hot Carding, making the Card ready for Embossing by creation of Card Data file etc. The Card Management System could interact with an external Card Transaction System, thereby making the Card-related information maintained by the bank, up-to-date. The purpose is to build a Card Management System which provides complete card processing, to meet the needs of full-fledged Credit card and Debit card based ATM or Point of Sale network.
Proposed System
The proposed system is designed to change the existing system into more effective. It makes the customer easier to get a cash. The Card Management System could interact with an external Card Transaction System, thereby making the Card-related information maintained by the bank, up-to-date. The purpose is to build a Card Management System which provides complete card processing, to meet the needs of full-fledged Credit card and Debit card based ATM or Point of Sale network. Customer can apply for credit card and know his eligibility from his own place just by giving his personal details. Everything comes to his door. Person comes to collect the required documents. Verification and other process will be finished within 5 days and customer is intimated about the sanctioned loan amount and EMI that he has to pay.
Modules
•  Admin Module
•  Employee Module
•  Credit Card Creation
•  Loan Module
Hardware Specification
  • Processor : Pentium III
  • Speed - 1.1 Ghz
  • RAM - 256 MB(min)
  • Hard Disk - 20 GB
  • Floppy Drive - 1.44 MB
  • Key Board - Standard Windows Keyboard
  • Mouse - Two or Three Button Mouse
  • Monitor - SVGA
Software Specification

  • OPERATING SYSTEM :Windows 2000.
  • Technology : .NET
  • DATABAS : SQLServer 7.1

Click here to download

Link---->Part 01 

Link--->Part 02
8:35 PM - By Admin 0

LATEST GSM/GPRS PROJECTS TITLES FREE DOWNLOAD

BANK LOCKER SECURITY SYSTEM WITH  MOBILE  SMS ALERT 

Providing SMS alert for personal bank lockers or ATM System projects

Keep bank account as safe and secure projects using GSM Technology


ABSTRACT

GSM technology can provide a sophisticated theft alert system for bank locker system. The embedded I/O unit automates the inner door and entry door. The inner door always kept open. There are two modes in this project one is normal mode and another one is security mode. In normal mode an authorized person can open the locker key and he can close theentry door. At that time GSM send the message to the required person. If any person tries to open the locker key in security mode, the inner door will be closed automatically and SMS is transferred to the required person’s hand phone. After identifying the theft an authorized person can automate the inner door through the SMS.
The GSM module is connected with the microcontroller through serial port. Using ‘AT’ commands the SMS is transferred to the GSM module. The GSM module converts the digital information into airborne signals. Through GSM network the SMS is transferred to the required person’s hand phone. This system offers better solution for the Bank security system and also it will help you to track the intruder the embedded microcontroller used here is 89S52 microcontroller. Since, this microcontroller has in-built peripherals it is called as embedded peripheral the microcontroller has flash memory
This project uses regulated 5V, 500mA & 12V, 500mA power supply. 7805 and 7812 three terminal voltage regulators are used for voltage regulation. Bridge type full wave rectifier is used to rectify the ac output of secondary of 230/12V step down transformer.



GSM/GPRS PROJECTS, ECE, IEEE ECE PROJECTS, EEE, IEEE EEE PROJECTS, Computer Interfaced Projects, Banker database system, DATABASE TYPE PROJECTS, OTHER PROJECTS, HOW TO, GSM/GPRS PROJECTS, ECE, IEEE ECE PROJECTS, EEE, IEEE EEE PROJECTS, Computer Interfaced Projects, Banker database system, DATABASE TYPE PROJECTS, OTHER PROJECTS, HOW TO, 
5:52 PM - By Admin 0

latest PHP Project source code with documentation free download

FREE DOWNLOAD 
PHP PROJECTS, IEEE CSE Projects, IEEE IT PROJECTS, IEEE PROJECTS, CSE, IT, HOSPITAL MANAGEMENT SYSTEM, FINAL YEAR PROJECTS, HTML PROJECTS, DATABASE TYPE PROJECTS, MYSQL PROJECTS,NETWORK PROJECTS, 


List of the PHP Projects :-

                                         

                                          FREE DOWNLOAD 
  • PHP PROJECTS, IEEE CSE Projects, IEEE IT PROJECTS, IEEE PROJECTS, CSE, IT, HOSPITAL MANAGEMENT SYSTEM, FINAL YEAR PROJECTS, HTML PROJECTS, DATABASE TYPE PROJECTS, MYSQL PROJECTS, NETWORK PROJECTS, 

    MORE PROJECTS WILL UPDATED SHORTLY
     
9:17 PM - By Reetha 0

SOURCE CODE for BANK MANAGEMENT SYSTEM in cpp|c++|free download|oops


SOURCE CODE - BANK MANAGEMENT SYSTEM

Select this program and save as .cpp file and compile it on Turbo C++.


//***************************************************************
// HEADER FILE USED IN PROJECT
//****************************************************************

#include<fstream.h>
#include<conio.h>
#include<stdio.h>
#include<process.h>
#include<ctype.h>

//***************************************************************
// CLASS USED IN PROJECT
//****************************************************************

class account
{
 int acno, deposit, withdraw;
 char name[50];
 char type;
 public:
 void create_account()
 {
  cout<<"\n\n====NEW ACCOUNT ENTRY FORM====\n\n";
  cout<<"\nEnter The account Number : ";
  cin>>acno;
  cout<<"\nEnter The Name of The account Holder : ";
  gets(name);
  cout<<"\nEnter Type of The account (C/S) : ";
  cin>>type;
  type=toupper(type)
  cout<<"\nEnter Initial amount\n>=500 for Saving >=1000 for current :";
  cin>>deposit;
  cout<<"\n\n\nYour Account Created Successfully ..";
 }
 void show_account()
 {
  cout<<"\n\n----ACCOUNT STATUS----\n";
  cout<<"\nAccount No. : "<<acno;
  cout<<"\nAccount Holder Name : "<<name;
  cout<<"\nType of Account : "<<type;
  cout<<"\nBalance amount : "<<deposit;
 }
 void modify_account()
 {
  cout<<"\nAccount No. : "<<acno;
  cout<<"\nModify Account Holder Name : ";
  gets(name);
  cout<<"Modify Type of Account : ";cin>>type;
  cout<<"Modify Balance amount : ";cin>>deposit;
 }
 void dep(int x)
 {
  deposit+=x;
 }
 void draw(int x)
 {
  deposit-=x;
 }
 void report()
 {
  cout<<acno<<"\t"<<name<<"\t\t"<<type<<"\t\t"<<deposit<<endl;
 }
 int retacno()
 {
  return acno;
 }
 float retdeposit()
 {
  return deposit;
 }
 char rettype()
 {
  return type;
 }
};  //class ends here

//***************************************************************
//  global declaration for stream object, object
//****************************************************************


 fstream fp;
 account ac;

//***************************************************************
//  function to write in file
//****************************************************************

void write_account()
{
 fp.open("account.dat",ios::out|ios::app);
 ac.create_account();
 fp.write((char*)&ac,sizeof(account));
 fp.close();
}

//***************************************************************
//  function to read specific record from file
//****************************************************************


void display_sp()
{
 int n;
 cout<<"\n\n====BALANCE DETAILS====";
 cout<<"\n\nEnter the Account Number : ";
 cin>>n;
 int flag=0;
 fp.open("account.dat",ios::in);
 while(fp.read((char*)&ac,sizeof(account)))
 {
  if(ac.retacno()==n)
  {
   ac.show_account();
   flag=1;
  }
 }
 fp.close();
 if(flag==0)
  cout<<"\n\nAccount Number does not exist";
 getch();
}
 
//***************************************************************
//  function to modify record of file
//****************************************************************

void modify_account()
{
 int no,found=0;
 cout<<"\n\n====MODIFY RECORD====";
 cout<<"\n\nEnter the Account No. : ";
 cin>>no;
 fp.open("account.dat",ios::in|ios::out);
 while(fp.read((char*)&ac,sizeof(account)) && found==0)
 {
  if(ac.retacno()==no)
  {
   ac.show_account();
   cout<<"\n\n\n----Enter the New Details----\n";
   ac.modify_account();
   int pos=-1*sizeof(ac);
   fp.seekp(pos,ios::cur);
   fp.write((char*)&ac,sizeof(account));
   cout<<"\n\n\t Record Updated";
   found=1;
  }
 }
 fp.close();
 if(found==0)
  cout<<"\n\n Record Not Found ";
 getch();
}

//***************************************************************
//  function to delete record of file
//****************************************************************

void delete_account()
{
 int no;
 cout<<"\n\n====Delete Record====";
 cout<<"\n\nEnter The Account No. : ";
 cin>>no;
 fp.open("account.dat",ios::in|ios::out);
 fstream fp2;
 fp2.open("Temp.dat",ios::out);
 fp.seekg(0,ios::beg);
 while(fp.read((char*)&ac,sizeof(account)))
 {
  if(ac.retacno()!=no)
  {
   fp2.write((char*)&ac,sizeof(account));
  }
 }
 fp2.close();
 fp.close();
 remove("account.dat");
 rename("Temp.dat","account.dat");
 cout<<"\n\n\tRecord Deleted ..";
 getch();
}

//***************************************************************
//  function to display all accounts deposit list
//****************************************************************

void display_all()
{
 fp.open("account.dat",ios::in);
 if(!fp)
 {
  cout<<"ERROR!!! FILE COULD NOT BE OPEN ";
  getch();
  return;
 }
 cout<<"\n\n\t\tACCOUNT HOLDER LIST\n\n";
 cout<<"====================================================\n";
 cout<<"A/c no.\tNAME\t\tType\t\tBalance\n";
 cout<<"====================================================\n";
 while(fp.read((char*)&ac,sizeof(account)))
 {
  ac.report();
 }
 fp.close();
 getch();
}

//***************************************************************
//  function to deposit and withdraw amounts
//****************************************************************

void deposit_withdraw(int option)
{
 int no,found=0,amt;
 cout<<"\n\n====ACCOUNT TRANSCATION FORM====";
 cout<<"\n\nEnter The account No. : ";
 cin>>no;
 fp.open("account.dat",ios::in|ios::out);
 while(fp.read((char*)&ac,sizeof(account)) && found==0)
 {
  if(ac.retacno()==no)
  {
   ac.show_account();
   if(option==1)
   {
    cout<<"\n\nEnter The amount to DEPOSIT : ";
    cin>>amt;
    ac.dep(amt);
   }
   if(option==2)
   {
    cout<<"\n\nEnter The amount to WITHDRAW : ";
    cin>>amt;
    int bal=ac.retdeposit()-amt;
    if((bal<500 && ac.rettype()=='S') || (bal<1000 && ac.rettype()=='C'))
     cout<<"\nInsufficience balance";
    else
     ac.draw(amt);
   }
   int pos=-1*sizeof(ac);
   fp.seekp(pos,ios::cur);
   fp.write((char*)&ac,sizeof(account));
   cout<<"\n\n\t Record Updated";
   found=1;
  }
 }
 fp.close();
 if(found==0)
  cout<<"\n\n Record Not Found ";
 getch();
}

//***************************************************************
//  INTRODUCTION FUNCTION
//****************************************************************

void intro()
{
 clrscr();
 gotoxy(5,7);
 cout<<"==============================";
 gotoxy(18,11);
 cout<<"BANK";
 gotoxy(15,14);
 cout<<"MANAGEMENT";
 gotoxy(17,17);
 cout<<"SYSTEM";
 gotoxy(5,21);
 cout<<"==============================";
 gotoxy(5,24);
 cout<<"MADE BY : Aniket Rajput";
 gotoxy(5,26);
 cout<<"SCHOOL : St. Thomas School";
 getch();
}

//***************************************************************
//  THE MAIN FUNCTION OF PROGRAM
//****************************************************************

void main()
{
 char ch;
 intro();
 do
 {
  clrscr();
  cout<<"\n\n\n\tMAIN MENU";
  cout<<"\n\n\t01. NEW ACCOUNT";
  cout<<"\n\n\t02. DEPOSIT AMOUNT";
  cout<<"\n\n\t03. WITHDRAW AMOUNT";
  cout<<"\n\n\t04. BALANCE ENQUIRY";
  cout<<"\n\n\t05. ALL ACCOUNT HOLDER LIST";
  cout<<"\n\n\t06. CLOSE AN ACCOUNT";
  cout<<"\n\n\t07. MODIFY AN ACCOUNT";
  cout<<"\n\n\t08. EXIT";
  cout<<"\n\n\tSelect Your Option (1-8) ";
  ch=getche();
  clrscr();
  switch(ch)
  {
   case '1': write_account();
    getch();
    break;
   case '2': deposit_withdraw(1);
    break;
   case '3': deposit_withdraw(2);
    break;
   case '4': display_sp();
    break;
   case '5': display_all();
    break;
   case '6': delete_account();
    break;
   case '7': modify_account();
    break;
   case '8': exit(0);
   default : cout<<"\a";
  }
 }while(ch!='8');
}

//***************************************************************
//  END OF PROJECT
//***************************************************************
9:59 PM - By Reetha 0

Labels

AI PROJECTS (8) ALL DEPT (42) BCA (22) BE (13) BSC (20) BTECH (17) C PROJECTS (4) C#.NET (19) C++ PROJECTS (2) CHEMISTRY (3) CIVIL (25) CSE (94) DIPLOMA (22) DOWNLOADS (60) ECE (37) EEE (39) FINAL YEAR PROJECTS (30) HOW TO (58) HTML PROJECTS (4) IEEE PROJECTS (108) IT (85) MATLAB PROJECTS (8) MBA (1) ME (19) MINI PROJECTS (97) MSC (17) MTECH (18) MYSQL PROJECTS (6) NETWORK PROJECTS (7) OTHER PROJECTS (67) OTHERS (28) PAPER PRESENTATION (4) PG (18) PHP PROJECTS (7) PROJECTS (5) SOURCE CODES (22) SYSTEM PROJECTS (15) UG (17) VB PROJECTS (15) WHITE PAPER (19) mca (73) mech (4)

Blog Archive

Total Pageviews

Discussion

Followers

Powered by Blogger.
back to top
Don't Forget To Join US Our Community
×