Skip to content

Commit

Permalink
Merge pull request #188 from yrestom/develop
Browse files Browse the repository at this point in the history
Version 3.4.0
  • Loading branch information
yrestom authored Aug 3, 2022
2 parents 04c1093 + 803d064 commit 1f99665
Show file tree
Hide file tree
Showing 35 changed files with 1,338 additions and 280 deletions.
37 changes: 35 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## POS AWESOME
<div align="center">
<img src="https://frappecloud.com/files/pos.png" height="128">
<h2>POS AWESOME</h2>
</div>

### An open-source Point of Sale for [Erpnext](https://github.com/frappe/erpnext) using [Vue.js](https://github.com/vuejs/vue) and [Vuetify](https://github.com/vuetifyjs/vuetify)
#### An open-source Point of Sale for [Erpnext](https://github.com/frappe/erpnext) using [Vue.js](https://github.com/vuejs/vue) and [Vuetify](https://github.com/vuetifyjs/vuetify)

---

Expand Down Expand Up @@ -32,11 +35,19 @@
24. POS Coupons
25. Supports Referral Code
26. Supports Customer and Customer Group price list
27. Supports Sales Person
28. Supports Delivery Charges

---

### How to Install

#### Frappe Cloud:

One-click installing available if you are hosting on FC from [here](https://frappecloud.com/marketplace/apps/posawesome)

#### Self Hosting:

1. `bench get-app https://github.com/yrestom/POS-Awesome.git`
2. `bench setup requirements`
3. `bench build --app posawesome`
Expand All @@ -46,6 +57,28 @@

---

### Support

#### Frappe Cloud:

If you are hosting on FC premium support is available [here](https://frappecloud.com/marketplace/apps/posawesome)

#### Self Hosting:

If you need premium support it is available [here](https://forms.clickup.com/2191574/f/22w6p-14180/8J92BNHRMKG5ZW2EPF)

#### Community Support:

Available in GitHub [discussions](https://github.com/yrestom/POS-Awesome/discussions)

---

### New Features and Bug report:

Please Create Github Issue from [here](https://github.com/yrestom/POS-Awesome/issues/new/choose) after checking the existing issues, and for paid features you can submit this [form](https://forms.clickup.com/2191574/f/22w6p-14740/NK7DUHU0CPM3HVXVDC)

---

### How To Use:

[POS Awesome Wiki](https://github.com/yrestom/POS-Awesome/wiki)
Expand Down
2 changes: 1 addition & 1 deletion posawesome/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from __future__ import unicode_literals
import frappe

__version__ = "3.3.0"
__version__ = "3.4.0"


def console(*data):
Expand Down
Loading

0 comments on commit 1f99665

Please sign in to comment.