SlideShare a Scribd company logo
1 of 45
SUBMITTED BY
S.Vijay III Bsc IT
Submitted to : Miss.Arul Mary Mca.,
VB. Net

MS-Access-2003
The main objective is to record the details, various activities
of the user
It simplifies the task.
It reduces the paper work.
Implementation is based on giving appropriate training
to suit their specific needs
Training will be in timely basis
You will be trained as the new is Mobile Software
System rolled out to your area of responsibility.
Instead specific time maintenance we will keep people
Informed as plans are developed
 Poorvika Mobile World commenced its first showroom on 1st March 2009
with 6 employees.
. We reached success on the opening of our first showroom by concrete
planning and providing the highest levels of service, satisfaction and options to
customers.
After this successful inception, our motive was to create a strong brand in the
market and trust in customer’s mind
We offer the below to maintain our brand successfully,
 Lowest price,Stock available as per requirement
Over 500 products under one roof
Long business hours – 10AM – 10PM
Quality assured
Professional customer care
Attractive promotions-Efficient and fast billing-Excellent value of
Money - Ambience

Address
# 4 New Scheme Road
ICICI Bank Ground Floor
Pollachi PIN 642002
Email: outlet@poorvika.com
The project consists of following modules
Login
Products
Customer
Supplier
Product Order Form
Bill statement
Sales
Purchase
Reports
Login Module
This module maintains the Login details
like login id, password. We enter the login
details that login details are incorrect the
main page will not open. The login is
correct the main page will be open. We
can easily add new login details.
Products Module
This module maintains the product details
like itemno, item_name, no_of_units,
available units. We can easily add new
product and at the same time we can
delete the existing product in this module.
Customer Module
This module maintains the customer
details like customer no, customer name,
address , phone no and etc.,
Supplier Module
This module maintains the supplier details
like itemno, item_name, no_of_units,
available units, supplier-id, supplier name,
Address, Total amount, Unit cost and
Phone no by maintaining the details of
supplier. We can identify regular supplier,
who supply the goods to us. We can easily
add new supplier and at the same time we
can delete the existing supplier in this
module.
Product Order Form
This module maintains the order details
like itemno, item_name, no_of_units,
supplier-id, supplier name, Address, Total
amount, Unit cost and Phone no by
maintaining the details of order form.
Sales
This module maintains the details of date,
invoice no, customer code, product code,
product details, sale qty, customer name,
customer type, percentage of discount,
amount, discount amount, total amount,
customer can identify how much stock can
be sold and whom it is. The rate and
amount of product is also identified in this
module.
Bill statement
In this module maintains the bill
statement. We can easily track the
particular bill statement. Like purchase,
sales bill.
Purchase
 This module maintain the details of the
itemno, item_name, no_of_units, available
units, supplier-id, supplier name, Address,
Total amount, Unit cost and Phone no of
that product. We can know what type of
product we purchased, quantity of that
product in this module.
Reports
Report module used to display the report
for given query. Two types of report used
in this project i.e individual report, group
report.
Records are maintained manually.
Operation performance is very low and process is slow.
It takes a lot of time and it’s very hard to access.
It takes more time to view the particular details by searching.
By doing manually each and every record cannot listed properly.
Searching of the information is a very tedious process.
There is no much security for data stored in register.
That maintaining in separate record is very difficult to
handle and the storage space is more.
 Invalid entries can be made.
 Manual power is consumed.
 It is very difficult to revise the whole system
in case the document or data are lost.
Maintaining several registers is a complex process.
Several persons cannot share data in one register at a time.
The time of taken for entering the details is more.
Large amount of time is wasted.
Information may does not reach the person properly.
Some information in the existing system may not be true.
Duplication of works.
Up to date information is not possible.
Delay in reports.
Lack of accuracy.
Since it is computerized all the necessary details can
be viewed easily.
Time is saved while searching.
The project “inventory details” would be really helpful
for the shop in all the ways.
The storage and retrieval of the data are made easier.
Now a day’s all departments are being computerized
due to technological improvements
Easily understandable design.
Reduce timings.
Minimize cost.
Cool look.
User friendly.
With in short time to view the more details.
Enables the user to get the information about activation at any time,
just a click away.
Facilities to have details with no errors.
Reduces the possibility of incoming errors.
Easy accessing and handling.
Helps for updating and modifying the information in an easy way.
Sample Coding to Mobile App















