Oscommerce payment module hacktrabajos
...Advanced experience with MariaDB/MySQL databases, complex structures, and query optimization. Ability to correct migration errors and maintain data integrity. Tasks to be Performed Audit the current migration and detect errors in content structures, IDs, and missing data. Implement a migration module using Drupal 7 and Drupal 9 APIs, instead of direct database migration. Fix issues in product and pricing migration, ensuring that all data is transferred correctly. Ensure that event, registration, and payment data remain intact after migration. Optimize database queries to improve loading speed. Conduct controlled migration tests and document the applied changes. What We Expect from the Freelancer Commitment to quality and website stability. Transparency in progress report...
Realizar la pasarela de pago con stripe para que se puedan comprar tipos de 2 planes "plan1" plan......A 2 tipos de usuarios los cuales ya se registran........(Elplan 2 es venderle publicidad de google ads) donde el usuario puede escoger a invertir por ejemplo ($100, $200 $ 300 pesos) ellos eliguen el monto y compran el plan......Que anosotros como empresan nos llegue un aviso en el "dashboard de planes comprados" que ese usuario ya compro ese plan para contactarlo y hacerle la campaña........Yo estare ayudando a supervisar el codigo y el repositorio a cada commit para cualquier duda que valla surgiendo......La api que usaremos para esta pasarela sera "stripe".....Que si el usuario quiere cancelarsu plan lopueda cancelar........El plan 1 consiste en que...
Hola , tengo un negocio de productos de pollo y deseo un módulo de costeo desde cuando lo compró el producto hasta cuando lo vendo entero o por piezas y me figure la utilidad de dicho producto
Estamos realizando pruebas para evaluar el desempeño de un sistema de inteligencia artificial diseñado para predecir el comportamiento en plataformas de evaluación técnica. En este caso, utilizaremos Hack, un sistema de pruebas en línea que permite medir habilidades técnicas en diferentes áreas. El proceso consiste en completar una prueba de 60 minutos con el objetivo de alcanzar al menos 75 puntos. No es necesario el uso de cámara para esta actividad, pero es indispensable que la persona tenga conocimientos en inglés y cuente con acceso a una computadora funcional. La compensación será de 20 dólares por completar la prueba, independientemente del resultado. Sin embargo, es importante realizar el m...
Debe tener experiencia en desarrollo con C++ migración de sistemas de C#a C++ trabajo en entorno Linux y optimización de sistemas para alto rendimiento y reducción de latencia Estamos realizando pruebas para evaluar el desempeño de un sistema de inteligencia artificial diseñado para predecir el comportamiento en plataformas de evaluación técnica. En este caso, utilizaremos Hack, un sistema de pruebas en línea que permite medir habilidades técnicas en diferentes áreas. El proceso consiste en completar una prueba de 60 minutos con el objetivo de alcanzar al menos 75 puntos. No es necesario el uso de cámara para esta actividad, pero es indispensable que la persona tenga conocimientos en inglés y cue...
...con comisiones adicionales por superar objetivos. Ejemplo: Ventas de $5,000-$10,000 generan comisión fija de $500, o un 5% de comisión. 5. Permisos de Usuarios para Visualizaciones: Control de acceso según el rol del usuario, permitiendo ver solo la información que le corresponde. Ejemplo: Agente solo ve su propio desempeño; Supervisor puede ver su equipo, Administrador tiene acceso total. The module should be partially integrated with key components of the existing ERP system to maintain essential functionality....
...una factura en el pedido y obligar al cajero a facturar la devolución. Se elegirá a profesionales que sepan trabajar con Odoo Community o Enterprise y que demuestren que son expertos en el tema. Se dará preferencia a programadores expertos en Odoo. Evitar aplicar si no se ha utilizado Odoo antes o si no se ha desarrollado en Odoo antes. ------------------ Traslate: It is required to extend a module purchased from the Odoo appstore, which modifies the standard behavior of Odoo POS v18, to perform validations. It requests a manager's PIN each time a prohibited button is selected for the employee's level. The development already performs 50% of the validations; only some validations need to be added to other buttons. It is required that when making...
I have my Point of Sale system and I need specific adjustments for customer charges, depending on their products. And that the calculations are generated effectively, when paying each installment, if this person has an accumulated fine that is collected immediately and then their monthly installment.
Buenos días, Necesito incluir en mi página web un formulario de reservas para que mis clientes puedan reservar los traslados de forma sencilla en mi web. El formulario tiene que tener los campos de datos personales (nombre, email y teléfono) origen (en el campo de origen puedes poner la dirección que quieras, no tienen que estar preestablecidas ) y destino (los campos de destino deben ser abiertos también) Los métodos de pago deben ser: tarjeta de crédito/débito, bizum y pago directamente al conductor. También debe incluir campos como: número de pasajeros, hora de recogida/llevada, número de vuelo/tren y si precisan de sillitas de bebe o tienen alguna minusvalía. Mi web es esta y esta es la web q...
...freelancer has basic knowledge of this database management system. Additional Information: • We use Odoo online (version [specify version]). • We attach an image of our current spreadsheet with a detailed description of each row and column. • It is essential that the solution adapts to our current calculation logic and our way of working with suppliers. Deliverables: • Source code of the developed module. • Technical documentation of the development. • Basic training on the use of the functionality. Budget and Deadlines: • We request interested parties to send us a detailed budget and a work schedule. B- Custom Quotation Model for Signage in Odoo Objective: To create a tailored section within the quotation system in Odoo specifically for ma...
Se busca módulo TMS (Transport Management System) para Odoo 16. Que cuente con funciones tales como: Planificación y optimización de Rutas de transporte. Seguimiento en Tiempo Real de envíos. Gestión de Pedidos de Transporte. Notificaciones automáticas. Historial de envíos. Gestión de cargas. Otros
...correct functioning of the company (Sales, Invoicing, CRM, Website, Inventory, Accounting, Purchasing, Point of Sale, Project, E-commerce, Manufacturing, Email Marketing, Studio, Documents, Employees, POS Payment Configuration, POS Products Multi Barcode, Signing, Planning, Events, Conversations, Contacts, Rental, Outsourcing, Social Marketing, Evaluations, Fleet, Marketing Automation, Consolidation, Live Chat, Surveys, SMS Marketing, Internet of Things, Barcodes, Notes, Payroll, Amazon Connector, Employee Contracts, Online Jobs, and add Nacex Shipping, SEUR Shipping (Spain) application and/or module. 3. Customisation of the different screens of the Odoo 18 Enterprise applications to be able to export to Excel and PDF files to extract the reports corresponding to each app...
Part 6 – Using the 7-segment display To write to the 7-segment displays, look at the schematic of the Arduino module. You must send 2 bytes through the serial input of the first byte of the 74HC595. The first byte is the 7-segment code to be displayed (active low), the second byte defines which digit will display the value sent in the first byte. (Active high). To send a byte, write a SendByte function that receives a byte and sends the 8 bits of the byte to the input of the 74HC595 (serial data in). For each bit present in this input, the Shift_Clock must be set to 1 and returned to 0. This must be repeated 8 times. Once the 2 bytes have been sent, the Latch_Clock must be set to 1 and returned to 0, so that the value sent in the first byte must be displayed in the selected di...
Para que las facturas de Perfex CRM automáticamente generen el pedido en Prestashop. ".
Estamos en busca de un desarrollador con experiencia en .NET Core para implementar un módulo de gestión de LEADS. El sistema principal en el que se integrará el módulo ya está desarrollado en .NET Core, por lo que es imprescindible contar con sólidos conocimientos en este entorno. Requisitos del Proyecto: Lenguaje de Programación: .NET Core (obligatorio). Base de Datos: MySQL. Frontend: Se proporcionará una plantilla para el desarrollo del front-end. Descripción del Trabajo: El desarrollador seleccionado será responsable de programar el módulo de LEADS siguiendo los estándares de buenas prácticas de programación para garantizar una estructura de código clara, bien organizada y fá...
Pequeño codigo para enviar reportes programadas usando el modulo Schedules de la plataforma Zoho Creator
...correct functioning of the company (Sales, Invoicing, CRM, Website, Inventory, Accounting, Purchasing, Point of Sale, Project, E-commerce, Manufacturing, Email Marketing, Studio, Documents, Employees, POS Payment Configuration, POS Products Multi Barcode, Signing, Planning, Events, Conversations, Contacts, Rental, Outsourcing, Social Marketing, Evaluations, Fleet, Marketing Automation, Consolidation, Live Chat, Surveys, SMS Marketing, Internet of Things, Barcodes, Notes, Payroll, Amazon Connector, Employee Contracts, Online Jobs, and add Nacex Shipping, SEUR Shipping (Spain) application and/or module. 3. Customisation of the different screens of the Odoo 17 Enterprise applications to be able to export to Excel and PDF files to extract the reports corresponding to each app...
Presupuesto 30 dólares solo tenemos acceso por medio a hostinger El sitio en cuestión: fue infectado con "Japanese SEO spam hack" (se adjunta screenshot). Al buscar Fullen Chile desde Google, aparece nuestro site con caracteres en Japonés.
Presupuesto 30 dólares solo tenemos acceso por medio a hostinger El sitio en cuestión: fue infectado con "Japanese SEO spam hack" (se adjunta screenshot). Al buscar Fullen Chile desde Google, aparece nuestro site con caracteres en Japonés.
Presupuesto 30 dólares solo tenemos acceso por medio a hostinger El sitio en cuestión: fue infectado con "Japanese SEO spam hack" (se adjunta screenshot). Al buscar Fullen Chile desde Google, aparece nuestro site con caracteres en Japonés.
...correct functioning of the company (Sales, Invoicing, CRM, Website, Inventory, Accounting, Purchasing, Point of Sale, Project, E-commerce, Manufacturing, Email Marketing, Studio, Documents, Employees, POS Payment Configuration, POS Products Multi Barcode, Signing, Planning, Events, Conversations, Contacts, Rental, Outsourcing, Social Marketing, Evaluations, Fleet, Marketing Automation, Consolidation, Live Chat, Surveys, SMS Marketing, Internet of Things, Barcodes, Notes, Payroll, Amazon Connector, Employee Contracts, Online Jobs, and add Nacex Shipping, SEUR Shipping (Spain) application and/or module. 3. Customisation of the different screens of the Odoo 17 Enterprise applications to be able to export to Excel and PDF files to extract the reports corresponding to each app...
...correct functioning of the company (Sales, Invoicing, CRM, Website, Inventory, Accounting, Purchasing, Point of Sale, Project, E-commerce, Manufacturing, Email Marketing, Studio, Documents, Employees, POS Payment Configuration, POS Products Multi Barcode, Signing, Planning, Events, Conversations, Contacts, Rental, Outsourcing, Social Marketing, Evaluations, Fleet, Marketing Automation, Consolidation, Live Chat, Surveys, SMS Marketing, Internet of Things, Barcodes, Notes, Payroll, Amazon Connector, Employee Contracts, Online Jobs, and add Nacex Shipping, SEUR Shipping (Spain) application and/or module. 3. Customisation of the different screens of the Odoo 17 Enterprise applications to be able to export to Excel and PDF files to extract the reports corresponding to each app...
Experto en laravel, con conocimientos en vue.js, para desarrollar un módulo de software para una pequeña empresa financiera dedicada a administrar créditos. El módulo será parte de un erp que agrupa otros módulos ya desarrollados (como contabilidad y recursos humanos). Es ideal que usted sea hablante nativo del castellano.
...networks. - A button to return from where we are on the page and take us to the beginning by just clicking it. 2ND STAGE: (LATER WHEN THE 1ST STAGE IS ALREADY FUNCTIONAL) - Payment gateway will be implemented: Culqui, IziPay or another location in Peru. - Virtual Library (1st stage); An option to sell digital documents must be implemented; Which the subscriber or visitor can purchase a book or document in PDF, authored by the author. It could be a link to the product or adding it to the shopping cart for later payment and for it to be sent to the buyer by email so they can download or attach it. - Subscriptions: A module must be implemented to pay an annual subscription with 3 levels of subscriptions so that they can access the content according to the level. (3 mo...
...Investigación y Diseño • Realizar una investigación sobre el sistema actual de la silla de ruedas y su control remoto. • Diseñar el nuevo sistema de control que se integrará con la REST API HTTP local. • Explicar el diseño y el plan de implementación a través de chat. Fase 2: Implementación del Módulo de Actuador • Una vez recibido el módulo de actuador DLX-ACT200-A o DLX-ACT400-A (LiNX Actuator Module), integrarlo con la silla de ruedas. Estos módulos son simples de configurar y altamente configurables, proporcionando un control suave y fino de los actuadores para mejorar la comodidad del asiento. Se dispone de módulos de actuadores de dos y cuatro canales, c...
Hola a todos!Estamos en busca de un desarrollador talentoso y experimentado que pueda ayudarnos a crear un sitio web como motomic pero en vez de con motos con camiones, que incluya una pasarela de pagos, pues vendemos servicios de importación de vehiculos en europa y conectar nuestro sitio web, con nuestro CRM Pipedrive y habilitar la función de mensajes automáticos a través de Timelines, gestionados por Zapier. Este proyecto emocionante implica integrar funcionalidades clave para optimizar nuestra gestión de clientes y automatizar nuestras :Desarrollar una integración robusta entre y Pipedrive CRM, utilizando Zapier como gestor de automatizació mensajes automáticos a través de Timelines para mejorar la comunicación co...
... B) Functions Frontend: Payment method: Integrate Wompi's recurring payment method into the PrestaShop frontend so that users can select it during the checkout process for certain products. Backend: 1. Module configuration: • Integration of Wompi's public/private keys for authentication. • Selection of environment (sandbox or production) for testing and live deployment. 2. Customer and payment token list: Create a section in the PrestaShop backend where a list of registered customers along with their respective payment tokens can be viewed. 3. Transaction history: Record and display a transaction history in the PrestaShop backend for transactions made using Wompi's recurring payment method, including both success...
I am in need of a particular expertise in Odoo migration. Specifically, I want my current point of sale (POS) module to be brought to version 11 of the Odoo community. The core elements that need to be focused on include: - Migrating the POS module - Including Payment reference feature - ability to use Custom text as a payment reference - Restricting sale of out-of-stock products on POS The ideal freelancer will have extensive experience in Odoo migration, with particular knowledge related to POS and inventory modules. Familiarity with payment reference customization and management of product availability in POS is also necessary.
Estoy desarrollando un videojuego estilo Pixel Art, metroidvania, hack n' slash, pero estoy buscando programadores y/o artistas que sepan del estilo Pixel Art
Requiero controlar la intensidad de un láser a través de una señal pwm de Arduino Uno, ya tengo la función del pwm de arduino con una implementacion de grbl que permite generar el pwm , solo necesito implementar un circuito que recibiendo la señal pwm controle la intensidad del laser hay que tener en cuenta el voltaje del laser Este es el ...intensidad de un láser a través de una señal pwm de Arduino Uno, ya tengo la función del pwm de arduino con una implementacion de grbl que permite generar el pwm , solo necesito implementar un circuito que recibiendo la señal pwm controle la intensidad del laser hay que tener en cuenta el voltaje del laser Este es el modulo láser a controlar
...sector for inspiration and benchmarking. Audience and Market Analysis: Advanced functionalities to analyze the audience, including segmentation, interaction, and preferences, as well as an analysis of the competitive landscape. Global Interaction Visualization: Interactive maps and data visualizations to understand the geographical distribution of interaction and the reach of the content. Budget Module: Integrated tools for creating, managing, and analyzing budgets in relation to marketing campaigns and strategies. Technologies and Tools To achieve these objectives, the project will rely on a variety of technologies: Front-end: Frameworks such as React or Angular for an interactive and responsive user interface. Back-end: Technologies such as Node.js or Python to handle th...
sd lector open log speacker 2 buttons nfc lector module v5 mini protoboard necesito reproducir 7 sonidos, cada un cuando el lector nfc reconozca los codigos ligados a cada sonido
plugin para personalizar productos en wordpress y woocommercer. El plugin debe de funcionar similar a esta página Es muy importante que se pueda añadir todas las cantidades de todas las combinaciones a la vez, como está en l página de ejemplo.
Hola Abdul W., tu perfil llamó mi atención y me gustaría ofrecerte mi proyecto. Podemos conversar sobre los detalles por chat.
...de datos, el usuario y la contraseña. Modelar Datos: Utiliza IBM Cognos Framework Manager o una herramienta similar para modelar los datos de tu base de datos PostgreSQL. Debes definir cómo se relacionan las tablas, crear consultas y definir los objetos necesarios para construir tus métricas y paneles de control. Crear Métricas: En IBM Cognos Analytics, puedes crear métricas utilizando el Data Module o el Framework Manager. Define las métricas que necesitas a partir de tus datos de PostgreSQL. Esto podría incluir cálculos, agregaciones y medidas específicas para tu negocio. Diseñar Paneles de Control (Dashboards): Utiliza IBM Cognos Analytics para diseñar paneles de control interactivos que muestren t...
...this data to a cloud via WiFi. I need to do 2 improvements to it. On one hand, I need to control a wifi modem. turn it on and off every time the the GW sends new data to the cloud. On the other, I'm using the LM2596 as voltage regulator. It goes from the 12V supplied by a solar panel to stable 5 volts, this supplies the wifi modem and other route goes to a LDO-3.3V. I don't want to use the module () anymore and embed it to the PCB as a fixed-5V circuit. So i Ask for: 1. Add a transistor circuit to supply 5V to the modem (from the lm2596 regulator) when the ESP32's GPIO commands. Add it to the current version of the schematic and PCB board layout. 2. Do the fixed-5V circuit, according
"We need to migrate this module based on the Odoo 8 accounting tree of parent and child accounts. It also allows for fully customized reports, which makes it more complex. We have attached the module for review and clarity on the proposal. The module must be translated into Spanish in v11, and the delivery time must be accurate. Attached are the module and necessary dependencies. In this case, we are requesting adjustments to the updates of version 11 and to unify the module. For the parent and child accounts in version 11 that don't exist, the new format could be used or the module 'chart_of_accounts_with_parent' could be used to facilitate, if possible."
Necesito la implementación del módulo Seamless Iframe dentro de un sitio web de una sociedad civil sin fines de lucro, dedicada al tratamiento de la obesidad en población vulnerable. Este módulo permite insertar sin problemas páginas REDCap dentro de otros sitios web para que aparezcan como parte de esa página. Esto incluye el ajuste automático de la altura del iframe, lo que evita la necesidad de desplazarse dentro del iframe. Por favor no envíes propuestas sin mirar los siguientes links y estar seguro que puedes hacerlo: página oficial del redcap donde hablan del setup del iframe-resizer es 2. la página oficial del iframe-resizer es 3. Otros links: Obviamente en caso de llegar a un acuerdo monetario (por fav...
...the customer registration form, implement a rule to validate the email format and ensure compliance with the identification number format, avoiding letters or hyphens. I will verify specific requirements for each type of identification number. Additionally, allow adding multiple email addresses for a single customer, providing a function to send the invoice to all listed emails. In the 'Finish Payment' section, include a field to enter the customer's name and an email field. However, the system should not save this information in the database; instead, it should directly send the information to the customer's email without saving the name or email in the database (similar to sending to a third party). Allow modification of the code "01var", modify th...
...customer registration form, implement a rule to validate email format and ensure compliance with the identification number format, disallowing letters or hyphens. I will verify the specific requirements for each type of identification number. Additionally, allow adding multiple email addresses for a single customer, providing a feature to send the invoice to all listed emails. In the "Finalize Payment" section, include a field to enter the customer's name and an email field. However, the system should not save this information to the database; instead, it should directly send the information to the customer's email without saving the name or email in the database (similar to sending to a third party). Allow modifying the code "01var," modify the desc...
Tengo un diseño ya realizado en figma y necesito pasarlo a Html. En total son 6 pantallas. Las pantallas tienen animaciones de texto, slider tipo swiperjs Necesito un código limpio y bien estructurado. Se pueden usar frameword en css pero bien optimizados para google page speed (bootstrap, tailwind o bien mejor css module). Es imprescindible que el proyecto terminado al pasarlo por tenga unos ratios aceptables de entre el 90 y el 95% en todos los campos. Es decir hay que cuidar los detalles y corregir lo que marca google.
Necesitamos poder hacer un menú desplegable que un oscommerce, adjunto imagen para tener una idea.
hack cuenta facebook eliminar borrar
busco persona que sepa editar los roms para crear hack roms. Proyecto de trabajo por 6 meses minimo
Hello, We need the development of a wordpress plugin that acts as an intermediary between our websites and the processor that we have hired, such as Stripe... We are open to options for web growth, development, etc. We need the development of a plugin for wordpress to act as an intermediary between our websites and the processor that we have contracted as Stripe .... We are open to options for web building, development, etc...
Crear un solo recibo de pago y una solo cuenta contable al pagar varias facturas de un mismo cliente y generar wl recibo inmediato en odoo 14
I have a prestashop search module, which must be integrated into an already created software. Tengo un buscador creado en .NET que hace llamadas a un servidor externo con peticiones web, es muy rápido y efectivo, pero no está completamente integrado en prestashop, ya que se abre un panel html que se superpone al hacer click en la barra de búsqueda. Lo que quiero es que crees un módulo (puede que puedas aprovechar parte de uno que está empezado por un empleado que ya no está con nosotros), y que este módulo utilice el buscador de .net haciendo las llamadas como ahora, pero que los resultados que se muestren en la propia página de prestashop, junto con los filtros en el hook de columna izquierda como en el resto de busca...
La plataforma esta desarrollada con el siguiente stack : CSS 62.5%,JavaScript 20.7%,PHP 13.4%,Hack 3.4% los ajustes solicitados son muy puntuales
La plataforma esta desarrollada con el siguiente stack : CSS 62.5%,JavaScript 20.7%,PHP 13.4%,Hack 3.4% los ajustes solicitados son muy puntuales
Multi-service a...single app. Also that it has the creation of QR codes for Sellers and url for each store, integration of local payments in Colombia (Epayco, Nequi, Daviplata, Wompi, Gpay, Apple Pay) Development With A Taxi Booking Module On-Demand Food Delivery Grocery Delivery eCommerce Grocery Shopping & Delivery Enabled Multi Vendor E-Commerce Doctors & Medicine Delivery Hyperlocal Liquor Delivery Customer App & Website Picker App (Auto accept & Auto Dispatch) Driver App (Freelancer drivers & Store Drivers.) System Admin Store Admin application similar to Rappi or HugoApp, including the module to request a car, rent trucks or Ambulance Rappi: Hugo App: