Sugarcrm delete buttontrabajos

Filtro

Mis búsquedas recientes
Filtrar por:
Presupuesto
a
a
a
Tipo
Habilidades
Idiomas
    Estado del trabajo
    2,000 sugarcrm delete button trabajados encontrados, precios en USD
    Servidor FTP 3 días left

    ...nombre de el tercer Path donde se encontro el xml COLUMNA3 = MES: Dentro de esta columna sera un texbox saldra el nombre de el segundo Path donde se encontro el xml COLUMNA4 = AÑO: Dentro de esta columna sera un texbox saldra el nombre de el primer Path donde se encontro el xml COLUMNA5 = UUID: Dentro de esta columna sera un texbox saldra el nombre de el archivo xml COLUMNA6 = DESCARGAR: sera un BUTTON y servira para descargar y guardar en el equipo el archivo .xml al cual hace referencia esa fila...

    $90 (Avg Bid)
    $90 Oferta promedio
    11 ofertas

    Se requiere la modificación de una función PHP que permite la presentación de campos adicionales dependiendo del tipo de documento tributario solicitado. Particularmente, se necesita que el campo RUT se muestre indistintamente de la selección del radio button, ya que actualmente se presenta únicamente para una de las selecciones.

    $35 (Avg Bid)
    $35 Oferta promedio
    37 ofertas

    Estoy buscando un freelancer con experiencia en Knime para ayudarme con el desarrollo y optimización de un flujo de trabajo. Mi proyecto implica trabajar en varios componentes interconectados y, específicamente, estoy obteniendo un error recurrente en el servidor: Widget Cotizador: Este componente permite realizar calculos y cotizaciones y está conectado a un botón de actualización (Refresh Button). Cálculo de Cuota del Préstamo: Este componente calcula la cuota del préstamo basada en los datos proporcionados por el Widget Cotizador. Tasa de Cambio: Componente que maneja la tasa de cambio necesaria para otros cálculos. Buro Interno (Deudas): Este componente depende de la Tasa de Cambio y verifica el historial de deud...

    $30 (Avg Bid)
    $30 Oferta promedio
    1 ofertas
    APP Hotspot -NFC Finalizado left

    preciso de una aplicacion que tenga dos botones , uno de start y otro de setup , en el setup configuro ssid y passw de hotspot y el fondo o bakgroud de la app , y el star arranca el programa , esperando acerque una tarjeta NFC , al leerla el mismo debera tomar su ID , si ya existe debera espera un numero (saldo a cargar ) y si no existe , pedira u nombre y desp (saldo a c...o bakgroud de la app , y el star arranca el programa , esperando acerque una tarjeta NFC , al leerla el mismo debera tomar su ID , si ya existe debera espera un numero (saldo a cargar ) y si no existe , pedira u nombre y desp (saldo a cargar ) , para hacer esto la app estara conectada por wifi con una base de datos SQL , (se proporcionaran datos de user y password de la SQL para hacer append o delete segun conve...

    $362 (Avg Bid)
    $362 Oferta promedio
    10 ofertas

    I'm looking for a freelancer Arduino expert who can help me update and modify Arduino code. Here are the details: This is a project similar to turning a lamp on and off with a button, but instead of using a button, use an infrared sensor. When the infrared sensor detects the presence of my hand, an LED strip lights up and 6 servomotors move 90 degrees. The LED strip remains on and the servomotors remain in that position indefinitely. Until the infrared sensor detects the presence of my hand, again, and then the LED strip turns off and the servomotors return to the initial position. I can send you the Arduino code that I want to modify but that doesn't work the way I want. To be successful in this project, the following are the requirements: Skills and Experience: ...

    $32 (Avg Bid)
    $32 Oferta promedio
    9 ofertas

    Sign PDF Document using certificate and priv...PDF in the client's browser, with a fixed certificate for the user, which invokes a webpanel. This webpanel serves as an example to show how to include UC within our projects. * Multiple PDF Client Signature – Allows us to sign multiple files in PDF format, with a fixed certificate for the user, performing the same actions that are carried out to sign only one PDF, with the PDF Client Signature button. * PDF Server Signature - Sign a PDF on the server, the data used to sign the PDF on the server is taken from the Parameters table. * View Signed Document in Client - Downloads the last document signed in the client. * PDF Verification - Verifies the signature of a PDF on the server. All of the above In a Genexus 18 file .xpz k...

    $542 (Avg Bid)
    $542 Oferta promedio
    4 ofertas

    Sign PDF Document using certificate and priv...PDF in the client's browser, with a fixed certificate for the user, which invokes a webpanel. This webpanel serves as an example to show how to include UC within our projects. * Multiple PDF Client Signature – Allows us to sign multiple files in PDF format, with a fixed certificate for the user, performing the same actions that are carried out to sign only one PDF, with the PDF Client Signature button. * PDF Server Signature - Sign a PDF on the server, the data used to sign the PDF on the server is taken from the Parameters table. * View Signed Document in Client - Downloads the last document signed in the client. * PDF Verification - Verifies the signature of a PDF on the server. All of the above In a Genexus 18 file .xpz k...

    $19 (Avg Bid)
    $19 Oferta promedio
    2 ofertas

    English: We need your talent and proven experience to develop: 1. B2C/B2B WEBSITE in WORDPRESS 1.1 Propose the wireframe, flowchart (tree or map) and B2C and B2B conversion funnel of the website. 1.2 Functions to make calls, video conferences or chat with professionals by specialty for free or paid through payment button with T/C (Kushki or Paymentez). 1.3 Function to register for free or paid courses with Memberpress plugin. 1.4 Blog feature with paid registration option to read or display all content. 1.5 B2C Functions (freemium) active for everyone and B2B Functions (premium) active only for the local country and Colombia with the option to open it to other countries. 2. NATIVE B2C/B2B APP FOR iOS and Android (available in countries where the Latin community is loca...

    $4209 (Avg Bid)
    $4209 Oferta promedio
    31 ofertas

    Programa : un cuestionario que tenga las opciones para preguntas abiertas y preguntas con respuesta , si, no, no l se. Que cada pregunta tenga un valor y se pueda mostrar el resultado en una LCD conectada a Arduino. Las pregunta de si, no y nolo se se contesataran con un pusch button.

    $43 (Avg Bid)
    $43 Oferta promedio
    12 ofertas
    MySQL/MariaDB SQL TASK Finalizado left

    ...the policy on delete must be SET NULL. If this doesn't work, explain what is happening and how to solve it. Explain the three policies on delete/update that can be configured on a foreign key. Test and explain the RESTRICT policy on delete. To do this, follow these commands and explain each step: Modify the schema of the table EMPLOYEES setting restaurant_code as a foreign key. The policy on update must be RESTRICT and the policy on delete must be RESTRICT. Insert a row in RESTAURANT table (if it doesn't exist). Insert a row in EMPLOYEES table (if it doesn't exist). Try to delete the row with the specific CODE from RESTAURANT. Test the CASCADE policy on delete. Modify the schema of the table EMPLOYEES with CASCADE policies for upd...

    $31 (Avg Bid)
    $31 Oferta promedio
    27 ofertas

    The creation of a complete API for integration with Whatsapp Web using web scraping and other techniques is required to finally achieve a system like the one Green API has The programming language will preferably be Node.js In addition to the Green API functionalities and endpoints, it is necessary to add the following: 1. Delete chats messages 3. Receive notifications to the webhook of the other person editing messages Typing signal the development must be implemented in a docker with a Linux operating system. We need the code to be developed in the framework and the messages must be handled in a queue An admin interface is required to manage the instances (servers) through the API of our data center in Oracle. This is

    $1390 (Avg Bid)
    $1390 Oferta promedio
    32 ofertas
    Diseño de aplicacion Finalizado left

    ...(please keep in mind). Would really love Design for mobile/tablet in both modes: Landscape/Portrait. The necessary views are: - Login - Dashboard (whether it's a regular user or security) -- Both Should display the logo at the top center of the screen, max height 40. If there is no logo, display text. Show Alert icon on the right side. In views other than the dashboard, display a menu button on the left with the list of other views and logout. The menu is slideable from left to right. -- Regular: Buttons-> Visits -> Trusted / Services Announcements -> News / Feeds Alert -> Emergency / Theft / Help (specific neighbor / general / Guardhouse) -- Security: Registered Visit -> Read QR code / numeric code Unregistered Visit -> Request aut...

    $380 (Avg Bid)
    $380 Oferta promedio
    19 ofertas

    ...reservation sale or credit sale, the system should show and calculate the amount in the closing process and the registration details. Currently, the cash closing report is incorrect due to these issues. Add a button to the sidebar to view credit sales and reservation sales, allowing the salesperson to easily access this information without returning to the home page. Clicking on these buttons should open a popup window where the salesperson can make payments or cancellations. Upon completing a payment, it should automatically print a receipt and open the cash drawer. Include a button to manually open the cash drawer, requiring an administrator's password. When editing a quote, adjust the screen layout in the POS to match the sales screen, including all electronic bill...

    $151 (Avg Bid)
    $151 Oferta promedio
    19 ofertas

    ...layaway sale or credit sale, the system should display and calculate the amount in the closing process and registration details. Currently, the cash register closure report is incorrect due to these issues. Add a button in the sidebar to view credit sales and layaway sales, allowing the salesperson to easily access this information without returning to the homepage. Clicking on these buttons should open a pop-up window where the salesperson can make payments or cancellations. When a payment is completed, it should automatically print a receipt and open the cash drawer. Include a button to manually open the cash drawer, requiring an administrator's password. When editing a quotation, adjust the screen layout in the POS to match the sales screen, including all the featu...

    $219 (Avg Bid)
    $219 Oferta promedio
    29 ofertas

    Deseamos tener un api donde se pueda crear por codigos una cuenta en AD windows server , ademas de crear una cuenta gmail por codigo

    $106 (Avg Bid)
    $106 Oferta promedio
    6 ofertas
    Process automation Finalizado left

    We need to create an automation, to clone data into a database. Always following the same steps every time the automation is executed. That is, select - click on clone - accept delete old and put in active state. It is the database of online resales.

    $195 (Avg Bid)
    $195 Oferta promedio
    6 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 (Avg Bid)
    $27 Oferta promedio
    28 ofertas
    button SOS Finalizado left

    Boton de panico desde app movil, el cual enviara variables get o post y desde aplicacion web se activara las alertas.

    $154 (Avg Bid)
    $154 Oferta promedio
    9 ofertas

    Tengo un proyecto en angular, al cual necesito darle una funcionalidad de filtro a una tabla en base a 3 botones. Además, necesito que se creen interfaces para las respuestas desde el backend. ENGLISH I need a developer who has knowledge in Angular 13, I need to give the functionality to only 3 filter buttons, when pressing each button they must filter the table below. Also, I need you to map the responses from the backend to Angular, by creating interfaces.

    $148 (Avg Bid)
    $148 Oferta promedio
    12 ofertas
    $152 Oferta promedio
    8 ofertas

    Quiero adquirir este script de codecanyon y quiero saber si se le puede agregar un complemento. Especificaciones Ver mensajes recibidos en un panel. Ejemplo: tengo 20 numeros que envian mensajes automáticamente y quiero ver mis mensajes recibidos en un panel y al hacer click a un mensaje recibido de un cliente pueda responderle sin salir del sistema en el mismo panel y con el mismo numero que recibio el mensaje

    $150 (Avg Bid)
    $150 Oferta promedio
    5 ofertas

    Hola necesito ayuda para crear un js para cambiar la forma de visualizar los productos, utilizo wpc composite yme lo muestra como una lista, neceito mostrarlo como un radio button.

    $30 (Avg Bid)
    $30 Oferta promedio
    21 ofertas

    Quiero hacer un componente de un botón que herede de Elevated Button (ya que así ya lleva el cargar cuando se pulsa por defecto) pero quiero que sea un componente para reutilizar en varios sitios de mi app y en caso de querer cambiar una propiedad no tener que hacerlo en muchos sitios. Además quiero personalizar el color de fondo, el color de hover y el color de ripple efect cuando se pulsa el botón. Lo he conseguido pero cuando lo paso a componente el ripple effect y el color de pressed no se ven. Gracias

    $26 (Avg Bid)
    $26 Oferta promedio
    3 ofertas

    ...las páginas dividiendo el contenido por columnas, carga de imágenes, colores. El estilo y componentes generados por la herramienta deben de seguir la guía establecida por Material Design. El contenido generado por la herramienta tiene que ser responsive. Elementos que debe permitir generar la herramienta (widgets): Rows (full content o in container) Cols (1, 1/2, 1/3, 1/4, 1/6) Text Images Video Button (material buttons) Divider Icon (material icons) Spacer Tabs (material tabs) Acordion (material acordion) Progress bar (material progress bar) Shortcode (ng template custom added by custom id) Custom html Slides (material slides) Galery (material galery) Estas páginas que se creen deben ser guardadas en una base de datos de tipo mongodb, y se deben po...

    $555 (Avg Bid)
    $555 Oferta promedio
    17 ofertas

    Necesito a alguien que me vaya explicando como se resuelve mi tarea de programación en Java es realizar un crud pero con archivos de texto y todo se maneja por consola, no hay interfaz. Se asemeja a un banco donde cada cliente puede tener una o más cuentas. En cuanto al delete del cliente o de la cuenta, una vez borrados no se puede re-escribir el archivo de texto original por lo que algunos compañeros están creando un txt por cada cliente para así no sobreescribir todo

    $23 (Avg Bid)
    Urgente
    $23 Oferta promedio
    6 ofertas

    Buenas, Freelancer! necesito medir las conversiones de unas 10 web, configurar analitic para medir las conversiones, goals, con Adwords, ads, botón button de llamada, whatsapp, chat jivochat, y quizás un formulario.

    $85 (Avg Bid)
    $85 Oferta promedio
    16 ofertas

    Tengo un proyecto de realidad aumentada en unity usando Vuforia. Deseo que este se muestre haciendo click en un button en mi aplicación que está desarrollada en android studio usando JAVA

    $24 (Avg Bid)
    $24 Oferta promedio
    3 ofertas

    Contexto: El sitio es un sitio de citas para adultos de nicho. Los usuarios han llegado a la página de pago que describe los diferentes planes que pueden seleccionar (1 mes, 3 meses, 6 meses). Estamos tratando de maximizar la tasa de personas que hacen clic en el botón para comprar el paquete seleccionado. Por lo general, los usuarios aterrizarán en la página de pago después de recibir un mensaje e intentar responder. Para responder debes pagar. Entonces, cuando van a responder al mensaje que recibieron, ven una notificación que dice. "Debe actualizar para responder", que luego los lleva a la página de pago. Meta: Queremos probar diferentes llamadas a la acción para el botón en nuestra página de ...

    $13 / hr (Avg Bid)
    $13 / hr Oferta promedio
    8 ofertas

    Estoy haciendo una tarea de curso y tengo problemas para completar algunas partes, es una Apirest que obtiene datos de MySQL y los presenta en una web bastante simple, tengo problema con los metodos POST, PUT y DELETE. Necesito ayuda porque mi deadline de entrega es pronto y no consigo resolverlo.

    $37 (Avg Bid)
    $37 Oferta promedio
    8 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 (Avg Bid)
    $65 Oferta promedio
    4 ofertas

    Description: FIRST: It is required to correct the error that the test module throws when in...not give rise to errors, allowing typing only within the range of parameters of each drop-down list. Allow negative and positive values to be entered. 3. Point of sale buttons: “Select Glasses”, “Prescription”, “Prescription History” and “Cliente”: Change the entire point of sale module to Spanish. Change to Spanish language the texts that are shown in the window that opens when pressing each button: SEE DETAILS IN ATTACHED FILE. Category: Programming and Technology Subcategory: Web Programming What is the scope of the project?: Big or small change Is it a project or a position?: A project I currently have: I have an idea Availability requ...

    $90 (Avg Bid)
    $90 Oferta promedio
    8 ofertas

    ...Layer thickness - The color - Post-Treatment - Order urgency Based on these variables, the calculator offers a price to the customer, and if he is interested, he adds it to the cart and can proceed with his purchase. Payment can be made either via Paypal or via Stripe. The screen should show: - an UPLOAD button, to upload the model - the previously explained options that can be configured by the user, - a 3D visualization of the model you have uploaded - a button to add to cart - an option to proceed with the purchase - an information window, in which the different materials and information about the options to be configured will be explained In addition, the calculator must be able to give recommendations to the user in the case of certain configuratio...

    $2303 (Avg Bid)
    Destacado
    $2303 Oferta promedio
    10 ofertas
    FILMOCASA.COM Finalizado left

    es una Plataforma de Marketing Inmobiliario Online, cuyo contenido está compuesto principalmente por VÍDEOS MULTIMEDIA y una PASARELA DE RESERVA ONLINE. Enhancement of Website as well The most important features about the website are the following: 1- Landing page: SEARCH ENGINE (only using references asigned to each unit 2- PIN CODE in...Online, cuyo contenido está compuesto principalmente por VÍDEOS MULTIMEDIA y una PASARELA DE RESERVA ONLINE. Enhancement of Website as well The most important features about the website are the following: 1- Landing page: SEARCH ENGINE (only using references asigned to each unit 2- PIN CODE in order to open each file 3- each file shall be composed of MULTIMEDIA VIDEO 4- Online Reservation Gateway BUTTON 5- Email confi...

    $1107 (Avg Bid)
    $1107 Oferta promedio
    49 ofertas

    Hola Vlad Ioan D., vi tu perfil y me gustaría ofrecerte mi proyecto. Podemos conversar por chat acerca de los detalles.

    $21 (Avg Bid)
    $21 Oferta promedio
    1 ofertas

    Hola Vlad Ioan D., vi tu perfil y me gustaría ofrecerte mi proyecto. Podemos conversar por chat acerca de los detalles.

    $23 (Avg Bid)
    $23 Oferta promedio
    1 ofertas

    Hola Vlad Ioan D., vi tu perfil y me gustaría ofrecerte mi proyecto. Podemos conversar por chat acerca de los detalles.

    $28 (Avg Bid)
    $28 Oferta promedio
    1 ofertas

    Hola Vlad Ioan D., vi tu perfil y me gustaría ofrecerte mi proyecto. Podemos conversar por chat acerca de los detalles.

    $30 (Avg Bid)
    $30 Oferta promedio
    1 ofertas

    ...sent by push notification every minute, to be repeated in a loop. Website - frontend Responsive design for viewing on smartphones. List to select the screen to work with. Could be even better on a map, locating the three locations. Visually attractive calendar, list type, with possibility to select date, hour, minute and second. Box to paste the Youtube link that corresponds to the video. Button to save the link in the database, relating it directly to the ID of the screen, the date, hour, minute and second programmed. To save the link it is necessary to redirect the user to a payment gateway to pay 10 cents for each video to be played. The calendar should visually show which time slots are not occupied by other videos on that screen. - It would be good to be able to filt...

    $777 (Avg Bid)
    Local
    $777 Oferta promedio
    14 ofertas
    music control button Finalizado left

    queremos reprogramar un boton de control de musica. tenemos un dispositivo con 5 funciones, next song, prev song, play/stop, volume + -, pues queremos cambiar su funcion

    $22 (Avg Bid)
    $22 Oferta promedio
    1 ofertas

    - Need to know the woocommerce rest api - php, myql - The API is already create on asp.net you can use to see them and the docs - Need 3 functions, 1 button that upload all the data from the API, 2 button only update the stock and price, 3 a schdule cron job that do the same as the first one.

    $444 (Avg Bid)
    $444 Oferta promedio
    49 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 (Avg Bid)
    $643 Oferta promedio
    25 ofertas

    Añade Las dependencias necesarias para automatizar las API. • Utiliza uno los lossiguientes patrones de diseño Modelo Creacionales , Estructura, Comportamiento para organizar la estructura de tu proyecto. • Desarrolla los 5 test de aceptación utilizando los metodos GET, POST, PATCH, DELETE etc, que has definido anteriormente en las funcionalidades a automátizar, no te olvides de

    $10 - $30
    $10 - $30
    0 ofertas

    ...500 characters, and the duration: 24 hours for free, or 7 days for a fee. MESSAGING It is a message center where users can communicate with each other. It is a simple chat, only text and emojis. A user can only find another user through the map or the list. Tapping on the avatar of each user accesses the profile, where a message is displayed to start a conversation. Usual message management (delete conversations, block users, order by date, etc...). PROFILE The profile of each user. It shows an avatar to choose from a list, a bio, and the last 5 pins published, showing if any of them is still active (last 24 hours). The development progress of the app will be done through milestones, being these the following: #1 / 20€ : Create app with bottom menu according t...

    $558 (Avg Bid)
    $558 Oferta promedio
    21 ofertas
    Name aplicacion : JOB Finalizado left

    ...Star evaluation system 5. A search engine that searches for similarity or association 6. Scheduling appointments 7. The application must have the option to select the language between Spanish and English 8. Option to share the information of the publications (SHARE) I already have the design and structure that the entire application will have with clear instructions on the functions of each button, now I need the help of a programmer who knows how to program in a programming language that functions in Android and IOS I will put some design photos...

    $1755 (Avg Bid)
    $1755 Oferta promedio
    49 ofertas

    ...puedes editar los clientes. -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- We want to offer our clients a digital menu service for their bars and restaurants through a website with a single domain. the user functions would be: create, update, edit and delete both dishes and your letter. Each user can create their letters and set the status of the same active / inactive. The letter would be a custom post-type, this should allow the generation of a PDF in addition to giving the option of printing and customizing the design. The menu is divided by categories for example: menu, portions, meats ... inside it is composed of dishes, each one ha...

    $228 (Avg Bid)
    $228 Oferta promedio
    12 ofertas

    ...para poder reservar la sala, y te mostrar día y horas disponibles y cuando hicieras la reserva que te cerrara la sesión y refrescara el calendario de la pantalla principal. Sería una aplicación power apps tipo tableta que utilizaríamos con 5 recursos, tiene que ser fácil duplicar y cambiar recurso. The idea would be a main screen where you can see the calendar of a room (resource 365) and a book button (reservation) that when you click it, it will ask for your 365 account to be able to reserve the room, and it will show you day and hours available and when you do the reservation that will close the session and refresh the calendar on the main screen. It would be a tablet-type power apps application that we would use with 5 resources, it ...

    $438 (Avg Bid)
    $438 Oferta promedio
    3 ofertas
    Tienda software Finalizado left

    It would be a website made with Prestashop, for electronic commerce of software licenses. with the most used payment methods, paypal, card and cryptocurrencies. I want it to be beautiful, modern and functional. With an attractive home page, with a central button that leads directly to the store. The way it works is, when the customer makes a payment, an email is sent to them with the licenses they have purchased. The store would consist of few items (3 or 4). Here is an example link of how I would like the store to be:

    $553 (Avg Bid)
    $553 Oferta promedio
    16 ofertas
    Project for Sourabh G. Finalizado left

    Hola Sourabh G., vi tu perfil y me gustaría ofrecerte mi proyecto. Podemos conversar por chat acerca de los detalles. Details: Extract all data from another excel spreadsheet from a button (unordered data) and sort it in a table already predefined in another file

    $100 (Avg Bid)
    $100 Oferta promedio
    1 ofertas
    PIA BASE DE DATOS Finalizado left

    ...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 existencia del registro que se envié para ser integrado a la tabla. d. En el caso del DELETE se debe ...

    SQL
    $183 (Avg Bid)
    $183 Oferta promedio
    8 ofertas

    hola alejandro, opye quisiera saber si puedes ayudarme a solucionar el problema de mi servidor de big blue button: esta instalado en un droplet de digital ocean quisiera aprovechar la oportunidad tambien para actualizar la aplicación a la versión más nueva (2.3 creo que es...) mi presupuesto es de 750 pesos, quisiera saber si te interesa tomarlo. Saludos!!

    $35 (Avg Bid)
    $35 Oferta promedio
    1 ofertas