pharmacy-erp 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -57,7 +57,7 @@ Before running the CLI, ensure you have the following installed on your system:
57
57
 
58
58
  ## 🌐 Features of Pharmacy ERP
59
59
 
60
- - **Point of Sale (POS)**: Fullscreen, keyboard-first, touch-friendly POS.
60
+ - **Point of Sale (POS)**: Fullscreen POS with **Hardware & Camera Barcode Scanning** (auto-add to cart + beep feedback).
61
61
  - **Inventory & Purchasing**: Expiry tracking, batch management, FEFO.
62
62
  - **Bilingual**: Full Arabic (RTL) & English support out of the box.
63
63
  - **Modern Tech Stack**: Next.js 15, FastAPI, Python 3.12, Tailwind CSS.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pharmacy-erp",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Pharmacy ERP & POS System — Enterprise-grade pharmacy management with full Arabic (RTL) and English support",
5
5
  "bin": {
6
6
  "pharmacy-erp": "./bin/cli.js"