Imports System.Data.sqlclient
Public Class FrmEmployee
Inherits System.Windows.Forms.Form
Dim selcmd As sqlCommand
Dim da As sqlDataAdapter
Dim ds As New DataSet()
Dim inscmd As New sqlCommand()
Dim delcmd As New SqlCommand()
Dim dr As SqlDataReader
Dim s As String
Dim rno As Integer
Dim cn As New connectdatabase()
Dim d As SqlDataReader
Dim deptcmd As sqlCommand
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
cn.ClearFields(Me)
End Sub
 
Private Sub FrmEmployee_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
c = AddressOf clw
cn.connect()
selcmd = New SqlCommand("select * from employees", conn)
da = New sqlDataAdapter()
da.SelectCommand = selcmd
da.Fill(ds)
deptcmd = New SqlCommand("select deptno from departments", conn)
Dim d As New sqlDataAdapter(deptcmd)
d.Fill(ds, "departments")
Dim i As Integer
For i = 0 To ds.Tables("departments").Rows.Count - 1
cmbDno.Items.Add(ds.Tables("departments").Rows(i)(0))
Next
rno = 0
Call fillfields(rno)
End Sub
Sub fillfields(ByVal rnum As Integer)
txtEno.Text = ds.Tables(0).Rows(rnum)(0)
txtEname.Text = ds.Tables(0).Rows(rnum)(1)
cmbDno.Text = ds.Tables(0).Rows(rnum)(2)
txtDesig.Text = ds.Tables(0).Rows(rnum)(3)
cmbSecid.Text = ds.Tables(0).Rows(rnum)(4)
txtAddress.Text = ds.Tables(0).Rows(rnum)(5) & ""
txtPhone.Text = ds.Tables(0).Rows(rnum)(6) & ""
txtFax.Text = ds.Tables(0).Rows(rnum)(7) & ""
txtEmail.Text = ds.Tables(0).Rows(rnum)(8) & ""
End Sub
Mobile management
Mobile management
Mobile management
Mobile management
Mobile management
Mobile management
Mobile management
Mobile management
Mobile management

More Related Content

Similar to Mobile management

Deepika jewel order processing system
Deepika jewel order processing systemDeepika jewel order processing system
Deepika jewel order processing systemmuthuraja6728
 
Case study: Visa Processing Application - Al qabas assurex
Case study: Visa Processing Application - Al qabas assurexCase study: Visa Processing Application - Al qabas assurex
Case study: Visa Processing Application - Al qabas assurexviratkothari
 
TY BSc.IT Blackbook Main Report
TY BSc.IT  Blackbook  Main ReportTY BSc.IT  Blackbook  Main Report
TY BSc.IT Blackbook Main ReportAkashChauhan139
 
Men Salon management system project and ppt
Men Salon management system project and pptMen Salon management system project and ppt
Men Salon management system project and pptpavisubashsp
 
Inventory management system
Inventory management systemInventory management system
Inventory management systemAkshitGupta124
 
Wedding Hall Management 9975053592
Wedding Hall Management 9975053592Wedding Hall Management 9975053592
Wedding Hall Management 9975053592sachinc020
 
Inventory management system
Inventory management systemInventory management system
Inventory management systempavanwalecha
 
Real estate management system
Real estate management systemReal estate management system
Real estate management systemSouvikSarkar75
 
PRESS MANAGEMENT Documentation
PRESS MANAGEMENT DocumentationPRESS MANAGEMENT Documentation
PRESS MANAGEMENT Documentationanuj_rakheja
 
DIGITAL TWIN FRAMEWORK FOR SUPPLYCHAIN PROCESS
DIGITAL TWIN FRAMEWORK FOR SUPPLYCHAIN PROCESSDIGITAL TWIN FRAMEWORK FOR SUPPLYCHAIN PROCESS
DIGITAL TWIN FRAMEWORK FOR SUPPLYCHAIN PROCESSIRJET Journal
 
Phone book with project report for BCA,MCA
Phone book with project report for BCA,MCAPhone book with project report for BCA,MCA
Phone book with project report for BCA,MCASp Gurjar
 
Speed age courier system Abstract 2017
 Speed age courier system Abstract 2017 Speed age courier system Abstract 2017
Speed age courier system Abstract 2017ioshean
 
PROJECT REPORT ON COMPUTER SHOP SYSTEM IN C++
PROJECT REPORT ON COMPUTER SHOP SYSTEM IN C++PROJECT REPORT ON COMPUTER SHOP SYSTEM IN C++
PROJECT REPORT ON COMPUTER SHOP SYSTEM IN C++vikram mahendra
 
