Skip to content

Releases: RyanNerd/rxchart-web

Fixed DrugLogEdit

06 May 09:31
15f1e6f
Compare
Choose a tag to compare
  • Out and In fields were allowing non-numeric values to be saved crashing the database.
  • Also a number of variables in MangageMedicine and MedicineDetails were updated to be more in line with the purpose.

Log Rx from Manage Medicine tab

06 May 07:02
ca1b547
Compare
Choose a tag to compare
  • ➕ Add + Log Drug button to MedicineDetail
  • ➕ Add DrugLogGrid to ManageDrugPage
  • Bring up DrugLogEdit modal to edit from Medicine Detail
  • DrugLogEdit has a drugName prop for the modal title
  • ➕ Add new ConfirmDialogModal to simplify and enhance yes/no dialog modal confirmations

OTC Meds are now on the Rx tab

28 Apr 08:48
Compare
Choose a tag to compare

Rx and OTC selection and grids are on the Rx Tab.
image

Print Layout Problems solved

29 Jan 08:55
0d3e6d4
Compare
Choose a tag to compare
  • DrugHistoryPage updated to include the client name and DOB in the print area.
  • Version is derived from package.json instead of from .env
  • Unused constants removed.
  • MedicineCheckout renamed to MedicineCheckoutPage

💊 MedicineCheckout enhancements and fixes

24 Jan 05:42
3e1f7a5
Compare
Choose a tag to compare
  • Suppress printing headers and footers
  • Suppress printing unneeded elements
  • Dependency versions updated

💊 Medicine Checkout Feature

22 Jan 09:43
Compare
Choose a tag to compare
  • Added missing DocBlocks
  • Refactored MedicineCheckout.tsx to use getCheckoutList() in common.ts

Medicine Checkout Feature

22 Jan 09:21
cc78f62
Compare
Choose a tag to compare

➕ Added MedicineCheckout.tsx page.
Updated LandingPage for MedicineCheckout tab
Added a function to common.ts to support checkout.

General improvement to UI and logic to prevent dupes of clients

28 Nov 10:41
Compare
Choose a tag to compare
  • 💄UI Improvements in MedicinePage
  • Added logout as a global 🌎 hook 🎣
  • Consolidation 🧑‍🤝‍🧑 of the Observers 🔭
  • ♻️ setApi() changed to emit a promise
  • ResidentManager fixed 🔧 to prevent dupes
  • 💥 Removed scrollTop feature from all tab pages

OTC Meds are now grid based and search text filtered

15 Nov 11:37
Compare
Choose a tag to compare
  • OtcPage using table instead of MedicineListGroup …
  • Added Log button stack to the ListGroup
  • ♻️ Refactored into its own component …
  • Add Search mad Validation
  • Fix 🔧 a minor linting problem
  • 💄 UI for OtcPage changed to list 📜 OTC drugs in a table
  • Merge pull request #67 from RyanNerd/otcpage-using-table
  • ♻️ Refactor all useEffect in App to Observers 🔭
  • 💥 Removal of Search box from MedicinePage
  • ♻️ When a new client is added make that client active

Make App.tsx the single source of truth for database updates via hooks

11 Nov 11:38
2e8a006
Compare
Choose a tag to compare

App.tsx is now the single source of truth 👼 for database updates 🗃️ via hooks 🎣