Return bool sqlJobb

Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 return bool sql jobb har hittats, med prissättning USD

    Hej Amr S., jag la märke till din profil och skulle vilja erbjuda dig mitt projekt. Vi kan diskutera detaljerna över chatten.

    $32 / hr (Avg Bid)
    $32 / hr Snittbud
    1 bud

    Till en nygrundade företag inom social entrepreneurship behövs det skaffas en SQL databas samt back-end mask till data query och entry, och en mindre front-end sökmask. Detailerad lista på databas-råder och egenskaper såväl som mockups på aller masker finns. Webspace med möjlighet till SQL databas finns. Detta är prototyp-stadien till en större projekt och rätt programmerare kan blir anlitad även till vidare arbeten med databasen, back- och front-end maskarna, samt senare utveckling av sökmask i app-form och enkelt web-shop kopplad till databasen.

    $2850 (Avg Bid)
    $2850 Snittbud
    5 bud

    Jag behöver en databas (SQL script) som håller reda på Medlemmar och dess Vänner, samt Kontakt/Meddelanden som skickas mellan dem: - Medlemmar (Namn, Mail, Lösen, Mobilnr., inloggningssätt (Facebook, Google, ösen)) - Medlemmars olika relationer till Vänner (mobilnr., mail, namn, adress) - Tabell över kontakter/meddelanden som tagits med Vänner (GUID skapas för varje gång). - Möjligheter för Vänner att logga in med hjälp av GUID för att se meddelanden - Meddelande skall kopplas mellan Medlem och Vänner. - Medlemmarna skall kunna ha en elektronisk plånbok

    $55 (Avg Bid)
    $55 Snittbud
    1 bud

    Project 1av 2(sql fler fields) skickar den andra projektet under dagen Har ändrat pattern1&pattern2 columnerna i databasen till kundnr&country, id till uid, verkar fungera. Sedan har jag ändrat field1&2 till flera columner i results.html. Så här ser columerna ut i databasen. id, kundnr, country, searchstring, tiff, checked, vat_number, company_name, company_adress, invoice_date, invoice_nr, valuta, summa_netto, summa_moms, varukod, varu_underkod, sprak_kod, beskrivning, fakturatyp, skattenummer

    $24 (Avg Bid)
    $24 Snittbud
    1 bud
    Projekt i PHP/SQL Avslutades left

    Mac PHP Har byggt en första version av en sajt som låter användare logga in och ange/ladda upp data. PHP/Mysql är använt idag. Skulle i dagsläget behöva primärt ett bollplank kring databasstruktur och koden principiellt men även hjälp med faktisk programmering för vidareutveckling av tjänsten. säkerhetsaspekter är också viktiga i nuläget

    $2318 (Avg Bid)
    $2318 Snittbud
    11 bud

    Söker back end utvecklare med erfarenhet från skräddaranpassade CMS hemsidor. Du bör vara kunnig inom PHP, Web 2.0, XHTML, SQL, Cross-browser optimering. Utvecklingen av hemsidan bör göras med stor anpassning. Då majoriteten av publiceringen görs av redaktörer måste backend vara anpassad för exempelvis skapande av artiklar. Du kan utgå från ett open-source alternativ och vidareutveckla den enligt våra specifikationer. Integrering mellan hemsidan och databas måste göras av dig. Analytics program erfordras. Interaktion görs möjligt med commenting, threads och forum. Erfarenhet från schemaläggning av aktiviteter bör du kunna göra. Caching även. Säke...

    $11657 (Avg Bid)
    $11657 Snittbud
    9 bud

    Programmering av ett Iphone och Android telefonapplikation kopplat mot telefonväxel MS SQL och winows server. Funktion och design ingår. Erfarenhet av applikation som contact center, callcenter. Samtalsstryning och design. Lång erfarenhet och stor förståelse krävs.

    $21 / hr (Avg Bid)
    $21 / hr Snittbud
    52 bud

    Programmering av ett Iphone och Android telefonapplikation kopplat mot telefonväxel MS SQL och winows server. Funktion och design ingår. Erfarenhet av applikation som contact center, callcenter. Samtalsstryning och design. Lång erfarenhet och stor förståelse krävs.

    $19 / hr (Avg Bid)
    $19 / hr Snittbud
    32 bud
    Vigenerechiffer Python Avslutades left

    ...dekryptera text som endast innehåller stora bokstäver enligt Vigenere-algoritmen. För att göra det behöver du en tabell, som du t.ex. kan generera med följande funktion: def make_cipher(): cipher = [] i = 0 j = 0 # Väljer bokstäverna A-Z for char in [:26]: ([i:26]+[:j]) i += 1 j += 1 return cipher Förutom funktionen make_cipher behöver du igen två funktioner för att kryptera resp. dekryptera ett meddelande. def encrypt(key, msg): cipher = make_cipher() # ...mer kod def decrypt(key, msg): cipher = make_cipher() # ...mer kod Uppgift 2: Testa programmet med exemplet på vigenere-sidan (nyckel "RELATIONS" och meddelande "TO BE OR NOT...

    $15 (Avg Bid)
    $15 Snittbud
    1 bud
    uppgift python Avslutades left

    olika delmoment: Kodskelett Innan...============================== jag/du min/din mig/dig ... Observera att programmet inte ska s¨oka enbart p°a det f¨orsta av de tv°a orden, utan ¨aven det andra. Du ska allts°a inte skriva filen s°a h¨ar: jag/du du/jag min/din din/min ... VGV F¨or att minska antalet l¨asningar av filen ska du l¨asa in ordparen i en en datastruktur. Programmet avslutas genom att anv¨andaren ger ett RETURN-tecken ist¨allet f¨or en textrad. Programmet ska j¨amf¨ora det utplockade ordet med orden i ordlistan. Hittas ett identiskt ord, byter vi ut det mot det andra ordet i ordparet. Efter avslutad s¨okning skrivs ordet ut p°a sk¨armen (i datorns svar). T¨ank p°a att ...

    $27 (Avg Bid)
    $27 Snittbud
    2 bud
    uppgift python Avslutades left

    olika delmoment: Kodskelett Innan...============================== jag/du min/din mig/dig ... Observera att programmet inte ska s¨oka enbart p°a det f¨orsta av de tv°a orden, utan ¨aven det andra. Du ska allts°a inte skriva filen s°a h¨ar: jag/du du/jag min/din din/min ... VGV F¨or att minska antalet l¨asningar av filen ska du l¨asa in ordparen i en en datastruktur. Programmet avslutas genom att anv¨andaren ger ett RETURN-tecken ist¨allet f¨or en textrad. Programmet ska j¨amf¨ora det utplockade ordet med orden i ordlistan. Hittas ett identiskt ord, byter vi ut det mot det andra ordet i ordparet. Efter avslutad s¨okning skrivs ordet ut p°a sk¨armen (i datorns svar). T¨ank p°a att ...

    $138 (Avg Bid)
    $138 Snittbud
    1 bud

    In my project, I'm looking to set up ActiveMQ JMS messaging for our system, focusing on synchronous and asynchronous messaging. We anticipate a low scale of message traffic, not exceeding 1,000 messages per day. Key responsibilities will include: - Set...framework to publish and subscribe messages to ActiveMQ queues Create queries to make sure data is published into the respective tables and assertions to validate Ideal skills and experiences for this role would include: - Proficient in ActiveMQ and JMS messaging - Previous experience in setting up asynchronous messaging systems - Familiar with SOAPUI and its capabilities for message testing - SQL developer for database queries and validations Please bid on this project if you're confident in your ability to deliver on...

    $39 (Avg Bid)
    $39 Snittbud
    4 bud

    Looking for help in modifying an existing python script and related sql database table The current script - (1) scrapes company financial data from website and populates database (2) scrapes news related to keywords from google news (3)sentiment classification of news items (4)pushes data to sql database The company names and keywords are currently hardcoded in the script Requirement- (1) Company names/urls/keywords (will be provided) to be put in master table in the database (2) The script to loop through and scrape the relevant data and put in database

    $317 (Avg Bid)
    $317 Snittbud
    14 bud

    I'm looking for a freelancer who's great at web scraping to help with a project involving a specific website initially, with potential for more. I'll give you the specific data fields to extract. It'd be great if you: Are really good at web scraping and or Python. Know your way around MS SQL Server databases, not essential but definately an advantage. Understand how to extract data effectively. Understand the need for security and captcha integration if needed. Can work quickly since this project is a priority and needs to be done ASAP. Ultimately, I want to be able to manage the code with your ongoing help, so this could lead to a long-term partnership. I'll share the full details when needed. You will provide source code, documentation and deployment info...

    $349 (Avg Bid)
    $349 Snittbud
    66 bud
    Dotnet developer 6 dagar left

    Required a dot net developer. Speacialized in Microservices acrhitecture based solution. Dotnet Core, C#, SQL, Data transformation, API gateway, Auth based security.

    $431 (Avg Bid)
    $431 Snittbud
    18 bud
    Java Code Fix Needed 6 dagar left
    VERIFIERAD

    i have Pojo class where it is picking property value from api response as integer in the Pojo Class: @JsonProperty("intensity") private Integer intensity; public Integer getColor() { return color; } public void setColor(Integer color) { = color; } and in parser class (INTENSITY, ((), 0)); The problem is sometimes the Api giving the color value as string not as interger but only on on checkbox config we add and this already defined in java if(checkVariant is true) then consider it string and parse it what i have to do to fix my code based on that condition so i can parse the string value this way: updateProperties("color", ((), ));

    $25 (Avg Bid)
    $25 Snittbud
    17 bud

    I am seeking a full stack PHP developer to assist me with my project. I'm l...you are a skilled PHP developer with experience in full stack development and are passionate about producing high-quality applications, this project is for you. Your ability to work both independently and collaboratively will be key to our success. Ideal skills and experiences include: - Proficient in PHP and related frameworks - Strong knowledge of HTML, CSS, and JavaScript - Familiarity with SQL and database management - Experience in user authentication and payment processing - Understanding of project management and problem-solving - Excellent communication and time management skills I am looking to commence this project at the earliest convenience, so please get in touch if you're avail...

    $19 / hr (Avg Bid)
    $19 / hr Snittbud
    189 bud

    I'm in need of an experienced Shopify designer to create a robust e-commerce portal for my business. The website's primary purpose will be to facilitate online sales for various types of gadgets. Key responsibilities include: - Design an intuitive, user-friendly Shopify store. - Input and organise 50-100 product listings. - Optimisation for conversions. The ideal candidate will have: ...intuitive, user-friendly Shopify store. - Input and organise 50-100 product listings. - Optimisation for conversions. The ideal candidate will have: - Solid experience in Shopify store design and setup. - A good understanding of e-commerce best practices. - Familiarity with gadgets and similar niche products. The end result should be a seamless shopping experience that encourages sales and...

    $6 / hr (Avg Bid)
    $6 / hr Snittbud
    96 bud

    ...Boost Product Customer Satisfaction: You'll be tasked with finding ways to ensure our customer's satisfaction with our products, as this is key to our growth strategy. Business to customer Skills and Experience: - Proven track record in market expansion strategies, ideally in the radio industry. - Proficient in measures of customer satisfaction including interpreting online reviews, ratings, return or refund rates. - Ability to work with teams and adapt to changing market dynamics. - Strong communication and reporting skills to provide regular updates on progress. HONEPE  India ( P ) Ltd ?️ Urgent openings!!?️               Job Nature ▪️ New QR Onboarding ▪️Soundbox machine Sales ▪️...

    $10 (Avg Bid)
    $10 Snittbud
    2 bud

    ...hence our AI works on it through big data and automation. The project is about algorithmic auto-investing trading on world wide's financial market. Fixed Rate Job Paid based on success delivery per country. $10/country. Make about 5-10 API/country for installing python, setting SQL for our applications and Google Sheet. For each country may need API for such as : 1. Historical Data 2. Financial Scrapped Source 3. Financial Summary Scrapped Source 4. Interest rate 5. Some More Required Skill & Experience : 1. Php & SQL 2. Familiar with python installing & setting up environments 3. Experienced in Linux Debian & LNMP server by SSH 4. You need to know on how to run python scripts on debian by ssh, and setup cron task on debian, and debugging etc Perso...

    $29 (Avg Bid)
    $29 Snittbud
    14 bud

    I am looking for a programmer with previous experience in building a Group Buy SEO Panel with the following tools, with the possibility of adding tools later. semrush freepik envato elements Motion Array pacdora with the following download limits: freepik 25 files /day envato elements 30/day Motion Array 30 /day pacdora 30/day I do not want a page specifically for payments, but in return I want a section at admin dashboard to generate activation keys for each service. I will sell these keys, and once the customer obtains an activation key for a service, he will paste it in a specific place on user dashboard and click on the word Activate, and the service associated with this key will be activated. Please send a previous project you work on

    $457 (Avg Bid)
    $457 Snittbud
    62 bud
    Pasar un template de C++ a C 6 dagar left
    VERIFIERAD

    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; }

    $18 (Avg Bid)
    $18 Snittbud
    7 bud
    VB.net Electronic Form & SQL 6 dagar left
    VERIFIERAD

    exactly similar to this f-system

    $481 (Avg Bid)
    $481 Snittbud
    48 bud

    ...API Integration: Get access to the OpenAI GPT-3 API. Write a script that takes inputs from Dialogflow via the webhook, processes it with GPT-3, and returns the output to Dialogflow. Integration and Fulfillment: Configure Dialogflow to use the webhook for fulfillment. Ensure the webhook communicates with the GPT-3 API and formats the response correctly. Return the formatted response to Dialogflow for Google Assistant to process. Example Workflow: User Command: "Write a poem about a sunset." Google Assistant: Recognizes the command and passes it to Dialogflow. Dialogflow Intent: Matches the intent for writing a poem. Webhook: Sends the request to your webhook. GPT-3 API Call: The webhook calls the GPT-3 AP...

    $558 (Avg Bid)
    $558 Snittbud
    23 bud

    ...---------------------------------------------------------------------------------------------------- I need to remove the Service Number Taxonomy that was added and create a new one called Booking Category. This will need look up the `11_bkntc_services` table in the database. (I use the Booknetic Plugin for Game Bookings) The table looks like this image, so you 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.

    $26 (Avg Bid)
    $26 Snittbud
    9 bud

    ...Implementation: - Set up a CI/CD pipeline using GitHub Actions for automated testing, building, and deployment of both frontend and backend applications. - Integrate the pipeline with our GCP infrastructure, including Compute Engine, Cloud SQL, and Cloud Storage. 2. Logging Setup: - Configure logging for all services: -- Frontend (Nginx, ): Log HTTP requests, errors, and application logs. -- Backend (Gunicorn, Django): Log application errors, access logs, and system logs. -- Celery and Beat: Log task execution and periodic tasks. -- Database (Cloud SQL): Log database queries and errors. -- Redis (Cloud Memorystore): Log Redis operations. - Collect and store logs centrally using GCP's Stackdriver Logging. - Set up log rotation and retention policies. 3. HTTPS Domain...

    $130 (Avg Bid)
    $130 Snittbud
    9 bud

    use Oracle PL SQL teach me how to install free Oracle DB on my local windows 11 acceptance: I can run your code on my computer ; all code work on my computer when I run it by myself You have 2 days you provide code to simulate input data (both code versions: python and sql)-> transactions data *****you provide SQL code to calculate per day summary for each day for each product for each store for 3 years SIMULATION data for 3 years 100 products 20 stores 5 USA states random dates and prices promotion for 30 promotions per year , each promotion happen for 7 to 15 products, for example promotion at may 10, 2023 happen for product ids: 34, 65, 12, 78, 5, 23, 41. When 34 for 20%; 65 for 30%; 12 for 40%; 78 for 10%; 5 for 15%; 23 for 70%; 41 for 30% randoml...

    $50 (Avg Bid)
    $50 Snittbud
    7 bud

    We are looking for 5-10 years of .Net experienced developer who can also have experienced in React and .Net based web development. Long terms multiple projects development. Using Mainly Azure SQL server database with Visual Studio .Net Core API. Graph QL and EF. Worked on Azure Key Vault, Azure Logic app, Azure function is bonus.

    $112 (Avg Bid)
    $112 Snittbud
    11 bud

    use Oracle PL SQL teach me how to install free Oracle DB on my local windows 11 acceptance: I can run your code on my computer ; all code work on my computer when I run it by myself You have 2 days *****you provide code to simulate input data -> transactions data *****you provide SQL code to calculate per day summary for each day for each product for each store for 3 years SIMULATION data for 3 years 100 products 20 stores 5 USA states randomly 30 to 170 transactions per day for given product for usual price randomly 200 to 600 transactions per day for given product for promotion random dates and prices promotion for 30 promotions per year , each promotion happen for 7 to 15 products, for example promotion at may 10, 2023 happen for product ids: 34, 65, 12, 78,...

    $126 (Avg Bid)
    $126 Snittbud
    28 bud

    ...ready, and the SQL tables have been set up. The main features of this project include: - **Dashboard:** This should display data from the other 3 pages in a list format as well as in a bar chart. - **Page 1 - Callback List:** A simple list of data from the 'callback' table. - **Page 2 - Token List:** A simple list of data from the 'token' table. - **Page 3 - Name List:** A simple list of data from the 'name' table. For the dashboard, I'm looking for a clean, professional design and prefer the use of bar charts for the graphical representation of the data. User authentication should be straightforward, requiring only an email and password for access. Ideal Skills and Experience: - Proficient in Laravel - Experience in creating admin dash...

    $24 (Avg Bid)
    $24 Snittbud
    20 bud
    Improve interface in web project 5 dagar left
    VERIFIERAD

    We have a project developed with VS2022, c#, datatables, SQL database, javascript and similar.... The user experience is not good. We need a professional and nice interface and user experience, but, mantain our actual code and funcionality.

    $544 (Avg Bid)
    $544 Snittbud
    79 bud
    Trophy icon Website & Booking System Overhaul 5 dagar left

    Hi, I am looking for a developer to maintain, make upgrades and fix bugs on my current website and booking system. The system has been done in SQL written in C# by my old developer. He has had a change of career and can no longer work on things but is happy to do a handover to make things easier. This will be an ongoing business relationship and not a one off thing so will need someone with good communication and accurate times of completion. Thanks, Luke.

    $1905 (Avg Bid)
    Garanterad
    $1905
    38 bidrag

    ...CodeIgniter 4, ensuring all features and functionalities remain intact. Optimize SQL Queries: Review and optimize all SQL queries to handle heavy loads efficiently. The current system experiences performance issues during peak times, and the new version should resolve these. Fix Bugs and Security Issues: Identify and fix any existing bugs and security vulnerabilities in the current project. Ensure the new version adheres to the latest security standards. API Integration: Connect the backend with the frontend using APIs. The APIs should be well-documented, secure, and efficient, allowing seamless communication between the backend and frontend. Requirements: Proven experience with CodeIgniter 3 and 4. Strong knowledge of SQL query optimization. Expertise in ident...

    $1099 (Avg Bid)
    $1099 Snittbud
    26 bud

    I'm in need of an intricate financial model designed for a residential property that focuses on calculating equity investments. Specifically, I want: - Informative analytics on 'Return on Equity', to evaluate potential profits over time. - An illustration of 'Cash Flow Distribution', to comprehend the income dispersions. - Analysis on 'Equity Multiple', to understand the total cash received against the total equity invested. Ideal freelancers will have a strong background in financial modelling, specifically pertaining to property investments. Understanding of debt financing, equity investments and capability in generating these specific outputs is critical.

    $123 (Avg Bid)
    $123 Snittbud
    39 bud

    ...comprehensive analysis of potential investments and to help me make informed decisions. Key Areas: - Evaluating Investment Opportunities: I need someone who can create robust and reliable financial models to assess the viability of various real estate ventures. Your models should help me identify and prioritize the most promising investments. - Financial Metrics: Your models should primarily focus on Return on Investment (ROI), Net Present Value (NPV), and Capitalization Rate (Cap Rate). These are the key metrics I need to see to make sound investment decisions. Ideal Candidate: - Proven Experience: Previous experience in real estate financial modelling and investment analysis is a must. A background in real estate or finance would be highly beneficial. - Analytical Skills: ...

    $104 (Avg Bid)
    $104 Snittbud
    7 bud

    Hi there! I'm seeking an expert in Python and VBA who can develop a real-time data statistical analysis tool for use on Windows. The tool must be able to process financial data. Though the format of my data wasn't specified, please be ready to handle a diverse range of formats, including but not limited to CSV files, SQL databases, and Excel files. Skills and Experience: - Mastery of Python and VBA - Experience with statistical data analysis - Familiarity with financial data - Proficiency in handling diverse data formats. - Skill in working on Windows OS. Ultimately, I require a reliable system for my ongoing financial data analysis needs. Your track record of similar successful tasks will be a plus.

    $7 (Avg Bid)
    $7 Snittbud
    2 bud

    I'm seeking an expert in Python and VBA who can develop a real-time data statistical analysis tool for use on Windows. The tool must be able to process financial data. Though the format of my data wasn't specified, please be ready to handle a diverse range of formats, including but not limited to CSV files, SQL databases, and Excel files. Skills and Experience: - Mastery of Python and VBA - Experience with statistical data analysis - Familiarity with financial data - Proficiency in handling diverse data formats. - Skill in working on Windows OS. Ultimately, I require a reliable system for my ongoing financial data analysis needs. Your track record of similar successful tasks will be a plus.

    $17 (Avg Bid)
    $17 Snittbud
    11 bud

    Functionality: Data Collection: Retrieve historical stock data...technical indicators and price action for each identified stock. Allow users to customize the criteria for identifying potential "pop" stocks based on their preferences and risk tolerance. Backtesting and Performance Evaluation: Implement a backtesting module to evaluate the performance of the app's predictions over historical data. Calculate metrics such as accuracy, precision, recall, and return on investment (ROI) to assess the effectiveness of the app. User Interface: Develop a user-friendly interface that allows users to input their stock preferences, view the app's predictions, and access the visualizations. Provide options for users to set up alerts or notifications for when a stock m...

    $181 (Avg Bid)
    $181 Snittbud
    19 bud
    Looking for Looker Studio Expert 5 dagar left
    VERIFIERAD

    Hi, I am looking for expert to connect SQL database togoogle looker studio so we can analise data and creat reports, it is a long term coopartion. Please provide implementation cost and hourly charge. Best.

    $400 (Avg Bid)
    $400 Snittbud
    45 bud

    ...programmer who is well-versed in SQL Server 2019. The primary task is to ensure that new columns added to the database are correctly displayed in the Excel report generated by the application also fix some minor areas that will discuss in detail Key Responsibilities: - Troubleshoot and fix the issue of new columns not being displayed in the Excel report - Ensure that all relevant data is correctly fetched from the SQL Server 2019 database - Implement a seamless solution that does not affect the overall functionality of the application Ideal Skills and Experience: - Strong proficiency in C# programming language - Expert knowledge of SQL Server 2019, including stored procedures and functions - Prior experience with similar tasks involving Excel report generation fro...

    $146 (Avg Bid)
    $146 Snittbud
    52 bud
    Udemy - Rakuten api problem 5 dagar left
    VERIFIERAD

    ...analyze the problem, and if possible, solve it. According the Masterstudy plugin support, it´s running. So, could be other problems. this is the error message Error calling GET : (403) <!doctype html> <html> <head><meta charset='utf-8'> <title>Error • Udemy</title> </head> <body> Forbidden <script>(function(){if (!) return;var js = "window['__CF$cv$params']={r:'885cdcdf3f9f9180',t:'MTcxNjA0NTk1Ny4wMzIwMDA='};_cpo=('script');_cpo.nonce='',_cpo.src='/cdn-cgi/challenge-platform/scripts/jsd/',('head')[0].appendChild(_cpo);";var _0xh = ('iframe'); = 1; = 1; = 'absolute'; = 0;

    $147 (Avg Bid)
    $147 Snittbud
    41 bud

    I'm in need of a talented financial analyst to create a robust underwriting model for a multi-family property. Key Requirements: - Develop a comprehensive underwriting model for a multi-family property that will assist in calculating the internal rate of return (IRR) and equity multiple. - This model should also include waterfall projections that cover profit splits, with and without preferred returns. Additionally, I require a clear, user-friendly format that is easy to understand for someone without an extensive financial background. The ideal candidate for this project should have a strong background in finance, specifically in multi-family real estate. In summary, the main deliverables for this project are: - Underwriting model for a multi-family property - Multipl...

    $399 (Avg Bid)
    $399 Snittbud
    47 bud

    App para elaborar presupuestos fuera de la tienda. actualmente tengo un sistema de escritorio elaborado en sql server para facturacion. El sistema Funciona perfecto y tiene la opción de realizar cotizaciones pero quiero incorporar una app para realizar las cotizaciones de los clientes foráneos ya que tengo un empleado que los visita semanalmente y me toca estar transcribiendo los pedidos. Seria una app que permita cargar los inventarios y los clientes al momento de estar en la tienda Y luego poder realizar los pedidos o cotizaciones offline cuando se este fuera. Para luego cuando llegue a la tienda hacer la actualización o descarga de pedidos. que tan dificil es hacer la app para android y para ios.

    $187 (Avg Bid)
    $187 Snittbud
    18 bud

    We are seeking an experienced freelance developer to design and develop an online service booking platform targeted at legal professionals. The project includes creating both a web application and a mobile application for service providers. Responsibilities:Design and develop an intuitive user int...booking system with calendar and availability management. Implement secure payment systems and automatic notification features. Ensure compatibility between the web and mobile to best practices for security and data protection. Required Skills:Proven experience in web and mobile in front-end and back-end technologies (e.g., React, Node.js).Experience with SQL or NoSQL understanding of UX/UI design to meet deadlines.

    $533 (Avg Bid)
    $533 Snittbud
    76 bud

    I'm in need of a skilled photographer with their own studio or location to take professional photos of a variety of home decor items for my ecommerce website. Requirements: - The products that need to be photographed include bedsheets, pillow cases, cushion covers, table covers, and mats. - The photography should be done in a studio setting. - The photos will require col...shots. This project is a great opportunity for a photographer looking to expand their portfolio with professional level home decor images. P.S: refer attached document for the kind of images we want. Please contact only after you've understood the ask here. We are located in Panchkula and if you're available locally, can drop the products or can be couriered to you for the job and you can then re...

    $87 (Avg Bid)
    $87 Snittbud
    14 bud

    ...standards of code quality and push for continuous improvement. **What You Need:** - BS/MS in Computer Science, Engineering, or related field. - 2-3 years of full-stack development experience, with significant focus on mobile apps. - Strong proficiency in Flutter or similar, front-end technologies (HTML5, CSS3, JavaScript), and backend development (Node.js, Django). - Experience with databases (SQL & NoSQL), cloud services (AWS, Google Cloud, Azure), and versioning tools like Git. **Why Join Us?** - Flexible working hours and a chance to work in a dynamic, fast-paced environment. - Continuous learning and professional development opportunities. ? **Apply Now!** Send your resume, a cover letter, and work samples/portfolio demonstrating your expertise relevant to the role. ...

    $442 (Avg Bid)
    $442 Snittbud
    19 bud

    ...user login/signup, in-app messaging, push notifications, photo and file upload. Advanced features should also include GEO Fencing, QRCODE/Barcode scanning and face recognition. The app should be supported by SQL and allow user details to be saved and retrieved from a database. Furthermore, the app needs to integrate with Google services like 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...

    $667 (Avg Bid)
    $667 Snittbud
    15 bud

    I'm in need of a skilled developer with strong experience in NodeJS, React, and Next/NestJS. The p...Search Functionality: The application will have a search feature that allows users to find specific content or items efficiently. This will require robust search algorithms and user-friendly interfaces. - Payment Gateway Integration: The application needs to support payment processing. You'll need to integrate a payment gateway to handle transactions securely and seamlessly. Your experience in SQL will also be valuable to ensure efficient data management and integration with the web application. Please provide examples of your past work that demonstrate your expertise in these areas. I'm looking for a reliable, communicative individual who can deliver a high-quality...

    $7 / hr (Avg Bid)
    $7 / hr Snittbud
    36 bud

    ...diagram, relational schema, database dump, SQL files, and queries for a library database system. Requirements: - ER Diagram: An ER diagram is required with rationalities similar to the example provided in this link: - Relational Schema: Develop a relational schema that effectively models the database. - Database Dump: Provide a database dump for the system. - SQL Files and Queries: The project should include a set of SQL files and queries that effectively interact with the database. - Managerial Queries: Develop a minimum of 20 managerial queries that will be used to analyze and manage the library database. Deadline: This project must be completed by Monday. Ideal Skills: - Proficiency in database design and SQL - Experience with ER diagram creation - A...

    $177 (Avg Bid)
    $177 Snittbud
    11 bud

    I'm in need of a skilled photographer to take professional photos of a variety of home decor items for my ecommerce website. Requirements: - The products that need to be photographed include bedsheets, pillow cases, cushion covers, table covers, and mats. - The photography should be done in a studio setting. - The photos will require color correction, but background remo...shots. This project is a great opportunity for a photographer looking to expand their portfolio with professional level home decor images. P.S: refer attached document for the kind of images we want. Please contact only after you've understood the ask here. We are located in Panchkula and if you're available locally, can drop the products or can be couriered to you for the job and you can then re...

    $144 (Avg Bid)
    Lokalt
    $144 Snittbud
    2 bud