Filtro

Mis búsquedas recientes
Filtrar por:
Presupuesto
a
a
a
Tipo
Habilidades
Idiomas
    Estado del trabajo
    2,000 extjs add insert row trabajos encontrados

    Necesito experto en Google add que tenga bastos conocimientos de shopping para mejorar el alcance de mi página web que maneje la última mejoras de add, con experiencia comprobable y que hable español

    $128 Average bid
    $128 Oferta promedio
    38 ofertas

    ...that simplify game storage and setup. I also create **custom tokens** and other accessories to enhance game quality, making every session shine like never before. #### **Initial Microproject: Agricola (15th Anniversary Edition)** The first project I’d like to develop is for the 15th Anniversary Edition of *Agricola*. This includes: 1. **Custom insert** for the base game box and all expansions (including the 5/6 player expansion). The insert must: - Allow storage in any orientation (vertical or horizontal). - Include **sliding lids** that snap into place, ensuring contents remain secure. - Turn token and player boxes into **functional resource trays** during gameplay. - Optimize compartments with **rounded edges** to make it easier to pick u...

    $28 Average bid
    $28 Oferta promedio
    11 ofertas

    Necesito experto en Google add que tenga bastos conocimientos de shopping para mejorar el alcance de mi página web que maneje la última mejoras de add, con experiencia comprobable y que hable español

    $19 / hr Average bid
    $19 / hr Oferta promedio
    18 ofertas

    ...columns (see attached image). o Implement the calculation logic described above for supplier management and price calculation. 2. Integration with Odoo: o Integrate the "Control Panel" with the Odoo structure, allowing:  Generate a final quote for the customer with each item discriminated.  Convert the quote into a sales order and subsequently into an invoice. 3. Introductory Text to the Quote: o Add an introductory text to the quote indicating the trade show, the city, and the dates on which the stand will be held. o Use custom fields that are automatically concatenated into a sentence, as in the following example: "Quote for the construction of a stand at the [Trade show name] fair, to be held in [City] from [Start date] to [End date]." Requirements: ...

    $588 Average bid
    $588 Oferta promedio
    36 ofertas

    ...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 digit. Insert 2 nops between the rise and fall of each clock to avoid the pulse being too short. Look at the following instructions that may be useful: rol , ror, brcc, brcs, cbi, sbi. All the above code should be encapsulated as a subroutine called send_digit that receives the data (7-segment code) and the digit [1-4] in which we want it to be displayed. Remember to preserve the temporary ...

    $67 Average bid
    $67 Oferta promedio
    5 ofertas
    Project for Zoltan N.
    Finalizado left

    Hello, Im needing an excel VBA code. Its something simple but out of my capacities. What I need is an excel or google sheet for my restaurant. What i actually need is a page with buttons wich users can click and itroduce information. Then this nformation should get paste in other page wich will be use to make a monthly summary, each row showl be a day and each column holds the info thas has been written in the buttons. Im sorry for my english, I will write it again in Spanish wich is my native language so yo can translate it. maybe its an easier way. Lo que necesito es una planila de excel o google sheets para utilizar a diario en mi restauran. Lo que busco es que el encargado pueda introducir la informacion facilmente. Mi idea es una hoja con botones (cada boton le da la osibilida...

    $40 Average bid
    $40 Oferta promedio
    1 ofertas

    Hola, necesito automatizar las tareas que se realizan dentro de la pagina web solebot, que cada add-on este ligada solo a un correo electronico, y poder activar o desactivar el servicio desde un administrador. Las tareas y la frecuencia estaran definidas una vez que se inicie el proyecto.

    $472 Average bid
    $472 Oferta promedio
    29 ofertas

    Necesitamos desarrollo de un add on para SAP Business One V10 para uno de nuestros clientes. Inicialmente, estará integrada con las API REST de SEUR y DHL, pero debe permitir conectar a cualquier otra empresa logística en el futuro. El add on debe gestionar la integración de ciertas funcionalidades con las agencias de transporte, como son: - La comunicación del envío registrado en SAP BO a la agencia, número de bultos, volumen, datos del receptor, etc. - Obtención del número de tracking del envío y posterior guardado en SAP BO. - Impresión de la etiqueta del envío. - Generación e impresión del manifiesto fin de día. - Confirmación de entrega realizada al receptor con obt...

    $28 / hr Average bid
    $28 / hr Oferta promedio
    13 ofertas
    JDA MOCA Commands
    Finalizado left

    ...action will be to create a “trigger” triggered by the “move inventory” command, as a requirement, policies must be created where the stage or location of origin and destinations that apply to the programmed action of the trigger must be defined, i.e. if the value “stg01” is configured as a policy, after the execution of “move inventory” it must be validated if the origin is stg01, if it is correct insert in 2 specific tables, otherwise continue the normal flow. The second point consists of creating a Job to validate all the tasks that apply to a user, device and specific area; once the tasks are found, their picking must be simulated and stored in a fixed location, all the values must be configurable according to customized policie...

    $160 Average bid
    $160 Oferta promedio
    4 ofertas
    Desarrollo APi
    Finalizado left

    Usuario: DavidTorres Contraseña: Acces0$2023Dav1dT0rr3$ Base de Datos: call_center Correr las siguientes sentencias SQL by MySQL, para cada mensaje TTS: INSERT INTO (id_campaign, phone) VALUES (319, 5565005582); INSERT INTO call_center.call_attribute (id_call, columna, value, column_number) SELECT MAX(id), 'MENSAJE', 'MENSAJE TTS DE MAXIMO 128 CARACTERES', 1 FROM WHERE id_campaign=319 AND phone=5565005582; UPDATE SET estatus='A' WHERE id=319; Valores permitidos: 5565005582: Teléfono destino = 10 Dígitos del número telefónico MENSAJE TTS DE MAXIMO 128 CARACTERES: 128 Caracteres alfanuméricos, sin acentos 319: ID de Campaña Después de un minuto, correr la siguiente sentencia SQL by MySQ...

    $39 Average bid
    $39 Oferta promedio
    12 ofertas

    ...suppliers' table in the Proveedores de file in OneDrive. Find the Maximum Supplier Code Value Loops through each row in the table to find the highest existing supplier code. Update the New Supplier Code Value Updates the NewSupplierCode by adding 1 to the maximum value found. Filter Supplier Table Information Filters the table rows to find the row that matches the sender's email address. Condition: Check if the Supplier Exists Checks if the supplier already exists in the table. If True (Supplier Exists): Initializes the SupplierCode variable with the existing supplier code. If False (Supplier Does Not Exist): Increments the NewSupplierCode. Adds a new row in the suppliers' table with the sender's email address and the new supplier code. Init...

    $212 Average bid
    $212 Oferta promedio
    13 ofertas

    Tengo un Insert que proviene de una tabla que esta consumiendo mucho CPU al momento de ejecutarse, es un SP simple pero requiere de índices o validar que los que ya están creados no estén causando conflicto y aumenten el consumo del CPU

    $12 / hr Average bid
    $12 / hr Oferta promedio
    19 ofertas

    Hola necesito hacer el recorrido de un edificio similar a este proyecto: necesito las tomas con finales del recorrido pero la edición final la haremos nosotros al igual que el insert del voice over y placas. La materialidad similar al video de refencia, planos disponibles en CAD.

    $489 Average bid
    $489 Oferta promedio
    42 ofertas

    ...(MODULO CREADO Y AVANZADO) 2) Módulo de Whatsapp: entra las 8 y las 19 hs está escuchando en la Base de datos o cola de espera, cuando arriba un nuevo mensaje que debe ser enviado, se envía. Los envíos se realizan cada x minutos. Para esta parte se debe usar la librería whatsapp-web.js. (CUENTO CON OTRO PROYECTO QUE SIRVE DE GUÍA) 3) Módulo DB: Funciona como una interfaz, recibe los select, update o insert. (MODULO CREADO Y AVANZADO) : al iniciar la aplicación se debe levantar los módulos y quedar esperando en el puerto 3000 peticiones del frontend. Frontend: solo cuenta con 2 pantallas simples. La primer pantalla es la de whatsapp donde se debe conectar el código qr, una vez conectado se pasa a la siguiente ...

    $168 Average bid
    $168 Oferta promedio
    11 ofertas
    MySQL/MariaDB SQL TASK
    Finalizado left

    ...the following restrictions: CODE is the primary key. It is a four-character alphanumeric code designating each unique dish. NAME is an alphanumeric sequence, it is required, and it is unique. TYPE is an alphanumeric sequence, and it denotes the category of the dish (e.g., appetizer, main course, dessert). PRICE is a numeric field indicating the cost of the dish. Execute the following statement: INSERT INTO DISHES (CODE, name, type, price) VALUES ('D0001', 'Italian Spaghetti', 'Main Course', 12.99); Does it work? If not, identify which integrity rule is not being met and modify the statement to solve the problem. Create the following table: EMPLOYEES (ID, name, surname, role, restaurant_code) Note that ID is the primary key. It is a numeric field and ...

    $31 Average bid
    $31 Oferta promedio
    27 ofertas

    I have a web system that I normally access using a username and password (be careful, I don't have a system code or anything, I just have access). I want to integrate this system into my WordPress site using an iframe. This means that you will insert an iframe into a WordPress page that will load the content from the system. I want the system to be pre-authenticated, meaning that when someone logs in through my WordPress site, the system already has the credentials saved and logged in, so the user will not be prompted to enter their username and password again . All this in WordPress, which never logs out of that system. Also indicate that when I make an iframe in my wordpress to the link of the web system I get a message (the connection was rejected or something similar) I...

    $85 Average bid
    $85 Oferta promedio
    11 ofertas

    El proyecto requiere un SEO de una persona nativa en idioma español. La página está funcionando sin problemas al momento. Sin embargo, se requiere añadir una nueva línea de producción en base a caucho de silicona. Se están fabricando perfiles, empaques, sellos y piezas de caucho en silicona. Discutiremos las mejores palabras claves, aumentaremos alguna description y fotografías que yo les proveo.

    $360 Average bid
    $360 Oferta promedio
    23 ofertas
    Desarrollo de API
    Finalizado left

    ...($result->num_rows==0){ $AGI->set_variable('COMPLETO',"52" . $Telefono); // $AGI->verbose("Numero NO Valido"); } else { $row = mysqli_fetch_array($result); $row['movil']==0 ? $AGI->set_variable('RED','FIJO'):$AGI->set_variable('RED','MOVIL'); $query = "SELECT numDID FROM ".$db['name'].".NIR WHERE numNIR = $area;"; // $AGI->verbose($query); $result = mysqli_query($conexion,$query); if ($result->num_rows==0) { $AGI->set_variable('COMPLETO',"52" . $Telefono); // $AGI->verbose("LADA NO Valida"); } else { $row = mysqli_fetc...

    $179 Average bid
    $179 Oferta promedio
    12 ofertas

    I am using a wordpress plugin called kivicare and there is a section in the backend where patients are created manually and their prescriptions or meetings are noted. I need to add a section that allows loading the medical records of the patients in PDF Word and remain in that profile.

    $38 Average bid
    $38 Oferta promedio
    4 ofertas
    Excel Expert
    Finalizado left

    I need an excel expert, I have databases and there are some emails that I have to delete. I want for example a formula to put 100 emails in a box, and I want to delete those emails from row n1 that maybe there are 20.000 emails. I can't go searching and deleting each one manually, thanks.

    $27 Average bid
    $27 Oferta promedio
    28 ofertas

    Deseo contactar a un programador que pueda realizar un add on para blender ,para realizar diversas funciones de edición de malla y esculpido del objeto , de acuerdo a mis necesidades

    $104 Average bid
    $104 Oferta promedio
    11 ofertas

    Mi proyecto es para la creación de una aplicación móvil para Android e iOS. En este momento tengo una APP completamente funcional para Android donde de puede ver la funcionalidad Busco un desarrollador experto en flutter la aplicacion es muy sencilla y basica NO solicita permisos - NINGUNO UBICACION CAMARA MICROFONO unicamente 1 consulta 1 insert Mejorar la interfaz grafica de la app actual Utilizo SQL server La logica funcional de la APP ya esta creada. de debera entregar firmada para los requerimientos exigidos por playstore y appstore (ios)

    $399 Average bid
    $399 Oferta promedio
    26 ofertas

    Poseo un script en funcionamiento y solo necesito pasarlo a python con libreria pandas. El mismo ejecuta una serie de SQLs ya armados (1 drop, 1 create, 2 insert, 1 verificación)

    $29 Average bid
    $29 Oferta promedio
    12 ofertas

    Hola busco freelancer CON DISPONIBILIDAD DE TIEMPO PARA SACAR ESTE PROYECTO EN UN MAXIMO DE 2 SEMANAS Y QUE HABLE ESPAÑOL con experiencia en procesos de migración de datos entre 2 bases de datos que se encuentran sobre el motor SQLSERVER. EL procesos se debe realizar en 4 fases donde por cada fase se entrega un script que contiene las 7 tablas principales del procesos (estos insert se entregan funcionando) pero se debe corregir el primer bloque debido a que no se hizo de manera correcta. De ahí en adelante se deben poblar las tablas que estén relacionadas con estas 7. Para poder explicar mejor propongo por anydesk y de esta forma explicar mejor.

    $190 Average bid
    $190 Oferta promedio
    19 ofertas

    ...diseñando un buscador avanzado mediante 1.500 tags (agrupadas) mediante wordpress y desarrollo a medida. Necesitamos a alguien con experiencia y habla español que se implique a largo plazo de 12 meses. Tenemos las tareas descritas y se paga por cada una de ellas. Tenemos una web en WP Hemos descargado vídeos de otras webs, las hemos subido a nuestro directorio: /uploads y hemos creado un php que INSERT a los posts de wp con embebed (html) los vídeos (hay 10.000 posts con 1 vídeo cada uno) El UX no es importante ahora, se puede usar bootstrap para las partes de php Tarea 1. Thumbnails Necesitamos generar thumbnails de cada vídeo para añadir la imagen destacada en el post de forma dinámica, puede ser el primer segundo o com...

    $1225 Average bid
    $1225 Oferta promedio
    56 ofertas
    Video Add para YouTube
    Finalizado left

    Somos , un eCommerce que vende productos de belleza y cuidado perosnal de las marcas más reconocidas del mercado. Queremos crear un vide de publicidad para YouTube donde la audiencia pueda conocer nuestra oferta de valor, que serían los productos, las ofertas y el chat personalizado. El video debe incluir música y como opciónal el Voice Over.

    $347 Average bid
    $347 Oferta promedio
    38 ofertas

    ; Risk Manager(RM).Una primera edición (v1) y ampliarla mas adelante con mas funciones. ón-1; Elegir cuenta donde se va ejecutar el RM (NT8 se pueden ejecutar varias cuent...de la cuenta. ón-4; Las tres funciones anteriores se activan con introducción de una contraseña señalando sobre el grafico si RM esta activo o no en la cuenta que se esta operando. ves que la contraseña esta introducida sobre una cuenta el Add-On no podrá ser manipulado por parte del trader { por mi mismo :)) } de ninguna forma(cambiar parametros,desinstalar y etc.). #Un video sobre un Add-On similar muy completo; #Un archivo adjunto, con un manual breve de otro Add-On similar también con muchas opciones y muy completo.

    $199 Average bid
    $199 Oferta promedio
    5 ofertas

    Se requiere crear un formulario que lea datos de tres tablas de una base de datos ms sql. El formulario debe pintar en html los datos, dos de ellos son listas desplegables que se deben llenar consultando las tablas arriba mencionadas. Finalmente el formulario debe hacer un update a una tabla e insert a otra y mostrar por pantalla la confirmacion de la actualización. El formulario debe desarrollarse en html5 con la hoja de estilos de bootstrap. Se debe desarrollar con php 7 y base de datos MS SQL server. La conexión hacia la base de datos se debe hacer usando PDO. Los script de las tablas y datos se entregan.

    $40 Average bid
    $40 Oferta promedio
    18 ofertas

    Necesito un ejemplo de como utilizar @Trasnsactional en Spring utilizando Datasources dinámicos con JdbcTemplate, en caso de error hacer rollback en ambiente local y remoto. Digamos que hago una consulta en base de datos local Oracle y con el resutado armo un script para hacer un insert en batch en la base de datos remota Mariadb, necesito tener el control de la transacción, el requerimiiento es solo con la transaccionalidad y la injección dinámica de los data sources , un ejemplo lo más simple posible

    $154 Average bid
    $154 Oferta promedio
    9 ofertas
    Google Add words
    Finalizado left

    Hola First Page SEO, vi tu perfil y me gustaría ofrecerte mi proyecto. Podemos conversar por chat acerca de los detalles.

    $128 Average bid
    $128 Oferta promedio
    1 ofertas
    Aqua Script Project
    Finalizado left

    Tengo instalado Aqua Data Studio con tres servidores de base de datos. Sybase IQ, Sybase ASE y SQLite. Necesito un proyecto en Aqua, en la que lea una consulta SQL en un servidor (por ejemplo Sybase IQ) y el resultado de la consulta, me lo exporte en un txt que se guardará en una carpeta local. Luego, que este mismo proyecto lea este archivo txt generado y haga un insert en una tabla de SQLite. Básicamente, es realizar una consulta en un servidor de base de datos y los resultados insertarlos a otro servidor.

    $31 Average bid
    $31 Oferta promedio
    6 ofertas
    Multi Row Bookmarks
    Finalizado left

    Hola Quiero una extensión para Brave que añade más filas para poner más favoritos / Bookmarks. Gracias

    $19 Average bid
    $19 Oferta promedio
    1 ofertas

    Se requiere que se instale la libreria solarium y se haga funcionar con un ejemplo de insert, update, delete a la indexación.

    $65 Average bid
    $65 Oferta promedio
    4 ofertas

    Necesito desarrollar un add in para Outlook Calendar. Mi idea es que, al seleccionar un horario en el calendario, se pueda copiar el dia y horario en formato de texto. De esta forma, una vez copiado, se puede pegar facilmente en cualquier conversacion. El objetivo es ofrecer lugares libres en la agenda en forma mas rapida

    $195 Average bid
    $195 Oferta promedio
    10 ofertas

    The job is to write 3 articles between 1000 and 1200 about lottery or casino topics. The 3 article topics: - How to play American lotteries from India (explain how Indians can play the US lotteries, focus on Powerball and MegaMillions, write about their differences, how to play them from India online, the biggest jackpots wined by Indi...play them from India online, the biggest jackpots wined by Indian players, etc.) - How to choose the right lottery numbers to win euromillions (different strategies used by players, such us the most frecuent numbers, lucky numbers, random numbers, etc) - What is the RNG of online casino games and why it's so important You can change a bit. Just so you know, once we receive the articles, we will insert links to , and send them to media outl...

    $36 Average bid
    $36 Oferta promedio
    1 ofertas

    Quiero un experto que sabe muy bien sobre SEO en Wordpress. Solo quiero una persona que ha trabajado en pagina de Viajes.Y solo de gente de habla castellano. Tambien quiero experto para Google Adwords.

    $2410 Average bid
    $2410 Oferta promedio
    35 ofertas

    Hola Yevhenii M., observé tu perfil y me gustaría ofrecerte mi proyecto. Podemos conversar por chat acerca de los detalles.

    $120 Average bid
    $120 Oferta promedio
    1 ofertas

    Cuento con perfil de Google. Quiero trabajar bien en addwords y youtube adds.

    $170 Average bid
    $170 Oferta promedio
    4 ofertas

    Se requiere desarrolador aplocaciones de escritorio con conocimeintos en: Conocimiento requerido: Desarrollo de WebServices REST y SOAP Conocimiento en Microsoft .NET (C# y ASP.NET) (Se valora: JavaScript) Conocimientos de administración de ORACLE 10g y/o superior (opcional) Conocimientos DML (select, insert, update, delete). Desarrollo PL/SQL.(Creación de stored procedure , Vistas, Vistas Materializadas, funciones, Jobs, Packages, triggers) Experiencia en la prestación de asistencia técnica Fuertes habilidades de comunicación y de cara al cliente Responsabilidades: -Realizar contacto de primer nivel y transmitir soluciones a los problemas de los clientes internos. -Escalar adecuadamente las consultas no resueltas al siguiente nivel de soporte -R...

    $643 Average bid
    $643 Oferta promedio
    25 ofertas

    Se trata de un Add-On para NinjaTrader8 que su función es limitar perdidas en la operativa de trading. Esta echo y funcionando pero tiene fallos y necesita pequeños retoques en la parte funcional. Puedo explicar los detalles ,la lógica y los cálculos que hace, pará que el programador no pierde el tempo. Idiomas de comunicación: Castellano, Búlgaro, Ruso.

    $232 Average bid
    $232 Oferta promedio
    2 ofertas

    ...encuentran cursos de los Frameworks usados en el proyecto - El proyecto se encuentra avanzado al 40%, por lo tanto, ya hay código base para replicar - El proyecto tiene 2 FrontEnd, la Web y el BackOffice - El Backend expone WS Rest y se conecta a Base de Datos Oracle - La Web Responsive está construido en Java – Thymeleaf – HTML – JS – CSS - SASS - El BackOffice está construido en TypeScript – Sencha ExtJS - El Backend o WS está construido en Java - SpringBoot - La web básicamente se encarga de publicitar modelos y les permite transmitir en vivo - La de transmisión en vivo, es parecido a la - El proyecto utiliza Figma, UX/UI, para guiarse de todas las funcionalidades que tiene el proyecto - La Web utiliza al...

    $2028 Average bid
    $2028 Oferta promedio
    9 ofertas
    PIA BASE DE DATOS
    Finalizado left

    ...parámetros y argumentos acorde al PA y lo visto en clase. b. Validar para el INSERT la no existencia del registro que se envié para ser integrado a la tabla. c. En el caso del DELETE se debe revisar la no existencia de registros en otras tablas para que pueda proceder con la eliminación. 3. Realizar dos procedimientos almacenados(PA) de tipo CRUD para las tablas employees y una de su elección (diferente a la seleccionada en el paso anterior). Estos deben de cubrir los siguientes aspectos: a. Los PA integran las 4 sentencias básicas, además del SELECT que devuelve todos los registros de la tabla. b. Uso de parámetros y argumentos acorde al PA y lo visto en clase: obligatorios y opcionales. c. Validar para el INSERT la no ...

    SQL
    $183 Average bid
    $183 Oferta promedio
    8 ofertas

    ...interesting if there are several that are extracted at least 3 and that the one that is put in the first place is the generic one of "info", "hello", etc. -Company name. We would also need, although this is desirable and not an absolute condition, that from each URL the name of the company to which the web belongs is also obtained We would like it to be obtained as a database in excel where each row by url contains, emails, google page position and the name of the company to which that url belongs. The job would really be two "programs or scripts" one first to scrape google results and the other to obtain that data from any URL list. We do not want them to go together since that second tool could be used with other independent URL lists. • We...

    $152 Average bid
    $152 Oferta promedio
    5 ofertas
    Foto Estudio
    Finalizado left

    PHP function to pass a directory where the photos reside, number of photos row, number of photos column, photo height, photo width, default photo -> make a web page with the "collage" randomly ordering photos, that is, if I go back to calling the function will give me another collage by ordering the photos differently. If there are more photos than necessary in the directory, it will take only the necessary number. If there are fewer photos, it will fill it with a default photo. Once the collage is generated, it can be saved as a single image within the server. The file is not valid, only

    $142 Average bid
    $142 Oferta promedio
    16 ofertas

    Necesito una herramienta capaz de hacer scrapping de la web de anuncios milanuncios y exportar los datos a una hoja de excel

    $181 Average bid
    $181 Oferta promedio
    15 ofertas

    ...encuentran cursos de los Frameworks usados en el proyecto - El proyecto se encuentra avanzado al 40%, por lo tanto, ya hay código base para replicar - El proyecto tiene 2 FrontEnd, la Web y el BackOffice - El Backend expone WS Rest y se conecta a Base de Datos Oracle - La Web Responsive está construido en Java – Thymeleaf – HTML – JS – CSS - SASS - El BackOffice está construido en TypeScript – Sencha ExtJS - El Backend o WS está construido en Java - SpringBoot - La web básicamente se encarga de publicitar modelos y les permite transmitir en vivo - La de transmisión en vivo, es parecido a la - El proyecto utiliza Figma, UX/UI, para guiarse de todas las funcionalidades que tiene el proyecto - La Web utiliza al...

    $2168 Average bid
    $2168 Oferta promedio
    8 ofertas

    ...Diseño página PERFILES DE USUARIOS (MÓDULO DE SEGURIDAD) - Registro de usuarios -->(usuarios administradores, doctores, y pacientes) esto lo realizará el perfil que tenga asignado permisos - Login y Logout - Control de acceso basado en el rol del usuario (Definición de dinámicamente, yo puedo crear varios perfiles de usuarios y asignarles las opciones a las que tendrán permisos sean estos de (insert, update, delete, consulta) y este perfil asignarle a un usuario AGENDA DE CITAS MÉDICAS - Vistas diferenciadas por tipo de usuario en forma de calendario (Medico,, administrador), cancelar citas FICHA DEL PACIENTE -Historial médico (esta parte de ficha igual que sea como la del sitio web) -Tratamientos, debe ma...

    $684 Average bid
    $684 Oferta promedio
    18 ofertas
    add to cart -- 2
    Finalizado left

    hola te comento, necesito un programa que me encuentre los links atc(add to cart) de una pagina web de venta de zapatillas, te comento estas zapatillas son muy codiciadas y obtener estos early links son muy necesarios.

    $250 Average bid
    $250 Oferta promedio
    1 ofertas

    ...index elementsLength = ; // total amount of elements elementsInRow = lisInRow; //amount of elements in a row elementsRow = (elementsIndex/elementsInRow)+1; elementsOffset = $(this).offset().top + 180; //top position of element clicked (130 was added so only the title of thumbal shows not including the image) contentURL = $(this).attr("data-url"); //get data content id currentWrapPos = (elementsRow * elementsInRow) - 1; //slidedown content wrapper position arrowPosition = $(this).position().left + $(this).width() / 2 - 12; currentIndexHeight = $('.portfolio-item-content').height(); //add remove selected class ('activeItem'); $(this).addClass('activeItem'); ...

    $115 Average bid
    $115 Oferta promedio
    15 ofertas

    Create a Mysql data base, it has to come with: 1 Search engines 2 dinamic reports based on cubed information 3 forms which allow to insert information 4 import and export information We will create new milestones in order to improve the development

    $145 Average bid
    $145 Oferta promedio
    15 ofertas