Price php codelavori

Filtro

Le mie ultime ricerche
Filtra per:
Budget
a
a
a
Tipo
Competenze
Lingue
    Stato del lavoro
    2,000 price php code lavori trovati, prezzi in EUR

    I'm currently looking for an experienced TypeScript professional who can assist me in optimizing and improving my current project. The focus of the project includes: - Improving code efficacy - Enhancing scalability - Increasing code maintainability While these are the objectives, more emphasis will be paced on design patterns for TypeScript. Ideal skills and experience include: - Strong background in TypeScript - Proven experience in improving code efficiency - Adept understanding and experience with design patterns In your application, I'd like to see your past work related to TypeScript projects. Your portfolio will help to quickly assess whether your experience fits my requirements or not.

    €155 (Avg Bid)
    €155 Offerta media
    4 offerte

    I need an experienced Python developer who can assist me in web development, specifically for an interactive web app. You should have a strong background in web app development using Python. The ideal candidate: - Has considerable experience working with Langchain. Please ONLY apply if you worked with Langchain in the past. - Experience integrating shopify API to a web app. - experience with Flask is a plus. This project is a great opportunity to showcase your Python skills, especially in web app development. Only dedicated and experienced freelancers in Python should apply to ensure a reliable and quality output.

    €510 (Avg Bid)
    €510 Offerta media
    59 offerte

    We have a .NET MVC application. We are using 4.5.2 framework. We can upgrade if needed. We are looking for a sample code to implement Azure SAML Single Sign On(SSO). You can use component if you want. You will create your own Azure account and just complete the code in C#. You will give us a demo to implement in our portal. You will also create the documentation on how to implement that. Steps: 1. register custom app in azure. Click on that application should catch the email address and other fields on the C# page.

    €1002 (Avg Bid)
    €1002 Offerta media
    97 offerte

    I'm searching for a PHP developer with experience in PHP 8.0 to create a mailer program for me. This program would specifically need to send emails from a mailbox on the domain to Gmail accounts seamlessly. For a freelancer to be successful in this, skills in PHP 8.0 and extensive understanding of mailer programs is required. The primary use of this PHP script would be for sending subscription notifications. Please bid only if you're capable of delivering this specific functionality. - Skill Requirements: PHP 8.0, Mailer Programs - Functionality: Sending Emails from domain mailbox to Gmail I need to make sure my PHP Mail Script is using good coding practice and make sure we have all header information set correct so that we do not ge...

    €31 (Avg Bid)
    €31 Offerta media
    25 offerte

    I'm searching for an experienced developer to construct a PHP code editor. Key Requirements: - Support for several programming languages, including HTML, JavaScript, CSS and PHP. - It should have a specific feature - Code Formatting, to ensure cleaner and error-free coding. - Instead of using traditional GUI or command-line interfaces, I prefer to have an order display system. Experience and Skills: - Proven expertise in PHP, HTML, JavaScript, and CSS. - Extensive knowledge in design and development of interactive interfaces. - Prior experience developing coding editors is a major advantage. - Strong grasp of code formatting techniques.

    €27 (Avg Bid)
    €27 Offerta media
    45 offerte

    I'm in need of a PHP developer to help create a comprehensive website. The specifics of the website have not been determined, therefore freelancers will have the freedom to showcase their creativity while fulfilling the basic functions of a PHP website. - Ideal Skills: PHP, Web Development, Creative Design, User Experience, Website Optimization - Experience: Freelancers with previous experience constructing PHP websites are preferred. Experience in developing user friendly interfaces and optimizing websites for better performance will be a plus. While the main purpose of the website, the exact functionalities and the criteria for successful application have not been specified, I value innovative ideas and thorough project proposals in freelancers. Please...

    €115 (Avg Bid)
    €115 Offerta media
    36 offerte

    I have web flutter language code. I need : WordPress work knowledge Add Amazon affiliate code ( I have an account and links) I want to fix some thinks And I want to update my web domain Everything is ready Must have experience at the Firebase database Flutter language coding WordPress work

    €21 (Avg Bid)
    €21 Offerta media
    6 offerte

    I am seeking a highly skilled individual or team to create a PHP website. Although the whole scope of the project wasn't defined, the notion of creating a PHP site suggests a need for a range of capabilities. Key Responsibilities: - Design and develop a PHP website from scratch - Exceptional knowledge of PHP is essential Ideal Skills: - Expert PHP website development - Familiarity with E-commerce, Informational, or Blogging websites - Ability to incorporate features such as user registration and login, product catalog, and search functionality - Proven experience in similar projects Please include in your application: - Your experience with PHP websites - Brief detail of your proposed approach - Past work demonstrating your capabil...

    €163 (Avg Bid)
    €163 Offerta media
    29 offerte

    I'm in need of an experienced PHP developer to help create the backend for a gaming system. The main requirements include: - Strong PHP skills - Proven experience in system creation - Database integration; API integration The game in question is a betting game, so any prior experience or understanding of this game type would be a plus. The ideal freelancer will be efficient, detail-oriented, and capable of creating a robust backend that can handle heavy user traffic and processes. Your task is to build out the backend, integrate it with the existing database, set up API integration for users, and ensure the system functions seamlessly. Don't worry if you're not an experienced game developer - as long as you're a PHP wizard, we want you on board!

    €12 / hr (Avg Bid)
    €12 / hr Offerta media
    58 offerte

    I currently have repositories in native react that need to be pushed to a server. Access to these repositories is available. Though I didn't specify a preferred server environment, it is crucial that the professional handling this is experienced in various server environments. What is to Do: 1. Setup a new server instance in cloud linode that i have public access and can test all --> web app --> landingpage --> CustomerCare Center What we have: 1. Frontend Repository 2. Backend Repository 3. CustomerCare Repository 4. Mongo DB Database Requirements: - Experience in using native react, setup linode cloud instance, mongo db database - Understanding of various server environments - Proficiency in setting up Linode Cloud for access - Respecting data privac...

    €312 (Avg Bid)
    €312 Offerta media
    7 offerte

    I need to convert the following Perl code to PHP: The expected output is a PHP class that can convert a docx file into text. The attached zip contains a mockup of such class (with demo code) and a test docx file. The task is straight forward. If you place a bid, expect it to be accepted. If you fail to deliver, you'll be subjected to a bad review. This is to avoid wasting my time with autoposters and people who lowball the bid and then try to ask for more money. You have been warned. Read the brief, check the code and place a bid accordingly.

    €203 (Avg Bid)
    €203 Offerta media
    23 offerte

    I have an existing php script (front end and admin panel) that was designed on PHP 7.2-4 and I am looking to upgrade it to PHP 8.2. This requires updating the functionalities of the script as well as ensuring mysql compatibility to make it fully workable.

    €36 (Avg Bid)
    €36 Offerta media
    45 offerte

    I have a php server that is a backend of an andoid/iphone app. The app registers itself to Firebase, and I would like to send push messages he devices via FCM REST API. It is working well if I get the oAuth Token myself and add hard-coded to the POST message. The goal of this project is to provide me with a PHP code that gets the oAuth Token programmatically, as in: I expect a working code something like this: // START $client = new Google_Client(); // WHATEVER ..... // Authenticate and get the access token if ($client->isAccessTokenExpired()) { $client->refreshTokenWithAssertion(); } $accessToken = $client->getAccessToken(); // Access token to use with FCM REST API $token = $accessToken['access_token']; echo "Access Token fo...

    €9 - €28
    Sigillata
    €9 - €28
    6 offerte

    ...require an expert in embedded systems to generate C code for automotive systems. Below are the specifics of what I need: - Conversion of an E/E architecture model into C code. - Emphasis on control modules during the code generation process. Though the question about optimization level was skipped, an efficient and effective code that balances speed, memory, and power could be appreciated. Skills and Experience: - Expertise in C programming and embedded systems. - Prior experience in automotive systems is highly preferred. - Proven understanding of E/E architecture models. - Strong analytical and problem-solving skills. Your task will be to create a translative software that can effectively convert E/E architecture model into workable C code for ...

    €1217 (Avg Bid)
    €1217 Offerta media
    33 offerte

    This project requires someone with a strong command of PHP and Android app development. The task at hand is twofold: 1. **Connect PHP Admin to Android Apps**: - I need my PHP admin linked to both the user and the driver app. 2. **Improve App Functionality**: - Once the PHP admin is connected, I expect real-time updates on both apps. - There should also be enhanced user account management features: this includes improved data tracking and analytics. The ideal freelancer for this job should have experience with PHP and Android app development, including interfacing web and mobile applications. Understanding user account management and kickstarting real-time updates are key. This is an Easy Android studio edit and ill do a fixed $30 budget.

    €30 (Avg Bid)
    €30 Offerta media
    13 offerte

    I'm seeking web scraping specialists to develop and execute a scraper for the Myntra website. This project involves gathering precise data about product prices and specifications and images on the site from specific URLs Your responsibilities: - Develop a robust web scraper tool - Extract and deliver accurate product price data - Extract detailed product specifications

    €70 (Avg Bid)
    €70 Offerta media
    25 offerte

    I'm seeking a freelancer with strong communication skills to develop a promotional YouTube video for my PHP script. The video is geared towards non-technical individuals, so it must be easy-to-understand and engaging. In particular it should: - Promote the PHP script - Highlight the script's usability, customizability, and integration capabilities Ideally, I'd like to work with someone who has proficiency in PHP so they can adequately understand and present the script. A background in video production, particularly instructional or promotional content, is a must. A basic understanding of YouTube SEO would be a bonus.

    €46 / hr (Avg Bid)
    €46 / hr Offerta media
    2 offerte

    PHP Website Migration: GoDaddy to HostGator I require an experienced web developer to expedite the transition of my PHP-based website from GoDaddy to HostGator. The website is extremely simple test taking website. Take a test and store results in a database then show results to an administrator. There are 4 customer facing screens. With an immediate start and swift completion required, it's essential that the chosen freelancer can handle this task with utmost efficiency and precision to ensure uninterrupted service. Key Tasks & Expectations: - Move PHP website from current host (GoDaddy) to new host (HostGator) - Ensure full functionality throughout and after the transition - Maintain website performance and prevent data loss Ideal Skills: - Advanced k...

    €25 (Avg Bid)
    €25 Offerta media
    50 offerte

    I am in need of a skilled PHP developer who can create a script facilitating file manipulation, specifically file uploading. The primary task for the script is to enable the uploading of document type files efficiently. .php 5.6.40 file to migrate to version 8.2.17 convert the file so it works on version 8.2.17 It's a very simple job for a php expert

    €26 (Avg Bid)
    €26 Offerta media
    14 offerte

    Looking for a skilled web developer who can build a PHP website from scratch with some specific functionalities. Key tasks will include: - Building custom functionalities - The prime requirement is an individual cashback wallet for each user. This will need to be fully integrated and functional, keeping user experience in mind. - Payment integration - The cashback wallet should not be integrated with any Swift banking system, Google Pay, PayPal, or Stripe. Instead, it will be tied to our own proprietary payment system. The ideal candidate for this project should have: - Proven experience in PHP website development. - Strong skills in integrating custom functionalities within a website. - Knowledge and experience in secure payment gateway integration. - Good understanding...

    €92 (Avg Bid)
    €92 Offerta media
    21 offerte

    This is a $15 Job We currently have a perfect working counter but returns {"messages":"1"} As you can see is using JSON_ENCODE But we need more of a normal php echo that returns something like: <?php echo $userNotesRequest, count; ?> 1 below is what we using now ---------------------------------------------------------- <?php include("../../"); if (!isset($_SESSION["id"]) || $_SESSION['usertype'] != "chatusers") { exit(); } else { $userNotesRequest = mysqli_query($linkID, "SELECT COUNT(*) as count FROM chatusersnotes WHERE userToId='" . $_SESSION["id"] . "' AND seen=0 ORDER BY createdAt DESC;")...

    €43 (Avg Bid)
    €43 Offerta media
    23 offerte

    I'm looking for a proficient PHP developer to troubleshoot and fix an ongoing issue on my website. For more than 2 weeks, the site has been displaying 'Undefined variable error' and ‘Syntax error’ messages across all the pages, including the homepage, about page, and contact page. Key requirements for the project include: - In-depth knowledge and understanding of PHP and its related functionalities. - Proven track record of troubleshooting and fixing PHP-based issues. - Ability to work promptly and efficiently, as the issues have been affecting the website for quite a while. I value clear communication, so kindly provide an explanation of how you plan to tackle the issues before you begin. Looking forward to working with the best fit.

    €20 (Avg Bid)
    €20 Offerta media
    21 offerte

    mình muốn thuê 1 coder viết code tạo vài bot để trade futures trên sàn theo các ý tưởng logic của mình

    €715 (Avg Bid)
    €715 Offerta media
    8 offerte

    ..."I am an expert in Azure App service Linux" We have a PHP code mounted on the app service but when we run PHP Artisan DB:show we get a PDO expection This Task will be performed on an y "ANYDESK" session as we will not be providing any access to any of our environment. So if you are ok with that pls quote otherwise No We need of a skilled PHP, MySQL, and Azure expert to enable a connection between PHP code on an Azure App Service Linux and a MySQL database. , the successful applicant will be responsible for: - Establishing, testing, and troubleshooting the DB connection. - Ensuring the code can perform essential tasks like data insertion, retrieval, and updating operations flawlessly. Ideal Skills & Experience:...

    €12 (Avg Bid)
    €12 Offerta media
    4 offerte

    Need a designer that will replace an existing A3 posted with a new QR code. The file is in PDF and am able to send the file for you to view once you post with the word "CHANGE TO New QR CODE" And the second thing we require is similar A3 Posters with Related QR Codes. In all, we need 3-4 new A3 Posters with these new QR Codes. Need this quickly. Thanks.

    €44 (Avg Bid)
    €44 Offerta media
    102 offerte

    I have web flutter language code. I need : WordPress work knownlage Add Amazon affiliate code ( I have account and links) I want fix some thinks And I want update my web domain Everything is ready Must have experience at Firebase database Flutter language coding WordPress work

    €17 (Avg Bid)
    €17 Offerta media
    7 offerte

    Quisiera convertir un pdf a word con php, le paso una url del pdf y me descarga convertido en word

    €20 (Avg Bid)
    €20 Offerta media
    47 offerte

    We're in need of a PHP developer who can jump in and navigate through uncharted territories. Our project is versatile and requires immediate attention. - Your tasks will be to better integrate our databases, enhance our backend operations and work on web application development. - An ideal candidate possesses strong problem-solving skills, versatility and a track record of meeting tight deadlines. - We want to see your past work, experience and detailed project proposals. - You will be working on undefined PHP projects which may include building websites, creating web applications, or customizing existing PHP work. - A keen eye for detail and the ability to adapt quickly will be your key to success in this role.

    €86 (Avg Bid)
    €86 Offerta media
    36 offerte

    To potential freelancers, I'm experiencing an issue with the QR code functionality in Waziper 5.1.1. I'm in need of immediate help to fix it. - The Problem: The QR code is not visible when I attempt to use it for adding a social account. This is stopping me from properly utilizing the functionalities tied to the QR code mechanism. - What I Need: I require a skilled professional to diagnose the issue and implement necessary fixes to make the QR code properly visible and functioning. Ideal Skills: - In-depth experience with Waziper 5.1.1 software and its mechanisms - Strong understanding of QR code technology - Must have experience in solving similar issues in the past Please ensure you understand the issue and have the right skills and exp...

    €14 (Avg Bid)
    €14 Offerta media
    5 offerte

    Back in the hayday of PHP ( circa 2011) our young company created a volunteer manager for a local extended car facility. It still works to a degree but I think most of the mysql queiries are depreciated and I'm Wordpress guy who does not code. Curretly the client is just trying to get a volunteer admin password to change but it won't save. Would be good to future proof this software.

    €23 / hr (Avg Bid)
    €23 / hr Offerta media
    150 offerte

    I am seeking a seasoned PHP developer capable of editing a core script. New Functionality: 1. To the subscription plan setup, we will add a field called "Total Searches" , "Total Chats" and Total Notifications" 2. Each time someone clicks on the search button, it will reduce the total number of searches available. Same of notifications 3. User has the ability to enter "Notification key words" 3. Each time someone uploads a file, it should be sent to be indexed via an api call. 4. If the notification key words are discovered when the file is being indexed, a notification should be sent to the customer stating that X file has referenced the search term.

    €37 (Avg Bid)
    €37 Offerta media
    37 offerte

    I require an intuitive interface developed in PHP for fridge temperature tracking. Key requirements include: * Flexible Addition: The system must allow the option of adding fridges as and when required. * Daily Updates: The system needs to update and display the temperature of each fridge twice daily. (hand-write) * Celsius Display: All temperature readings should be displayed in Celsius only. The ideal candidate for this project would have a strong command of PHP and experience with data input and display interfaces, as well as a basic understanding of temperature monitoring systems. An ability to deliver a user-friendly, intuitive interface is essential.

    €39 (Avg Bid)
    €39 Offerta media
    24 offerte

    we need someone with a huge experience in PHP things... lets chat to check the details...

    €12 / hr (Avg Bid)
    €12 / hr Offerta media
    77 offerte

    I need a professional with a deep understanding of Stripe, to integrate it into my third-party web application. The main purpose of this integration is to enable online payments on my platform. The instructions: My webapp uses a webservices API for some admin and user tasks. The command for updating a users credit in my app is "". Create a billing page/form so that when the user goes to pay the link will update to use the users username for the data_username parameter and the amount they payed into the data_amount parameter and then stripe will handle the payment and once the payment is complete will update the users credit in the app using the webservices API. Skills and Experience Required: - Strong experience in Stripe API integration - Familiarity with web-based applica...

    €9 / hr (Avg Bid)
    €9 / hr Offerta media
    93 offerte

    I'm seeking a skilled and talented PHP developer to improve my webpage's user interface and functionality. my webpage about quiz system and running good but I want to add the following: 1- add date aof attempting the exam to the page () 2- add different type of questions (matching and true or false) with auto correction. 3- add function for teacher to be able to upload file (video or image) to any question 4- show student attempt and print it summary: I want to improve the exam section(adding different type of questions) know the date when the student attempted the exam know which questions he answered wrong

    €39 (Avg Bid)
    €39 Offerta media
    67 offerte

    I'm looking fo...Google tools such as Google Analytics, to assist with setting up and installing Google's enhanced conversion code on my site. I already have a functioning Google Analytics tool, so it would be helpful if personal proficiency includes being able to navigate and maximize this tool's use without any hindrance. Simultaneously, I am also seeking for help in adjusting the Consent Modus code on my website. So, an ideal candidate would have had hands-on experience and expertise in managing Consent Management Platforms (CMP). To summarize: - Must have experience with WordPress - Needs to have worked with Google Analytics - Should have experience installing Google's Enhanced Conversion Code - Should have experience with Consent Managemen...

    €419 (Avg Bid)
    €419 Offerta media
    106 offerte

    More details: We are making some changes to this dashboard tool : We need to make two changes in the product in above link. This is a code for dashboard tool, we just need to create two separate databases and a few UI changes to create buttons for using that database. This isis for your reference : We operate a LPG gas agency, where customers exchange their empty cylinders for filled ones. However, sometimes we give out filled cylinders before receiving the empty ones back, resulting in two separate inventories: one for filled cylinders from our dealer, and another for empty cylinders returned by customers. To streamline this process, I propose adding a tab or checkbox

    €13 (Avg Bid)
    €13 Offerta media
    17 offerte

    I have web flutter language code. I need : WordPress work knownlage Add Amazon affiliate code ( I have account and links) I want fix some thinks And I want update my web domain Everything is ready Must have experience at Firebase database Flutter language coding WordPress work

    €80 (Avg Bid)
    €80 Offerta media
    30 offerte

    Hello there, I would hope to find someone to develop and modify my current project code of a stock image website that was built on PHP and Laravel. I only need to add new features and modify some of other things. If you are able to do so, please let me know I would provide you with the requirements.

    €138 (Avg Bid)
    €138 Offerta media
    89 offerte

    ...our existing Laravel PHP API, I'm looking for an experienced professional who can deliver high-quality refactoring work to enhance its functionality and efficiency. Scope of Work: - Authentication Improvements: The chosen freelancer will need to notably enhance the security of our API. Expertise in implementing OAuth is necessary as we'd like to incorporate this system into our API. Additionally, we would like to simplify the user registration process to facilitate user access. - Performance Optimization: The API currently experiences bottlenecks in resource usage. I want these issues to be identified and resolved, creating an API which operates more efficiently. Ideal Skills & Experience: The ideal candidate for this project is highly proficient in Laravel an...

    €29 (Avg Bid)
    €29 Offerta media
    43 offerte

    More details: Which programming language are you more comfortable with? C# or Python or AI What is the level of understanding or background do you have in the chosen programming language? Advanced What type of data are you looking to extract from the website? Contact information, Registration details, Company profiles The website: Is the regulator for estate agents in the UK. They hold information on al estate agents. I would like a script or console app r automated way (could be AI) of extracting all the UK estate agents from this website. I need their sector, address, phone number and name and website. Thank you

    €147 (Avg Bid)
    €147 Offerta media
    34 offerte

    I'm experiencing an issue with my VBA code not running as expected on my Mac with Office 365 version of Excel. I am also receiving error messages when attempting to run the code. I'm in need of a freelancer with a strong background in: - VBA Programming - Excel - Debugging - MacOS, specifically the Office 365 version of Excel Your task will be to inspect my code, identify the issue causing it to malfunction, provide fixes, and guide me through the process to avoid such problems in the future. Your debugging skills will be paramount and your ability to communicate clearly is desired. I expect prompt resolution of this issue, without any loss of original functionality. Please ensure you have the specified skills before making a bid.

    €73 (Avg Bid)
    €73 Offerta media
    16 offerte

    Data Entry Project - Microsoft Excel Skills and Experience: - Proficiency in Microsoft Excel - Attention to detail and accuracy in data entry - Ability to meet deadlines Description: I am looking for a freelancer to assist me with a data entry project using Microsoft Excel. The task involves entering data into Excel spreadsheets accurately and efficiently. The ideal candidate should have experience in data entry and be familiar with using Microsoft Excel. Key requirements for the job: - Proficiency in Microsoft Excel - Attention to detail and accuracy in data entry - Ability to meet the deadline of completing the task within a week If you have experience in data entry and are proficient in Microsoft Excel, please submit your proposal.

    €4 / hr (Avg Bid)
    €4 / hr Offerta media
    83 offerte

    Hello Freelancers, I have made a document of one report in the Latex and now I want to add some names in it. So I am looking for Latex Expert to edit the code using Overleaf. If you have prior experiecnce you can apply. Thank you.

    €2 / hr (Avg Bid)
    €2 / hr Offerta media
    24 offerte

    I would like to design and program a database and interfaces for website It contains electronic applications The idea of ​​the site is to combine two projects into one project, that is, merging the direct classified advertising project with the freelancing project in one site. I have a Photoshop design that explains the details of the project, consisting of 244 pages

    €3764 (Avg Bid)
    €3764 Offerta media
    53 offerte

    I need a proficient PHP developer to build a dynamic system for appointment booking. This project entails user authentication, database integration, and payment gateway integration. The key aspect is a custom appointment calendar facilitating users to select specific dates and times for appointments. The project should allow: - Creation of a custom calendar for appointments - Users to book appointments directly with service providers - Database integration for secure user authentication The appointment calendar should enable personalized appointments with a flexible time frame. IDEAL SKILLS AND EXPERIENCE: - Proficiency in PHP development - Experience in database integration - Capabilities for secure payment gateway implementation - Familiarity with appointment booking ...

    €545 (Avg Bid)
    €545 Offerta media
    158 offerte

    Hi Pravin Vithalbhai U., I noticed your profile and would like to offer you my project. We can discuss any details over chat.

    €13 (Avg Bid)
    €13 Offerta media
    1 offerte

    I am in need of a skilled Shopify developer/designer. Cheapest one wins!!!! Some of the tasks for this project: - Small change of the design of menu - Make the search also cheking Metafields, Product description, GTIN, EAN fields and also show results of customers look up parts of the title - Make a small design changement on mobile cart

    €19 (Avg Bid)
    €19 Offerta media
    28 offerte

    I am looking for a experienced PHP developer to create a demo project that can convert DXF files into NC files for a CNC milling machine. The source DXF file is coming from a 2D cutting optimization software (Cutting Optimization Pro). I will provide multiple examples including DXF, screenshot, and the NC result files. Only bid if you have previous example with NC files. Prove your text understanding by starting the bid with the word DXF>NC. In your bid explain one project in which you've worked with NC files. Examples will be provided interested coders.

    €160 (Avg Bid)
    €160 Offerta media
    32 offerte

    I'm in need of a PHP Laravel developer to integrate login through Google / FB / Twitter and Apple ID functionality. We have already done 'login through Email ID' functionality and need to add the above. There are 2 different login for the same site and need to differentiate it in the backend.

    €29 (Avg Bid)
    €29 Offerta media
    15 offerte