
Fechado
Publicado
Pago na entrega
Debug & Create Windows Installer for Offline POS + KDS (Node.js + SQLite) Description I have an offline POS (cash register) + KDS (kitchen display) web app running locally on Windows using Node.js (Express/ESM), WebSockets, and SQLite (better-sqlite3). It includes Admin/Panel, table orders, and Excel (.xlsx) product import. What I need Debug & stabilize Products sometimes don’t show after import Selecting a table can fail (cannot open/create order) Send-to-kitchen is unreliable and/or KDS shows offline Add clear logging and fix root causes (import, orders, realtime updates) Build a one-click Windows installer Clean install on Windows 10/11 (no Node knowledge required) Install/bundle Node + dependencies, set up data/DB, create Start/Stop shortcuts Provide a simple setup guide + troubleshooting notes Deliverables Fixed project (repo/zip) + changelog Windows installer (.exe) + quick installation/start guide Basic acceptance test checklist (fresh install → import works → orders/KDS work) Required skills Node.js debugging, SQLite, WebSockets, Windows packaging/installer (NSIS/Inno Setup/PowerShell).
ID do Projeto: 40278896
113 propostas
Projeto remoto
Ativo há 20 horas
Defina seu orçamento e seu prazo
Seja pago pelo seu trabalho
Descreva sua proposta
É grátis para se inscrever e fazer ofertas em trabalhos
113 freelancers estão ofertando em média €122 EUR for esse trabalho

Hello, As an experienced software developer and installer specialist, I am confident in my ability to not just meet but exceed your expectations for this project. My team and I at Our Software have a proven track record of successfully debugging complex applications like your offline POS/KDS system. We understand the importance of stable functionality, especially in retail operations, and will leave no stone unturned to ensure all the issues you've highlighted are resolved. Additionally, our proficiency in Node.js, SQLite, and WebSockets makes us adept at handling the specific technologies used in your application. We are well-versed in working with popular Windows packaging tools such as NSIS, Inno Setup, and PowerShell that will come handy in creating a seamless one-click Windows installer for your application. Moreover, we realize the value of clear documentation, which is why we'll provide you with a simple setup guide along with troubleshooting notes for easy maintenance. Lastly, our commitment to excellent customer service means that post-project completion, we don't just sign off! You can expect prompt support during acceptance testing and if any issue arises thereafter. Choose us and together we'll turn this project into a success story by transforming your current challenges into robust solutions that will take your retail operations to the next level! Thanks!
€130 EUR em 2 dias
6,0
6,0

Hi there, I will debug and stabilize your offline POS/KDS system and deliver a one-click Windows installer. Specifically, I will fix the product import issue (likely a timing or transaction commit problem with better-sqlite3), resolve the table/order creation failures, and ensure reliable WebSocket communication between POS and KDS. For the installer, I will use Inno Setup to bundle Node.js, all dependencies, and your SQLite database into a single .exe with auto-setup, Start/Stop shortcuts, and a system tray option. One thing worth considering - I will add a lightweight health-check endpoint that the KDS pings periodically, so instead of just showing "offline" it will attempt auto-reconnect with a visible status indicator. This makes the system far more resilient during service restarts. Questions: 1) Are you using better-sqlite3 in synchronous mode, or have you wrapped it with async calls that might be causing the import/order race conditions? 2) Should the installer register the app as a Windows service (auto-start on boot), or is manual Start/Stop via shortcuts sufficient? Looking forward to discussing further. Thanks and best regards, Kamran
€90 EUR em 5 dias
6,6
6,6

Dear , I am , a seasoned freelancer with expertise in Node.js, SQLite, and Windows packaging/installer solutions. I understand the challenges you are facing with your offline POS/KDS web app and I am confident in my ability to debug and stabilize the system. My experience in Node.js debugging, SQLite management, and Windows installer creation will ensure a seamless fix for the issues you have encountered. I will provide a clear approach to debugging, implementing clear logging, and creating a user-friendly Windows installer for easy deployment. I prioritize reliable delivery and transparent communication throughout the project. I invite you to discuss further how I can assist in resolving your project requirements effectively. Best regards,
€30 EUR em 7 dias
5,1
5,1

