Find Jobs
Hire Freelancers

Adding to members area

$100-300 USD

Em Andamento
Publicado há aproximadamente 18 anos

$100-300 USD

Pago na entrega
We have a secure members area on my clients website which I need some pages adding to. I have designed the look of most of the pages and just need the functionality adding to it. The site works on PHP with a MySql database. The first page is opal-quotation-request.php. 1) This page has a form on it which when completed and the next button is clicked needs to enter the information into the database into a request quote table which holds all the request quotations. The Request Quotations table does not yet exist. 2) As the member is already logged on to get into this area and for the most part, we have their address, telephone number etc these details need to appear in the fields on the form. Then if the user wants to edit these details they can, but if they are correct then they can simply leave them as they are. 3) The fields marked with a * need to have validation on them to make sure they complete them correctly. The email address needs to be the correct syntax for an email address and not just some random letters and numbers. 4) This page is part of the secure members area so if someone was to type in the url for this page it needs to direct back to the login page, unless of course they are already logged in. The code to do this is at the top of all the other existing pages. 5) When they have finished the form they will click Next. This needs to insert the data into the Request Quotations table and then take the user to the next page, opal-quotation-request2.php. 6) On this page there are 6 drop down menus. These at present are static, but we need to make them so they run off a database with all the options in it. This is so we can update them, add, edit and delete options ourselves. There will need to be another page to enable us to do this, but I will come to that later. 7) This page is part of the secure members area so if someone was to type in the url for this page it needs to direct back to the login page, unless of course they are already logged in. The code to do this is at the top of all the other existing pages. 8) When they have finished the form they will click Next. This needs to insert the data into the Request Quotations table and then take the user to the next page, opal-quotation-request3.php. 9) This page is part of the secure members area so if someone was to type in the url for this page it needs to direct back to the login page, unless of course they are already logged in. The code to do this is at the top of all the other existing pages. 10) When they have finished the form they will click Submit. This needs to insert the data into the Request Quotations table and then take the user to the thank you for your Quotation request page. Also an email needs to be sent to the administrators email address and needs to say the following. ( I will explain later about the administrators email address) You have a new Quotation Request from “username” at “Company Name”. Please check the website for details. Click here (the click here needs to link to [login to view URL] 11) This page is part of the secure members area so if someone was to type in the url for this page it needs to direct back to the login page, unless of course they are already logged in. The code to do this is at the top of all the other existing pages. The next part starts with the page opal-reseller-order.php. 1) This page has a form on it which when completed and the next button is clicked needs to enter the information into the database into a Reseller Order table which holds all the reseller orders. The Reseller Order table does not yet exist. 2) As the member is already logged on to get into this area and for the most part, we have their address, telephone number etc these details need to appear in the fields on the form. Then if the user wants to edit these details they can, but if they are correct then they can simply leave them as they are. 3) The fields marked with a * need to have validation on them to make sure they complete them correctly. The email address needs to be the correct syntax for an email address and not just some random letters and numbers. 4) This page is part of the secure members area so if someone was to type in the url for this page it needs to direct back to the login page, unless of course they are already logged in. The code to do this is at the top of all the other existing pages. 5) When they have finished the form they will click Next. This needs to insert the data into the Reseller Orders table and then take the user to the next page, opal-reseller-order2.php. 6) On this page there are 6 drop down menus. These at present are static, but we need to make them so they run off a database with all the options in it. This is so we can update them, add, edit and delete options ourselves. There will need to be another page to enable us to do this, but I will come to that later. 7) This page is part of the secure members area so if someone was to type in the url for this page it needs to direct back to the login page, unless of course they are already logged in. The code to do this is at the top of all the other existing pages. 8) When they have finished the form they will click Next. This needs to insert the data into the Resellers Order table and then take the user to the next page, opal-reseller-order3.php. 9) This page is part of the secure members area so if someone was to type in the url for this page it needs to direct back to the login page, unless of course they are already logged in. The code to do this is at the top of all the other existing pages. 10) The fields marked with a * need to have validation on them to make sure they complete them correctly. The email address needs to be the correct syntax for an email address and not just some random letters and numbers. 11) When they have finished the form they will click Submit. This needs to insert the data into the Resellers Orders table and then take the user to the thank you for your order page. Also an email needs to be sent to the administrators email address and needs to say the following. ( I will explain later about the administrators email address) You have a new Order from “username” at “Company Name”. Please check the website for details. Click here (the click here needs to link to [login to view URL] 12) This page is part of the secure members area so if someone was to type in the url for this page it needs to direct back to the login page, unless of course they are already logged in. The code to do this is at the top of all the other existing pages. These are the 2 online form pages done. The members area also has an administrators area which can be found at [login to view URL] . In this area currently we can view, set up, edit and delete users. We can also change the user name, password and email address for the administrator. The email address for the administrator is the one that I referred to earlier, the one to send the email to telling them that they had an order or quotation request. We now need to add a few sections to this. The first section is a way of viewing Quotation Requests. 1) We need a link to the View Quotations page on the first page you view when you log into the administrators area. 2) When you click this link it should have a list of all the quotation requests with the newest first. 3) For each entry in the list it should say: unique quotation id, company name, user name, date and a link to view the full details. 4) You should only show quotations in this list where all pages in the quotation form have been completed. So in other words if the user only got to page 2 of the form and abandoned it by closing the browser, then the entry should now appear in the list. The next page is the Quotation Request Details Page. So when they click on an entry in the list to see view the full details this is the page that should appear. 1) You need to first have a table which displays all the company details and user details. 2) The next table should display all the quotation information collected in the Quotation Request Forms. The second section is a way of viewing Reseller Orders. 5) We need a link to the View Orders page on the first page you view when you log into the administrators area. 6) When you click this link it should have a list of all the orders with the newest first. 7) For each entry in the list it should say: unique order id, company name, user name, date and a link to view the full details. 8) You should only show orders in this list where all pages in the order form have been completed. So in other words if the user only got to page 2 of the form and abandoned it by closing the browser, then the entry should now appear in the list. The second page is the Order Details Page. So when they click on an entry in the list to see view the full details, this is the page that should appear. 3) You need to first have a table which displays all the company details and user details. 4) The next table should display all the quotation information collected in the Order Forms. The Third section to add is a page on the administrators area where we can add, edit or delete the options in the Car Kits, GPS Solution, Tracking, Navigation, Service and Supply Only drop down menus. There needs to be a link to this page on the first page you come to when you log into the administrators area. To recap this section needs enable us to add options to a particular drop down; to be able to view and edit the options of a particular drop down menu; and also to view and delete options from a particular drop down menu.
ID do Projeto: 41282

