Order processing trabalhos
...Estatísticas: Acompanhamento detalhado da performance de cada bot, com métricas claras e relatórios. 3. Criação de Bot: Uma interface simples e guiada para a criação de novos bots no Telegram. 4. Edição de Bot: Ferramentas completas para a edição de fluxos de mensagens e triggers já configurados. 5. Redirecionadores (Novo): Funcionalidade para criar links dinâmicos e inteligentes para campanhas. 6. Order Bump: Capacidade de inserir ofertas adicionais dentro do funil de vendas. 7. Upsell: Implementação de ofertas complementares após a conversão inicial do cliente. 8. Downsell: Geração de ofertas alternativas para clientes que desistirem da ofert...
...`contador_dia`, `contador_mes`: integer counters - `ultimo_reset_minuto`, `ultimo_reset_hora`, `ultimo_reset_dia`, `ultimo_reset_mes`: datetime fields to control resets #### 1.3 Token Validation For each request the API must: - Check whether the token exists and is active - Check that `data_expiracao` has not passed (if not null) - Check all configured limits (per minute, hour, day, month) before processing If any limit would be exceeded, no process in the request should be handled. *** ### 2. API Endpoints #### 2.1 Main Endpoint: `POST /consultar` **Request JSON:** ```json { "token": "abc123xyz", "processos": [ { "numero": "4001323-38.2025.8.26.0505", "tipo": "primeiroGrau" }, ...
...partir dessa planilha mestre, devem ser geradas automaticamente outras abas: Packing List O objetivo é tornar esse arquivo o principal ponto de controle do processo de vendas/exportação, com todas as informações centralizadas e conectadas. Se você tem experiência com esse tipo de projeto, por favor envie: Exemplos de planilhas semelhantes que já desenvolveu Valor estimado do projeto Purchase Order Invoice Outros documentos operacionais Algumas dessas abas devem ser restritas a determinados usuários (ou seja, não visíveis a todos). A estrutura precisa ser limpa, funcional e organizada, com fórmulas avançadas. O projeto poderá envolver o uso de macros e VBA, caso seja ne...
I need an app developer to create an application with artificial intelligence capabilities. The app should be able to identify specific parts of images and pixelate them at varying levels. The ideal freelancer should have experience in AI development, image processing, and app creation. Portuguese-speaking developers are preferred. --- Preciso de um desenvolvedor de aplicativos para criar um aplicativo com recursos de inteligência artificial. O aplicativo deve ser capaz de identificar partes específicas de imagens e pixelizá-las em diferentes níveis. O freelancer ideal deve ter experiência em desenvolvimento de IA, processamento de imagens e criação de aplicativos. Desenvolvedores que falem português são bem-vindos.
Preciso de um(a) desenvolvedor(a) para integrar com a API da Nuvem Shop usando Python. Requisitos: - Configurar recebimento de webhook para pedidos novos. - Fazer requisição para obter token para requisições subsequentes. - Registrar URL para onde o webhook enviará pedidos recém-criados. - Especificar a "rota" (ex: "order/paid") ao criar o webhook. Pré-requisitos: - Uso da biblioteca 'requests' para chamadas HTTP. - Aplicação pode ser um "console app". Vídeo explicativo: [Nuvem Shop API Tutorial]() Habilidades Ideais: - Experiência com APIs REST e webhooks. - Proficiência em Python e na biblioteca 'requests'. - Capacidade de seguir documentaç...
...well. Project Proposal: Chat Consultation System for CannabisLink (Version 3.0 - Enhanced) 1. Current Context of the CannabisLink Platform (EXISTING) CannabisLink is a platform built on WordPress. Currently, it already has: Registration System: Doctors and patients are registered users on the platform. Scheduling and Payment: It uses FluentBooking for appointment scheduling and online payment processing. Current Consultations: Consultations are conducted via video call (Google Meet, Zoom, etc.). Content: It has a contact area and a blog with relevant posts. Registered Doctors: Currently, it has 4 registered doctors. Current Challenges: The cost of consultations (R$250.00) and the video call format are perceived as barriers. The transition to a chat-based model aims to reduce co...
...clone of our server will be provided if you think it’s necessary, but there will be some configurations to change, but full access will be given to the chosen coder. Only after everything is done and tested we will allow the coder to place things online. Testing Policy (For Developers) We are not the testers. Developers must test their work before submitting. All features, including payment processing, digital signature flows, CRM validation, and chat functionality, must be fully tested by the developer before delivery. Any simple or avoidable error that clearly shows lack of testing may be grounds for arbitration. You are expected to deliver tested, working modules. If something cannot be tested (e.g., due to environment restrictions), please communicate that clearly w...
...exemplo). 6. Modelo de Dados (Conceitual) clients (id, name, address, segment_id, plan_id, status, created_at, ...) segments (id, name, ...) plans (id, name, price, provides_tv, ...) devices (id, unique_identifier, client_location_id, name, status, last_seen, ...) media (id, client_advertiser_id, file_path, type, duration, name, ...) playlists (id, name, ...) playlist_items (id, playlist_id, media_id, order, start_time, end_time, ...) device_playlist_assignment (device_id, playlist_id, ...) users (id, username, password_hash, role, ...) roles (id, name, ...) permissions (id, name, ...) role_permissions (role_id, permission_id) (Este é um modelo inicial, precisará ser refinado) 7. Próximos Passos e Chamada para Colaboração Refinar os requisitos f...
? Descrição do Projeto: Preciso de um desenvolvedor com experiência em integrações com a API da Amazon Seller Central para realizar a conexão via PHP 5.6, com salvamento de dados em MySQL. O sistema precisa buscar e armazenar as seguintes informações da minha conta de vendedor Amazon: ? Dados a serem puxados da API: Pedidos (Order details, status, datas) Anúncios (Listings) ativos Tarifas e comissões aplicadas em cada venda Estoque atual Estoque de Fulfillment (FBA) ⚙️ Requisitos Técnicos: Conexão via API da Amazon (SP-API ou MWS, dependendo da versão que PHP 5.6 suportar) Código feito em PHP 5.6 (ambiente legado, obrigatório) Salvamento estruturado dos dados em MySQL Sc...
Quero automatizar meu WhatsApp para ler e-mails e responder alguns e-mails específico no WhatsApp para as pessoa quando pergunta
The VetroGuard software is the system's brain, responsible for processing images and videos to detect and classify defects in glass and mirrors. It utilizes advanced computer vision and machine learning algorithms to identify a wide range of defects, from scratches and stains to bubbles and deformations. Additionally, the software generates detailed reports with information about the detected defects, aiding in quality control and production process optimization. Image Processing Software: Image pre-processing algorithms for lighting correction, noise removal, edge enhancement, and defect segmentation. Computer vision algorithms for defect detection such as scratches, stains, bubbles, deformations, and inclusions. Feature extraction algorithms for extracting cha...
...a step-by-step guide on how to do this: 1. Set Up a Python Environment with rembg First, you need a Python environment with the rembg library installed. You can install rembg by running: bash Copiar Editar pip install rembg This will allow you to remove backgrounds from images using Python. 2. Create a Python API with Flask or FastAPI You need to create a simple Python API to handle image processing. Flask is a lightweight option, and FastAPI is a fast and modern option. Here’s an example of how to create a simple Flask API: (Flask Example) python Copiar Editar from flask import Flask, request, jsonify from rembg import remove from io import BytesIO import base64 app = Flask(__name__) @('/remove-bg', methods=['POST']) def remove_background(): ...
...ICT (Inner Circle Trader) e SMC (Smart Money Concepts). A iniciativa busca fornecer insights valiosos para traders iniciantes e experientes, ajudando-os a entender a lógica institucional do mercado e melhorar sua performance operacional. Objetivos Principais: Produzir artigos educativos sobre técnicas avançadas de trading. Explicar de forma clara conceitos como liquidez, mitigação de ordens, order blocks, fair value gaps e market structure shifts. Demonstrar estratégias práticas e estudos de caso reais para aplicação no mercado. Ajudar traders a desenvolverem uma mentalidade profissional e disciplinada. Público-Alvo: Traders iniciantes que desejam aprender metodologias institucionais. Traders experient...
...invoices using AI-enhanced OCR. Cross-check data with purchase orders/contracts and flag anomalies. PO-to-Sales Order Conversion Module:Parse purchase orders (POs) to extract key POs to internal SKUs and automatically create corresponding sales orders in ERP/CRM predictive analytics to forecast potential order issues. Email Classification & Sorting Module:Utilize NLP to classify incoming emails into categories (e.g., Sales, Support, Urgent).Automatically sort and label emails, optionally triggering auto-responses or alerts for urgent messages. Smart Operations Analytics & Optimization Dashboard:Provide real-time KPI monitoring across modules (processing times, error rates, etc.). Offer predictive analytics, alerts, and AI-driven recommendations for proc...
...código: =============================================================== <?php $apiKey = "xxxxxxxxxxxxxxxx"; // Substitui pela tua chave API $apiSecret = "xxxxxxxxxxxxxxxx"; // Substitui pelo teu segredo API $baseUrl = ""; // 1) Endpoint + timestamp na query $endpoint = "/api/v1/trade/order"; $timestamp = (int)(microtime(true) * 1000); $queryString = "timestamp=" . $timestamp; // só o timestamp na query $pathUrl = $endpoint . "?" . $queryString; // /api/v1/trade/order?timestamp=... // 2) Corpo da requisição (JSON) - parâmetros da ordem // Pionex (similar à Binance) exige "quoteOrderQty" para Market BUY $bodyArray = [ "symbol" => &qu...
... screen type, etc. Variations for each product: Campaign duration: 30, 60 days, or more. Display duration: 10 or 15 seconds. Additional product details: Number of screens available. Display duration for each screen. 3. Establishments Page Show the digital products available for each establishment. Support multiple locations for the same establishment. 4. Client Dashboard Client information and order history. For clients who are also establishments: Commission Payout Center. 5. Payment Page Support for recurring payments for continuous campaigns. Business Rules Exclusive Category for Digital Products: Every digital product will have a specific category. Example: Gym products will not accept videos related to gyms. When uploading a video file, the client must specify its category....
Busco algum desenvolvedor do Brasil ou que fale PT-BR para criar um CMMS que funcione via web e por app para android e iOS. O APP poderá rodar offline mas manterá a base de dados no aplicativo e comunicará novamente via cloud quando recuperar sinal. A principal função do CMMS será a gestão cronológica de ordens de serviço de indústrias, mas o software precisará ter funções semelhantes a outros softwares que já existem no mercado, como por exemplo gráficos com indicadores. A base de dados deve rodar em SQL. O desenvolvimento não pode utilizar softwares já existentes, pois será utilizado de forma comercial. Softwares equivalentes: LUBEPM eMAINT Outros
...development, specifically in PHP/Laravel, to enhance my existing payment system and develop a core code for new payment methods. This system will feature automatic reconciliation and will prevent sales to the same student and multiple payment requests for the same order. Key Responsibilities: - Develop a core code for new payment methods. - Improve the existing payment system. - Ensure the system includes automatic reconciliation. - Implement restrictions to prevent sales to the same student and multiple requests for the same order. The payment methods that need to be integrated include: - Credit/Debit Cards - Bank Transfers - Pix - Boleto parcelado Ideal Skills: - Extensive knowledge and experience in PHP/Laravel - Proficiency in web development - Experience in creatin...
...and WhatsApp integration with the purpose of automating my lead screening process. This integration aims to improve my lead generation methods and enhance customer support efficiency. Key Features: - Natural language processing to understand and respond to customer queries effectively. - Sentiment analysis to gauge customer reactions and needs. - Lead qualification to determine the likelihood of a lead becoming a paying customer. Our preferred development language for the AI agent. Ideal Skills: - Experience in AI system development - Knowledge of natural language processing, sentiment analysis, and lead qualification - Experience in WhatsApp API use and integration Your role would involve designing an AI Agent for this purpose and integrating it seamlessly with What...
...multiple sheets in parallel. Key Features: Integration with Excel: Continuous querying of an Excel spreadsheet to check for new orders and update the status and results of existing orders. Capability to process multiple sheets simultaneously, with specific configurations per sheet (processing URL, access token, update interval). Order Execution and Management: Order creation based on criteria such as date, time, value, price, stops, status, transaction ID, type of operation, and currency pair. Order updates with information like PNL, status, confirmation of registration, and execution status (open, executed, closed), as well as the date of the last check. Data Collection and Reporting: Historical currency value data (e.g., BTCUSDT Perpetual...
...process multiple sheets in parallel. Key Features: Integration with Excel: Continuous querying of an Excel spreadsheet to check for new orders and update the status and results of existing orders. Capability to process multiple sheets simultaneously, with specific configurations per sheet (processing URL, access token, update interval). Order Execution and Management: Order creation based on criteria such as date, time, value, price, stops, status, transaction ID, type of operation, and currency pair. Order updates with information like PNL, status, confirmation of registration, and execution status (open, executed, closed), as well as the date of the last check. Data Collection and Reporting: Historical currency value data (e.g., BTCUSDT Perpetual) with...
...and engaging emails to nurture leads and encourage repeat purchases. • Remarketing Funnel: Implementing remarketing ads to target users who previously visited the website but did not make a purchase, enticing them to return and complete the transaction. • Upsell and Cross-Sell Funnel: Recommending complementary products or upgrades to customers during the purchase process to increase the average order value. • Referral Funnel: Encouraging satisfied customers to refer friends and family by providing incentives or discounts, expanding our customer base. • Abandoned Cart Recovery Funnel: Sending automated reminders to customers who left items in their carts to encourage them to complete the purchase. • Loyalty Funnel: Implementing loyalty programs to reward ...
...will place the news (which will redirect to the existing tab with the same name), but which disappears after a few seconds to allow the visitor other options. Links at the top to my social networks I AM A DEPPER OF VISUAL MINIMALISM I obviously intend to have access to the 'backoffice' of the website to manage the properties. I also intend to maintain future contact with the web designer in order to make any future changes that I deem necessary....
I need a website programmed to host an MVP-style online game. The objective of the game is to create memes, so the website would give an image for all the players in the room to fill in with texts, in order to create the best meme among the participants. The platform needs to have several playable rooms, Gartic style, but much simpler.
Tenho uma planilha em excel, os titulos de produtos estão abreviados, preciso descreve-los melhor, para depois eu inserir em meu e-commcerce. cerca de 15mil titulos Sample attached. On the Left is the abbreviated title - Right is improved title if you add short title to google, it will give an improved title (see boots image sample) the title order should be: (PRODUCT NAME) - (BRAND) - (MANUFACTURING CODE) I have a preference for a freelancer who speaks Portuguese Brazil
O que necessitamos é dar um arranjo/ordem na apresentação dos produtos, em várias famílias. As ordenações que existem não são o que se deseja em termos de apresentação dos artigos What we need is to arrange/order the presentation of products, in several families. The orderings that exist are not what is desired in terms of the presentation of the articles
I need a matlab code, applying PSO to optimally place and size n-numbers of DG in a distribution system IEEE-test (I have the data for 33 and 69 bus), in order to reduce the system losses and improve the voltage profile. The power flow analysis to determine system losses and voltage profile, backward and forward sweep can be applied.
Application development for team and event management. Back and Front-end, development preferably using languages and technologies most adopted in the market today (ReactJs and NodeJs). Please make estimates in three scenarios: 1. Simplified Estimation (Responsive Web Only) The system will have different "types" of users: managers volunteers The platform will be developed in order to have the flexibility to add new types of users in the future. For managers we will have the following features: Login Register Password recovery (via email) Editing personal data Events view Register events (associate volunteers) Use past events as a template for registering new ones Edit events (not yet held) Remove events (not yet performed) Register volunteers (...
The main goal is to finishing a incomplet program developed in C++ with the FFmpeg library to capture streams (Audio and Video). The program is almost finished (~80%), thus it is required to finishing the program and perform extensive tests to find bugs and to ensure the program robustness. The program runs on a Linux server and its processing is control via Cgroups, due to the high load processing of streams. Advanced knowledge of C++ coding is required and it is also required at least a basic knowledge of the FFmpeg library. Basic Linux knowledge is also desirable. The payment may be discussed. _______________________________________________________________ Finalizar um programa desenvolvido em C++ com a biblioteca FFmpeg para captura de streams (Áudio e Ví...
o botão de pagamento não está habilitado na parte final do checkout, preciso que alguém configure o modulo de pagamento mercadopago
o botão de pagamento não está habilitado na parte final do checkout, preciso que alguém configure o modulo de pagamento mercadopago
Eu preciso de você para desenvolver um software para mim. Gostaria que este software fosse desenvolvido usando Python.
Programación orientada a objetos en c++ para processing
Olá! Tenho um trabalho de faculdade que por não ter conhecimentos em código não consigo realizar. O objetivo do trabalho é uma animação realizada em código no Processing (JavaScript) para colocar numa plataforma/ site da cadeira. Esta animação tem que conter interação. A minha ideia seria começar com uma imagem simples e ao clicar no rato ou numa tecla começaria a existir manchas estilo pintura em movimento e de diferentes cores que ocupariam toda a animação, depois, ao clicar outra vez na interatividade surgiria outra mancha ou imagem. Muito obrigada!
In order to streamline the classification and ranking of students in the Network and Computer Security class to the results of the Group Work for the subjects of Programming Languages and Algorithms and Data Structures, you were asked to develop an application that collects the following information of each student: • Name • Gender • Email contact • Date of birth • Final Note Functionalities: 1) Collection of information a) Reading and storing in array the information related to n students. 2) Listings: a) Production of a list with data related to the class b) Production of a list of students approved for the course (Final grade> = 10) c) Production of a list of students who failed the course (Final grade <8) d) Production of a list of students s...
...com/proxy/usuarioAPI/SenhaAPI/removerIP/ <IP> where you have the <IP> would be example when executing the command in the browser, as in the url you already have the username and password of the API it already adds or removes the IP there in the database according to the link. So I need to create a field in Woocommerce where the customer enter the authentication IP at the time of order and this IP will be in the database. And there on the customer panel in woocommerce, have the option to EXCHANGE IP. in which the old IP and a RELEASE IP field appear for him to enter the new IP for authentication, when clicking confirm, it removes the old IP from the database and already adds the new one. I believe it is something simple because it is basically a form with the two U...
...base para a geração dos nossos mapas. English ---- I would like a logo that represents my business. With the logo I hope to receive a manual exemplifying its use, showing restrictions of use, spacing, color motivations, flow of ideas and justifications for the forms used. Everything must make sense within our context. Our name is AtlasMap. Our company operates in the area of image processing obtained through drones, generating maps, orthomosaic, three-dimensional models and reports based on multispectral models. Photogrammetry is a key word of our business. Our main competitors are: Pix4d, Dronedeploy, Methashape, Oneatlas (boeing). We think of a modern logo, which is applicable on embroidered fabric, and has a version for backgrounds with images...
Eu preciso de você para desenvolver um algoritmo em Python que faça traduções do inglês para português para conteúdos sobre o jogo de xadrez. Como o jogo de xadrez tem termos específicos, as traduções ficam muito ruins em tradutores comuns. Este trabalho exigirá conhecimento em Machine Learning e Natural Language Processing, entre outras skills. Conhecimento em xadrez é algo desejável.
...(MARKET_DATA) /fapi/v1/klines Mark Price (MARKET_DATA) /fapi/v1/premiumIndex Get Funding Rate History (MARKET_DATA) /fapi/v1/fundingRate 24hr Ticker Price Change Statistics (MARKET_DATA) /fapi/v1/ticker/24hr Symbol Price Ticker (MARKET_DATA) /fapi/v1/ticker/price Get all Liquidation Orders (MARKET_DATA) /fapi/v1/allForceOrders New Order (TRADE) /fapi/v1/order (HMAC SHA256) Query Order (USER_DATA) /fapi/v1/order (HMAC SHA256) Cancel Order (TRADE) /fapi/v1/order (HMAC SHA256) Current Open Orders (USER_DATA) /fapi/v1/openOrders (HMAC SHA256) All Orders (USER_DATA) /fapi/v1/allOrders (HMAC SHA256) Future Account Balance (USER_DATA) /fapi/v1/balance (HMAC SHA256) Account Information (USER_DATA) /fapi/v1/account (HMAC SHA256) Position Inf...
...para manter e dar continuidade ao desenvolvimento e implantação de um sistema em arquitetura Open Source GIS com ferramentas PostgreSQL, PostGIS em ambiente linux compatível com os padrões de mapeamento do Consórcio OpenGIS (OGC) tais como: - WMS - Web Map Service - WFS - Web Feature Service - WFS-T - Web Feature Service Transactional (ability to edit) - WCS - Web coverage service - WPS - Web Processing service - WMTS - Web Map Tile service...
1-Check tag and category error 2-check https certificate error - new posts 3-remove wpml and currency plugins from site - Disable and remove icons (desktop and mobile) 4-Check which products do not pull order sequence when posted - (Is pulling from oldest to youngest, reverse order in function) 5-Css adjustment broke in mobile menu in content category BID USD 35.00
Micro project, just the frontend with a single and react.js included. I need to add the React Data Grid plugin () but without JSX because it will be added to an already completed project. The datagrid can only have columns id, name, value. I need this 4 events below: 1) an external button with the add row function (row). 2...Data Grid plugin () but without JSX because it will be added to an already completed project. The datagrid can only have columns id, name, value. I need this 4 events below: 1) an external button with the add row function (row). 2) an external button with the remove row selected. 3) an external button to change background color row by id. 4) always sort order "name column" ASC
I'm about to launch a product and I need a professional that can help me to manage the community group in order to engage with the new members. Honestly, I have no idea how many hours will be needed per day and I don't believe there will be so much work per hour, so I would like to receive a proposal for 1 week of work based on flexible working hours. The website is about remote work, freelancer and digital nomad lifestyle, so it's important you understand about these topics.
Temas: sequenciamento de ordens de serviço; planejamento e controle da produção (PCP)/ Work order sequence, Production planning and control (PPC). Nossa empresa está no setor de serviços. Fazemos obras de instalações elétricas. Precisamos de um APP/sistema/inteligência que nos mostre qual a melhor ordem/sequência devemos executar as obras que temos (pois temos diversos serviços com durações diferentes: podem durar dias até pouco mais de um mês, não mais que isso). O objetivo é entregar as obras mais rápido, definir os prazos das tarefas que vem antes da obra começar e maximizar a utilização das equipes fixas, consequentemente, usar menos fr...
Preciso de um aplicativo para Android. Gostaria que seja desenhado e construído.
...---------------------- I have an MS Word file myself, I am not a programmer (I am a lawyer), with forms and codes to fill in some fields (case number, name of the municipality, responsible person, title and identification number of the person in charge). The work is composed of two parts: a) I need these fields to be imported into an independent Excel file by pressing a button on the form, in order to compose a database, one data in each column. b) Part of these Excel columns (proc. number, name of the municipality, name of the person in charge, title of the person responsible and identification number of the person in charge, name of another person, identification), in turn, automatically compose a combination box or a form of automatic completion of the same form for use in an...
...developer to create a marketplace integrated with Shopify with the following features: 1) Register of franchisees with independent stock management 2) The products are the same for all franchisees, so the Site Administrator registers the product and the stock of that product for each franchisee 3) Orders (sales) need to be distributed to the franchisees according to the delivery address of the order (delivery) zip code 4) The franchisee needs to have a panel to see the sales of his region 5) The customer must schedule the delivery date of the product (within the availability grid of the franchisee in question) Our franchisees act as points of withdrawal and delivery in the region they operate. The only selling channel is our online store. Franchisees prospect clients in the...
In English I need the development of a replica of the site , but only the minimum to have the replica working. The process is: - Buyer asks to travelers to buy your product - The travelers make a offers to purchase Buyer's order - The buyer accepts the offer of traveler, making payment by credit card to the replica - The traveler buys the buyer's request with with your own credit card, notifying the buyer that who made the purchase - The traveler delivers the request to the buyer on scheduled date / place - The buyer releases payment made to the replica to traveler Extra features required, - Possibility of Login by Facebook - Chat for buyer and traveler - Integration with payment of credit card I need a development of a functional minimal replica containing source code ...
Artigos da Comunidade dos Principais order processing
How To Get Your B2B Business Ready For E-Commerce
The immense growth in the B2B eCommerce segment is likely to create new challenges and opportunities for businesses in this space.