Hi, I went through your description of the offline POS and KDS system, especially the issues around unreliable table selection, missing products after import, and inconsistent WebSocket updates between the POS and KDS. I’ve debugged several Node.js + SQLite offline-first systems with similar real‑time sync challenges and previously delivered a Windows‑packaged POS installer that reduced support tickets by 70%. The real risk here is that intermittent failures often come from silent SQLite write locks, unhandled async paths in the import workflow, or WebSocket state desync when services restart. Stabilizing that requires structured logging, reproducible test cases, and a clean service orchestration model. I’ll trace the import and order flows, add targeted logging, fix locking or schema edge cases, and ensure deterministic WebSocket behaviour. Then I’ll build a one‑click Windows installer using NSIS or Inno Setup, bundling Node, configuring the DB folder, and adding Start/Stop shortcuts with a simple guide. Before starting, I need clarity on how the POS and KDS are currently launched and whether they run as separate Node processes or a single instance. Best regards, John allen.
€155 EUR em 1 dia
4,5
4,5

Hello! I am a US-based senior software engineer with extensive experience in debugging and software development, particularly with Node.js and SQLite. I've carefully read your project description and I'm excited about the opportunity to help you debug the Offline POS and KDS systems, as well as create a Windows installer that meets your needs. With about 15 years in the industry, I have a solid track record of delivering high-quality solutions. I’ve worked on various projects, including a custom inventory management system for a local retailer and a restaurant order management app that streamlined operations. To ensure I fully understand your requirements, could you please clarify the following questions to help me better understand the project? 1. Are there any specific issues you’re currently facing with the Offline POS and KDS that you want me to prioritize? 2. Do you have any preferences or specifications for the installer setup process? My goal is to ensure that the final product not only meets your expectations but also provides a smooth user experience. I suggest we start with a detailed assessment of the current system, followed by debugging, and conclude with the installer creation. I look forward to discussing this project further and ensuring we achieve the best outcome together. Best, James Zappi
€200 EUR em 1 dia
4,7
4,7

I've built and debugged several offline-first Node.js + SQLite systems, so the issues you're describing—stale product lists after .xlsx import, failed table-order creation, and WebSocket disconnects between POS and KDS—are patterns I've traced and resolved before. My approach is straightforward: I'll add structured logging at every critical path (import parsing, SQLite write confirmations, WebSocket heartbeat/reconnect), reproduce each bug systematically, then fix the root causes rather than papering over symptoms. For the installer, I'll use Inno Setup to bundle Node.js, your app, and a pre-initialized SQLite database into a single .exe with auto-generated Start/Stop shortcuts—zero technical knowledge required from the end user. I can start immediately and have deep experience with Express/ESM, better-sqlite3, and Windows packaging.
€30 EUR em 1 dia
4,7
4,7

Hello! I am a senior full stack developer having 5+ years of professional experience. After going through your project requirements in detail, I am willing to help you in debugging and creating the Windows installer for offline POS + KDS. I would love to chat with you to know more details about your project. Let's get started, Fahad.
€100 EUR em 2 dias
4,9
4,9

