Html php website admin template jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 html php website admin template jobs found, pricing in USD

    I'm in need of a skilled server administrator to manage my Linux server dedicated to web hosting. After moving to Dedicated Server AMD Ryzen 9 we have seen that the server goes down so often and we have to restart it. Key Responsibilities: - Ensure the server is running efficiently and troubleshoot any issues that arise - Manage and maintain the server's security, including setting up a firewall, implementing malware protection, and installing SSL certificates - Monitor server performance and make recommendations for improvements Ideal Skills and Experience: - Proficient in Linux server administration - Experience with web hosting servers - In-depth knowledge of server security measures, including firewall setup, malware protection, and SSL certificate installation - Proven ab...

    $139 (Avg Bid)
    $139 Avg Bid
    27 bids

    Creation of the graphic template in figma for an app that we will make on Flutter, with attractive and modern graphics as per the attached document

    $323 (Avg Bid)
    $323 Avg Bid
    1 bids

    I need a Content Lesson Overview Template designed in Indesign, ideal for marketing purposes. The template should cover up to 5 pages at most. The requirement missed specific sections to be included, giving you more creative freedom in organizing the template. Experience with designing educational material will be a plus. Your expertise should include: - Adobe Indesign proficiency - Knowledge in designing marketing material - Capability to work with minimal guidance Your objective would be to create an attractive yet informative content lesson overview template.

    $22 (Avg Bid)
    $22 Avg Bid
    29 bids

    i have this one : Thats What i want : 1- Custom Referer(Header) for m3u8 links ; Thats All. This app OXOO written with JAVA. Text me IF you can dothis job.

    $18 (Avg Bid)
    $18 Avg Bid
    7 bids

    New website to be made identical to my existing website The Most important thing-: I will NOT provide the hosting details as my current website is giving lots of problems. You need to make it at your URL and then once I am satisfied, I will then give your user and password of the Hosting. You need to develop the site from the scracth at your own URL. The new website you will make should be absolutely identical (in all respects) as , with Points 1, 2 and 3 mentioned below to be changed. Everything else remains the same. Following changes needs to be done-: 1. Banner to be changed (I will provide the image for banner). Text under banner to be of small size. 2. The website layout should be box shaped (compact)... refer this link-:

    $42 (Avg Bid)
    $42 Avg Bid
    19 bids

    I'm in need of a capable freelancer who can handle a mix of research and administrative tasks. Specifically, I'll need support in the following areas: - **Research:** - Conducting market trend analysis to help me stay updated with the latest developments in my industry. - Performing competitor analysis to help me understand and respond effectively to our competitive landscape. - **Administrative Tasks:** - You'll be required to support me with a variety of administrative tasks. The specifics will be shared with you during our interaction. Ideally, I'm looking for someone who is organized, detail-oriented, and skilled in both research and administrative tasks. Your ability to work independently, meet deadlines, and provide high-quality work will be crucial...

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

    II'm in need of a skilled developer to build a PHP, HTML, and CSS based public grievance web-based project for me. This project will include: - Complaint Handling System: This system should be capable of receiving, processing, and resolving complaints from users. It should categorize complaints based on their types and departments. - Sentiments Analysis Graph: An integral part of this project is the sentiments analysis graph. The graph should be designed as a bar chart, displaying the overall sentiment of the received complaints. - Department Categorization: Complaints should be automatically routed to the relevant department based on their nature. Ideal candidates for this project should have: - Proficiency in PHP, HTML, and CSS - Experience in building ...

    $24 (Avg Bid)
    $24 Avg Bid
    11 bids

    New website to be made identical to my existing website The Most important thing-: I will NOT provide the hosting details as my current website is giving lots of problems. You need to make it at your URL and then once I am satisfied, I will then give your user and password of the Hosting. You need to develop the site from the scracth at your own URL. The new website you will make should be absolutely identical (in all respects) as , with Points 1, 2 and 3 mentioned below to be changed. Everything else remains the same. Following changes needs to be done-: 1. Banner to be changed (I will provide the image for banner). Text under banner to be of small size. 2. The website layout should be box shaped (compact)... refer this link-:

    $52 (Avg Bid)
    $52 Avg Bid
    17 bids
    Edit webapps PHP/mysql 6 days left
    VERIFIED

    Hi, I'm looking somone to edit my websoftware developped in php/mysql : Add : - field to attach a file per client - add a superadmin - add account expiration date - email notification -Link vehicles by API with our geolocation system

    $24 (Avg Bid)
    $24 Avg Bid
    27 bids

    I need a proficient PHP coder who can write a script for me that will print images (in JPEG format) and QR codes on a thermal printer. The images are our company logo and the QR codes are meant for conducting reviews. This PHP script will be used online on a cloud platform. Ideal skills for this job are: • Strong expertise in PHP • Familiarity with JPEG images and QR codes • Experience in creating scripts for printing needs, specifically on thermal printers • Understanding of cloud platform workings. Your primary task will be the creation of a script that can accurately print images and QR codes on our thermal printer, effectively facilitating bill printing for our operations. Deliver a clean, efficient code that can be effortlessly integrated a...

    $15 (Avg Bid)
    $15 Avg Bid
    2 bids

    I am in need of a skilled graphic designer to create a unique, professionally sound template for my weekly sustainability-themed LinkedIn quotes. The design should: - Reflect an inspiring and professional feel - Be grounded in a minimalistic, modern, and elegant style - Incorporate earth toned colors (greens, browns) - Include space for a personal photo, name, title, and other necessary elements - Accommodate one paragraph of text per quote Experience designing for social media and sustainability fields is a plus. Mastery of using visual designing tools and a keen sense of modern aesthetics are essential. Drafts and open collaboration are welcomed.

    $27 (Avg Bid)
    $27 Avg Bid
    40 bids

    We are in search of an innovative Virtual Assistant who can assist us in managing job postings and messaging on LinkedIn. Your role will be vital in helping us with daily job post and messaging. Key Responsibilities: - Job Posting: You will be tasked with ensuring our job posts are accurately displayed on LinkedIn, targeting potential candidates. - Messaging: Crafting and sending out one time messages to applicants Requirements: - No prior experience in specific industries is needed, anyone can apply for this role especially those who are starting out as freelancers. This position is crucial for maintaining our professional presence on LinkedIn and potentially expanding our network. If you're proactive, organized, and have a knack for networking, I'd love to hear from you.

    $5 / hr (Avg Bid)
    $5 / hr Avg Bid
    69 bids
    social media app 6 days left

    ...grouping, and filtering based on certain criteria. Current Function: Here’s the function that handles the retrieval of user chats: javascript Copy code const userChatList = async (userId, page, language) => { try { const user = await (userId); if (!user) { throw 'User not found'; } const pageNb = parseInt(page) || 1; let limit = 10; if (['affiliate', 'admin'].includes()) { limit = 20; } if (pageNb < 1) { throw 'Invalid page'; } const startIndex = (pageNb - 1) * limit; let matchLanguage = {}; if (language) { matchLanguage = { $or: [ { '': language }, { '': language }, ], }; } cons...

    $21 / hr (Avg Bid)
    $21 / hr Avg Bid
    38 bids

    Hi, I am looking for a developer strong in HTML and Java script. I need interactive HTML pages with sound and navigations.

    $77 (Avg Bid)
    $77 Avg Bid
    42 bids

    Please Design me a tear drop flag for this template.

    $13 (Avg Bid)
    $13 Avg Bid
    1 bids

    I'm currently experiencing some technical problems with my PHP website. Though it functions smoothly on localhost via XAMPP, errors arise upon moving it to our server on HostGator. The desired candidate for this job has the following abilities: - Extensive knowledge in PHP and server-handling, preferably with HostGator - Experience with troubleshooting and resolving website issues - Capable of fixing server-related issues Typical problems we're facing include: - Site not functioning correctly on the server despite proper local host operation - Error messages - Performance issues This troubleshooting requires someone who can detect and fix issues from server-end to user interface. Prior experience with cases similar to ours will be a plus. Applican...

    $12 (Avg Bid)
    $12 Avg Bid
    16 bids

    ...karega. 3. Aur wo submission ek post ki tarah publish hoga website main, aur user ke account main bhi show hoga. (iss se yai pata chalega ke user ne kya kya service hame order kiya hai) 4. Jab customer post submit karega, toh usme ek dropdown option hoga, usme sare employee ka list aayega drop down main. User ne jis employee ko choose kiya hai, uss employee ko wo post assign ho jayega, aur uss employee ke dashboard main show karega. 5. Iss se yai pata chalega ke employee ko total kitna project assign hua hai, aur employee bhi login karke, aapne dashboard se, usko jitna project assign hua hai wo ek ek complete kar dega. Aur bhi chota mota kuch automations karna hai, jaise ki post submit hote hi notification jayega, employee ko aur admin ko. Ya fir agar user pehele se hi ha...

    $104 (Avg Bid)
    $104 Avg Bid
    22 bids

    I'm in need of a proficient Microsoft power apps developer to create a simple yet functional staff scheduling tracker. The scheduling is related to a consulting business. This invo...chargeability, overall available time, chargeability (calculated as total hours poste on a chargeable job dived by working hours available in the period – excluding holiday) [OPTIONAL] User access management: -Admin role: full access - job owner: full access to a set of job views (could perform data entry) - job viewer: access to a set of job view in read mode - advanced viewer: access to overview dashboard - I prefer a design that is simple and minimalistic, focusing more on functionality and easy user experience - Required skills: Proficiency in Microsoft power apps - I will provide a s...

    $190 (Avg Bid)
    $190 Avg Bid
    12 bids

    Looking for a video editor/automation expert to assist in building a video template to replace a section of a scene with a custom image This can either be in code or via some other tool Start your bid with "video template" or it will be ignored

    $87 (Avg Bid)
    $87 Avg Bid
    49 bids
    PHP bug fixes 9 days left

    Looking for a very expereinced php devleoepr for multiple bug fixes

    $5 / hr (Avg Bid)
    $5 / hr Avg Bid
    1 bids

    start with a backend laravel project, with html frontend readed and admin dashboad template i will do it, create slowly and i learn it i cannot pay much.. i can work only usd 3 hours... using anydesk... so you can start your career in freelancer with my review 5 stars every usd 15 (every 5 hours ) as a single project .. in return of teach me in low budget Type 332 prove u read my message or else all rejected with out say hi to u this work is permenent, if you suddenly get a high salary job and disappear then please dont take this job sir, thanks using github as well work immediately

    $5 / hr (Avg Bid)
    $5 / hr Avg Bid
    31 bids

    Hi Joyanta B., i need a deisgn done for a 6 by 3m gazebo done asap. please see template and logo attached. Please include Website link on the lower section of the gazebo. link is

    $39 (Avg Bid)
    $39 Avg Bid
    1 bids

    ...create a professional website for my escort business. The primary goal of this website is to serve as a platform for users to find escorts and for escorts to promote their services. Key features that should be integrated into the site include: - User Registration and Profiles: Each user, both escorts and clients, should have a unique profile where they can manage their information, preferences, and bookings. - Payment Gateway Integration: The website should have a secure payment system that supports different payment methods to facilitate transactions between escorts and clients. - Advertisement System: I would like a system where both paid and free ads can be posted. - Admin Panel: An easy-to-use and comprehensive admin panel is essential for me to...

    $128 (Avg Bid)
    $128 Avg Bid
    17 bids

    I acquired a PHP script from Codecanyon and seek a skilled developer to enhance its capabilities. The primary tasks involve implementing robust data validation mechanisms and integrating a specific condition for the calculator functionality. Project Requirements: Data Validation: Strengthen the script's data validation process to ensure accuracy and security in handling user inputs. Calculator Functionality Enhancement: Customize the existing calculator feature to include a specific condition, optimizing its performance and usability.

    $10 (Avg Bid)
    $10 Avg Bid
    6 bids

    I will be choosing someone one hour from now. Answer me this questions: Are you available immediately? We have a demo tomorrow 9am EST What is your experience with PHP? What AI tools do you use to make your devleopment faster? Are you comfortable working hourly?

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

    I am in need of an experienced Laravel expert who can upgrade a food delivery PHP script, consisting of Laravel + React PWA Apps, from Laravel 5.8 to 6.20.44. This is a Codecanyon PHP Script that I have already purchased. - No feature changes are needed within the upgrade process. - Skills needed include Laravel, PHP, React and PWA Apps knowledge. - Hands-on experience in upgrading Laravel projects would be an added advantage. It is essential that you understand the intricacies of both versions to ensure the upgrade is seamless, with no bugs or errors. Prior experience with food delivery scripts will be highly regarded.

    $169 (Avg Bid)
    $169 Avg Bid
    55 bids

    I am looking for a professional who can help me deploy an admin panel to Firebase, specifically focused on user management. Key Requirements: - Deployment: You'll be responsible for deploying the admin panel to Firebase, ensuring it functions correctly. - Firebase Expertise: Comprehensive knowledge of Firebase is necessary for successful deployment. - User Management: The primary function of the admin panel is user management. You should be able to ensure smooth and effective user management features. - Authentication: Experience with various authentication methods within Firebase would be a plus. The admin panel should ideally include secure authentication features. Ideal Skills & Experience: - Proficient knowledge of Firebase, with a history of succ...

    $144 (Avg Bid)
    $144 Avg Bid
    35 bids

    I am looking for a professional who can help me deploy an admin panel to Firebase, specifically focused on user management. Key Requirements: - Deployment: You'll be responsible for deploying the admin panel to Firebase, ensuring it functions correctly. - Firebase Expertise: Comprehensive knowledge of Firebase is necessary for successful deployment. - User Management: The primary function of the admin panel is user management. You should be able to ensure smooth and effective user management features. - Authentication: Experience with various authentication methods within Firebase would be a plus. The admin panel should ideally include secure authentication features. Ideal Skills & Experience: - Proficient knowledge of Firebase, with a history of succ...

    $33 (Avg Bid)
    $33 Avg Bid
    3 bids

    I am searching for an experienced designer who can recreate a website design to a template that can be used for both and Elementor. This project requires specific skills: - Profound understanding of both platforms, and Elementor. - Experience in custom page development as the template specifically needs a pre-built main page and four attached pages. Understanding the platforms' specifications intimately will be crucial to ensuring compatibility and smooth functionality in both and Elementor. Applicant will have prior experience in creating template designs, and can showcase examples of such work.

    $40 (Avg Bid)
    $40 Avg Bid
    38 bids

    i have this schoolbus app an i need someone to make it work see app link please give me the right price .

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

    I'm looking for a proficient PHP developer who can help me with parameterizing a MySQLi query in my project. Specifically, I need assistance with data retrieval operations. Key requirements: - Proficiency in PHP: You should have a strong grasp of PHP programming. - MySQLi Query Parameterization: The ideal candidate should be experienced in properly parameterizing MySQLi queries. - Data Retrieval: The primary task will be focused on data retrieval operations. The project may include: - Handling multiple parameters: You should be comfortable working with queries that handle multiple parameters at once. - Optimization: Ensuring the queries are optimized and secure. It's a relatively straightforward task for a skilled PHP developer with MySQLi experien...

    $21 (Avg Bid)
    $21 Avg Bid
    22 bids

    My firm has a few website to get designed. We're looking for a skilled WordPress developer to create a new look and feel to the existing websites. We have more than one project to get done so will likely award more than one Freelancer. The redesign(s)s are under 10 pages. You'll use content from the client's existing site, social media and online listing such as Google My Business. I will upload WordPress with a Divi onto a temporary domain in my hosting account and provide you with WP admin access. I like using the Avanti theme, but that will be the designer's choice. The end result will be an improved layout, aesthetics, and call to actions. I prefer to pay $100 per project and expect to get the sites completed within 3-4 days. If your bid is acc...

    $164 (Avg Bid)
    $164 Avg Bid
    171 bids

    ~10 php files in stock Rework everything - rewrite texts - change graphics and make it modern corporate. the design requirement is a modern corporate style, one of the main requirements for the landing page is trust the same requirements as for landing pages for affiliate marketers - PPC google ads companies The user must trust the design - the content - aif-usa com a couple of links as an example for additional content The theme of the design must correspond to the direction of the company’s activities: The company is globally engaged in transportation and logistics - WAREHOUSING SERVICES - Import Export operations The company is globally engaged in transportation and logistics - WAREHOUSING SERVICES - Import Export operations One of the company’s projects is the...

    $465 (Avg Bid)
    $465 Avg Bid
    117 bids

    I'm seeking a top-notch freelancers with expertise in Laravel PHP to design my business-oriented payment gateway website. Ideal candidates should have a deep understanding of e-commerce platforms and a proven track record of delivering reliable and secure payment solutions. The final product should enable hassle-free transactions for businesses and ensure a seamless user experience. Key Requirements: - High proficiency in PHP, particularly Laravel - Familiarity with business-oriented platforms - Experience in integrating multi-currency support - Mobile wallet integration expertise - Proven ability in creating detailed transaction reporting systems - Deep understanding of security protocols - Excellence in UI/UX for a seamless user experience By evidenced past w...

    $13 / hr (Avg Bid)
    $13 / hr Avg Bid
    133 bids

    The text you provided is in Arabic. Here's the translation: "A website for a tissue paper factory consisting of 3 pages as follows: - About Us - Our Products - Contact Us An exhibition page can be added to display a collection of images and videos. The visual identity and logo will be shared. Information will be provided to create texts for the About Us page, along with a collection of images and videos. Descriptions and images for products will be provided for addition. The website should be built on a WordPress template from a strong and regularly updated developer. It should be ensured not to use any trial or restricted extensions. Consideration should be given during the design process to avoid a decrease in site performance by optimizing images and vide...

    $170 (Avg Bid)
    $170 Avg Bid
    170 bids

    Please fix my task that we spoke about

    $24 (Avg Bid)
    $24 Avg Bid
    28 bids

    As my project deals intricately with WordPerfect, I'm in search of an experienced freelancer who knows the ins and outs of this software. - **Expertise Required**: In-depth knowledge of WordPerfect is a must. Your task will include document formatting, template designing, and macro automation. - **Application Criteria**: Please include proof of your expertise in WordPerfect in your application, such as a detailed description of a project you have worked on or a list of tasks performed using WordPerfect. Show me why you're the best candidate for this task! - **Note**: This project strictly requires WordPerfect skills only. Additional software expertise is not necessary for this particular project. Your exclusive proficiency in WordPerfect will be vital for the highest ...

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

    We are seeking a freelancer who has a ready-made solution for an admin panel built on Laravel 11, with the following features. Please note that we will only consider submissions from freelancers who have a ready-made solution available. Features Required: Secure user registration and login. Social Authentication using Google. Password reset functionality. Two-Factor Authentication for added security. "Remember Me" feature on login. Login with email or username. Google reCAPTCHA integration on registration. Authentication Throttling (automatic lockout after multiple incorrect login attempts). Ability to define an unlimited number of user roles. Ability to define an unlimited number of permissions. User Activity Log to track user actions. Avatar upload functiona...

    $18 (Avg Bid)
    $18 Avg Bid
    8 bids

    I require a freelancer skilled in MacOS and command line operations to assist me with the installation of a Foodomaa extended license script on my localhost. The purpose of this installation is to allow for extension development. The selected freelancer must have: - Proficiency in MacOS - Fam...command line interface operations - Previous experience in handling Foodomaa scripts This task will involve installation and ensuring that the script functions as required on my MacOS localhost environment. Your responsibility will not only be limited to the installation but includes providing documentation on the process to help other team members understand any modifications made. Skill in PHP, MySQL, admin panel setup, and understanding of web server would be a bonus. Looking forw...

    $21 (Avg Bid)
    $21 Avg Bid
    14 bids

    ...skilled professional to enhance my existing website and develop android and IOS apps. - Redesign the homepage: The existing layout needs a revamp. You will be responsible for creating a more attractive, user-friendly design that reflects the brand identity and improves user experience. - Front-end control: I require full control over the website's front-end. This includes: - Adding/removing/editing the home page banner - Adjusting the menu navigation - Editing the footer content - New features for the admin dashboard: The developer will need to add new functionalities to the admin dashboard. More specifically, I need the ability to manage the front-end directly from the dashboard. Ideal candidates should possess: - Proficiency in website ...

    $199 (Avg Bid)
    $199 Avg Bid
    133 bids

    I am looking for a PERL, HTMX, MYSQL programmer w...starting a project from scratch. I will give you a dump from my MySQL table. From which I need an interactive HTML interface, based on Perl, HTML, HTMX to this table. I need to be able to search, add, edit and delete entries as well as combine two entries into one, all via one HTML::Template file with a single perl script as interface to the MySQL table. I do want an active submit button for all changes, as well as a single interactive upload button for each field of the MySQL table. also each field needs to be validated via a given specification. All code needs to be well documented and commented. Perl based database interaction needs be "SQL Injection" save. So i want a maximum of 3 files. HTML...

    $518 (Avg Bid)
    $518 Avg Bid
    92 bids

    ...help upgrade a state-of-the art startup MEMBERSHIP PLATFORM; website, iOS & Android apps, and admin panel. **OVERVIEW** The framework is built in versions that are several years old. For example Node JS 7.10.0 and MySQL 5.7.0. Everything needs to be updated to highest stable version that offers support and packages. For Node.Js that will likely be version 18 or 20 Moreover, this project offers an excellent opportunity for more development. **QUOTE: UPGRADE** -Please provide a quote for upgrade of website, iOS & Android apps, and admin panel. -The Framework described below. -Specify team size and roles. -Time frame for completion. **PLATFORM FRAMEWORK & DETAILS** Framework: React, Node, Express, React Native Frontend: React (website), ...

    $4145 (Avg Bid)
    Full Time NDA
    $4145 Avg Bid
    70 bids

    READ FIRST: ONLY HOURLY CONTRACTS, no fixed rate because I have multiple bug fixes on trello and I need someone to start immedaitely. We have demo tomorrow. I want someone to work the next 8-10 hours on time tracker (no manual hours). Important, I need someone immediately

    $7 / hr (Avg Bid)
    $7 / hr Avg Bid
    67 bids
    Trophy icon Build a simple HTML website 6 days left

    I need a simple one page static HTML landing page for a company site. These are the requirements: - Black background - Attached logo prominently featured at the top - List of services underneath the logo, horizontal on one or two lines: Full Fabrication, Custom Wiring, ECU Tuning, LS Swaps, Racing - Call for appointment 805-242-1488

    $75 (Avg Bid)
    Guaranteed
    $75
    84 entries
    ONLINE CASINO AND GAMES 6 days left
    VERIFIED

    ...visual designs - Understanding of common online casino platform features What we need: - Casino platform - Games from the attached in this project (should be from a game provider like pragmatic play, not own-made) - Admin panel for super agent, agent, and cashier. What we expect: - A fully functional casino platform with withdraw and deposit. - Account hierarchy for admin panel super agent, agent and cashier. - Functional admin panel that shows statistics and reports about the win/loss, account balances and account management. - Games should support PHP currency. - Demo should be in localhost version (via screenshare), not a link. Demo of this casino and panel will be provided in chat. Please note that live dealer games features are not of a concern at t...

    $6916 (Avg Bid)
    $6916 Avg Bid
    35 bids

    I'm in need of someone to send invoices to my clients via email. The invoices must contain the following details: - Client name and contact information. - An itemized list of products/services. - Payment terms and due dates. I don't have any specific format or template in mind, so you'll have the creative freedom to design the invoice layout as you wish. Ideal candidates for this job should be detail-oriented, have good communication skills, and be reliable in sending the invoices on time. Previous experience with invoicing or basic accounting would be a valuable asset.

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

    I am looking for a skilled web developer to create a modern and trendy eCommerce website for my apparel business. The website should be tailored to meet the specific needs of my business and customers. Key Features: - Product Search and Filtering: It should be easy for customers to find the products they are looking for. - Shopping Cart and Checkout: Smooth, secure, and user-friendly checkout process. - User Registration and Login: Customers should be able to create accounts and track their orders easily. - Admin Product Edit: Products must be editable by the admin user. Design Preferences: The design of the website should be modern and trendy. The focus is on providing a visual appeal that aligns with the fashion industry. Payment Integration: Paymen...

    $172 (Avg Bid)
    $172 Avg Bid
    120 bids

    In my invoice i need to add this two lines with CI price and CI price * Qty = CI TOTAL, also i need to make a Doc template called CI Invoice.

    $145 (Avg Bid)
    $145 Avg Bid
    1 bids

    ...level for more than 10 minutes, it has not moved and the value did not change, let's say 5000,10000,15000,20000lts, it will mark it as load, when it is stopped for 10 minutes and begins to detect discharge movement of more than 2000 liters, it will take the last largest value as the discharge. • The report must be generated in the same place where they are currently generated (image 1). The PDF, HTML and XLS format is required, such as those for Fuel fillings and Fuel thefts. • What we want to know is how many liters the vehicle leaves our offices with and how many liters it arrives with our clients before emptying the fuel. • Demo account is attached to view the information, files from which are currently generated. • In the reports you can view the inf...

    $151 (Avg Bid)
    $151 Avg Bid
    45 bids

    I am in need of a website designed for a school setting, with specific areas for students, teachers, and admin. The main features should include: - Student Profiles: The students should have the ability to log in to their individual profiles and view grades, assignments and attendance records. Therefore, a secure login feature is essential. - Teacher Interaction: This feature is for teachers who will log in to post assignments. The posting of these assignments should be primarily via file uploads. - Admin Access: The website should also provide admin access with top-level control over all aspects - from student profiles to assignment uploads. Ideal applicants would have experience in developing educational platforms or similar projects. Proficiency in...

    $27 (Avg Bid)
    $27 Avg Bid
    29 bids