ToolsTrade.com Project Final pres
ToolsTrade.com Project Final presToolsTrade.com Project Final pres
ToolsTrade.com Project Final prespurvanahar
 
web based speed age courier
web based speed age courierweb based speed age courier
web based speed age courierFAKHRUN NISHA
 

Similar to Mobile management (20)

Deepika jewel order processing system
Deepika jewel order processing systemDeepika jewel order processing system
Deepika jewel order processing system
 
Case study: Visa Processing Application - Al qabas assurex
Case study: Visa Processing Application - Al qabas assurexCase study: Visa Processing Application - Al qabas assurex
Case study: Visa Processing Application - Al qabas assurex
 
TY BSc.IT Blackbook Main Report
TY BSc.IT  Blackbook  Main ReportTY BSc.IT  Blackbook  Main Report
TY BSc.IT Blackbook Main Report
 
Men Salon management system project and ppt
Men Salon management system project and pptMen Salon management system project and ppt
Men Salon management system project and ppt
 
Inventory management system
Inventory management systemInventory management system
Inventory management system
 
Wedding Hall Management 9975053592
Wedding Hall Management 9975053592Wedding Hall Management 9975053592
Wedding Hall Management 9975053592
 
inventory management system
 inventory management system inventory management system
inventory management system
 
Inventory management system
Inventory management systemInventory management system
Inventory management system
 
Final sdlc project (2)
Final sdlc project (2)Final sdlc project (2)
Final sdlc project (2)
 
Real estate management system
Real estate management systemReal estate management system
Real estate management system
 
PRESS MANAGEMENT Documentation
PRESS MANAGEMENT DocumentationPRESS MANAGEMENT Documentation
PRESS MANAGEMENT Documentation
 
DIGITAL TWIN FRAMEWORK FOR SUPPLYCHAIN PROCESS
DIGITAL TWIN FRAMEWORK FOR SUPPLYCHAIN PROCESSDIGITAL TWIN FRAMEWORK FOR SUPPLYCHAIN PROCESS
DIGITAL TWIN FRAMEWORK FOR SUPPLYCHAIN PROCESS
 
Phone book with project report for BCA,MCA
Phone book with project report for BCA,MCAPhone book with project report for BCA,MCA
Phone book with project report for BCA,MCA
 
Speed age courier system Abstract 2017
 Speed age courier system Abstract 2017 Speed age courier system Abstract 2017
Speed age courier system Abstract 2017
 
Project report
Project reportProject report
Project report
 
PROJECT REPORT ON COMPUTER SHOP SYSTEM IN C++
PROJECT REPORT ON COMPUTER SHOP SYSTEM IN C++PROJECT REPORT ON COMPUTER SHOP SYSTEM IN C++
PROJECT REPORT ON COMPUTER SHOP SYSTEM IN C++
 
ToolsTrade.com Project Final pres
ToolsTrade.com Project Final presToolsTrade.com Project Final pres
ToolsTrade.com Project Final pres
 
E messanger
E messangerE messanger
E messanger
 
Aisha Email System
Aisha Email SystemAisha Email System
Aisha Email System
 
web based speed age courier
web based speed age courierweb based speed age courier
web based speed age courier
 

More from Freelancer

Digital marketing-udumalpet-seo-smo-sem-smm-ppc-cpc-online-marketing-advertis...
Digital marketing-udumalpet-seo-smo-sem-smm-ppc-cpc-online-marketing-advertis...Digital marketing-udumalpet-seo-smo-sem-smm-ppc-cpc-online-marketing-advertis...
Digital marketing-udumalpet-seo-smo-sem-smm-ppc-cpc-online-marketing-advertis...Freelancer
 
Federal aviation administration
Federal aviation administrationFederal aviation administration
Federal aviation administrationFreelancer
 
Directorate general of civil aviation (india)
Directorate general of civil aviation (india)Directorate general of civil aviation (india)
Directorate general of civil aviation (india)Freelancer
 
Airports authority of india
Airports authority of indiaAirports authority of india
Airports authority of indiaFreelancer
 
Airport security market assessment
Airport security market assessmentAirport security market assessment
Airport security market assessmentFreelancer
 
Airport security market assessment india
Airport security market assessment indiaAirport security market assessment india
Airport security market assessment indiaFreelancer
 
Aircraft accident investigation bureau (india)
Aircraft accident investigation bureau (india)Aircraft accident investigation bureau (india)
Aircraft accident investigation bureau (india)Freelancer
 