Hi, As per my understanding: You have a locally running offline POS + KDS system built with Node.js (Express/ESM), WebSockets and SQLite. However, there are stability issues such as products not appearing after Excel import, table order creation failing, and unreliable realtime communication with the kitchen display. You need debugging of these core issues plus proper logging. After stabilization, the system must be packaged into a one-click Windows installer that installs dependencies, sets up the database, and runs easily on Windows 10/11 without requiring Node knowledge. Implementation approach: First, I will analyze the current codebase to reproduce the issues and debug the import flow, order creation logic, and WebSocket communication between POS and KDS. I will add structured logging to identify failures and stabilize SQLite interactions. After the system works reliably, I will prepare a Windows packaging solution using tools like NSIS or Inno Setup that bundles Node, installs dependencies, configures the database, and creates Start/Stop shortcuts. Finally, I will deliver the installer, documentation, and an acceptance checklist for testing fresh installations. A few quick questions: Is the project currently stored in Git or as a local zip repository? Does the POS and KDS run in the same local server or separate processes? Should the installer also auto-create the SQLite database on first run? Do you want logs saved locally for future debugging?
€98 EUR em 5 dias
4,6
4,6

Offline POS/KDS Debugging & Windows Installer Creation I’m a full-stack software engineer with expertise in React, Node.js, Python, and cloud architectures, delivering scalable web and mobile applications that are secure, performant, and visually refined. I also specialize in AI integrations, chatbots, and workflow automations using OpenAI, LangChain, Pinecone, n8n, and Zapier, helping businesses build intelligent, future-ready solutions. I focus on creating clean, maintainable code that bridges backend logic with elegant frontend experiences. I’d love to help bring your project to life with a solution that works beautifully and thinks smartly. To review my samples and achievements, please visit:https://www.freelancer.com/u/GameOfWords Let’s bring your vision to life—connect with me today, and I’ll deliver a solution that works flawlessly and exceeds expectations.
€50 EUR em 3 dias
4,6
4,6

I can help debug, stabilize, and package your offline Node.js + SQLite POS + KDS app for Windows so it works reliably for non-technical users. I have experience with Node.js, WebSockets, SQLite (better-sqlite3), and Windows installer creation, which makes me well-suited for this project. I will ensure that after installation, the POS + KDS works offline, in real time, and without any Node.js knowledge required.
€140 EUR em 7 dias
4,5
4,5

Hi there! Running a local POS + KDS system can be frustrating when imports fail or tables/orders don’t update in real time. I understand how important it is to have a stable system with a smooth installer for non-technical users. I have extensive experience debugging Node.js apps with SQLite and WebSockets, fixing import issues, real-time order flows, and building Windows installers using NSIS/Inno Setup. I’ve worked on POS systems before, ensuring data integrity, reliable kitchen updates, and one-click installations for Windows. My approach will identify the root causes of your import, table, and KDS issues, implement clear logging, and package everything into a single executable installer with a guide so anyone can install and run it without Node knowledge. check our work https://www.freelancer.com/u/ayesha86664 Do you want the installer to also include automatic updates for future versions? Let me know if you’re interested & we can discuss it. Best Regards Ayesha
€110 EUR em 3 dias
4,0
4,0

Hi there, I will debug and stabilize your offline POS/KDS system and deliver a one-click Windows installer. The product import issue is likely a race condition between the .xlsx parser and SQLite write, and the KDS offline problem often comes from WebSocket connections not reconnecting after a dropped heartbeat. I will trace both paths with structured logging and fix the root causes. For the installer, I will use Inno Setup to bundle Node.js, all dependencies, and your SQLite database into a single .exe that handles service registration, data folder setup, and Start/Stop shortcuts - no terminal interaction required for the end user. One suggestion: I will add a lightweight health-check endpoint that the KDS page polls as a fallback when WebSocket drops, so kitchen staff never see a false "offline" state while the socket reconnects silently. Questions: 1) Are you using better-sqlite3 synchronously or wrapping it in async calls? This will help me pinpoint the table/order creation failure faster. 2) Should the installer run the server as a Windows service (auto-start on boot) or just via desktop shortcuts? Looking forward to discussing further. Best regards, Faizan
€90 EUR em 5 dias
3,8
3,8

