Binding controls xml vbnetemplois

Filtrer

Mes recherches récentes
Filtrer par :
Budget
à
à
à
Type
Compétences
Langues
    État du travail
    2,000 binding controls xml vbnet travaux trouvés au tarif de EUR

    I am a beginner when it comes to Angular, looking to gain more knowledge in the area for a potential interview. I'm specifically interested in learning more about Oops concepts in angular, What is angular and it's versions, Angular life cycle, Components and modules, Data binding ways, Pipes and observables and am anticipating that I'll need 1-3 sessions to properly educate myself on the concept. I'm seeking someone who can provide further information and guidance on this subject.

    €19 (Avg Bid)
    €19 Offre moyenne
    10 offres
    Angular with API Integration S'est terminé left

    I am looking for a freelancer with experience in Angular to help integrate an existing API ...for a freelancer with experience in Angular to help integrate an existing API into my project. The main functionality I require is to build a dynamic and adaptive web application Skills and experience needed: - Proficiency in Angular V 12 plus - Experience with API integration - Strong understanding of user role authentication - Components access rights - Components Design - Grid Layout - Data Binding - Knowledge in Authentication - Close bugs within stipulated time - Code Commit practice regularly or daily - Exp in Unit testing - Should maintain confidentiality - Good Requirement understanding capability - Knowledge with Git - Ability to set styles in component files, Files should be in...

    €7 / hr (Avg Bid)
    €7 / hr Offre moyenne
    28 offres
    Website for account login S'est terminé left

    I'm looking for a developer to build a website for an account login system. I want the system to use XML-RPC API for authentication, and have user registration, password reset, and email verification features. My security requirements are SSL encryption, so I need someone reliable to implement that. If you have the skills to build a secure, stable, and reliable account login system, please get in touch! We are using SIPPY SOFT Switch (voip). We want users to do self-registration, account top-up, IP update via email verification and a backend to manage all this. Reference-

    €597 (Avg Bid)
    €597 Offre moyenne
    33 offres
    Binding project -- 2 S'est terminé left

    Ios binding project in xamarin

    €521 (Avg Bid)
    €521 Offre moyenne
    30 offres

    Hi, Looking for an expert who would generate ERC 20 token on Gnosis and tool for a specific asset, and need a person who have generate before i will ask for previous work. also i will share the link to a token and like you to generate my token with same permissions and controls. Thanks

    €162 (Avg Bid)
    €162 Offre moyenne
    13 offres

    Looking for an expert who would generate ERC 20 token on Gnosis and tool for a specific asset, and need a person who have generate before i will ask for previous work. also i will share the link to a token and like you to generate my token with same permissions and controls. Thanks

    €140 (Avg Bid)
    €140 Offre moyenne
    12 offres
    an application for linear cutting S'est terminé left

    Project Title: Linear Cutting Optimization Application Purpose: - The purpose of this application is to provide optimization algorithms for cutting linear materials. Platform: - The application will be used on Windows operating system. the application must be launched in the command prompt to allow an xml input file and generate an xml file with the optimization results (eg: path ). Example and xml structure can be found in the attached document Timeline: - The desired timeline for completion is within a month. Ideal Skills and Experience: - Proficiency in programming languages such as C++ or Java. - Experience in developing optimization algorithms for cutting processes. - Familiarity with Windows platform and development tools. - Strong mathematical and problem...

    €230 - €691
    Scellé
    €230 - €691
    29 offres

    I am looking for an EDI Specialist to help with system integration and setting up new EDI systems. Skills and experience required: - Expertise in XML, X12 or EDI ANSI ASC X12, and EDIFACT - Experience in setting up new EDI systems - Familiarity with mapping and translating EDI documents Tasks include: - Setting up new EDI systems for seamless integration - Ensuring the smooth functioning of EDI systems through troubleshooting and maintenance - Mapping and translating EDI documents for efficient communication and data exchange. If you have experience in EDI systems and the necessary expertise in XML, X12 or EDI ANSI ASC X12, and EDIFACT, please reach out to me.

    €452 (Avg Bid)
    €452 Offre moyenne
    31 offres

    ...maintain a consistent and visually appealing design. 3- Responsive Design: Ensure that the home page is fully responsive and functions flawlessly on desktops, tablets, and mobile devices. 4- Interactive Elements: Implement interactive elements such as buttons, forms, dropdowns, and any other components specified in the Figma design. These elements should provide a smooth user experience. 5- Data Binding: If the Figma design includes dynamic data, fetch and display this data in the Blazor application. This may involve making API calls or using mock data for testing purposes. 6- Performance Optimization: Optimize the Blazor application for performance, including fast load times and smooth animations. Minimize unnecessary network requests and optimize code for efficient renderin...

    €469 (Avg Bid)
    €469 Offre moyenne
    97 offres

    I am looking for a designer to create a login interface in Radzen Blazor Studio. The project requires the following: only use radzen controls add transitions with cool design. I have added old login interface, I need a new one only I send old to check that all fields must maintain but with a new design. Layout: No specific requirements, I trust your judgment must be responsive Additional Features/Functionalities: - Specific requirements for additional features will be provided - Open to suggestions based on some initial ideas Ideal Skills and Experience: - Proficiency in Radzen Blazor Studio - Strong design skills and understanding of color psychology - Ability to implement custom features and functionalities Please provide examples of previous work in Radzen Blazor Studio or ...

    €136 (Avg Bid)
    €136 Offre moyenne
    60 offres

    Estoy buscando un desarrollador que pueda automatizar la extracción de información de Wikipedia para nuestro negocio existente. El proyecto consiste en extraer imágenes, referencias y texto de páginas de Wikipedia. Habilidades y experiencia preferidas: - Alto dominio del lenguaje de programación JavaScript. - Experiencia en extracción de datos de fu...herramienta en Oracol, utilizando SQL y Java 1.8. El número de páginas de las que es necesario extraer la información depende del número de personas que tienen información sobre Wikipedia en mi base de datos, que actualmente contiene 20.000 entradas. Si tiene las habilidades y experiencia necesarias en la extracción de información de Wikipedia y est&...

    €666 (Avg Bid)
    €666 Offre moyenne
    18 offres
    Urgent Blazor Expert Developer S'est terminé left

    ... How to make a Grid column always editable You can make the Grid column always editable using the column template feature of the Grid. In the following example, the SfTextBox is rendered in the ShipCountry column using a column template. The edited changes are saved in the data source using the two-way binding(@bind-Value) of the SfTextBox component. ...

    €46 (Avg Bid)
    €46 Offre moyenne
    3 offres

    I have a series of xml files that I need to automatically load into a database and I want to use R to do so. I would like you to complete the script below (or adjust as you see fit) to: 1) Read the XML file into a dataframe 2) Connect with the database 3) Load the XML file into the database. The XML file is included for reference. The sample script I have that does work is below for information library(RODBC) library(XML) con<-odbcConnect("BD_Connect") XMLData<-xmlToDataFrame("PUB_DailyMeterDataD1_202308091336.xml") #Connect to database sqlSave(con, XMLData, tablename = "Table")

    €33 (Avg Bid)
    €33 Offre moyenne
    9 offres

    Project Overview: We are seeking an experienced custom ROM developer to design a secure and feature-rich ROM for Google Pixel 5 & Samsung A20. The custom ROM should emphasize user privacy, security, and enhanced device controls. Key Features: Encrypted Local Storage: All data stored locally on the device should be encrypted. Lock Bootloader: Ensure the bootloader is locked to prevent unauthorized tampering. Remove Recovery System / Safe Mode: Eliminate options to access recovery mode or safe mode. Lock Firmware with Secure Keys: Ensure firmware can only be updated with secure keys. Isolated App Environment: Applications should run in isolated environments, ensuring inter-app security. Integrated VPN: A built-in VPN feature for secure browsing and data transmission. Brute Force...

    €691 - €1382
    Scellé LDN
    €691 - €1382
    2 offres
    finding error in my XML file S&#039;est terminé left

    Be able to work on this now, I am looking for a freelancer who can help me resolve a validation error in my XML file. The error is currently affecting data transfer, causing disruptions in my system. I need this error to be fixed as soon as possible to prevent any further progress issues. Skills and Experience: - Strong knowledge and experience in XML syntax and validation - Familiarity with XML editors and validators - Attention to detail and ability to identify and fix errors quickly - Previous experience in resolving XML validation errors - Good communication skills and ability to work efficiently to meet tight deadlines.

    €19 (Avg Bid)
    €19 Offre moyenne
    8 offres
    oracle xpath querys S&#039;est terminé left

    I am in need of an experienced developer who is skilled in Oracle XPath queries. I am looking to extract certain element and attribute values from an XML file, as well as retrieve certain node sequences. I already have a sample XML file available for testing and development purposes. The project needs to be completed within 1-2 days, so the ideal candidate must be able to work quickly and effectively. If you believe you have the necessary skills for this project, please submit a proposal.

    €457 (Avg Bid)
    €457 Offre moyenne
    15 offres

    ...have more time. Until I have a successful bidder, so I know the start date, I cannot provide an End date. Understand that these are Working Apps. From where I stand the ATV Apps were written in modular fashion, with each function in a different Java file. Some have been combined, it appears, by subsequent programmers I have hired over the years. Bidders MUST be experts in Android Studio, Java, XML, and Google Maps API. I am looking for bidders that can do ALL the required tasks, not just some of them. Been there, done that. ...

    €230 - €691
    À la une Scellé LDN
    €230 - €691
    9 offres

    create, creation of similar applications. similar creatives app with all options from the reference demo: 43998836 ............................. MAX BUDGET $200............ IF OK PING...FRENCH FOR LANGUAGE DO INSTALLATIONS ON DOMAIN NAME demo reference / ::::::::::::::::::::::::::::::::::::::creation with the latest versions of software, compatible with all electronics , installed on the URL domain and the server. reactiv and other .apk, .so, .dat, .db, .java, .xml Software Version Android 12.0, Android 11.0, Android 10.0, Android 9.0 and iPhone and Windows and others

    €154 (Avg Bid)
    €154 Offre moyenne
    22 offres

    ...from home. Candidate’s Experience ------------------------------------------------------ The candidate will need to have experience with the Laravel 8.0 framework. 80% of your time will be spent developing new functionalities and 20% might be spent troubleshooting issues in production as and when needed. Key Skills Required: 1) Proficient with PHP, HTML5, JavaScript, JQuery, JSON, REST API, XML, AJAX and CSS3 2) Experience working with the MVC Framework Laravel 8.0, Laravel Livewire, Tailwind CSS 3) Experience building API integration such as GupShup, WhatsApp, Telegram, Twitter, Facebook, Google maps, Instagram, etc. 4) Hands-on experience in MySQL databases 5) Experience with Amazon Web Services 6) Optimization SEO/Content/Website Speed, Web security 7) Docume...

    €5 / hr (Avg Bid)
    €5 / hr Offre moyenne
    114 offres

    Buscamos un excelente desarrollador con experiencia en la creación de diagramas UML y codificación XML. Debe haber realizado este tipo de trabajo antes. Por favor, asegúrese de que sus conocimientos, habilidades y experiencia estén actualizados para minimizar el riesgo de que este proyecto salga mal o tome más tiempo del necesario. *Alcance * en estrecha colaboración con el CEO para visualizar y especificar los requisitos. el diagrama UML acordado. de que los diagramas UML estén en formato XML. *Fuera de alcance * trabajo de desarrollo, ya que ya contamos con las soluciones. Línea de tiempo esperada: 1-2 días * Nuestra Tecnología * Muy sencilla a propósito. Windows, Google Cloud, Google Sui...

    €230 (Avg Bid)
    €230 Offre moyenne
    1 offres

    ...modelos de IA para tareas de visión por computadora, como detección de objetos y clasificación de imágenes. ñar soluciones capaces de leer e interpretar puntos de datos de varios diagramas y gráficos. algoritmos para comprender e interpretar objetos, estilos y formato de formas y texto en diagramas. la información interpretada en formatos editables como JavaScript, XML, etc. Experiencia comprobada: comprobada en IA, específicamente en Visión por Computadora y Detección de Objetos. en Python y familiaridad con bibliotecas y marcos de IA/ML. demostrada en crear soluciones que puedan interpretar diagramas y gráficos. habilidades para la resolución de problemas y la capacidad de trabajar en un...

    €187 (Avg Bid)
    €187 Offre moyenne
    4 offres

    We got several notes about the security of our WordPress website, namely: 1. HTTP Strict Transport Security (HSTS) not enforced 2. HTTPS redirect not supported 3. X-Powered-By header exposed 4. X-Frame-Options is not denied or same origin 5. CSP is not implemented 6. Listable directories found 7. X-Content-Type-Options is not no sniff 8. WordPress XML-RPC API enabled 9. WordPress plugin versions exposed 10. WordPress version exposed This project is to ensure the website meets the requirements mentioned above. - Freelancers must provide us with information about the code security that is fixed or written in which file (eg htaccess. or etc.) - Freelancers can show that the script is working by showing test results, for example using (after repairs)

    €29 (Avg Bid)
    €29 Offre moyenne
    37 offres

    ...fostering a community-driven approach to sharing opinions and insights. **Necessary Features:** - User-friendly commenting interface seamlessly integrated into popular browsers (Chrome, Firefox, Safari, etc.). - User registration and authentication system to manage user accounts and comments. - Comment moderation and filtering mechanisms to ensure a safe and constructive environment. - Privacy controls, allowing users to manage the visibility of their comments. - Cross-browser compatibility and responsive design for both desktop and mobile devices. - Notification system to inform users about new comments on websites they've interacted with. - Threaded comments for engaging discussions. - Rating system for users to rate comments based on helpfulness. - Bookmarking comments ...

    €1412 (Avg Bid)
    €1412 Offre moyenne
    7 offres

    ...Form (e differenze con MVC) - Code behind (.cs) - Pagine compilate - - caratteristiche del e configurazioni personalizzate - L'Oggetto Application e Session - Utilizzo oggetti standard - Connessioni ADO, recordset e dataset - Gli oggetti gestiti da un'applicazione Web (WebForm, MasterPage, UserControl, WebService) - Post Back e Il Posting tra le pagine - Web template - Creare XML/JSON ed invio a webservice - Come pubblicare un progetto ASP.NET Con esempi pratici e casi reali forniti dagli studenti (ad. es. come impostare una form di Login "sicura", upload files, come importare/gestire template HTML5+CSS, ...)...

    €169 (Avg Bid)
    €169 Offre moyenne
    10 offres

    ...and implement AI models for computer vision tasks such as object detection and image classification. 2. Design solutions capable of reading and interpreting data points from various diagrams and charts. 3. Develop algorithms to understand and interpret objects, styles, and formatting of shapes and text in diagrams. 4. Convert the interpreted information into editable formats such as JavaScript, XML, etc. Proven experience: 1. Proven experience in AI, specifically in Computer Vision and Object Detection. 2. Proficiency in Python and familiarity with AI/ML libraries and frameworks. 3. Demonstrated experience in creating solutions that can interpret diagrams and charts. 4. Strong problem-solving skills and the ability to work in a fast-paced, evolving environment. If you have prev...

    €159 (Avg Bid)
    €159 Offre moyenne
    19 offres

    We seek an excellent developer with experience in drawing UML drawings and XML coding. You must have done this work before. Please ensure that your knowledge, skills, and experience are up-to-date to minimise the risk of this project going wrong or taking more time than it should. * Scope * 1. Work closely with the CEO to visualise and specify the requirements 2. Draw the agreed UML diagram 3. Ensure the UML diagrams is in the XML format * Out of Scope 1. Any development work - we have the solutions already * Expected timeline: 1-2 days * * Our Tech * Very flat on purpose Windows, Google Cloud, Google Suite, Python, Langchain, MongoDB * Standard Critical Expectations For All Dev Roles* 1. Fully understand the requirements 2. Provide the solutions / work issues out as ...

    €162 (Avg Bid)
    €162 Offre moyenne
    10 offres
    TradingView indicators S&#039;est terminé left

    ...spotting important institutional levels. You can also monitor more than one HTF PO3 at the time by stacking multiple instances of the indicator: 6. NWOG NDOG This indicator displays New Week/Day Opening Gaps alongside Event Horizon PD Arrays which were conceptualized by a trader, ICT. SETTINGS Show: Determines if new week opening gaps (NWOG) or new day opening gaps (NDOG) are shown. Amount: Controls the amount of most recent NWOGs/NDOGs to display on the chart. Show EHPDA: Displays Event Horizons PD arrays. New Week/Day Opening Gaps are generally used as potential support or resistance areas. Trader ICT describes that under consolidating market conditions, price tends to revert towards the opening gap area. This is consistent with other analysis suggesting that price has a...

    €807 (Avg Bid)
    €807 Offre moyenne
    14 offres
    iOS swift expert needed. S&#039;est terminé left

    I need Swift and Xamarin expert having some years of experience. This is basically a binding project. We need the push notifications and the tracking.

    €28 - €230
    Scellé
    €28 - €230
    13 offres

    We are in search of a company to perform an update on our mobile application due to recent policy changes imposed by Google. Technical Specifications: - Development Environment: Android Studio 3.3.2 - Minimum Supported Operating System: Android 4.0 (Level 14) and above - Programming Languages: Java and XML - Local Database: SQLite - Threading: Asynchronous tasks (AsyncTask) - Screen Orientation: Portrait Mode exclusively Need to add Admob (Adsence) as well in the app.

    €87 (Avg Bid)
    €87 Offre moyenne
    19 offres
    Build a Wordpress Job Board Website S&#039;est terminé left

    (Jobify already installed with Premium...si=g0lskYxAoen38Xdh&t=172 We already have 740+ jobs loaded into our system. We also need help properly importing our jobs into our website using an XML file/link. All of our current jobs that the XML file is supposed to import can be found here - The issue is that import of the XML file is not properly bringing in the 'location' field, which is a formula of "Street", "City", "State" "Zipcode"...We also need our "Dept ID" imported as the "Job ID" in our wordpress site to reference the job in our ATS (applicant tracking system) properly. Additional plugins installed: - WP All Import - Go Fetch Pro (XML/RSS Import) - sMyles Plugins (WP Job Manager...

    €1071 (Avg Bid)
    À la une Urgent
    €1071 Offre moyenne
    24 offres
    GROW SHOPIFY WEBSITE S&#039;est terminé left

    ...include: - Conducting keyword research based on a few keywords I have and competitor analysis - Optimizing my website's on-page elements such as meta tags, headings, and URL structure - Improving the website's loading speed and mobile responsiveness - Creating and optimizing content to target relevant keywords and improve organic search rankings - Implementing technical SEO optimizations such as XML sitemap creation and submission - Building high-quality backlinks to improve the website's authority and visibility The ideal freelancer for this job should have: - Proven experience in successfully optimizing Shopify websites for SEO and improving their rankings - In-depth knowledge of SEO best practices, keyword research, and competitor analysis - Proficiency in us...

    €74 (Avg Bid)
    €74 Offre moyenne
    91 offres

    Read *any* business card and extract/clasify its information, such us: full name, job title, mobile phone number, email, website, company address, company telephone, fax, others The basic functionalities of the application are: 1 - crop/find business card from the picture 2 - rotate/deskew is necessary 2 - ocr 3 - extract and classify personal information 4 - export as xml or json If you have any questions feel free to ask. Thank you

    €448 (Avg Bid)
    €448 Offre moyenne
    108 offres

    I'm looking for a skilled developer to help me create an HTTP POST request using WinHttpRequest.5.1 in Visua...for a skilled developer to help me create an HTTP POST request using WinHttpRequest.5.1 in Visual Basic (VBA via MSACESSS client) with "Content-Type" "multipart/form-data". I already have a POSTMAN collection that works using other programming languages (i.e., C#, cURL, Python, PHP etc..) but am unable to work out how to translate the code from Postman to VBA. In summary, the POST API sends and XML file with appropriate authorization and tokens parameters. I can provide a full API specification. If you think you can be of assistance to do the translation, or, assist in developing this solution then please reach out to me with your portfolio and ...

    €301 (Avg Bid)
    €301 Offre moyenne
    28 offres

    Project Title: Manually annotating 200 utterances based on rules Description: - I am looking for a freelancer to help me with manually annotating the utterances for a research project. - The purpose of the annotation is to create a labelled dataset for research purposes. - The data that needs to be annotated is in text format...a plus. - Attention to detail and accuracy in following annotation guidelines is crucial. - The freelancer should be able to modify annotations based on predefined rules if needed. - The project requires strong communication skills and the ability to meet deadlines. - The ideal candidate should have previous experience in creating labelled datasets for research purposes. - Knowledge of JSON and XML formats is a plus, although not necessary for this specifi...

    €16 (Avg Bid)
    €16 Offre moyenne
    5 offres
    Lua S&#039;est terminé left

    Lua and XML I'll work until that time I'll be dropping updates too

    €28 (Avg Bid)
    €28 Offre moyenne
    1 offres

    Gain 30% to 65% of the gross amount deposited (spent) by the customers you bring to XRP Co. The budget displ...simplest form we can summarize what we seek is: We seek marketers, lead generators, qualifiers, social media marketers that can generate / drive leads / drive traffic / drive prospects to XRP Co., and XRP Co. pays back a 30% to 65% on the *gross amount spent by the customers*. The commission is paid every 4th day of each week. Pre-Payment Terms are available and negotiable. There is a legally binding contract being signed, stating clearly the commission terms and payment terms. As an associate (affiliate) you will have a direct contact 24/7 with one of our executives via direct line of communication. If you wish to apply please bid and we will reach out to you with mor...

    €438 (Avg Bid)
    €438 Offre moyenne
    2 offres
    XSLT Developer S&#039;est terminé left

    I need an XSLT developer for transforming XML to PDF.

    €13 (Avg Bid)
    €13 Offre moyenne
    3 offres

    create plugin that displays search form. search form takes 2 parameters - search phrase and country (selected from drop down). the input is used for API call which fetches open jobs based on keyword and country. it returns xml which needs to be parsed into job chunks. the xml contains multiple jobs (up to 50). these jobs are separated by xml tags and include title, id, description, date and so on. the plugin should display all these jobs as a list of jobs (like a search result page) on some page (maybe like "). each job should be displayed as one job DIV, inside will be title, descrtiption, date, employer, location. it also should display "OPEN" button/link in this div, which will take user to a custom page "customly made for the display of

    €449 (Avg Bid)
    €449 Offre moyenne
    29 offres
    UK Loan agreement S&#039;est terminé left

    I'...looking for somebody to help with a UK loan agreement. Specifically, I am looking for a personal loan agreement with specific terms and conditions that I have already prepared, as well as additional clauses and provisions that are not typical in a standard loan agreement. I need an experienced freelancer who is knowledgeable in UK lending laws and regulations so that this agreement is legally binding and will protect both parties. Experience in drafting loan contracts in the UK context is essential, with an understanding of how contractual principles of equity, consumer protection, and good faith can be incorporated into the document. Furthermore, attention to detail and careful proofreading of the document to ensure accuracy is required. Thank you and I look forward to yo...

    €113 (Avg Bid)
    €113 Offre moyenne
    36 offres

    ...tools to select features, create and optimize classifiers mining or extracting usable data from valuable data sources. with engineering and product development teams responsibility is to use data to develop solutions tailored to meet the organization's unique needs.  prediction systems and machine learning algorithms and implement data quality controls to ensure the accuracy and completeness of our data state-of-the-art algorithms in one or all of the following areas: prompt engineering for LLM models, fine-tuning models, training open source models, large-scale distributed training, Who can apply for this position- Expertise with and strong interest in machine learning or natural language processing (NLP), ideally in one or more

    €138 (Avg Bid)
    €138 Offre moyenne
    24 offres

    ...external data source and generate XML files following a specific XML format. This solution will help streamline our workflow by automating the process of creating XML files for our manufacturing system. **Key Responsibilities:** 1. **FileMaker Solution Development:** - Develop a custom FileMaker Pro solution that integrates with an external data source. - Design a user-friendly interface for data input and management. 2. **External Data Integration:** - Establish a connection to the external data source (e.g., a database, CSV file, or API) to retrieve job data. - Implement data retrieval and update processes to ensure the FileMaker database reflects the latest job information. 3. **XML Generation:** - Create XML files based on a spec...

    €149 (Avg Bid)
    €149 Offre moyenne
    7 offres
    Need Godot expert S&#039;est terminé left

    I am in need of a Godot expert who can assist me with improving controls for my existing mobile game.

    €31 / hr (Avg Bid)
    €31 / hr Offre moyenne
    12 offres
    XLS transfer to xml S&#039;est terminé left

    I'm looking for a freelancer to create an XML file from an XLSX file. The XLSX file is a simple single worksheet file with no formulas. I have a specific structure in mind for the XML file it needs to be compatible with Zoho , so the freelancer should be able to follow the provided structure without deviation. The freelancer should be experienced in both XLSX and XML file formats in order to ensure accuracy and a satisfactory outcome. I am ready to discuss project details, timeline and cost structure with interested freelancers.

    €23 (Avg Bid)
    €23 Offre moyenne
    39 offres
    ERP for tour operator S&#039;est terminé left

    I am looking for a skilled developer to create an ERP system for my tour operator business. The ideal candidate should have experience in developing a Booking and Reservation System. Specific features required in the ERP system: - Booking and Reservation System - Management of tour - Guest and agent login - Finance controls - Management of leads Integration with existing software: - The ERP system should be able to integrate with our existing software. Number of users: - The ERP system will be used by 11-50 users. Prefer in PHP-MYSQL Skills and experience needed for the job: - Experience in developing a Booking and Reservation System - Knowledge of integrating software systems

    €1048 (Avg Bid)
    €1048 Offre moyenne
    49 offres
    Reference Architecture S&#039;est terminé left

    ...Technology Stack: - Utilize the telemedicine technology stack to build the datacenter architecture. - Leverage appropriate technologies, frameworks, and tools to achieve the desired functionality and performance. 3. Security and Compliance: - Design robust security measures to protect patient data and ensure compliance with relevant regulations (e.g., HIPAA). - Implement encryption, access controls, and secure communication protocols to safeguard sensitive information. CISCO UCC and Security Stack in visio 4. Documentation and Support: - Create detailed documentation outlining the architecture Ideal Skills and Experience: - Strong background in datacenter architecture and network design. - Experience with telemedicine technology stack exAMPLE of deliverab...

    €111 (Avg Bid)
    €111 Offre moyenne
    13 offres

    create, creation of similar applications. creations application similar with all the options of the reference demo: compatible with all types of devices ENGLISH, FRENCH FOR LANGUAGE no streaming other paid service (find other solutions for streaming).that you can offer me as live st...that you can offer me as live streaming solutions. DO INSTALLATIONS ON THE DOMAIN NAME démo référence / ::::::::::::::::::::::::::::::::::::::::::creation with latest versions of software compatible with all devices install on url domain and server .apk, .so, .dat, .db, .java, .xml Software Version Android 12.0, Android 11.0, Android 10.0, Android 9.0 and iphone and windows and other

    €196 (Avg Bid)
    €196 Offre moyenne
    42 offres
    VBA using macro in Solidworks S&#039;est terminé left

    Hello I Need to create a Macro for Solidworks to export a BOM in a XML file. Structure of the XML file will be defined. this macro will be made in VBA. You will find a Solidworks assembly (no geometries in the components, only parameters). All my studies will have the same tree structure. I also added an example XML file that I want to output. Is it possible to create a simple macro that I can launch from the assembly, this one will be able to output the desired XML file. This is a first topic, I have other requests that may come quickly. Thanks

    €95 (Avg Bid)
    €95 Offre moyenne
    18 offres

    ...Sample tasks involve integrating third-party data into our platform to enhance marketing optimisation and analysis capabilities, working with client and design teams to develop and build marketing funnel and campaign assets such as responsive microsites, custom forms, emails and tailored on-site messaging, connecting and integrating external CRM, data and ad platforms, advise and set validation controls, test tracking, integrating with third-party APIs and build clear and insightful reports and dashboards. - Work together closely with the development team to uncover technical and operational strategies that elevate the platform's functionalities. Moreover, exhibit dedication across the complete development odyssey, spanning from initial idea to final deployment, and assume a...

    €15 / hr (Avg Bid)
    €15 / hr Offre moyenne
    41 offres

    ...dropped position. Element Editing: Implement appropriate UI controls in the Element component to allow users to move and edit the content and attributes of HTML elements. For example, you can use input fields, select dropdowns, or rich text editors to enable content editing. Bind the element's properties to the UI controls using Vue's data binding capabilities. StylePanel: In the StylePanel component, provide an interface for users to apply styles to the selected HTML element. You can use Tailwind CSS classes under the hood to provide a wide range of styling options. Implement UI controls such as checkboxes, dropdowns, or sliders to allow users to select and apply styles. Bind the selected styles to the HTML element using Vue's data bindin...

    €166 (Avg Bid)
    €166 Offre moyenne
    20 offres

    ...jiný framework (Nette, Laravel, ...). Data ukládáme do MySQL (MariaDB), ElasticSearch nebo Redisu. Pokud umíš i JS, můžeš nám pomocí s vývojem ve Vue.js, TypeScript nebo ExtJS, ale není to nutnost, hledáme i čistě backenďáky. Na messaging používáme RabbitMQ, verzujeme v GITu, testy (Codeception) a statickou analýzu kódu spouštíme v Gitlabu. Pro napojení partnerů provozujeme API všeho druhu (REST, XML, SOAP), které dokumentujeme v Postmanovi. Úkoly evidujeme v Redminu, code review a merge requesty v Gitlabu. Docker pro lokální vývoj - v budoucnu i na produkci. Proč pracovat s námi? Vyjdeme ti vstř&iac...

    €30 / hr (Avg Bid)
    €30 / hr Offre moyenne
    12 offres