MANOJ1
March 4, 2025, 1:00pm
1
I want to build a offline pos in frappe , it is possible ,how to implement a offline pos windows app that runs offline and once it connects to internet it sends the data to server and store it?, fast I need it immediately
There is a feature(WIP) in Frappe Books to integrate ERPNext.
Frappe Books will run independently in any devices.
frappe:master
← akshayitzme:erpnext-sync
opened 06:02AM - 24 Oct 24 UTC
### PR Summary
PR adds support for Data Sync with ERPNext. It will allow one /… two way data sync between the two systems on selected Doctypes.
**Sync Plan**
| Doctype | Sync to ERPNext | Sync to FBooks |
|--------------- |----------------- |---------------- |
| Item | ✅ | ✅ |
| Customer | ✅ | ✅ |
| Supplier | ✅ | ✅ |
| Sales Invoice | ✅ | ❌ |
| Sales Payment | ✅ | ❌ |
| Stock | ✅ | ✅ |
| Price List | ✅ | ✅ |
| Serial Number | ❌ | ✅ |
| Batch | ❌ | ✅ |
#
### Concepts
<details>
<summary><b>Sync</b></summary>
<img src="https://github.com/user-attachments/assets/ba33e75e-427a-4b63-bf73-fa18184c8e75" />
</details>
<details>
<summary><b>Sync Queue</b></summary>
<img src="https://github.com/user-attachments/assets/067d98a9-4e53-4317-b760-f8c877e20dfb" />
</details>
#
### PR Checklist
- [x] Create / Update Schemas
- [x] Sync Functionality
- [ ] Feature Documentation
- [ ] Developer Documentation
1 Like