Sobre o projeto

15 propostas
Projeto remoto
Ativo há 18 anos

Quer ganhar algum dinheiro?

Benefícios de ofertar no Freelancer

Defina seu orçamento e seu prazo
Seja pago pelo seu trabalho
Descreva sua proposta
É grátis para se inscrever e fazer ofertas em trabalhos
Concedido a:
Avatar do Usuário
hi, we can do this in good manner. regards sri
$225 USD em 8 dias
4,6 (63 avaliações)
6,5
6,5
15 freelancers estão ofertando em média $195 USD for esse trabalho
Avatar do Usuário
Hello, this would cost you more than $300,pls evise your budget range,thanx
$300 USD em 10 dias
4,4 (35 avaliações)
7,6
7,6
Avatar do Usuário
Dear sir, We offer an outstanding value added services and high degree of quality at very competitive prices. Norsol is equipped with creative designers , professional programmers and business analysts to give cutting edge to your business. We assure you 100% satisfaction real project time line and communication at your ease. *******Thanks*****Best Regards***** NOIRESOL
$200 USD em 10 dias
4,2 (28 avaliações)
6,4
6,4
Avatar do Usuário
Hi, I am an experienced programmer so I can assure you that you will get the best for your money. Your project details are more than cristal clear and requests can be completed in four days for the requested amount. We are looking forward to hear about you through PMB. Regards, Biro Carol
$140 USD em 4 dias
5,0 (13 avaliações)
5,6
5,6
Avatar do Usuário
Can start immediately and get it completed in 48 hours or less.
$150 USD em 0 dia
5,0 (25 avaliações)
5,0
5,0
Avatar do Usuário
Hi! Please check PMB
$200 USD em 5 dias
5,0 (25 avaliações)
4,9
4,9
Avatar do Usuário
Hey Guy, No Prob, I have massive experience with php/mysql/paypal and can easily build you the perfect solution.
$150 USD em 1 dia
5,0 (13 avaliações)
4,6
4,6
Avatar do Usuário
hello, i'm interested in providing solution for this. please check pmb for more details. regards,
$165 USD em 3 dias
4,4 (28 avaliações)
4,4
4,4
Avatar do Usuário
Please see PMB.
$175 USD em 2 dias
5,0 (5 avaliações)
3,4
3,4
Avatar do Usuário
Thanks, I can help with this project.
$110 USD em 7 dias
3,5 (1 avaliação)
1,4
1,4
Avatar do Usuário
we can do it plz check PMB
$230 USD em 7 dias
0,0 (0 avaliações)
0,0
0,0
Avatar do Usuário
After getting all the information from your side the site will be completed between 8 to 10 days.
$111 USD em 18 dias
0,0 (0 avaliações)
0,0
0,0
Avatar do Usuário
Quality work at affordable cost :)
$200 USD em 7 dias
0,0 (0 avaliações)
0,0
0,0
Avatar do Usuário
I have gone through your requirement and found my profile perfect and can do this for you within 7 days with challenge. I have team of 260 developers from top CMM 5 level company's working for me as a freelancer and even my team. Full technical support for the website will be provided. My rates are Feasible. I can give you guarantee for Quality, and Assurance about delivery on time. Thanks
$300 USD em 7 dias
0,0 (0 avaliações)
3,0
3,0

Sobre o cliente

Bandeira do(a) UNITED KINGDOM
Colchester, United Kingdom
4,9
521
Método de pagamento verificado
Membro desde set. 5, 2005

Verificação do Cliente

Obrigado! Te enviamos um link por e-mail para que você possa reivindicar seu crédito gratuito.
Algo deu errado ao enviar seu e-mail. Por favor, tente novamente.
Usuários Registrados Total de Trabalhos Publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Carregando pré-visualização
Permissão concedida para Geolocalização.
Sua sessão expirou e você foi desconectado. Por favor, faça login novamente.