Hi! I understand you have a local offline POS + KDS system built with Node.js (Express/ESM), WebSockets, and SQLite (better-sqlite3) that needs debugging and a one-click Windows installer. I can track down the issues with product imports, table/order creation, and unreliable send-to-kitchen updates, add proper logging, and stabilize the real-time communication between POS and KDS. I’ll also package everything into a clean Windows 10/11 installer that bundles Node, sets up the DB, and creates simple Start/Stop shortcuts so non-technical users can run it easily. You’ll receive the fixed project, installer (.exe), setup guide, and acceptance test checklist. Looking forward for your positive response in the chatbox. Best Regards, Arbaz M
€140 EUR em 2 dias
3,8
3,8

Hello, hope you are doing well, With my seven years of experience across multiple disciplines such as web and software development, data engineering, and more that perfectly align with your project requirements, I am confident that I can provide you with the optimal solution you need. Throughout these years, I have consistently proven my abilities in debugging and troubleshooting complex databases, managing SQLite effectively, and handling Node.js proficiency in Windows environments. Additionally, my familiarity with WebSockets adds to my capability to solve your existing concern about the unreliability of send-to-kitchen functionality in conjunction with KDS. Furthermore, being a detail-oriented professional, I place a strong emphasis on creating clean, understandable codes and comprehensive logging systems that would immensely facilitate future debugging. This could greatly resolve any previous issues you had with root causes like import failure or table selection faults. Understanding your requirement for a user-friendly installation setup guide along with a packaged installer solution, I assure you that my expertise in Windows packaging/installer like NSIS/Inno Setup/PowerShell will ensure a smooth process for your target audience without requiring them to possess any prior Node knowledge.
€250 EUR em 2 dias
4,0
4,0

HELLO, HOPE YOU ARE DOING WELL! I understand you need debugging and a Windows installer creation for your Offline POS and KDS web app. My expertise in Node.js, SQLite, and Windows packaging aligns perfectly with your requirements. I plan to debug the existing issues with product visibility after import and table selection failures. Additionally, I will enhance the send-to-kitchen functionality and introduce comprehensive logging to address root causes. Once stabilized, I will create a one-click Windows installer that bundles Node and necessary dependencies, ensuring a seamless installation experience. I'd like to have a chat with you at least so I can demonstrate my abilities and prove that I'm the best fit for this project. Warm regards, Natan.
€140 EUR em 7 dias
3,2
3,2

As an experienced software developer with a wide range of skills, I am confident that I can tackle the challenges of your project and deliver excellent results. My proficiency in Node.js, SQLite, WebSockets, and Windows packaging/installer (including NSIS, Inno Setup, and PowerShell) fits perfectly with your requirements for debugging your offline POS/KDS web app and creating a one-click Windows installer. Throughout my career, I have encountered various debugging challenges similar to the ones you're facing, such as fixing import issues, stabilizing real-time updates, and ensuring reliable communication with peripheral devices like the KDS. My diverse programming expertise in languages including Python, C++, and C# has equipped me with the problem-solving skills required to identify and rectify root causes efficiently. Moreover, my experience in software engineering isn't limited to debugging; I'm also well-versed in Windows installer creation. This means I will not only debug your project thoroughly but also provide a one-click Windows installer that ensures a clean installation on any Windows 10/11 system without needing prior Node.js knowledge. Additionally, I will enhance user experience by bundling Node dependencies, setting up data/DB seamlessly and providing a detailed setup guide along with troubleshooting notes to ensure smooth, hassle-free usage of your application
€150 EUR em 3 dias
3,4
3,4

Hello, I appreciate the opportunity to assist with your offline POS and KDS application. I understand that you’re looking for someone to debug the current issues and create a reliable Windows installer to streamline the installation process. With extensive experience in Node.js, SQLite, and Windows packaging, I have successfully debugged and stabilized similar applications, ensuring smooth functionality and user experience. My proficiency with tools like NSIS and Inno Setup will allow me to create a one-click installer that requires no prior Node knowledge for users. To address your needs, I propose the following approach: - Conduct thorough debugging to resolve product import and table selection issues. - Implement clear logging to identify root causes of the current problems and ensure real-time updates are reliable. - Develop a streamlined Windows installer that bundles all dependencies and sets up the database with ease. - Provide a comprehensive setup guide and troubleshooting notes to facilitate user onboarding. I am eager to start on this project and am confident that I can deliver quality results within your deadlines. Please let me know a suitable time for us to discuss this further. Thank you!
€30 EUR em 7 dias
3,4
3,4

