Earned value example problems trabalhos

Filtro

Minhas pesquisas recentes
Filtrar por:
Orçamento
para
para
para
Tipo
Habilidades
Idiomas
    Estado do Trabalho
    2,000 earned value example problems trabalhos encontrados, preços em USD

    ...passar o parametro GBPJPY sem ser otc No caso toda vez que eu clico em um ativo o servidor deles fazem essa requisição, nesse parametro symbol=AUD-JPY-OTC precisava que fosse sem o "OTC" acredito que da pra trocar o value da requisição ou fazer algo para ter acesso. a corretora é homebroker.com...

    $497 (Avg Bid)
    $497 Média
    16 ofertas

    ...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 customizable time intervals. Reports on Binance account balance, margin histories, overall PNL, and futures market balance. Detailed transaction and position logs. Compatibility and Pre...

    $250 - $750
    Destacado Secreto
    $250 - $750
    2 ofertas

    ...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 customizable time intervals. Reports on Binance account balance, margin histories, overall PNL, and futures market balance. Detailed transaction and position logs. Compatibility and Precision: ...

    $668 (Avg Bid)
    $668 Média
    2 ofertas

    ...subscription functionalities. Final remarks: We value pleasant viewing and an intuitive interface in the bot to provide the best experience for users. The freelancer must follow the guidelines provided, maintain the security of user information and ensure proper functionality of all payment API integrations. If you have experience developing bots for Telegram and relevant skills for this project, please get in touch with previous examples of similar work. We look forward to collaborating with a talented freelancer on this endeavor! -Example 1: This is a bot that I currently use, it is not automated with the payment api (nowpayments) but it is functional, and it is basically what I am looking for -Example 2: This is a bot from

    $22 / hr (Avg Bid)
    Urgente
    $22 / hr Média
    7 ofertas

    ...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 freq...

    $1052 (Avg Bid)
    $1052 Média
    31 ofertas

    ...the app or offers popular payment options such as credit, debit and digital portfolios, and considers partnerships with online payment companies 5. Assessment system: Implement an assessment and comment system to allow customers to provide feedback on deliverers and quality of will help ensure the quality and reliability of deliveries, and provide a mechanism to solve problems or complaints from customers 6. GPS integration: use the GPS positioning technology to track the actual time location of deliverers and share it with will allow customers to follow up their deliveries and get precise estimates of arrival time 7. Fleet management: Develop a fleet management system to monitor and control vehicles used in the could include tracking

    $656 (Avg Bid)
    $656 Média
    57 ofertas

    ...access to available shift schedules. The application is designed to meet the needs of physicians looking for on-call opportunities and hospitals that need to manage their on-call rosters efficiently. The application allows hospital administrators to add information about the shift schedules of each health unit and assign shift workers to the respective schedules, including information about the value of the shift and the hiring condition. On-call workers can offer their shifts to other doctors through the app, with the option to publish the shift so anyone can accept it or offer it directly to another specific person. Physicians who are interested in taking on an offered shift can apply and wait for approval from the on-call physician offering the shift. When a shift worker offe...

    $657 (Avg Bid)
    $657 Média
    25 ofertas

    preciso de profissional para fazer uma revisão do meu site, eliminando problemas que o tornam lento.e melhorando os resultados de avaliação em ferramentas de análise. first, review wordpress bugs analyze the reasons for it being too slow eliminate ssl redirection related problems I need to improve the results in Page Speed. The website is performing very poorly On GMetrix the performance is at 36% And naturally the site loading is very slow

    $175 (Avg Bid)
    $175 Média
    26 ofertas

    I'm having problems with the shopping cart in my online store

    $197 (Avg Bid)
    $197 Média
    23 ofertas

    ...texture, allowing for further customization if needed. (Shirts for example, should be simple to customize by changing the texture) Assets should fit seamlessly with the model, allowing to easily swap and create different combinations. The face can be 'fit' fixed as the other assets. Style needs to be consistent and low-poly, assets don't need to be detailed and the variety/number of assets is prefered over details. You can have freedom to add any assets you feel would add value, creativity is incentivized, dont be afraid of going off-theme. Please provide the assets you can provide based on the budget. Assets need to be Face, Hair Style, Shirt, Pants, Football boots and random accessories. Model format in .FBX Example of assets desired: Assets ...

    $588 (Avg Bid)
    $588 Média
    12 ofertas

    Olá Alina A., eu notei seu perfil e gostaria de lhe oferecer meu projeto. Podemos discutir quaisquer detalhes pelo chat.

    $10 (Avg Bid)
    $10 Média
    1 ofertas
    Trophy icon Criação de Logomarca Encerrado left

    ...words: PROFX Portfolio Management. With an image that matches automated investments (investment robots) to manage investments in the FOREX exchange financial market (currencies). The Logo must contain the following words: PROFX (business name) Portfolio Management (description) ***Make a logo on a white (light) and a black (dark) background. ***The image of a gold or bronze bull to add maximum value, credibility and trust to the brand....

    $96 (Avg Bid)
    Garantido Concurso Top
    $96
    437 inscrições

    Everything is ready, the App is published, but I have some problems with the App and the backend. I'm running low on money, desperate for this project to work!

    $25 (Avg Bid)
    $25 Média
    2 ofertas

    Function getCRC16($value) { $polinomio = 0x1021; $resultado = 0xFFFF; //CHECKSUM if (($length = strlen($value)) > 0) { for ($offset = 0; $offset < $length; $offset++) { $resultado ^= (ord($value[$offset]) << 8); for ($bitwise = 0; $bitwise < 8; $bitwise++) { if (($resultado <<= 1) & 0x10000) $resultado ^= $polinomio; $resultado &= 0xFFFF; } } } return strtoupper(dechex($resultado)); } This function reproduces these results: echo getCRC16('261cca7aa11aabe18c128fb9c3b0d992').'</Br>'; //Result C810 echo getCRC16('4ef3e8c323abb5938ff5d9522a28bc14').'</Br>'; //Result 878E echo g...

    $25 (Avg Bid)
    $25 Média
    2 ofertas

    ...met in live. But it's not football, I need a robot to do this sweeping in basketball (e-basketball). The markets there are much more restricted, and it would be something much simpler than the countless conditions of football. I want to filter a maximum of 5 conditions. Can you help me with that? The example level follows the link of the games that I need to filter: But I need live opportunities ... You can do it? Can we talk about a value and the time you need? Thanks!...

    $150 (Avg Bid)
    $150 Média
    1 ofertas

    system for web -Contract registration (contract linked to services quantity, subtotal, value) -Register of types of services provided -Client register

    $99 (Avg Bid)
    $99 Média
    7 ofertas

    Tenho um conjunto de dados pequenos e tabulados no excel e gostaria de gerar tabelas com as análises estatísticas (p-value) e gráficos. Prazo para a entregar é curto!

    $10 / hr (Avg Bid)
    $10 / hr Média
    6 ofertas

    Estou tentando fazer a integração do plugin Getaway de pagamento no woocommerce e dá a seguinte mensagem: ""value" is required" corrigir o erro e fazê-lo funcionar perfeitamente.

    $17 (Avg Bid)
    $17 Média
    2 ofertas

    ...publicação  Titulo - string - Titulo da publicação  Cabeçalho - string - Cabeçalho da publicação  Rodape - string - Rodapé da publicação  NumeroPublicacao - int - Número de referência da publicação  NumeroArquivo - int - Número de referência do arquivo  CodigoRelacionamento - long - Identificador único da publicação  NumeroProcesso - string - Número único do processo (Somente números no padrão CNJ) Example Value Model { "intimacoes": [ { "jornal": { "nomeJornal": "string", "dataTratamento": "2...

    $110 (Avg Bid)
    $110 Média
    3 ofertas

    The entrance of vehicles in...students, teachers and staff. Vehicles entering the park as they arrive are on a first come first served basis (FIFO). 2. When the park is full, priority is given to students first, teachers second, and staff last. 3. Park capacity is limited to a maximum number of trips, defined by MAX_VIATURAS. Use a small value for testing purposes. example 5. 4. Using semaphores and other IPC mechanisms you deem necessary, program in C as functions that control an input and output of vehicles that use, for example, the following requirements: input_Victure (user_type) and exit_Viature (). Developed an application that allows you to validate these functions and efficiently control how park inputs and savings. 5. All IPC mechanisms should be dropped when...

    $103 (Avg Bid)
    $103 Média
    1 ofertas

    O projeto será dividido em etapas a serem definidas juntamente com o freelancer contratado. Trata-se do desenvolvimento de um algoritmo baseado em particle swarm optimization para trabalhar com dados de larga escala (muitas variáveis ou dimensões). O algoritmo deve obter melhores resultados que outros algoritmos já imple...e atualização de posição. O freelancer deve ter conhecimento em Java (obrigatório) e Phyton ou Matlab (talvez). O intuito também é reprogramar os algoritmos em outra linguagem para verificar se existem diferenças significativas. Para desenvolvimento será utilizado o framework Jmetal. O objetivo final é desenvolver um algoritmo baseado em PSO para resolver problemas de larga ...

    $827 (Avg Bid)
    $827 Média
    11 ofertas

    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) 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

    $25 (Avg Bid)
    $25 Média
    2 ofertas

    EXCLUSIVE PROJECT FOR WHO KNOWS THE TAXI V3CUBE SCRIPT I HAVE SOME SPEED PROBLEMS THAT 'S NOT AAPLICATIVE, I NEED TO LEAVE IT 2 TIMES FASTER, I NEED TO CONNECT CUSTOMERS FASTER. I NEED TO CHANGE THE TEMPLATES. I NEED TO CHANGE SOME FUNCTIONS AND CORRECT SOME ERRORS.

    $2190 (Avg Bid)
    $2190 Média
    21 ofertas

    Create a page for bank boleto generation through an API. With the following fields Name CPF telephone Value Php lavage is required Criar uma página para geração de boleto bancário por meio de uma API. Com os seguintes campos Nome CPF Telefone Valor Php lavarel é requerido

    $32 (Avg Bid)
    $32 Média
    2 ofertas

    We need to develop an application in React Native to manage activities and check lists of a Brazilian gas station according to the storyboard attached to the project. Preference for agile scrum development. Please send budget with value and term of development. +++++++++++++++++ Precisamos desenvolver um aplicativo em React Native para gestão de atividades e check-lists de um posto de gasolina brasileiro de acordo com storyboard anexo ao projeto. Preferencia por desenvolvimento agil scrum. Favor enviar orçamento com valor e prazo de desenvolvimento.

    $727 (Avg Bid)
    $727 Média
    14 ofertas

    We need to develop an application in React Native to manage activities and check lists of a Brazilian gas station according to the storyboard attached to the project. Preference for agile scrum development. Please send budget with value and term of development. +++++++++++++++++ Precisamos desenvolver um aplicativo em React Native para gestão de atividades e check-lists de um posto de gasolina brasileiro de acordo com storyboard anexo ao projeto. Preferencia por desenvolvimento agil scrum. Favor enviar orçamento com valor e prazo de desenvolvimento.

    $1752 (Avg Bid)
    $1752 Média
    46 ofertas

    ...projects as an affiliate of an advertising agency of a large Angolan business group. Today, Keyresearch Angola has already carried out hundreds of successful research projects in several areas. Its mission is to add value to its customers by providing information and insights that help them reduce uncertainties in making their decisions through research experience and training. The company already has a name, logo and website (). I share the files I already have for better job development. You should present the manual and the files for production. Example: [PT] Uma empresa, precisa de uma identidade própria: algo que a defina e a torne única. No contexto empresarial, a identidade visual é o conjunto de símbolos

    $500 (Avg Bid)
    Garantido Concurso Top ADC
    $500
    20 inscrições

    I have a WPF project in the C # language that uses the Dahua SDK. I need to troubleshoot the following issues: - I tried to use the FFMPEG libraries (most current version) to decode the CAMERA VIDEO STREAM (H.264 format) and the frames are coming out cut in low quality (not so much) and in high quality (always). - Another problem is the co...issues: - I tried to use the FFMPEG libraries (most current version) to decode the CAMERA VIDEO STREAM (H.264 format) and the frames are coming out cut in low quality (not so much) and in high quality (always). - Another problem is the constant increase of RAM when performing the decodings. (possibly because I'm not properly cleaning the pointers created in the unsafe areas of the code) ** Problems can be solved using another library ...

    $527 (Avg Bid)
    $527 Média
    2 ofertas

    ...precisa ser finalizado: void decrypt(String value, char* output) { int length = () + 1; char decoded[length]; decode_base64((unsigned char*)value.c_str(), (unsigned char*)decoded); strcpy(output, decoded); // Adicionar a decodificação AES } Segue abaixo o código do app que envia a mensagem para o dispositivo ESP32: private static byte[] KEY1 = { 98, 193, 95, 78, 211, 151, 118, 57, 179, 5, 85, 181, 133, 20, 94, 101, 184, 175, 94, 164, 150, 119, 75, 207, 189, 178, 21, 213, 13, 217, 174, 44 }; private static byte[] IV1 = { 1, 199, 179, 189, 160, 220, 229, 238, 179, 14, 255, 147, 187, 49, 179, 134 }; private byte[] Encrypt(string value) { byte[] ret = null; byte[] data = (value); AesCryptoSe...

    $77 (Avg Bid)
    $77 Média
    1 ofertas

    hello everyone. me and my partner are starting a new business for email marketing. but we have problems getting sales or leads. here is what we have so far: 1. installed pmta 4.5 and mailwizz, working good on servers with 8 ips. 2. purchased/aquired a lot of emails lists. total 100millions (5m are verifies others needs to be verified) 3. an ecommerce website for dropshipping. we looking for a consultant to give us tips and strategies to search for producs and cpa. do warmups. getting inboxes. designing emails and how to write it... we are just starting up. we need someone who is very good in this business. even a good spammer. who will give us his knowledge and answer our questions. and for that, if we succeeded in getting revenues he will have

    $41 / hr (Avg Bid)
    $41 / hr Média
    1 ofertas

    ...need: - Implement the new functions in the Dashboard, Example: - In dashboard is possible create a PDF with the order, but need make some improvement in the file to otimize space in each A4 - Each product must have a SKU in DashBoard / Firebase - Some SKU of products is variable (Kg) and anothers is a simple product - Add product SKU in Firebase and list in dashboard - Code a function to management product stock ( After a order when approved, input -1 in stock total of the SKU product) - Add in MENU a Sales reports (Value Total)- - Add function to Edit product (edit infos in Firebase) - Add a function to create a order manualy in dashboard. (Today only the app make order) - Add in MENU a expense management (Data / Description / Value and Total for period with...

    $7 / hr (Avg Bid)
    $7 / hr Média
    4 ofertas

    ...Planning and Strategy for a small unisex fashion company with 3 years market. I can not hire an agency because of the high cost of maintaining the contract and the requirement of high values ​​for investments in google ads, social networks and the like. The idea is to develop actions that generate expressive results, within my possibilities, for the maintenance of the brand and over time increase the value to be paid also expressively to the contracted partner....

    $30 / hr (Avg Bid)
    $30 / hr Média
    12 ofertas

    ...choose their free plans, premium, etc. games and disputes can be registered in several sports and leagues / championships example: football, UFC, F1, basketball etc. Possibility to configure a classification and criteria of the match or dispute example: hit the exact score = 10 points hit only one winning part of the match = 5 points User profile they can buy buy free or premium plans send photo / avatar register your team scoring statistics, won bets have already won prizes and rewards: the points earned can be exchanged at the site store. bets: must be configurable by sport or match and debited directly from the balance of the wallet example: the end of the championship may set up a match larger than normal matches. ranking champi...

    $361 (Avg Bid)
    $361 Média
    2 ofertas

    ...produto : se sim paga valor (libera valor) ao comprador - se nao: bloqueia valor e pede explicações Joobi Joomla Complement I need someone who knows how to work with Jmarket google cloud php database etc Add-on details: a notice to the customer after purchase if he received the product: if yes paid value (releases value) to the buyer - if not: blocks value and asks for explanations...

    $89 (Avg Bid)
    $89 Média
    3 ofertas
    Agora mudar codigo Encerrado left

    ...verdadeiro"); (); } else { alert("___________Esse ID não é verdadeiro!_____________________"); } } </script> <p><a href="htps">Retorne!</a></p> <p><span style="font-size:12px;">Digite o ID do Certificado:</span></p> <form action="" method="post" name="form1"> <input name="nome" type="text"><br> <br> <input onclick="valida()" type="button" value="Validar"> </form> <p><em style="font-size: 12px; color: rgb(90, 90, 90); line-height: 1.46154;"><span style="color:#ff0000;">Digite acima o ID</span&...

    $12 (Avg Bid)
    $12 Média
    20 ofertas
    consultar js Encerrado left

    ...observação pode aparecer aqui. ___________________________________ Preço fixo. Não há mais detalhes. E só fazer do jeito informado. *****traduter I need a page in js with html and css. Ad's Js: Fields: Enter the 11-digit number The name of the user. And check the box: 1 - analyzing 2 - approved. If you check this option, you should see the following data to fill in: Value: Time: (12) - (24) (36) Average: Note: Where he can write a message ___________________________________ User JS: A single field where the user will enter the 11-digit number (validation) by pressing ok It will show the current time and date, its name and one of two likely results: 1 - analyzing data. 2 - ap...

    $20 (Avg Bid)
    $20 Média
    6 ofertas

    ..._______________________________________________ I have a js code, which looks for txt file for reading. It comes in this format: [item] | SNo | name | maturity | value | Settled? I need 3 changes: 1 - Allow this to stay in mobile resolution (tablet and smartphone) 2 - Create an elegant design that does not demonstrate a static screen, but rather interactive (shades of blue with gray is preferable). 3 - Allow in the field, "Removed?" I can mark yes (paid) or not (paid) and save this in txt for future reading. And allow to add the column of values giving a total for example. The code needs to be in java script itself, but follow an example here from another language SEE MY BLOG: The sample is here

    $17 (Avg Bid)
    $17 Média
    5 ofertas

    ...that the application should have, among others, two functionalities. The first is to allow voting of the deliberations of the assembly by the application (greater explanations in the project / mockup). The second is the control of the syndicate's activities (very simple thing, such as the Trello application). I had already started the project with another professional, but I had development problems, so I ask that only good programmers take up the challenge. Regards, ...

    $352 (Avg Bid)
    $352 Média
    14 ofertas

    ...Consider the LCP problem of finding a solution, if one exists, to the system Mz + q≥0,z≥0, where M is a pxp matrix. Consider the following linear mixed-integer programming problem, where e is a vector of p ones: MIP: Minimeze α subject to 0≤Mx+αq≤e-y 0≤x≤y y binary, 0≤α≤10 Show that if MIP has an potimum solution (α*, x*, y*) with objective value α*>0, then z=x/α* solves LCP. On the other hand,if α *=0 at optimality, then show that LCP has no solution. (This formulation is due to Pardalos and Rosen [1998].) Traduzido: Considere o problema LCP encontrar uma solução, se existir, para o sistema Mz + q≥0,z≥0, onde M é uma ...

    $14 (Avg Bid)
    $14 Média
    1 ofertas

    ...get_template_directory() . '/inc/templates/'); if ( isset( $_POST['my_image_URL'] ) ) { $urlsparasalvar = htmlspecialchars(json_encode($_POST['my_image_URL'])); echo '<input name="imagens_home" value="'.$urlsparasalvar .'" style="width:300px"/>'; } } Na função " tema_home_imgs()", quero colocar o array $_POST['my_image_URL'] na variavel $urlsparasalvar. Logo apos eu converto esse array em JSON para salvar em unico input: $urlsparasalvar = htmlspecialchars(json_encode($_POST['my_image_URL'])); echo '<input name="imagens_home" value="'.$urlsparasalvar .'" style="...

    $13 (Avg Bid)
    $13 Média
    5 ofertas

    Uma APP tipo taxi e ao mesmo tempo tipo uber, ou seja 2 em 1, onde os taxistas e os motoristas se cadastram mas a taxa que pagam e muito diferente, por exemplo se o taxista paga 10% de cada corrida o motorista com o carro descaraterizado paga 15%, todos registram-se na app e devem ter as licença de condução em dia, fotocopia de toda a documentação necessária. etc

    $3105 (Avg Bid)
    $3105 Média
    31 ofertas

    Read before and understand, test, ante to post your proposal already FIXED value. Tenho uma página , onde preciso colocar um script que faça URL encurtada, baseado já na aplicação elucidada em: e Na minha página, o resultado precisa está ao lado de 3 botões compartilhar (Face tweeter e Google+) Leia antes e compreenda, teste, ante de postar sua proposta já com valor FIXO.

    $15 (Avg Bid)
    $15 Média
    4 ofertas
    Sistema de Afiliados Encerrado left

    ...abrirá o site normalmente como se tivesse acessado a página inicial. Será exibido na página inicial (tanto do site, como a da indicação, pois será a mesma) os produtos. Quando um indicado clicar no botão comprar de algum produto, que será exibido na página inicial mesmo, deverá enviar um valor identificando a compra e o nome de usuário do afiliado. Exemplo: < input type = " text " name =" nome " value = Pedido: 246621 1 roteador R$ 60,00 Afiliado: joao " > (Onde Pedido será uma variável gerada pelo sistema de afiliados, para que eu possa identificar melhor o pedido e Afiliado variável com nome do afiliado. Para após confirmaç...

    $8 (Avg Bid)
    $8 Média
    1 ofertas

    Desenvolver um sistema imobiliário (venda de casas) Linkar com o site já desenvolvido (WIX).<br /><br />Já possuimos um sistema (I-Value / GAIA). porém eles são limitados e não desenvolvem sites personalizados.<br />Gostariamos de linkar nosso site criado pelo wix com o sistema do I-Value/GAIA ou desenvolver um sistema imobiliário.

    $314 (Avg Bid)
    $314 Média
    21 ofertas

    ...of successfully supporting Multi-National Corporations like Turner International, HSBC, Verizon and Walmart We help them update and maintain their core applications as well as migrate to new Technologies resulting in annual cost reductions of 20% while doubling Project Team productivity. We are open source and agile by definition Our Mission: Our goal is to achieve excellence in the creation of value through Architecture and Software Engineering. Our Vision: We commit ourselves to the success of projects with our clients, creating and sharing knowledge in a collaborative and professional environment that promotes the development of valuable relationships. Our Values: Passion, Commitment, Team Spirit, Integrity, Flexibility<br />Informática / Software, Capital Federal...

    $1 (Avg Bid)
    $1 Média
    2 ofertas

    PT Natural...autêntico para o projeto proposto. Busco atingir também seus possíveis desdobramentos, não me prendendo a uma única forma como resultado. Nos meus estudos pessoais, tenho o foco na aplicação das cores e da luz por meio de experimentações de materiais, técnicas de desenho, fotografia e história da arte. EN Natural from the city of Rio de Janeiro, designer graduated by PUC-Rio. In my work, I value the research line and experimentation by mixing concepts, languages and techniques, in order to reach a real result for the proposed project. I also reach its possible outcomes, not holding myself in a unique way as a result. In my personal study, I focused on the colors and light appl...

    $300 (Avg Bid)
    $300 Média
    21 ofertas

    ...User: Login-User/pass or Facebook Signup-PF or PJ Shop-Wizard 3 product selection steps > add to cart Payment integration with Paypal, PayPal or another set with cash payment option. Delivery tracking-track the cell phone of the bike Messenger (USE INTEGRATED GPS MOBILE) using third-party services or develop something using google maps as map. History of purchases-products, quantities, date, value, number of the application. Courier: Login: User/pass, or facebook Requests queue-Box horizontally, press to open "product, amount, paid or receivable" view order data GO, call internal navigation system (Waze, google maps ...) -Delivery Change request, delivery Status, (ok, cancelled, other) terminate request and get back to the queue. Basically and it....

    $1512 (Avg Bid)
    $1512 Média
    9 ofertas

    ...User: Login-User/pass or Facebook Signup-PF or PJ Shop-Wizard 3 product selection steps > add to cart Payment integration with Paypal, PayPal or another set with cash payment option. Delivery tracking-track the cell phone of the bike Messenger (USE INTEGRATED GPS MOBILE) using third-party services or develop something using google maps as map. History of purchases-products, quantities, date, value, number of the application. Courier: Login: User/pass, or facebook Requests queue-Box horizontally, press to open "product, amount, paid or receivable" view order data GO, call internal navigation system (Waze, google maps ...) -Delivery Change request, delivery Status, (ok, cancelled, other) terminate request and get back to the queue. Basically and it....

    $1396 (Avg Bid)
    $1396 Média
    8 ofertas
    Build a Website Encerrado left

    Build a website, solve problems and create design and dashboards

    $216 (Avg Bid)
    $216 Média
    7 ofertas

    ...CEP de cada vendedor. Pois o produto será enviado de cada vendedor, com CEPs diferentes. > O Wc Vendors somente aceita pagamentos com STRIPE (que ainda não está disponível no Brasil) ou com Paypal. Preciso criar uma integração do WC VENDORS com o MOIP. ------ Please read it to know if you really can solve the two problems I have. I have a marketplace already developed, in its final phase and there are two problems to be solved. I use Wordpress / Woocomerce and toilet Vendors at Marketplace. Not for e-commerce but to Marketplace, ie several sellers and buyers on the same site. > When installing the plugin post office (delivery used in Brazil), he seeks the standard ZIP code registered because it brings the ...

    $123 (Avg Bid)
    $123 Média
    2 ofertas