Skip to content

Commit

Permalink
Merge pull request #322 from yrestom/develop
Browse files Browse the repository at this point in the history
Version 4.4.0
  • Loading branch information
yrestom authored Jun 6, 2023
2 parents cd5c2cd + bc12c77 commit be8d360
Show file tree
Hide file tree
Showing 12 changed files with 794 additions and 282 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
26. Supports Customer and Customer Group price list
27. Supports Sales Person
28. Supports Delivery Charges
29. Search and add items by Batch Number

---

Expand All @@ -48,7 +49,7 @@ One-click installing available if you are hosting on FC from [here](https://frap

#### Self Hosting:

1. `bench get-app https://github.com/yrestom/POS-Awesome.git`
1. `bench get-app branch version-14 https://github.com/yrestom/POS-Awesome.git`
2. `bench setup requirements`
3. `bench build --app posawesome`
4. `bench restart`
Expand All @@ -65,7 +66,7 @@ If you are hosting on FC premium support is available [here](https://frappecloud

#### Self Hosting:

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

#### Community Support:

Expand All @@ -76,7 +77,7 @@ Available in GitHub [discussions](https://github.com/yrestom/POS-Awesome/discuss
### 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
- For paid features, you can email me on youssef[at]totrox.com
- For paid features, you can email me [here](mailto:info@totrox.com)

---

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__ = "4.3.2"
__version__ = "4.4.0"


def console(*data):
Expand Down
Loading

0 comments on commit be8d360

Please sign in to comment.