Budget: 161 EUR Deadline: 10 days
Hello! I am an expert in WordPress, and I also know HTML, CSS, and PHP. I am ready to take on your project and complete it at a high level. Describe your requirements, and I will start working right away!
Platform:
Website on WordPress.
Installed plugins:
* Booking appointments for services
Goal:
1. Listen to 4 types of PHP POST requests from the booking plugin, which have the prefix "bookly_" (by any event method, but not via cron):
* Creating a booking
* Cancelling a booking
* Editing a booking
* Changing personal data by the client in the personal account
The plugin has complex booking functionality with numerous booking variations. All possible options must be taken into account.
2. Determine a unique identifier for this event so that it can be found with a query to the database (a single unique ID was not found, a combination of fields should be used, for example, email + booking timestamp).
3. Send this unique ID via HTTP POST request to the CRM system webhook.
4. Using this combined unique ID, be able to make any custom SQL query to the database through the CRM (as an option via Custom REST API Endpoint, see the attached file with a screenshot from the chat gpt)
5. Use the response received from the database for mapping with fields in the CRM. Saving any CRM entity (for demonstration of the mechanism's functionality), for example, updating client data.
This goal is 70% implemented in the attached plugin .
Project tasks:
1. Implement the goal described above by refactoring and completing the remaining code.
2. Make the functionality as simple as possible and less likely to break during plugin updates.
3. Create documentation describing potentially vulnerable areas where issues may arise during plugin updates.
4. Create optimal debug logging to facilitate identifying the reasons why the plugin stopped functioning.
Budget: 161 EUR Deadline: 10 days
Hello! I am an expert in WordPress, and I also know HTML, CSS, and PHP. I am ready to take on your project and complete it at a high level. Describe your requirements, and I will start working right away!
Budget: 300 EUR Deadline: 3 days
Good day, I can complete your task and bring it to 100%, write for details in private messages! I will be happy to collaborate!)
Budget: 600 EUR Deadline: 15 days
Hello, I am a professional web developer. I have 7+ years of experience in backend development and extensive experience with modern web programming technologies such as HTML, CSS, JavaScript, PHP, Laravel, CodeIgniter, Git, Python, MySQL, PostgreSQL, NodeJS, React JS, Vue JS, Angular, Django, Flask, and others.
My recent projects:
https://novobudova.pro/
https://youeasystart.com
https://ukrfix.com/
https://herehealhub.com/
https://frolic.com.ua/
https://aquahub.org.ua
https://confidence-tech.com
https://boostylabs.com
https://ol.zp.ua/
https://smt-industry.com/
https://butams.com
http://han.2doweb.org/
https://emporio-sports.cz
We guarantee fast and high-quality task execution, as well as the possibility of API integration into your projects. We are always ready to take on the implementation of your ideas and turn them into successful web solutions.
Budget: 161 EUR Deadline: 1 day
Hello, I will help you. Please write to me, I will be able to assist you.
A separate CRM system needs to be developed for the centralized processing of all retail orders from various sales channels (Prom, Rozetka, own websites, and manual orders). Main requirements: A unified order registry from all sources, preserving information about the source and its status. A separate internal CRM status that operates independently of the status on the marketplace or website, with two-way synchronization of statuses where supported. Flexible integration with 1C: for each source, the administrator can separately enable or disable automatic order export. Integration with carriers for automatic creation of shipping documents, saving their numbers in the CRM, and transmitting the shipping document numbers to Prom and Rozetka. Integration with Checkbox for creating receipt projects, using customizable payment method matching, with subsequent fiscalization control. Support for manual order creation (phone, Viber, Telegram, Direct, etc.) with a complete subsequent processing cycle through the CRM. All API keys and integration settings must be managed by the administrator through the CRM interface without the involvement of a programmer. A complete action log and integration logging for system operation control. Main goal The manager must be able to fully process orders in one CRM interface — from receiving the order to creating a document in 1C, shipping document, receipt project, and completing the order, without the need to access the cabinets of Prom, Rozetka, websites, carriers, or Checkbox.
We have synchronization of two data sources with the CRM. The system as a whole is stable. However, there remains a part that becomes desynchronized. The main hypothesis is that in one of the sources, the data changes after the initial synchronization, and these changes are not always pulled into the CRM. + the data in the two sources have different names/identifiers even though they represent the same entities.
Task: deploy an LLM service that knows all the company's documentation and answers questions from the sales department managers. Current situation: the client has independently assembled a prototype (a separate project with uploaded company information, hosted on a server), but the information from the database is not transmitted to the model — likely, there is an issue with the API. We will provide the code and access. The first step is an audit: fix the existing setup or justifiably rebuild from scratch. Required functionality: Upload all company documentation: description of each service, regulations, FAQ, pricing (all materials will be provided). Answers strictly based on the uploaded documents (RAG). The model does not invent facts; if the answer is not in the database — it honestly informs about it. Access for managers via a link (web interface), with authorization. Scenarios: the manager asks any question about the company's work; inserts the client's question "as is" and receives a ready answer for sending; finds the necessary regulation/report by request. Knowledge base updates without a developer (uploading files through the interface or a connected folder). English language. History of requests for quality control. Technical expectations: LLM via API (Claude/OpenAI — propose with a cost calculation for tokens), RAG pipeline (vector database, embeddings), hosting on our server or in the cloud, HTTPS. The architecture should allow for future connection of the assistant to the analytical data warehouse (parallel project). In the response, indicate: examples of similar RAG projects, stack, timeline, cost of work, and estimated monthly ownership cost (tokens + hosting).
Hello There is a small department where patients are admitted. It is necessary to develop a simple "database" where consumables, medications, and others can be entered, along with incoming and outgoing records, as well as assigning usage to a specific patient. Required functionality Directories Medications Consumables (manual entry option) Patients (ability to continuously add new ones and delete those who have been discharged) Employees (ability to modify)Movement Accounting A single table (movement log) where everything is registered Incoming and write-off Manual correction option When writing off, the nurse must select: date; patient; medication or material; quantity; her full name. The system automatically reduces the balance. When receiving, the head nurse must be able to enter: Delivery date; Medication/material; Remaining quantity; Source; Expiration dateAutomatic Functionality automatic balance calculation; minimum stock control; expiration date control; low stock warnings; protection against writing off more than is available; drop-down lists; data entry validation; conditional formatting.Reports It is necessary to implement automatic reports: current balances; usage over a period; usage by patient; usage by employee; history of movement of a specific medication.Preferred implementation on Google Sheets; We will fill in the databases ourselves. A template for work is needed. I don't know how much this costs, so let's start with $50, and you can suggest your options, preferably with experience.
It is necessary to calculate statistics in a medical project (including correlations). Additionally, there is a request to create a mathematical model for predicting the development of pathologies based on available data.