Aircraft ground handling
Aircraft ground handlingAircraft ground handling
Aircraft ground handlingFreelancer
 
Air traffic organization
Air traffic organizationAir traffic organization
Air traffic organizationFreelancer
 
ice cream management
ice cream managementice cream management
ice cream managementFreelancer
 
[Scorebook final]
[Scorebook final][Scorebook final]
[Scorebook final]Freelancer
 
student innovation 2014
student innovation 2014student innovation 2014
student innovation 2014Freelancer
 
departmental store
departmental storedepartmental store
departmental storeFreelancer
 
resturent management
resturent managementresturent management
resturent managementFreelancer
 
industrial manpower resource manager
industrial manpower resource managerindustrial manpower resource manager
industrial manpower resource managerFreelancer
 

More from Freelancer (20)

Digital marketing-udumalpet-seo-smo-sem-smm-ppc-cpc-online-marketing-advertis...
Digital marketing-udumalpet-seo-smo-sem-smm-ppc-cpc-online-marketing-advertis...Digital marketing-udumalpet-seo-smo-sem-smm-ppc-cpc-online-marketing-advertis...
Digital marketing-udumalpet-seo-smo-sem-smm-ppc-cpc-online-marketing-advertis...
 
Federal aviation administration
Federal aviation administrationFederal aviation administration
Federal aviation administration
 
Directorate general of civil aviation (india)
Directorate general of civil aviation (india)Directorate general of civil aviation (india)
Directorate general of civil aviation (india)
 
Bcas
BcasBcas
Bcas
 
Bcas (2)
Bcas (2)Bcas (2)
Bcas (2)
 
Airports authority of india
Airports authority of indiaAirports authority of india
Airports authority of india
 
Airport security market assessment
Airport security market assessmentAirport security market assessment
Airport security market assessment
 
Airport security market assessment india
Airport security market assessment indiaAirport security market assessment india
Airport security market assessment india
 
Airline codes
Airline codesAirline codes
Airline codes
 
Aircraft accident investigation bureau (india)
Aircraft accident investigation bureau (india)Aircraft accident investigation bureau (india)
Aircraft accident investigation bureau (india)
 
Aircraft ground handling
Aircraft ground handlingAircraft ground handling
Aircraft ground handling
 
Air traffic organization
Air traffic organizationAir traffic organization
Air traffic organization
 
Money,
Money,Money,
Money,
 
ice cream management
ice cream managementice cream management
ice cream management
 
[Scorebook final]
[Scorebook final][Scorebook final]
[Scorebook final]
 
student innovation 2014
student innovation 2014student innovation 2014
student innovation 2014
 
departmental store
departmental storedepartmental store
departmental store
 
resturent management
resturent managementresturent management
resturent management
 
student win
student winstudent win
student win
 
industrial manpower resource manager
industrial manpower resource managerindustrial manpower resource manager
industrial manpower resource manager
 

Recently uploaded

Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 

Recently uploaded (20)

Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 

