Website project invoice template工作

筛选

我最近的搜索
筛选项:
预算
类型
技能
语言
    工作状态
    2,000 website project invoice template 份搜到的工作,货币单位为 USD

    I'm in need of a skilled designer who can create a set of Notion templates, with a focus on project management. Key Customization Points: - **Fonts and Typography:** The templates should reflect both a professional and engaging aesthetic. - **Color Palette Customization:** A harmonious and visually appealing color scheme is essential. - **Layout and Structure Customization:** The templates should be organized and intuitive to navigate, making project management more efficient and less cluttered. The primary users of these templates will be for individuals and potentially teams within organizations. Ideal Skills and Experience: - Proven experience designing Notion templates, specifically for project management. - Strong eye for design and detail, able to crea...

    $12 (Avg Bid)
    $12 平均报价
    11 个竞标

    I have an existing WordPress template which needs to be updated with a variety of new content. This includes text, images, and videos. Here are the specifics: - **Text Content:** The template will need 6-10 pages of new text content integrated. - **Images:** We have our own pictures and these need to be incorporated throughout the site. No stock images or custom graphics are required. - **Videos:** There are a few videos that need to be added to the site, which are ready to be uploaded. I require an experienced WordPress developer who can efficiently handle this content integration. The ideal candidate will also be able to ensure that the content is well integrated with the existing layout and design of the template. Previous work examples are appreciated.

    $121 (Avg Bid)
    $121 平均报价
    89 个竞标

    I need someone to enter 500 purchase invoices into an Excel spreadsheet. I will provide a template for the format. The invoices will be sent to you as digital files through a cloud service, which you'll use to input the basic details like date, vendor, and amount. Ideal Skills and Experience: - Proficiency in Excel for accurate data entry - Experience in processing financial documents - Attention to detail to ensure data accuracy - Ability to handle sensitive financial information with confidentiality - Familiarity with using cloud services for file management Please let me know your experience with similar projects and how you plan to ensure the quality and efficiency of the data entry process.

    $145 (Avg Bid)
    保密协议
    $145 平均报价
    6 个竞标
    Boat Rental Website Design 4 天 left
    已验证

    ...experienced website designer to revamp our boat rental service site, FLOATO.ae. The new design should be modern, user-friendly, and tailored to attract tourists interested in exploring local waterscapes. We aim to attract tourists primarily, so the website must cater to a tourism sector audience. The main objective is to allow seamless booking of our boats online. Key Features: - User-friendly interface for easy booking ( for phones, tablets, computers ) - Attractive and engaging design to appeal to tourists - Attached the Brand Guidelines - The current website is ( ) so want to redesign with new idea. - Current website: , which is based on a PHP platform. - File delivery HTML based on Bootsrap template. Ideal skills for this project i...

    $610 (Avg Bid)
    加精
    $610 平均报价
    126 个竞标

    ...instance of the OWASP WebGoat running in AWS that is internet facing. To be successful the deployment must be: * Entirely automated using CloudFormation and bash scripts. * The landing page must be a public page protected with a username/password authentication block, this should rely upon CloudFront to perform authentication. The username and password should be configurable in the CloudFormation template. The landing page can be simple HTML that displays the username input, password input and login button. * A user friendly domain name should be configured via Route53 that is configurable in CloudFormation. The domain name can be provided if required. Obviously a AWS TLS1.3 PKI certificate is also required. * Behind the landing page is WebGoat running as Docker container. The ...

    $151 (Avg Bid)
    $151 平均报价
    19 个竞标

    I am looking for a PHP Prestashop developer expert. Ideal skills and experience for this job include: - Strong proficiency in PHP and Prestashop - Experience with PayPal module customization and integration - Knowledge of Prestashop Multisho...(landing page) of Shop A. Find a solution. 4. The Backoffice function on order page showing from what multi shop the order was placed must work. TASK 3 Code a module compatible with multi shop and newest Prestashop 8+.(Product name) 1. Code a module able to handle a secondary product name hook. 2. The secondary product name hook needs to be able to overwrite standard product name hook on invoice, packing list, shipping label and communication with payment processor. 3. Front office (customer view) is always using standard product ...

    $1215 (Avg Bid)
    $1215 平均报价
    72 个竞标

    ...a web-based job card system that will allow the creation and editing of digital job cards. There is also a requirement for quotes, parts / inventory, archived jobs, and customer management. Both employees and managers will need access to the system, with an admin login section for authorization of completed job cards. We would like the system to export completed jobs to CSV file for automated invoice generation in Quickbooks Online. We will also require the system to import the customer database from Quickbooks in CSV format. Key Functionalities: - Creation and Editing of Jobs - Ability to use system on-site / remotely through the use of iOS or Android web browsing. Some - Ability to select a simple job status from a drop-down combo box eg. In-progress, waiting for collection...

    $954 - $3814
    加封
    $954 - $3814
    103 个竞标

    ...who can design a custom Microsoft Word template for my company. This template will play a crucial role in the creation of documents aimed at our external clients. Key Requirements: - Microsoft Word Expertise: You must have a deep understanding of Microsoft Word’s functionalities and be able to create a fully custom template. - Design Skills: The template should not only be functional but also visually appealing and in line with our brand image. - Attention to Detail: It is crucial that the template is designed specifically for external client communications. - Communication: I require clear communication on the progress and any potential questions or issues that may arise. Please note that I will provide you with the specifications that the ...

    $117 (Avg Bid)
    $117 平均报价
    44 个竞标

    ...TouchDesigner and Python developer to create a script for automatically sending MOV videos as email attachments. Key Requirements: - Design and develop a Python script for TouchDesigner that can attach MOV videos to outgoing emails. - Ensure the script is robust, reliable and can handle various video sizes. - Email content doesn't need to be customized for each recipient, so a standard email template is sufficient. - Mail input from user side Your role will involve: - Understanding the project's requirements and the specific constraints of sending MOV videos via email. - Creating the necessary Python script within the TouchDesigner environment. - Testing and refining the script to ensure it performs reliably across different email platforms. - Creating mail input syst...

    $531 (Avg Bid)
    $531 平均报价
    44 个竞标

    I'm in need of a skilled web developer to create a one-page website for my upcoming political campaign. The main goal of this landing page is to raise awareness about the candidate and recruit volunteers. TEMPLATE - purchased COPY - completed PICTURES - available THUMBNAILS - being completed GOAL - for the one-page site to look & function exactly like the template TIMELINE - it time line is missed, contract is cancelled HOURS - we meet multiple times a day for 5-minute sprint meetings during US hours; if you're not available during US business hours, please do not apply Key features to be included on the page: - Detailed information about my background as a candidate - Clear campaign goals and objectives for potential supporters - A volunteer re...

    $131 (Avg Bid)
    $131 平均报价
    53 个竞标

    Quiero pasar estas dos funciones de C++ a C template<class T> int EEPROM_put(int ee, const T& value) { const byte* p = (const byte*)(const void*)&value; unsigned int i; for (i = 0; i < sizeof(value); i++) foo(ee++, *p++); return i; } template<class T> int EEPROM_get(int ee, T& value) { byte* p = (byte*)(void*)&value; unsigned int i; for (i = 0; i < sizeof(value); i++) *p++ = foo(ee++); return i; }

    $17 (Avg Bid)
    $17 平均报价
    6 个竞标

    ...Word for a particular job. The task requires fixing issues related to page numbering and the table of contents in my document. Here's what you need to do: - The documents appear to have page numbering inconsistencies which require correction. - The table of contents needs to be arranged with numerical page numbers. It is worth noting that the document does not follow any specific style guide or template. So, a general understanding of Microsoft Word formatting rules is necessary. Ideal candidates should have: - Mastery in Microsoft Word - Experience in troubleshooting and fixing Word formatting issues - Understanding of different formatting styles (although the work does not require adherence to a specific style guide) This is a quick fix for the experienced, so I expect...

    $18 / hr (Avg Bid)
    加急
    $18 / hr 平均报价
    52 个竞标

    I am looking for a web designer to create a professional and user-friendly website that will cater to individual car owners. The primary goal of the website is to display our services and provide contact information for potential customers. Key Features: - Display services: You'll need to design a layout that elegantly showcases the various services we offer, including tuning, repairs, and mileage correction. - Contact Information: Easily accessible contact details for inquiries and appointments. - User-friendly Interface: Ensure that the website is intuitive and easy to navigate for our target market, which is individual car owners. Ideal Skills and Experience: - Web Design: Proficiency in designing user-friendly websites with strong visual appeal. - Automot...

    $636 (Avg Bid)
    加保
    $636
    159 项参赛作品

    ...above mentioned list pages plus, Add Invoice, Search Invoice, Search Approver, Search Contract, Search PO, Search Account and Reports pages. For Add New Invoice page, I should be able to add an invoice details in it, and if it's related to a contract or purchase order, I should be able to add the Contract/PO ID and the invoice should be shown in master list and also in the Contract/PO list under it's elated contract or PO. To make it clear, when I go to the contracts/PO list and when I open a specific Contract/PO I should also be able to see all of the invoices related to that Contract/PO. As I mentioned, there should be an Approvers list, and when I am entering an invoice into database, I need a field to select the name of the perso...

    $147 (Avg Bid)
    $147 平均报价
    19 个竞标

    I need a professional developer to assist with creating a Shopify template. The design is based on a Magento template from my another shop. Key requirements for this project include: - Creating a Shopify template that closely mirrors the design of an existing Magento template, incl. graphics and layout I am looking for someone with the following skills: - Proficient in Shopify and Magento, with the ability to translate designs between the two platforms

    $182 (Avg Bid)
    $182 平均报价
    130 个竞标

    ...will have to use case insensitive SQL to find the `11_bkntc_services` WHERE name is PARTIALLY equal to the "Projects name" (2nd Image) as I have multiple actual games per "Project" The WP page in question is Https:// The "Book Now" button uses the code in the image below found in this file: wp-content/themes/gamico/template-parts/project/ to show the Booknetic category based on the game. ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Ideal skills for this project: - Strong experience with WordPress, particularly in taxonomy management. - Understanding of how to set up and link custom taxonomies effectively. - Abili...

    $26 (Avg Bid)
    $26 平均报价
    9 个竞标
    Convert PDF invoice to CSV 3 天 left
    已验证

    Hello, I need convert a PDF invoice to Excel to import to our invoices software

    $112 (Avg Bid)
    $112 平均报价
    290 个竞标
    Email Template Creation 3 天 left
    已验证

    I'm looking for an experienced professional to create a visually appealing email template. The template will be used on my domain-based email account for an email campaign aimed at increasing product sales. Key requirements: - Creation of a visually appealing, professional and engaging email template. - Ensuring the template is compatible. - A well-designed layout that can effectively deliver our sales-focused message. - Understanding of email marketing best practices, i.e., user-friendly design, call-to-action placement, etc. Targeted Customers: Entrepreneurs, Company Owners, Founders, Investors, Rich People, Executives and Directors, Research Professors Message to be delivered: We are offering Product Design & Development Service. Now, we need to s...

    $11 / hr (Avg Bid)
    $11 / hr 平均报价
    16 个竞标

    I'm looking for someone to complete a task with Canva. Producing eBooks. I've already created template and cover for several ebooks, it takes me too much time to move the text from the word document so that’s the job. Ideal Skills and Experience: - Proficiency with Canva - Experience in ebook design - Strong attention to detail This task is straightforward and would suit someone who has experience working on similar projects. Images show the details and example. Looking forward to hearing from you. Jake

    $27 / hr (Avg Bid)
    $27 / hr 平均报价
    28 个竞标

    I'm in need of a skilled developer to add a custom feature to Invoice Ninja. The following required features need to be developed: 1. Receipt on top of payments module - integrate receipt into payments, with ability to add Tax Withholding (for example, 5%) that will be deducted as tax given to the government from the client side. Receipt (payments) will also generate a pdf that can be sent to the customers. 2. App css injection - Ability to inject custom CSS code into the main app (portal has this option, need to copy paste for the company field) this is in order to enable RTL for RTL language users. CSS can be given. CSS can also be hard coded, only used for RTL. but should only be enabled if user selected either Hebrew or Arabic as language. 3. Expenses sub category - expe...

    $570 (Avg Bid)
    $570 平均报价
    37 个竞标

    I need an expert to design a professional, payslip PDF template that's efficient for printing specific income data. The PDF should feature text fields for: - Name and Surname - dates - hourly wages - other income data Ideal freelancer should have: - Proficiency in Adobe Acrobat or similar PDF software - Strong graphic design skills - Experience in form design and data privacy consideration This project requires quick turn around without compromising of quality, please bid if you're up to the task.

    $61 (Avg Bid)
    $61 平均报价
    45 个竞标

    ...and the Order Printer app to assist me in updating the 'Order Forms' and 'Tax Invoice' templates. The previous version of the app has been updated, and as a result, the code for these templates needs to be adapted. The 'Order forms template' must have: Order Number and Order Date Notes from Customer Quantity, Item Details fields including variants and customisation details. Estimated Delivery Date Customer & Shipping Details The 'Tax Invoice' must have: TAX INVOICE Logo Order Number and Order Date Business Name & Address ABN: Customer Name & Address Quantity, Item Details and variant Pricing, Discounts etc Tax displayed as GST Your main focus will be to ensure that the 'Order Forms'...

    $25 (Avg Bid)
    $25 平均报价
    11 个竞标

    I'm looking for a skilled developer familiar with Odoo to customize our invoices. The main requirements are as follows; - Add our company's name, address, and logo on the top of the invoice. - The information should appear in a specific format that I will provide. The ideal candidate for this project should have experience working with Odoo and be able to implement the required changes in a timely and efficient manner. Experience with customizing invoices in Odoo is a big plus.

    $42 (Avg Bid)
    $42 平均报价
    18 个竞标

    Hello Freelancers, I am looking for an experienced professional who can assist me in extracting specific details from Tally using ODBC. The required data fields include: Purchase date Invoice number Vendor name Product (inventory name) Product quantity Rate Amount SGST CGST IGST Freight charge Gross amount The task involves creating a TDL (Tally Definition Language) or TCP (Tally Compiled Program) file that will facilitate the extraction of this data from the Tally database using ODBC Requirements: Strong knowledge and experience with Tally and its database structure. Proficiency in TDL or TCP file creation. Familiarity with ODBC for database connectivity. Ability to automate the extraction process to ensure seamless and accurate data retrieval. Deliverables: A functional TDL or...

    $19 (Avg Bid)
    $19 平均报价
    28 个竞标

    I'm seeking an experienced graphic designer who can create a stand-up banner and table cloth designs based on an existing PSD template. The project involves: - Designing a large stand-up banner and table cloth (8ft x 4ft) - Adhering to the provided PSD template style The final deliverables should be: - High-quality and print-ready designs - Utilizing the existing template while introducing new and creative elements - Designs should be suitable for a large format and visual from a distance As I'm not familiar with the printing terminology, I'll need you to ensure the design includes what is needed for a professional print job. Ideal skills and experience for this job include: - Proficiency in Adobe Photoshop/Illustrator - Experience in large ...

    $28 (Avg Bid)
    $28 平均报价
    68 个竞标

    ...an expert in After Effects to help me customize Template A as soon as possible. Key Responsibilities: - Modify text: The template will need text adjusted to fit my project's requirements. - Visual effects: Adjust and fine-tune visual effects to match the overall aesthetic and mood required. - Color scheme: The color scheme of the template needs to be changed to match my specific needs. The ideal freelancer for this job should have: - Proven experience of working with After Effects, with a portfolio demonstrating successful template customization. - Strong skills in graphic design and video editing. - Excellent attention to detail, as the project requires precision and timely completion. - Ability to work under tight deadlines, as this projec...

    $18 (Avg Bid)
    $18 平均报价
    13 个竞标

    ...expertise in React and Node.js to build a custom ecommerce website for me. Key requirements for this project include: - **Platform:** The website will be built on React and Node.js. Familiarity with these platforms is a must. - **Design:** I'm seeking a custom design for the website, as opposed to a template-based one. The ideal candidate should have a strong background in creating visually appealing websites that are both user-friendly and functional. - **Functionality:** The primary features needed on the website include a product catalog with filters, and customer account and profile management. The ability to implement these features seamlessly and intuitively is crucial. If you have a proven track record in ecommerce websi...

    $1436 (Avg Bid)
    $1436 平均报价
    86 个竞标

    ...integrate our brand identity into a pre-existing website template we have purchased. This project involves implementing our brand colors, fonts, and visual elements to create a cohesive and compelling design. Project Overview: • Objective: To incorporate our brand identity into an existing website template with minimal changes, ensuring a simple and efficient development process. • Scope: The project will include updating page colors, fonts, and images to reflect our brand. The template will remain largely unchanged to maintain development simplicity. • Deliverables: A visually appealing website that aligns with our brand identity, using both vector and image overlays where appropriate. Key Requirements: 1. ...

    $100 (Avg Bid)
    $100
    13 项参赛作品

    I need an experienced and reliable professional to install a WordPress template (Envato Elements - Barta Theme) onto my personal domain. Although there are no specific customizations or modifications I want presently, I need someone with a creative eye who can advise on the best layout and arrangement for a personal blog/news site. Further, I currently don't have a hosting provider and assistance in selecting the best one would be very helpful. The ideal freelancer for this project should: - Have extensive experience with WordPress - Have experience in web hosting - Be familiar with the Envato Elements - Barta Theme or similar templates - Have a good understanding of layout design for blog/news sites

    $386 (Avg Bid)
    $386 平均报价
    27 个竞标

    I'm looking for a skilled developer to create a sophisticated web applic...user-friendly, ensuring a smooth reservation process. - Menu Recommendation: An AI module that can recommend dishes to customers based on their preferences and previous orders. - Order Taking: The web app should facilitate online ordering, ensuring a seamless experience for customers. - Onboard restaurents - Data fetch from Toasts and other POS - Predictive Cost of good sold and sales. - Dashboard - Invoice scanning Experience in predictive sales, responsive web design and e-commerce functionalities are essential for this task. Prior work with restaurant systems will be a big plus. If you're confident in your ability to deliver a high-quality, user-friendly and AI-powered web application, I'...

    $12 / hr (Avg Bid)
    $12 / hr 平均报价
    19 个竞标

    ...with creating a website and landing page using , , and cloudfunnels from yournextfunnel.in. Key Requirements: - The main goal of the website and landing page is to facilitate automated leads and promote our products/services. - Specific features needed are a contact form and social media integration. I need this project completed urgently, so speed and efficiency are a must. I am reselling services so content will be brought in from 2 websites and will require 3 landing pages and social media integration Ideal Skills: - Proficiency with , , and cloudfunnels - Strong web development skills - Experience in creating lead generating landing pages - Ability to incorporate contact forms and social media integrations - Excellent project management and quick

    $95 (Avg Bid)
    $95 平均报价
    40 个竞标

    I'm seeking a skilled Angular developer with experience in design and CTA implementation to assist in completing a Marketplace website. Key Requirements: - Angular Expertise: Proficiency in Angular is essential for this project. You should have significant experience working with this technology, and be able to demonstrate your skills with examples. - Design Skills: While we're using a pre-designed template, we require someone with a good eye for design to make small modifications to ensure the site meets our standards. - CTA Implementation: Experience in implementing effective Call-to-Actions is a must. Your input will be crucial in ensuring our users take the desired actions. - Marketplace Experience: If you have experience working on marketplace websites...

    $4129 (Avg Bid)
    $4129 平均报价
    57 个竞标

    ...system for my invoicing processes. Requirements: - Configure the system to enable the creation of goods and service invoices in USD. - Implement moderate customization to the invoice templates, focusing on layout changes and adding custom fields. - Import all of my product information from an Excel sheet. This includes product names and their respective cost prices (which are in INR). - Enable and Teach me to Use Odd's OCR feature to fetch pdf data from invoice to transfer it to software Ideal Candidate: - Proficient in working with Odoo Books and setting up invoicing processes. - Experience with customizing invoice templates within Odoo. - Skilled in data import from Excel sheets to Odoo. I look forward to working with a professional who can deliver the...

    $32 (Avg Bid)
    $32 平均报价
    6 个竞标

    I have a website which is currently under construction. It's a simple website with less than 5 pages, built on a blank template. I'd like a professional who can configure my web hosting (and domain) to allow for easy publishing. Additionally, I need help in setting up a Cloudflare free SSL certificate for added security. Key tasks include: - Website Hosting Configuration: I need swift and efficient setup that will make the website ready for publishing. - Cloudflare Integration: The freelancer will need to link my website with Cloudflare and install a free SSL certificate to ensure secure browsing. Ideal skills and experience: - Proficiency with web hosting setup and configuration - Previous experience with Cloudflare SSL certificates - ...

    $12 (Avg Bid)
    $12 平均报价
    23 个竞标

    ...promote easy navigation and functionality Priority Areas: The content sections are crucial elements in my templates and I place premium importance on their redesign. They are primarily designated for user interaction - a cornerstone of my platform. Ideal Candidate: The perfect freelancer for this project would possess a thorough understanding of Smarty templates along with a keen sense of modern design and layout trends. Dive in if you have what it takes to transform an existing Smarty template into a nexus of user engagement. I am interested in seeing any ideas, examples of work, or a prototype of what you can achieve....

    $57 (Avg Bid)
    $57 平均报价
    20 个竞标
    Trophy icon Graphic Designer & Photo Editor 已经结束 left

    I'm in need of a skill...with photo editing capabilities. I need to create a creative template for this photo for the winner of a mystery shopper contest called : smile for each custmer. in the template i need : 1- the photo of the person with good editing and retouching. 2- the saba company logo. 3- the arabic text : ابتسامة لكل مراجع 4- you must align with brand guidelines, using the same logo colors in design, use only straight lines and sharp edges objects(ni curved shapes) 5- use brand fonts only. Brand assets in this link : attached sample of our designs to give you more idea about brand identity after choosing the winner entry, he will apply the template on 3 more photos. thanks

    $20 (Avg Bid)
    加保
    $20
    67 项参赛作品
    Equità Portal 2 天 left

    ...looking for a professional both able and creative to deliver our group presence to the web in style. Our project is based in Brazil and should be multilingual (native in Brazilian Portuguese with the ability to include further languages like english, spanish and french in the future) Our idea of the whole website concept and areas are as follow, Home Page: Presentation of Equità Ltda. Links to the main areas of the site (Equita Club Deals, Equità Bio Casa Imobiliária, Equità Construction Products and Services). Equita Club Deals (private P2P functionality): Login/Register Projects page Investor dashboards Access to documents and contracts Equità Bio Casa Imobiliária: Property listings (template creation and eventual API ...

    $1020 (Avg Bid)
    $1020 平均报价
    49 个竞标

    I need a skilled website developer to help me upload my WordPress website templates to Hostinger. Key Responsibilities: - Assistance with uploading my existing WordPress website templates to Hostinger - Ensuring the website functions correctly post-upload Ideal Skills: - Proficiency in WordPress and Hostinger - Experience in website template upload and customization - Good communication skills Please note: I am not looking for website design or content creation; this project is solely for technical assistance with the upload process.

    $23 (Avg Bid)
    $23 平均报价
    20 个竞标

    I'm looking for a skilled PHP Laravel developer to quote a PHP Laravel based project. Please note that the scope of this task is to provide a quote for the project, not to complete the project itself. However, if the quote is good, there is a chance that you will get the your bid by answering the following question: What is your favorite Laravel template engine?You must have completed at least 10 Laravel projects and be available for discussions via Zoom. The ideal candidate should have: - Proficiency in PHP and Laravel

    $17 (Avg Bid)
    $17 平均报价
    24 个竞标

    I'm in search of an experienced developer to bring my e-commerce site- I am going to sell dat...need a professional design with a user-friendly interface. - Features: Essential features such as a secure payment gateway, user account management, and a smooth checkout process are key. - SEO: Implementing SEO best practices is a must. - Mobile Responsiveness: The site should be mobile responsive to cater to the growing number of mobile shoppers. - you should work from scratch not ready made template I would prefer a developer who has: - A strong portfolio showcasing previous e-commerce site designs. - Experience in setting up and customizing an e-commerce site. - Knowledge of SEO and mobile responsiveness best practices. Looking forward to your proposals. time frame - 2 weeks...

    $211 (Avg Bid)
    $211 平均报价
    123 个竞标

    Need HTML Email Template similar like I attached, Need Expert designer require

    $14 (Avg Bid)
    $14 平均报价
    20 个竞标
    Home Goods E-Commerce Design 2 天 left
    已验证

    ...minimalist logo and an image template for my upcoming e-commerce site. Key Requirements: - Logo Design: The logo should reflect the minimalist style, and convey the essence of quality home goods. - Image Template: The image template should be versatile and adaptable, suitable for products of varying sizes Ideal Skills and Experience: - Proven experience in graphic design, particularly in e-commerce and branding. - Proficiency with minimalist design and understanding of home goods market. - Ability to create adaptable, scalable image templates. - Strong communication skills to understand and translate my vision into a cohesive design. If you're a creative designer who can deliver high-quality, on-brand designs, I'd love to hear from you. Ill need the ...

    $33 (Avg Bid)
    $33 平均报价
    94 个竞标

    ...Maps and Calendar. The design of the app should be minimalistic but seamless for easy user interface. Therefore, a developer with design skills would be perfect for this task. - ESSENTIAL SKILLS: - Android app development - Knowledge of SQL - Minimalistic app design - Experience in GEO Fencing, QRCODE/Barcode scanning, Face Recognition - API integration with Google services This project will require rigorous testing to ensure quality and functional assurances. I am looking for experts with a keen eye for detail and the ability to deliver under deadlines. 1. Programmer has to use our web app url as attached in WebView framework of android. We need to provide link for camera and upload from gallary feature from many pages of our web app. kindly let us know how will ...

    $668 (Avg Bid)
    $668 平均报价
    16 个竞标

    1. A portal (website) and Mobile app to accept quotation from customers 2. Customer had to register and must submit following details : a) Mobile Number (Must verify through OTP) b) Email id (Must verify through OTP) c) GST Number (if available ) d) Google map location (if available) after successful registration customer can login and request quotations 3. All the products details like: Product Name, photo, description, features, pdf (data sheet), warranty information, stock (available quantity), sale prices etc. can be uploaded directly through portal and mobile app and also can be uploaded through excel sheet with serial number of all products. 4. Customer can see all the uploaded products and can request for quotation. There is no need to show the available quantity (stock) to ...

    $773 (Avg Bid)
    $773 平均报价
    15 个竞标

    I am seeking a proficient freelancer to convert 1-5 Word documents to Overleaf Latex Journal Format. These documents include not only text but also graphics and tables, necessitating an eye for detail and good command of layout techniques. The ideal candidate will have extensive experience in Word-to-LaTeX conversions and dealing...experience in Word-to-LaTeX conversions and dealing with documents that are graphically rich. The successful freelancer would demonstrate a deep understanding of LaTeX syntax and formatting, and the capacity to preserve the structure and aesthetics of the original Word documents in the process of conversion. Efficiency and accuracy will be key attributes for this task. I have 4 documents & Latex template. I want those documents to be converted into ...

    $47 (Avg Bid)
    $47 平均报价
    32 个竞标

    ...custom e-commerce website for my small supermarket. Here's what I'm aiming for: - The website should feature a custom design, not based on a pre-made template, to reflect the unique nature of my business. - The primary focus of my supermarket is selling groceries and essentials, so the website needs to be tailored to showcase these products effectively. - I want the site to have the ability to take online orders, specifically through credit/debit cards. I'm avoiding bank transfers, and mobile wallets are not a priority. - An integral part of this project is ensuring that the website is SEO optimized to maximize visibility and reach. You need to have experience in custom website design and e-commerce development. Profici...

    $95 (Avg Bid)
    $95 平均报价
    30 个竞标

    I a...school billing software with specific features. Key Features Needed: - Customizable invoice templates with a capacity to vary fields per class or grade. - Incorporation of custom branding elements into these invoice templates. Additional Requirements: - I would like to have WhatsApp notifications as a method of handling payment reminders. The ideal freelancer for this project would be one with prior experience in developing billing software, more specifically within a school context, and a strong understanding of WhatsApp API integration. Demonstrated experience in software that includes customizable templates and unique branding elements is a must. Your expertise in these areas should align with my project needs and enhance the software quality, user ...

    $464 (Avg Bid)
    $464 平均报价
    30 个竞标

    ...a stellar website? If so, we want YOU on our team! We're a High Converting Website Design Agency looking for a driven, commission-only sales superstar to join our ranks. In this role, you'll be responsible for: Prospecting and Cold Calling: You'll identify potential clients who need a website refresh or a brand new online presence. Be prepared to make a positive first impression and build rapport over the phone. Understanding Client Needs: You'll have a knack for uncovering a client's vision and translating that into actionable website goals. Selling Solutions: You'll present our web design packages with confidence, highlighting the value we bring to their business. Closing the Deal: You'll guide clients through the sales ...

    $6875 (Avg Bid)
    $6875 平均报价
    4 个竞标

    ...JavaScript programmer to help me with a school project focused on exploring cybersecurity concepts. Key Requirements: - The task involves writing a client request to obtain a flag from a vulnerability site with advanced complexity (e.g., bypassing security measures). - The project involves emphasizing on Remote Code Execution (RCE) and pollution while interacting with the vulnerability site, so experience in these areas is a plus. --- Challenge Name: Emu Apothecary Category: Vulnerabilities Description has just opened up their potion brewing website for other Emus to create new potion recipes! However, they are afraid that one of the human hackers will pollute their ingredients. Can you get Remote Code Execution (RCE) on the Emu Apothecary's website...

    $27 (Avg Bid)
    $27 平均报价
    12 个竞标

    I'm looking to create a top-tier eCommerce platform ...with disabilities. - Seamless shopping cart and checkout experience. - Detailed product information with quality images. -Allow clients to request proforma tax invoice for NDIS or HCP payments Ideal Candidate: - Proficient in eCommerce website design and development. - Has knowledge or experience in Montessori education, even if only minimally. - Understanding of SEO to drive traffic. - Ability to work in a timely manner, with skills to deliver a flawless website that fits the brief. This will be an exciting project for anyone who understands and appreciates education and specifically Montessori materials. By joining this project, you have the opportunity to impact and transform how Montessori...

    $313 (Avg Bid)
    $313 平均报价
    86 个竞标