Skip to content

abdopcnet/ERPNEXT-POS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Point Of Sale app

Overview

This project introduces a custom Point of Sale (POS) page built for ERPNext, specifically designed to work in offline mode. The default ERPNext POS system lacks robust offline support, so this custom solution allows sales transactions to continue smoothly even without internet connectivity.

The custom POS page comes pre-installed when you install the app, requiring no manual setup.


Chiffrage Doctype overview :

Tab photo
POS Screen screen1
Select ItemGroup screen2
Get All Item (Filtred) screen3
Selecting customer screen4
Click on Item to sell screen5
Item Details Cart screen6

Features

  • Offline Mode Support: Perform sales and manage transactions even without an internet connection. Data will automatically sync once the connection is restored.
  • User-Friendly Interface: A simple, responsive, and efficient POS interface that works seamlessly in both online and offline modes.
  • Local Inventory Caching: Product and inventory data is cached locally, allowing users to search and add items without needing an active connection.
  • Auto-Sync: Offline transactions are synced with the ERPNext backend as soon as the internet is available, ensuring smooth reconciliation of offline sales data.
  • Integrated into ERPNext:No manual page setup is required. The POS page is automatically installed with the app.

Installation

To install the Halfware App on your Frappe or ERPNext instance:

  1. Clone the repository :
$ bench get-app https://github.com/RAYANaouf/ERPNEXT-POS
  1. Install the app:

Go to the directory where your ERPNext instance is set up:

cd /path/to/frappe-bench

Then install the app into your ERPNext site:

bench get-app  
bench --site [your-site-name] install-app ERPNEXT-POS

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published