Php sql database entry jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 php sql database entry jobs found, pricing in CAD

    I need PHP and flutter experts only Bangladeshi. Who help me to reskin this full project. Mobile app and Web.

    $205 (Avg Bid)
    $205 Avg Bid
    9 bids

    We are seeking an experienced [VA] to help us with our company tasks such as social media posts, research data entry etc... The ideal candidate should have a strong background in [LinkedIn Job posting - data entry - Google drive/sheets] The tasks are very simple, however, this will be ongoing, daily work for the foreseeable future. Must be reliable and consistent in order to be successful in this role

    $7 / hr (Avg Bid)
    $7 / hr Avg Bid
    9 bids

    I'm looking for a skilled professional to create a robust AI-driven marketing program. This project aims to optimize the marketing database, generate sales, and increase our revenue. Key requirements include: - Building an AI system for data verification to ensure high-quality, accurate information. This includes email verification, phone number verification, and address verification. - Implementing an AI program to sort and segment lists for each campaign. It should consider the following criteria: - Demographic data: Utilizing data such as age, location, gender, and income level. - Customer behavior data: Tracking and understanding customer interactions with the business, such as preferences, buying habits, and engagement. - Purchase history data: Analyzing past purcha...

    $20481 (Avg Bid)
    $20481 Avg Bid
    41 bids

    ...with any external database or backend creation. There is no login functionality. Your responsibility will be to develop an interface similar to figma and with the functions below. *Does not need to be identical to figma, but maintain logic. Link Figma: How it works: - The entire user journey is gamification. - The user chooses a project that has x days (screen 1). Then you must mark the completed days (screen 2) in the app to earn coins. - The coins are on the top bar (Fixed) and starts with 0 coins. - The number of user coins and complete days must be saved in a local sql-lite database. Summary: - Create app with Expo 50 and TypeScript; - The data must be saved in a local database. This project

    $224 (Avg Bid)
    $224 Avg Bid
    37 bids

    I'm in need of a data entry specialist who can help me migrate text data from digital files into a new system. The job includes: - Transferring content: You'll be responsible for accurately re-typing the text data from the provided digital files. This requires great attention to detail to ensure there are no errors in the migration process. - Ensuring data integrity: The text data is crucial for my project, so maintaining the original meaning and structure is key to ensure the integrity of the transferred content. Ideal candidates for this project should have: - Proven experience in data entry, especially in content migration. - Exceptional attention to detail. - Proficiency in English (or the language of the text data provided) to ensure accurate transcription. -...

    $613 (Avg Bid)
    $613 Avg Bid
    11 bids

    My WordPress website is currently displaying "Error establishing a database connection" and I can't access the admin dashboard. I need an experienced freelancer with deep expertise in WordPress troubleshooting and database issues resolution. Tasks will include: - Diagnosing the cause of the database connection issue - Fixing the problem to get the website back online - Ensuring all website features are functioning as they should post-fix I'm using a Cpanel on Godaddy for hosting. So, familiarity with Cpanel and Godaddy is a requirement for this task. Also, I'd prefer someone with immediate availability as this is a high-priority issue. Skills required: - Advanced WordPress proficiency - Strong understanding of databases - Experience with ...

    $11 / hr (Avg Bid)
    $11 / hr Avg Bid
    23 bids

    I'm seeking a developer with relevant experience in PHP scripting, Google Ads API and Windows OS to provide me with a script that will help with my Google Ads functions. This functionality entails both Keyword Planner integration and a Server-to-Server flow setup. Your tasks will be: • to integrate the Google Keyword Planner into the script, • to set up a server-to-server flow on a Windows operating system, • to ensure compatibility with PHP 8.0. Your understanding of Google Ads API for keyword planning and server interaction flow will be pivotal to this project. Prior experience with these tools will set you apart. Efficiency, accuracy, and an application that runs smoothly are key to the success of this project. Please be prepared to offer examples ...

    $33 (Avg Bid)
    $33 Avg Bid
    9 bids

    I need you to take the list of 250 companies on a google sheet and search each company online and confirm there website, then search for eaxh comoany and add the data to a google slide. Theee should be 3 cell names on the sheet Company name Website Companies house link

    $36 (Avg Bid)
    $36 Avg Bid
    35 bids
    PHP website 6 days left
    VERIFIED

    I need a PHP website developed, with specific functionalities catering to a particular audience. I'm looking for a skilled PHP developer to create a website for me. While the exact purpose of the website is yet to be determined, I'd like it to be versatile and user-friendly. Ideal skills and experience for this project would include: - Proficiency in PHP, HTML, CSS, and JavaScript - Experience in designing and developing user-friendly websites - Ability to create dynamic and interactive web pages - Understanding of various web security issues and how to prevent them While the target audience is not specified yet, the website should be designed with a potential business audience in mind. This means a professional look and feel, and functionalities that mig...

    $194 (Avg Bid)
    $194 Avg Bid
    26 bids

    Seeking a developer with experience in C# and SQL for a predictive artificial intelligence project. Your role will involve developing a model to predict user behavior on a vending machine, utilizing data stored in SQL Server. Proficiency in artificial intelligence is required. Please don't send a bid to later try to increase it. Will be declined.

    $833 (Avg Bid)
    $833 Avg Bid
    41 bids
    Web research VA 6 days left
    VERIFIED

    I need a comprehensive spreadsheet created that will contain the match results and contestant statistics for the Survivor Greece television program episodes that aired in the years 2019, ...Requirements: - The data should be presented in a tabular format. - The matches results should be included. - the results of the matches should be presented in order for each day. - Contestant statistics such as wins, losses, eliminations, and other relevant information should also be covered. - Please ensure that the data from each year is kept separate. Key Skills & Experience: - Proficiency in data entry and organization, with a keen eye for detail. - Experience with creating spreadsheets in a tabular format. - Understanding of reality television or competitive show formats is a plus but ...

    $4 / hr (Avg Bid)
    $4 / hr Avg Bid
    12 bids

    I'm in search of a proficient Excel Macro programmer who can automate data entry tasks with emphasis on numeric data. The ideal candidate would deliver a macro that inputs numbers into Excel and uses "if, then else" logic to perform specific tasks. Essential skills include: - Extensive experience with Excel Macros - Solid understanding of data entry automation - Proficiency in working with numeric data - Good grasp on logical functions especially if, then else Your primary function will involve interpreting requirements and programming the macro to swiftly and accurately complete data entry tasks. Please ensure your portfolio showcases relevant work.

    $150 (Avg Bid)
    $150 Avg Bid
    49 bids

    Stepping Back Through Data I have a table of orders, lets say. I'm trying to find all the "Completed" orders, and then step back through other "Cancelled" orders for the same Customer, that were created within 72 hours. The trick is, I want to keep stepping back until I don't find anymore orders (the 72 hour window will now be based on the last order found). Also, the logic should stop if it finds another "Completed" order for the same customer. I've included a test table and data, as well as an expected output. CREATE TABLE #Order ( OrderID int, CustomerID int, OrderDate datetime, OrderStatus varchar(25) ) INSERT INTO #Order VALUES (1, 1, '02/15/2024 07:00 AM', 'Cancelled') INSERT...

    $31 (Avg Bid)
    $31 Avg Bid
    15 bids

    I'm Looking for data entry and lead generation expert to collect some leads for my construction company. My industry is metal based. I need USA Construction companies Decision makers leads. thank you

    $15 / hr (Avg Bid)
    $15 / hr Avg Bid
    44 bids

    I need a talented SQL developer to create a stored procedure that will automate the process of marking certain items as 'picked up' in our Microsoft SQL Server database. This script should essentially replicate the functionality of our existing Windows application, performing the necessary changes in the database to reflect this status. Key Requirements: - Strong command of SQL and experience in Microsoft SQL Server is essential. - Familiarity with Windows application development is a plus, as this script should mirror the behavior of our existing front-end tool. - Previous experience in creating SQL stored procedures for automating database actions is highly preferred. - Attention to detail and the ability to trace SQL...

    $194 (Avg Bid)
    $194 Avg Bid
    47 bids

    I have an online database searching service and I'm looking to upgrade its current features and introduce some new ones. Key Features to Add: - Advanced Search Options: I'm interested in building on my current search function to offer more refined search capabilities. - Scraping: I'm looking to add a data scraping capability to my service. This will involve extracting data from various websites and integrating it into my existing database. - AI Data Analysis: I'd like to incorporate AI data analysis functionality into my service. Specifically, I'm interested in pattern recognition and data clustering. Other Enhancements: - Batch Searching: I need to implement a batch search functionality. - Additional Database Integration: I'm interes...

    $27 / hr (Avg Bid)
    $27 / hr Avg Bid
    44 bids

    I'm in search of a skilled PHP Laravel developer based in Dhanbad, Jharkhand, for a full-time role. The chosen candidate will be instrumental in the creation of a new website. Key Responsibilities: - Front-end Development: A strong foundation in front-end development is crucial for this role. You need to be able to create intuitive and responsive user interfaces. - Back-end Development: Proficiency in Laravel, a popular PHP framework, is essential to build a robust back-end for the website. - Database Management: Your expertise in managing databases will be pivotal in ensuring the site operates seamlessly. The primary focus of the project is: - Building a new website: You will be responsible for developing a new website from scratch. Your ability to translate de...

    $420 (Avg Bid)
    $420 Avg Bid
    17 bids

    ...final product should be a clean, sleek, and easy-to-navigate website, reflecting the minimalistic style while providing exceptional user experience. My expectation is for a thorough, detailed-oriented professional who can capture my vision and translate it into a fully functional portfolio site. Things to be done Load an API data into on premise SQL server database Client will do some data calcution The new data will be available in the database and needs to be show in website with some base UI. Project involves show some other API data on the website as well Need not have a lot of experience in UI design but need experience showing data into a page. Website would look like this --- Odds data should be displayed like this show in the page. Along

    $469 (Avg Bid)
    $469 Avg Bid
    194 bids

    I'm seeking a proficient developer to build a user authentication and authorization system using JS, Node.js, and MySQL. The core function of this project will be role-based access control. Key Features:...meetings or appointments." 6. • Separate campaign-specific email addresses should be created for internal stakeholders and program managers. Trigger emails can then be sent to the relevant address based on the campaign. • I have a list of ASM email addresses from a Company. I'd like to trigger emails to each of the ASMs on the list. (Campaign wise)" 8. Download Reports: • Include Camp Details Entry Date: This option focuses on the purpose of having the date - to track when the camp details were entered. • To select Date Range • To ...

    $181 (Avg Bid)
    $181 Avg Bid
    31 bids

    I have a PDF document that I need retyped into an Excel file. The PDF consists of a total of 10000 pages with data organized in 4 columns. I'm looking for...that I need retyped into an Excel file. The PDF consists of a total of 10000 pages with data organized in 4 columns. I'm looking for an experienced multiple freelancer who can accurately retype the data from the PDF into an Excel spreadsheet as plain text. Key requirements: - Retyping the content of a large PDF file into Excel - Data organization into 4 columns - Ensuring high accuracy in data entry See the attached file and google sheet link I will give 500 pages first if we meet rate and deadline.

    $3 / hr (Avg Bid)
    $3 / hr Avg Bid
    180 bids

    I need a diligent individual to assist with meticulous data entry into less than 25 tables and slides. The data to be entered is a combination of text and numerical data which I will send. Ideal freelancer will have: - Proficiency in data entry with strong attention to detail - Proficient use of PowerPoint Your primary task will be to enter data and headings into already-created table/slide templates. Typical table will have three columns and 3-5 rows. See attached examples. Successful completion of this task requires precision and accuracy to ensure the information is captured correctly.

    $133 (Avg Bid)
    $133 Avg Bid
    102 bids

    I am looking for an experienced developer to help me create a minimalistic PHP web app that can perform a few key actions - user registration, send email notifications and generate reports. Key Requirements: - User Registration: The app should have a simple user registration system. - Email Notifications: It should also be able to send email notifications to users. - Report Generation: The app needs to have the capability to generate reports. I'd like to gauge the freelancers' skills and competence based on their past work, so please include examples of your previous projects in your application. Ideal Skills and Experience: - Strong PHP development skills - Experience in creating user registration systems and handling email notifications - Familiarity with repor...

    $226 (Avg Bid)
    $226 Avg Bid
    106 bids

    ...noticeable delays during actions that involve fetching data from the MongoDB database, significantly impacting the user experience. I'm seeking a skilled developer who can help me address these performance issues. Key Tasks Include: - Investigating and identifying the root cause of the slowdown when fetching data from MongoDB - Implementing optimizations and solutions to improve the performance of the server actions, particularly those related to database interactions - Testing and validating the improvements before deployment to ensure they effectively address the issue without causing any unintended consequences Ideal Freelancer: - Proficient in and MongoDB - Experienced in optimizing server actions and database interactions for performance - Familiar wi...

    $101 (Avg Bid)
    $101 Avg Bid
    30 bids

    I'm looking for a skilled professional to create a comprehensive database ( 10,000 to 20,000) of Non-Resident Indians (NRI) working and/or residing in foreign countries like USA, UK, SIngapore, Canada, Australia, Dubai. Their age group may be between 22 years to 42 database will be used for marketing and promotions for my existing business. Key Elements Needed: - Name - Email - Mobile - Company Name (if available) - Country of Residence or Work Data Collection Methods: - Online Surveys - Social Media Platforms - Public Records Skills and Experience Needed: - Experience in data collection and database creation - Proficiency in using online survey tools - Familiarity with social media data mining - Ability to identify and use relevant public records - Attention ...

    $417 (Avg Bid)
    $417 Avg Bid
    6 bids

    I'm in need of an experienced PHP developer who can perform a thorough inspection and subsequent modification of my web application. Here is what the project will entail: - **Design Modification:** The application's design needs some tweaking to achieve the desired look and functionality. If you had prior experience with UI/UX, it would be fantastic. - **Functionality Enhancements:** Some parts of the app aren’t functioning the way they should, therefore need some enhancements to improve usability and the overall user experience. Ideal candidates should have a profound understanding of PHP, as the code is written in this language. Prior experience in working with web application optimization, user interface design, and functionality improvements would be be...

    $56 (Avg Bid)
    $56 Avg Bid
    8 bids

    I need a freelancer to meticulously copy and paste data from PDF documents into a Word document. This is a simple data entry task but accuracy and attention to detail are crucial. Ideal Skills and Experience: - Strong proficiency in both PDF documents and Word documents - Excellent typing skills and attention to detail - Prior experience in data entry - Comfortable with repetitive tasks - Time management skills to ensure timely completion of the project

    $14 / hr (Avg Bid)
    $14 / hr Avg Bid
    146 bids

    I am in need of a data entry specialist to input data from PDF files. Key Responsibilities: - Transferring information from PDF documents into a specified format - Ensuring accurate and efficient data entry - Handling a large amount of data in a timely manner Ideal Candidate Should Possess: - Demonstrated experience in data entry, particularly with PDF files - Proficiency in data management and organization - Attention to detail and accuracy is key Previous experience in handling a large volume of data entry from PDF files will be highly regarded. This is a great opportunity for someone who is detail-oriented and is looking for a data entry project.

    $14 / hr (Avg Bid)
    $14 / hr Avg Bid
    52 bids

    I am looking for a skilled data entry specialist to handle a mix of numerical and textual data. The data will be provided in digital format, so proficiency in Excel and Word is crucial. Key Responsibilities: - Accurate and efficient data entry for both numerical and textual data - Ensuring data integrity and upholding confidentiality standards - Potential for basic or advanced data analysis (e.g., sorting, summing, statistical analysis, trend analysis) - depending on your skills and experience. Ideal Skills: - Strong attention to detail - Proficiency in Excel and Word - Ability to handle mixed data types - Data analysis skills (for those interested in advanced analysis) Previous experience in a similar role would be highly advantageous.

    $14 / hr (Avg Bid)
    $14 / hr Avg Bid
    40 bids

    I'm in need of a skilled developer who can help me create an online system to replace the use of Excel sheets for data storage and calculations. The system will need to have: - Data Entry and Storage: It should be able to handle both numerical and textual data effectively and efficiently. - Automated Calculations: The system should be designed to automatically handle basic calculations such as summations and subtractions. To ensure the system is user-friendly and can handle our basic data management needs, you must have a solid understanding of relational databases and be proficient in web application development. Experience in designing systems with automated calculations is a big plus. A keen eye for user experience and the ability to follow design guidelines is also appre...

    $1561 (Avg Bid)
    $1561 Avg Bid
    57 bids

    I need an experienced data entry specialist to input an extensive amount of text data. This project will involve: - Entering over 500 records of text data efficiently - Ensuring 100% accuracy in data entry, as this is of utmost importance Comprehensive attention to detail, past experience with large volumes of data, and proven accuracy in data entry are essential skills needed. All work will be cross-checked for precision.

    $26 / hr (Avg Bid)
    $26 / hr Avg Bid
    71 bids
    Survivor Greece Match Results 6 days left
    VERIFIED

    I need a comprehensive spreadsheet created that will contain the match results and contestant statistics for the Survivor Greece television program episodes that aired in the years 2019, ...Requirements: - The data should be presented in a tabular format. - The matches results should be included. - the results of the matches should be presented in order for each day. - Contestant statistics such as wins, losses, eliminations, and other relevant information should also be covered. - Please ensure that the data from each year is kept separate. Key Skills & Experience: - Proficiency in data entry and organization, with a keen eye for detail. - Experience with creating spreadsheets in a tabular format. - Understanding of reality television or competitive show formats is a plus but ...

    $144 (Avg Bid)
    $144 Avg Bid
    37 bids

    I'm looking for a skilled and experienced developer to help update and optimize our existing app for our business. Contact Number 7999978O355 Key Goals: - Optimize the performance of our current app - Maintain its high standard of quality and usability Ideal Skills and Experience: - Proven experience in PHP and/or Android development - Ability to effectively optimize app performance - Understanding of business app requirements and best practices For this project, the primary focus will be on performance enhancement. This will require a diligent and detail-oriented approach to ensure that the app continues to work seamlessly for our customers. The successful candidate will not only have a strong technical background but also an ability to understand and work within an existi...

    $109 (Avg Bid)
    $109 Avg Bid
    15 bids

    I need a diligent individual who can assist with a critical data entry task. This job requires pinpoint accuracy and being meticulous in handling alphanumeric data. The data, which will be extracted from PDF documents, will then need to be organized and written up in a document. Key responsibilities and skills include: - Expertise in data entry, specifically with alphanumeric data - Proficient in handling PDF documents - Can accurately transcribe data into a document - Attention to detail to ensure all data are captured as needed - Strong organization skills to ensure the final document is clean and easy to comprehend Experience in a similar undertaking will prove advantageous. Please provide examples of any relevant work done in the past. The task is time-sensitive, and a...

    $562 (Avg Bid)
    $562 Avg Bid
    79 bids
    Entry-Level Developer Wanted 6 days left
    VERIFIED

    I am in need of an entry level developer who are able to cooperate with me for a long time in the future. I prefer US residents. Best regards

    $246 (Avg Bid)
    $246 Avg Bid
    85 bids

    Hello freelancers, I am seeking someone with a keen eye for detail who can assist me in entering a large amount of numeric data into a database. Here's what the ideal candidate would bring to the table: - Expertise in data entry, particularly with a focus on numeric data. - Proficiency with databases; experience with both creating and updating entries is necessary. - Demonstrated ability to manage large datasets, as the volume of data for this project is over 1000 entries. - Strong analytical skills with a propensity for accuracy. Your task will involve accurately capturing the numeric data and ensuring its successful entry into our database system. The success of this project is reliant on not just swiftly completing the task, but maintaining a high leve...

    $14 / hr (Avg Bid)
    $14 / hr Avg Bid
    33 bids

    ANYONE ENTERING AN AI GENERTED ENTRY WILL BE WASTING BOTH OF OUR TIME AND WILL BE REPORTED- ANY ENTRY WITH LESS THAN 6 IMAGES WILLBE REJECTED., I am looking for a talented illustrator to create eye-catching VECTOR cartoons and infographics for a pre agreed story board. The Story board is explaining a complex biological process - using the metaphor that the body is a large and complex factory. Your Task will be to take six scenes form the story board and illustrate them in line with the mood board attached. The winner of the project will then be invited to produce the rest of the assets over the next couple of weeks. For a further £1500. Key Responsibilities: - Develop engaging, VECTOR based illustration of the attached story board, inspired by the mood board. ...

    $342 (Avg Bid)
    Guaranteed Sealed Top Contest NDA
    $342
    118 entries

    Hi, I am looking for a person to do a data entry job. I will provide a group of 80 files. The job comprises of 3 tasks : For each file: 1. Replace the logo 2. Replace text 3. Create prompt for the text, copy paste from chatgpt Finish!

    $15 / hr (Avg Bid)
    $15 / hr Avg Bid
    59 bids

    I've run across an issue in my WordPress / WooCommerce site that I'm not sure how to fix. I keep getting the error: "WordPress database error Commands out of sync; you can't run this...". This error is not related to specific actions or queries on my site. It's clear I require someone skilled in problem-solving and debugging with: • Extensive WordPress and WooCommerce experience • Clear understanding of WP databases and commands • Proven ability to address and correct site errors Please, I need this problem solved urgently. Your expertise and prompt attention to this will be greatly appreciated.

    $53 (Avg Bid)
    $53 Avg Bid
    87 bids

    ...proficient in Websocket and SQL, who can help me with an automation project. Key requirements: - Profound knowledge in Python, including advanced topics and best practices. - Strong understanding of Websocket and SQL. - Experience in automation tasks would be highly beneficial. - Ability to adapt to different mentoring methods, such as video calls, live chat, or in-person sessions. Your tasks: - Mentor me through the automation project, providing guidance and support. - Help me understand and implement Python, Websocket, and SQL concepts effectively. - Adapt to my preferred session mode, whether it be video calls, live chat. Ideal skills and experience: - Proven expertise in Python, particularly in automation applications. - Experience working with Websocket and...

    $29 / hr (Avg Bid)
    $29 / hr Avg Bid
    79 bids

    Looking for experienced computer programmers skilled in Python for a web development project. Skills and Experience Required: - Proficiency in Python programming language - Strong knowledge of web development concepts and frameworks - Ex...web development project. Skills and Experience Required: - Proficiency in Python programming language - Strong knowledge of web development concepts and frameworks - Experience in building and maintaining web applications - Familiarity with front-end and back-end development - Ability to implement responsive design and ensure cross-browser compatibility - Good understanding of database management systems and SQL - Knowledge of version control systems and agile development methodologies Timeline: The project is expected to be completed ...

    $107 (Avg Bid)
    $107 Avg Bid
    13 bids

    I need a Python expert to scrape tabular data from a series of PDFs and store it in a database. Ideal Skills and Experience: - Proficiency in Python. - Strong experience in web scraping with PDFs. - Familiarity with database management. The PDFs are consistent in format and all contain tables. The scraped data needs to be stored in a database.

    $36 (Avg Bid)
    $36 Avg Bid
    31 bids

    As a project manager, I am seeking a dynamic freelancer well-versed in extracting text data from digital docume...from digital documents and inputting it into a specific software application. Key Responsibilities: - Accurate extraction of text data from digital documents - Seamless data entry into pre-designated software application Ideal Skill Set: - Proven experience with data entry tasks - Proficiency in the use of software applications for data entry - Attention to detail and high levels of accuracy - Familiarity with handling digital documents This task requires not only speed but also accuracy, and a strong understanding of the software application where the data will be entered. Looking forward to working with data entry specialists who are rigorous, ...

    $30 / hr (Avg Bid)
    $30 / hr Avg Bid
    75 bids

    I'm in need of an experienced developer who's well-versed in ASP.NET and VB.NET. The project involves the event pages i need where user can login and acess the event throught calender with s...throught calender with specific functionality.. i will share feature to slected one ... Ideal Skills and Experience: - Proficiency in ASP.NET & VB.NET is a must, with a proven track record of projects involving user authentication and database integration. - Strong understanding of SQL Server databases and how to effectively integrate them into a .NET environment. - Experience in implementing user authentication systems that cater to both roles and individual accounts. This project requires a developer who can deliver secure and efficient user authentication and dat...

    $61 - $142
    Sealed
    $61 - $142
    14 bids

    I'm in sea...of a proficient freelancer with excellent data entry skills. The task at hand involves taking text data from digital files and formatting it into Word documents. Key Requirements: - Data Entry Skills: You should be comfortable with the task of transferring data from one source to another accurately and efficiently. - Prior Experience: Experience in data entry work is desirable. This will ensure you can understand and execute the task efficiently. - Familiarity with Word: Working knowledge of Word is essential for formatting the data correctly. This project requires meticulous attention to detail. The ideal candidate must have a keen eye for accuracy and a systematic approach to their work. If you have a history of timely, accurate data entry...

    $25 (Avg Bid)
    $25 Avg Bid
    184 bids
    Excel Data Entry 6 days left
    VERIFIED

    I'm in need of an experienced data entry specialist to input text-based data from typed documents into an Excel spreadsheet. I have a series of typed documents that need to be transferred into Excel. The data consists entirely of text, with no specific formatting required. It's important that the freelancer pays close attention to detail in order to ensure the accuracy of the data entry. Ideal Skills and Experience: - Proficiency in Microsoft Excel - Strong attention to detail - Previous experience in data entry - Time management skills to meet deadlines - Ability to do research - Fluency in English

    $16 (Avg Bid)
    $16 Avg Bid
    99 bids

    I require a skilled freelancer with experience in Amazon Web Services (AWS). We have a an ERP Developed on Laravel which is currently on a On-Premise Windows Server. We would like to move the application to AWS using a windows OS and SQL Server Database. Please guide as to which option would be better. The selected freelancer would have to set up a Windows operating system. Skills and Experience Required: - Proficiency in AWS, - Demonstrated experience deploying Please ensure to include examples of your previous AWS work in your bid. Your ability to efficiently handle tasks in the AWS environment is paramount for this project.

    $126 (Avg Bid)
    $126 Avg Bid
    28 bids

    I'm in search of an experienced data entry specialist to assist in filling out more than 200 online forms. Key Responsibilities: - Filling out online forms with accuracy and efficiency. - Ensuring that all fields are correctly and completely filled out. Ideal Skills: - Proficiency in data entry and online form filling. - Attention to detail to ensure accuracy. - Excellent time management skills to handle a large volume of forms. - Experience in completing similar tasks will be a plus. Looking for someone who can deliver quality work within an agreed timeline. Please provide any relevant experience or examples of similar projects you have completed.

    $89 (Avg Bid)
    $89 Avg Bid
    42 bids

    I'm in need of a skilled developer with a strong background in PHP, particularly in backend development. The project involves creating a simple e-commerce website with less than 5 pages. This site will function as an online store, primarily focused on selling products or services. Ideal skills and experience: - Proficiency in PHP - Experience in backend development - Previous work in e-commerce websites - Understanding of user registration and login systems - Knowledge of database integration

    $101 (Avg Bid)
    $101 Avg Bid
    44 bids

    I need to configure my Postgres database software to authenticate users with local Active Directory (AD) credentials. Key Requirements: - Authentication: Set up the database to authenticate users with their local AD credentials. This is crucial for security and access control. - Seamless Integration: Ensure that the connection between the database and the AD server is seamless and reliable. - User Management: The system should allow for easy management of user privileges, ensuring that the right people have the right levels of access. Ideal Skills and Experience: - Experience with Postgres: You should have a strong background in working with Postgres, particularly in a configuration and security context. - AD Integration: A deep understanding of Active Directory ...

    $16 (Avg Bid)
    $16 Avg Bid
    1 bids

    I'm currently in need of a devoted recruitment agent, who excels in exploring and securing permanent staffing solutions. Specifically, the successful recruit would cater to the manufacturing industry and focus essentially on finding competent entry-level candidates. Skills and experience desired for the project: - Extensive experience in the Manufacturing sector recruitment - Proficiency in developing a recruiting strategy for entry-level professionals - Strong communication, negotiation, and decision-making skills - Familiarity with applicant tracking systems and other recruitment technology - Well-versed in employment law and HR best practices

    $25 / hr (Avg Bid)
    $25 / hr Avg Bid
    12 bids