Mobile management

  • 1. SUBMITTED BY S.Vijay III Bsc IT Submitted to : Miss.Arul Mary Mca.,
  • 3. The main objective is to record the details, various activities of the user It simplifies the task. It reduces the paper work. Implementation is based on giving appropriate training to suit their specific needs Training will be in timely basis You will be trained as the new is Mobile Software System rolled out to your area of responsibility. Instead specific time maintenance we will keep people Informed as plans are developed
  • 4.  Poorvika Mobile World commenced its first showroom on 1st March 2009 with 6 employees. . We reached success on the opening of our first showroom by concrete planning and providing the highest levels of service, satisfaction and options to customers. After this successful inception, our motive was to create a strong brand in the market and trust in customer’s mind
  • 5. We offer the below to maintain our brand successfully,  Lowest price,Stock available as per requirement Over 500 products under one roof Long business hours – 10AM – 10PM Quality assured Professional customer care Attractive promotions-Efficient and fast billing-Excellent value of Money - Ambience Address # 4 New Scheme Road ICICI Bank Ground Floor Pollachi PIN 642002 Email: outlet@poorvika.com
  • 6. The project consists of following modules Login Products Customer Supplier Product Order Form Bill statement Sales Purchase Reports
  • 7. Login Module This module maintains the Login details like login id, password. We enter the login details that login details are incorrect the main page will not open. The login is correct the main page will be open. We can easily add new login details.
  • 8. Products Module This module maintains the product details like itemno, item_name, no_of_units, available units. We can easily add new product and at the same time we can delete the existing product in this module.
  • 9. Customer Module This module maintains the customer details like customer no, customer name, address , phone no and etc.,
  • 10. Supplier Module This module maintains the supplier details like itemno, item_name, no_of_units, available units, supplier-id, supplier name, Address, Total amount, Unit cost and Phone no by maintaining the details of supplier. We can identify regular supplier, who supply the goods to us. We can easily add new supplier and at the same time we can delete the existing supplier in this module.
  • 11. Product Order Form This module maintains the order details like itemno, item_name, no_of_units, supplier-id, supplier name, Address, Total amount, Unit cost and Phone no by maintaining the details of order form.
  • 12. Sales This module maintains the details of date, invoice no, customer code, product code, product details, sale qty, customer name, customer type, percentage of discount, amount, discount amount, total amount, customer can identify how much stock can be sold and whom it is. The rate and amount of product is also identified in this module.
  • 13. Bill statement In this module maintains the bill statement. We can easily track the particular bill statement. Like purchase, sales bill.
  • 14. Purchase  This module maintain the details of the itemno, item_name, no_of_units, available units, supplier-id, supplier name, Address, Total amount, Unit cost and Phone no of that product. We can know what type of product we purchased, quantity of that product in this module.
  • 15. Reports Report module used to display the report for given query. Two types of report used in this project i.e individual report, group report.
  • 16. Records are maintained manually. Operation performance is very low and process is slow. It takes a lot of time and it’s very hard to access. It takes more time to view the particular details by searching. By doing manually each and every record cannot listed properly. Searching of the information is a very tedious process. There is no much security for data stored in register.
  • 17. That maintaining in separate record is very difficult to handle and the storage space is more.  Invalid entries can be made.  Manual power is consumed.  It is very difficult to revise the whole system in case the document or data are lost. Maintaining several registers is a complex process. Several persons cannot share data in one register at a time. The time of taken for entering the details is more.
  • 18. Large amount of time is wasted. Information may does not reach the person properly. Some information in the existing system may not be true. Duplication of works. Up to date information is not possible. Delay in reports. Lack of accuracy.
  • 19. Since it is computerized all the necessary details can be viewed easily. Time is saved while searching. The project “inventory details” would be really helpful for the shop in all the ways. The storage and retrieval of the data are made easier. Now a day’s all departments are being computerized due to technological improvements
  • 20. Easily understandable design. Reduce timings. Minimize cost. Cool look. User friendly. With in short time to view the more details. Enables the user to get the information about activation at any time, just a click away. Facilities to have details with no errors. Reduces the possibility of incoming errors. Easy accessing and handling. Helps for updating and modifying the information in an easy way.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34. Sample Coding to Mobile App               Imports System.Data.sqlclient Public Class FrmEmployee Inherits System.Windows.Forms.Form Dim selcmd As sqlCommand Dim da As sqlDataAdapter Dim ds As New DataSet() Dim inscmd As New sqlCommand() Dim delcmd As New SqlCommand() Dim dr As SqlDataReader Dim s As String Dim rno As Integer Dim cn As New connectdatabase() Dim d As SqlDataReader Dim deptcmd As sqlCommand
  • 35. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click cn.ClearFields(Me) End Sub   Private Sub FrmEmployee_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load c = AddressOf clw cn.connect() selcmd = New SqlCommand("select * from employees", conn) da = New sqlDataAdapter() da.SelectCommand = selcmd da.Fill(ds) deptcmd = New SqlCommand("select deptno from departments", conn) Dim d As New sqlDataAdapter(deptcmd) d.Fill(ds, "departments") Dim i As Integer For i = 0 To ds.Tables("departments").Rows.Count - 1 cmbDno.Items.Add(ds.Tables("departments").Rows(i)(0)) Next rno = 0 Call fillfields(rno) End Sub
  • 36. Sub fillfields(ByVal rnum As Integer) txtEno.Text = ds.Tables(0).Rows(rnum)(0) txtEname.Text = ds.Tables(0).Rows(rnum)(1) cmbDno.Text = ds.Tables(0).Rows(rnum)(2) txtDesig.Text = ds.Tables(0).Rows(rnum)(3) cmbSecid.Text = ds.Tables(0).Rows(rnum)(4) txtAddress.Text = ds.Tables(0).Rows(rnum)(5) & "" txtPhone.Text = ds.Tables(0).Rows(rnum)(6) & "" txtFax.Text = ds.Tables(0).Rows(rnum)(7) & "" txtEmail.Text = ds.Tables(0).Rows(rnum)(8) & "" End Sub