Hello, I can help debug and stabilize your Node.js POS + KDS system and also create a one-click Windows installer to simplify installation. Based on the issues you described, I will mainly analyze three areas: the product import flow (.xlsx), the order creation/opening process when selecting tables, and the real-time communication between POS and KDS via WebSockets. The goal is to identify the root cause of these problems, fix the behavior, and add clear logging to make future maintenance and troubleshooting easier. After that, I will prepare a Windows 10/11 installer that already includes all necessary depende ncies, allowing the system to be installed and run without requiring manual Node.js setup. The installer can also configure the SQLite database and create shortcuts to start and stop the application. At the end, you will receive the fixed project, the Windows installer (.exe), a quick installation guide, and a simple checklist to validate product import, order creation, and KDS functionality after a clean installation.
€180 EUR em 3 dias
3,4
3,4

Hello There!!! ★★★★ (Offline POS & KDS Debugging with Windows Installer Setup) ★★★★ I carefully read your project and understand you need help stabilizing your offline POS and KDS system built with Node.js, SQLite and WebSockets. The key issues include product import problems, table order creation errors, and unreliable real-time updates between POS and KDS, plus creating a simple one-click Windows installer. Services mentioned here based on project details ⚜ Debug Excel product import and fix missing product display issues ⚜ Resolve table selection and order creation errors ⚜ Fix WebSocket communication so KDS updates reliably ⚜ Add detailed logging to identify and prevent future issues ⚜ Stabilize SQLite database operations and order handling ⚜ Build one-click Windows installer with bundled Node and dependencies ⚜ Provide setup guide, troubleshooting notes and testing checklist I have 9+ years experiance working with Node.js apps, real-time systems and database debugging. I’ve worked on POS style tools before, so I understand how important stability is in daily operations. My approach would be reviewing the import logic, improving WebSocket event handling, and packaging the system using NSIS or Inno Setup so it installs easily on Windows 10/11 without technical steps. Happy to review your repo and start fixing issues quickly. Warm Regards, Farhin B.
€110 EUR em 10 dias
3,3
3,3

Hi, Your offline POS + KDS project for Windows caught my attention. The main challenges—debugging import issues, table order errors, and unreliable send-to-kitchen updates—are all familiar from similar Node.js + SQLite projects I’ve handled. My approach will be structured: first, I’ll debug and stabilize the core functionalities (import, table orders, real-time updates), then add clear logging for easier troubleshooting. After that, I’ll build a one-click Windows installer bundling Node.js, dependencies, and database setup, with Start/Stop shortcuts and a simple setup guide. Finally, I’ll provide a changelog and a basic acceptance checklist to ensure everything works on a clean Windows 10/11 system. I focus on delivering reliable, ready-to-use solutions that work out-of-the-box while keeping installation and maintenance straightforward. Best regards.
€110 EUR em 3 dias
2,9
2,9

GENK, Belgium
Método de pagamento verificado
Membro desde fev. 7, 2019
€250-750 EUR
€250-750 EUR
€30-250 EUR
€1500-3000 EUR
€30-250 EUR
$15-25 USD / hora
₹12500-37500 INR
$750-1500 USD
₹12500-37500 INR
$1500-3000 USD
$250-750 USD
€30-250 EUR
₹12500-37500 INR
₹1000000-2500000 INR
£10-20 GBP
$3000-5000 USD
$5000-10000 USD
$250-750 USD
₹12500-37500 INR
₹12500-37500 INR
₹600-1500 INR
$250-750 AUD
₹12500-37500 INR
₹12500-37500 INR
₹1500-12500 INR