Add KinetiRx (Pharma Care Pro) — self-hosted pharmacy & clinic management - #1018
Open
Raktim94 wants to merge 14 commits into
Open
Add KinetiRx (Pharma Care Pro) — self-hosted pharmacy & clinic management#1018Raktim94 wants to merge 14 commits into
Raktim94 wants to merge 14 commits into
Conversation
…ment Point-of-sale billing with GST invoicing, medicine inventory with batch and expiry tracking, patient records and due-khata credit ledger, OPD visit scheduling, daily sales/cash-drawer reconciliation, expense tracking, and role-based employee accounts, on a Postgres database the operator owns. Optional Gemini AI integration for purchase-bill OCR and a clinical assistant. 1.2.1: calmer color palette, refreshed typography, doctor/stock groups management, low-stock reorder, editable patient records and needed-medicine orders, self-service forced password-change flow, text/badge contrast fixes, and a POS bill-generation fix for the patient Age field. No admin password required — first-run sign-up screen creates the admin account. Postgres + backend + nginx-served frontend, images published multi-arch (amd64/arm64) at ghcr.io/raktim94/kinetirx-backend and kinetirx-frontend.
Raktim94
force-pushed
the
add-nodedr-kinetirx
branch
from
August 25, 2026 19:07
49f922d to
b16928c
Compare
…N, distributor PO generation
This PR branch was still pinned at 1.2.1. Brings it up to date with the source repo's manifest: image tags, the new BACKUP_ENCRYPTION_KEY env var (S3 offsite backup), and full 1.3.0 + 1.4.0 release notes.
…anup, duplicate-write bug fix
…ypes, barcode-persistence fix
patient-ID reservation fixes Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Nx5wtHYBWbYg1ykoRReTb9
…code-assign fixes Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0134YPRBnmC6creGNGiku6eu
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0134YPRBnmC6creGNGiku6eu
…ent" error Mirrors the same fix in the source repo (Raktim94/KinetiRx casaos/docker-compose.yml): release_notes.en_US carried the full version history (~9KB), which was large enough to trip CasaOS's "Install a customized app" paste-content path with a generic "Please confirm the input content" error. Trimmed to the current version's note with a link to the source repo's CHANGELOG.md.
…aner style Mirrors the same cleanup in the source repo. Pure comment removal, no behavior change.
…startup Mirrors the fix in the source repo (Raktim94/KinetiRx): migration 0010_renumber_patients crashed unconditionally on any install with zero existing patients (setval(patient_id_seq, 0) is invalid — Postgres sequences reject values below MINVALUE 1). Verified end-to-end with the real rebuilt 1.6.2 images: all three containers healthy on a fresh install.
…ation and the invoice-parser fix
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



What is KinetiRx?
A self-hosted pharmacy and small-clinic management system: point-of-sale
billing with GST invoicing, medicine inventory with batch/expiry tracking,
patient records and a due-khata (credit ledger), OPD visit scheduling,
daily sales/cash-drawer reconciliation, expense tracking, doctor outreach
campaigns, and role-based employee accounts — all on a Postgres database
the operator owns. Optional Gemini AI integration adds purchase-bill OCR
scanning and a clinical assistant.
What's new since this PR opened (now at 1.2.0)
consistent button/card style throughout the app.
editable patient records and needed-medicine orders.
Checklist
docker compose config -qvalidates cleanlylinux/amd64,linux/arm64) toghcr.io/raktim94/kinetirx-backend:1.2.0andghcr.io/raktim94/kinetirx-frontend:1.2.0, both publicexact compose file — all three containers healthy, login succeeds
with the shipped default credentials
x-casaos.categoryis a valid enum value (Productivity)x-casaos.idpresent (com.nodedr.kinetirx)