Budget: 27000 UAH Deadline: 30 days
Good day. I specialize in CRM, dashboards, databases, and WEB services for processing, accounting, and analytics. Convenient and modern design. Development fully turnkey. Contact me.
Configuration and implementation of CRM for a bottled drinking water delivery service.
- Data migration from the old database (*xls)
- Setting up forms for manual order entry
- Setting up scheduled orders for regular customers
- Connecting IP telephony
- Integration with BAF
- Integration with the website
- Integration with the application
- Organization of payment fiscalization
- Organization of logistics (or integration with other services, like ant logistics)
- Setting up analytics/reports
We expect proposals for the CRM that will be used. The implementation is planned to be done in stages.
An approximate list of fields is in the attached files.
Budget: 27000 UAH Deadline: 30 days
Good day. I specialize in CRM, dashboards, databases, and WEB services for processing, accounting, and analytics. Convenient and modern design. Development fully turnkey. Contact me.
Budget: 500 UAH Deadline: 7 days
Good day!)
I have expertise in implementing IT services for Ukrainian businesses, 1000+ companies
Including water delivery for 10+ companies, two of them are "Kryzhana" and "Kryshtaleva" (local entrepreneurs)
I can easily and simply help you with the implementation of:
- CRM and transferring the customer and product database (with inventory accounting)
- Implementing telephony
- Integrating CRM and telephony with the website and application
- Fiscalization of payments
- Reminders for scheduled orders
There is already a ready-made solution for your business, the process will take 1-2 hours of our time together
The actual launch will take from 1 to 3 days (if not stretched)
Budget: 27000 UAH Deadline: 40 days
Good day
I am the founder of the IT company Zentriflex.
In my team, there are Full Stack developers who write quality code using the latest technologies and full support for SEO and DevOps, which will set up a reliable and budget-friendly infrastructure.
We work with technologies such as Node.js, Nest.js for the Back-end part, React.js, Next.js for the Front-end part, React Native for mobile development.
We are ready to implement your idea.
We will be able to accurately assess the cost and timeline for development after agreeing on all the details.
Budget: 20000 UAH Deadline: 20 days
Hello!
I have 8+ years of experience as a full-stack developer.
I am proficient in Laravel, .NET, C#. I have experience in setting up and integrating CRM systems, data migration, API integration, connecting IP telephony, organizing logistics, and fiscalizing payments.
I am ready to offer an optimal solution for implementing CRM, ensuring integration with the website, application, and third-party services. I am ready to discuss the details, timelines, and stages of implementation.
Budget: 25000 UAH Deadline: 20 days
Good day. Ready to execute.
I have extensive experience in developing CRM/ERP systems.
I code in Python, I am ranked 2nd on the platform.
I will develop a CRM for a drinking water delivery service. I will implement all necessary functionality. I will connect the required integrations and optimize data exchange. I will integrate an IP telephony service. I will set up payment fiscalization. I will optimize logistics.
You will be able to check reports and analyze statistics. I will create a user-friendly interface.
My portfolio: Freelancehunt
Write to me, we will discuss the details and I will start working.
Budget: 1234 UAH Deadline: 123 days
Mykhailo, greetings!
I am glad to respond to your request.
My name is Rostyslav, from the Lviv IT company Develin Core.
We specialize in the implementation of CRM/ERP systems for about four years. We work with many Ukrainian and foreign solutions, so we can offer the optimal option to meet your needs.
We have reviewed your requirements and would be happy to discuss the details in a format convenient for you (online or a personal meeting in Lviv). After the discussion, I suggest we create a clear Technical Task, which will serve as the basis for the successful implementation of the project. Before the Technical Task, we will provide an approximate estimate regarding the cost and duration of the project.
I invite you to check our portfolio: Freelancehunt
Budget: 200000 UAH Deadline: 60 days
Hello, Mykhailo!
We will develop a turnkey CRM for a drinking water delivery service for you.
We are ready to discuss the details of the technical specifications. Break it down into stages. Evaluate and execute.
Best regards, Tetiana.
Budget: 27000 UAH Deadline: 20 days
Hello. We are the web studio SYP. We specialize in web development. We can offer you the development of a CRM system tailored to your needs. Please write to us privately, and we will discuss all the details.
Budget: 40000 UAH Deadline: 30 days
Hello, my name is Maria, I am the head of an agency that specializes in website development and business process automation, specifically we develop CRM/ERP systems.
We have developed our own CRM system and are now implementing and adapting it for various sectors (hotels, real estate, service industry, etc.).
The advantages of our solution: One-time payment and adaptation to all your business processes.
We can implement all specified integrations without any problems.
The number of people who will have access does not matter, everything will be hosted on your server and you will only pay 200-300 UAH per month for it.
There are also details that I would like to clarify before starting work.
Please write in private messages, we can discuss everything in more detail, thank you.
There is an active production platform with a catalog and automatic updates of external offers and prices. Stack: — Node.js / TypeScript; — PostgreSQL; — existing price refresh service and cron; — separate ready Python module for validation and selection of offers; — staging and production. It is necessary to make targeted improvements to the existing price refresh pipeline without completely rewriting the backend. MANDATORY SCOPE 1. Integration of the Python module — The Python module remains a separate component; — returns a structured result: offers, selected offer, statuses, and risk flags; — Node.js validates the result and performs a write to the database; — provide for error handling and partial/failed runs; — the legacy pipeline is not turned off until QA is completed. 2. Launch refresh by list Add launch: — by one slug/id; — by the provided list of slug/id. Assume CLI or existing service API. A new user interface is not required. 3. Shadow Mode New results must be recorded separately and not affect production until QA. Shadow fields required: — price; — selected offer ID; — direct URL; — offer status; — risk/QA flags; — checkedAt; — engineVersion. 4. Expanding the existing offers table Add: — source; — external_offer_id; — last_seen_at; — last_checked_at; — engine_version; — risk flags or storage in existing JSON; — unique constraint to protect against duplicates. It is not required to create a new parallel offer system if the existing table can be safely expanded. 5. UPSERT, STALE, and DB transaction Replace the current DELETE → CREATE scheme: — UPSERT existing and new offers; — offers missing in the full successful snapshot are translated to STALE; — in case of API error, partial result, or incomplete snapshot, active offers should not become STALE; — updating offers, selected offer metadata, and shadow fields for one model is performed within one DB transaction; — in case of an error, a full rollback is performed. 6. Canonical-safe refresh Price refresh should not change: — brand; — reference; — model; — collection; — name/title; — slug; — descriptions; — images; — SEO fields. Only offer, price, and shadow data are updated. 7. Preserving current cron logic Preserve: — existing cron; — rolling batches; — cooldown; — checking PRICE_REFRESH_MIN_DAYS before calling the external API; — legacy production pipeline until Shadow QA is completed. 8. Audit output One option is sufficient: — shadow columns in the existing admin table; or — CSV export. Minimum data: — model/reference; — production price; — shadow price; — delta; — production/shadow URL; — status; — risk flags; — checkedAt; — engineVersion. A new complex dashboard is not required. 9. Staging and QA — DB migrations; — staging deployment; — smoke test on 5 provided models; — then Shadow Mode on approximately 50 models; — fixing technical errors identified during these runs; — brief documentation of the Python → Node.js contract and rollback procedure. OPTIONALLY ASSESS SEPARATELY Simple technical promotion without a new UI: — promotion of one model by slug; — promotion of a list of slugs; — transferring confirmed shadow values to production; — technical check after rollout. RESULT — Pull Request; — DB migrations; — working integration Python → Node.js; — Shadow Mode; — UPSERT, STALE, and transactional update; — launch by slug/id; — staging deployment; — smoke-test results; — brief documentation; — at least 7 days of bug fixes for the implemented scope after acceptance. IN RESPONSE, INDICATE 1. Fixed price for the mandatory scope. 2. Separate cost for the promotion mechanism. 3. Timeline. 4. Hourly estimate. 5. When you are ready to start. 6. Experience with PostgreSQL transactions, migrations, and ingestion pipelines. 7. What questions need to be clarified before starting. 8. Whether staging, QA, migrations, and bug-fix period are included. Template responses without specific estimates will not be considered. Access to production is not provided at the first stage. Work begins with limited code review and staging.
A centralized server system for collecting and storing data from Planfix, 1C, Meta Ads, and Google Ads is needed, as well as a web dashboard for displaying and analyzing this data. All data, change history, calculations, and aggregated metrics must be stored exclusively in the server database. The dashboard should not store or duplicate business data. It must retrieve the necessary information from the server database via API according to user requests and display it in the form of KPIs, charts, tables, and detailed reports.
We are looking for support for a project based on Yii , we need to make edits and improvements to the database, there is partially a connection with the previous contractor .....................
It is necessary to migrate the database from CRM G-PLUS to MyChatBot Database volume - 26 thousand leads 2 funnels - Call center and Sales department with their own funnels Lead cards (besides name and number) have many different fields Leads also have voice recordings of calls. These also need to be transferred I expect an approximate amount and implementation timeline from the candidate
Create a dashboard for monitoring and analyzing the performance of the company's location network (branches) in Google Business Profile (GBP) through the official Google Business Profile API. Process via a script based on Google Apps Script (link to Google Sheets). Record data in Google Sheets (which serves as a database for Looker Studio). Update: Daily (with an indication of the last update date). Create a Google Cloud service account. The script runs once a day (trigger at 03:00 AM) and sends a request to the GBP API. It retrieves metrics for the previous day for each location (locationId). Records data in a flat format (row = unique combination of Date + Branch ID + Metrics). Key Performance Indicator CardsCard NameGBP MetricDynamic FormatProfile ViewsImpressions (Search + Maps)Percentage %, Sparkline (blue)CallsLocal Services Phone CallsPercentage %, Sparkline (green)Website ClicksWebsite ClicksPercentage %, Sparkline (purple)Direction RequestsDirection RequestsPercentage %, Sparkline (orange)Average RatingAverage Review RatingAbsolute change (e.g., +0.1), Sparkline (yellow)New ReviewsNew Reviews CountPercentage %, Sparkline (turquoise)