Skip to content

Commit 2f892ce

Browse files
authored
Merge branch 'master' into v5.0.x
2 parents 9fdd3ff + 6497552 commit 2f892ce

File tree

4 files changed

+674
-404
lines changed

4 files changed

+674
-404
lines changed

README.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img src="https://user-images.githubusercontent.com/5265663/162700085-40ed00ca-9154-42cb-850a-ccf1c2db2d5d.png" alt="NexoPOS"/>
55
</p>
66

7-
NexoPOS 4 is a free point of sale system build using Laravel, TailwindCSS, Vue and other open-source resources. This POS System focuses on utilities and functionalities to offer for most businesses all the tools they need to manage better their store. NexoPOS include a responsive and beautiful dashboard that ease the interaction either on a smartphone, tables or desktops.
7+
NexoPOS 4 is a free point-of-sale system built using Laravel, TailwindCSS, Vue, and other open-source resources. This POS System focuses on utilities and functionalities to offer for most businesses all the tools they need to manage better their store. NexoPOS includes a responsive and beautiful dashboard that ease the interaction either on a smartphone, tablet, or desktops.
88

99
Read Review On:
1010
[![Laravel News](https://user-images.githubusercontent.com/5265663/186377311-c42ddd2c-bc84-465c-a3b6-94e6df8d68bc.jpg)](https://laravel-news.com/nexopos-point-of-sale-for-laravel?utm_source=github.com&utm_medium=readme&utm_campagin=nexopos)
@@ -24,28 +24,29 @@ All the documentation for NexoPOS can be found on [My NexoPOS](https://my.nexopo
2424
- [Configuring the environment](https://my.nexopos.com/en/documentation/getting-started/configuring-the-environment)
2525
- [Downloading NexoPOS](https://my.nexopos.com/en/documentation/getting-started/download-and-install)
2626
- [Installing NexoPOS](https://my.nexopos.com/en/documentation/getting-started/installation-wizard)
27+
- [Rest API](https://docs.api.nexopos.com)
2728

28-
And for developpers, there are more technical tutorials that convers:
29+
And for developers, there are more technical tutorials that cover:
2930
- [Creating a module](https://my.nexopos.com/en/documentation/developpers-guides/how-to-create-a-module-for-nexopos-4-x)
3031
- [Create a menu for a module](https://my.nexopos.com/en/documentation/developpers-guides/how-to-create-a-menu-on-nexopos-4-x)
3132
- [Create a route](https://my.nexopos.com/en/documentation/developpers-guides/how-to-register-routes-for-modules)
3233

33-
We've also create video tutorial that will help you performing those easilly.
34+
We've also created a video tutorial that will help you perform those easily.
3435

3536
[
3637
![image](https://user-images.githubusercontent.com/5265663/163531524-408757a8-d5a8-40b1-8e8f-c4e59e778e05.png)
3738
](https://www.youtube.com/watch?v=V80-hOJCywY)
3839

3940
# Get More Using Modules
40-
NexoPOS available on [CodeCanyon](https://codecanyon.net/item/nexopos-4x-pos-crm-inventory-manager/31188619) gives access to premium modules marketplace. While purchasing on CodeCanyon, you get :
41+
NexoPOS available on [CodeCanyon](https://codecanyon.net/item/nexopos-4x-pos-crm-inventory-manager/31188619) gives access to the premium modules marketplace. While purchasing on CodeCanyon, you get :
4142

4243
- $40 In credit to [My NexoPOS](https://my.nexopos.com/en/marketplace) balance.
4344
- Access to NexoPOS marketplace
4445
- Premium Support & Installation Service
4546
- You're eligible for customization
4647

4748
## Changelog & Feature Announcement
48-
We're frequently discussing about the future of the app (while waiting discussion are allowed). You can join the WhatsApp [group where tips](https://chat.whatsapp.com/KHWgNmfcfJy7SwJiRQTmG8) are shared on NexoPOS.
49+
We frequently discuss the future of the app (while waiting discussions are allowed). You can join the WhatsApp [group where tips](https://chat.whatsapp.com/KHWgNmfcfJy7SwJiRQTmG8) are shared on NexoPOS.
4950

5051

5152
## Support Terms
@@ -55,28 +56,28 @@ We're frequently discussing about the future of the app (while waiting discussio
5556
2 - If you would like to have a dedicated support. Consider registering as a member to [My NexoPOS platform](https://my.nexopos.com/en/account/checkout/premium).
5657

5758
## Troubleshooting
58-
Here we list the knowns issues and the way around. Not everyone is likely to face these issues as it depends on the used enviroment.
59+
Here we list the known issues and the way around them. Not everyone is likely to face these issues as it depends on the used environment.
5960

6061
- CSRF error After Installation
6162
Chances are when you make your installation, you'll have your website URL changed. Unfortunately, if the domain has to change, it must be clearly described on the .env file. We've written a guide that explains how to solve the [CSRF issue on NexoPOS](https://my.nexopos.com/en/documentation/troubleshooting/how-to-fix-csrf-token-mismatch-on-nexopos-4-x).
6263

6364
- Error After Database Details (using `php artisan serve`)
64-
If you're serving the project using `php artisan serve`, after setting up the database credentails and having them validated, you migth stop on an infinite
65+
If you're serving the project using `php artisan serve`, after setting up the database credentials and having them validated, you might stop on an infinite
6566
loading page.
6667

6768
![screenshot-127 0 0 1_8000-2020 10 01-00_33_17](https://user-images.githubusercontent.com/5265663/94781001-17809f00-037e-11eb-9f14-3bf4427054bf.png)
6869

69-
This is caused because during the database setup, the ".env" is updated which cause Laravel to restart the development server and therefore invalidate your session. The way around, is just to refresh the page and you'll end up on the application details section.
70+
This is caused because during the database setup, the ".env" is updated which causes Laravel to restart the development server and therefore invalidate your session. The way around this is to refresh the page and you'll end up in the application details section.
7071

7172
## Contribution Guidelines
72-
Do you plan to contribute? That's awesome. We don't have that much developer on it, so we're open to any type of contributions. If you're a developper, you'll start by forking the project and deploying that locally for further tests. Typically, you'll need to build the project (Vue.js) in watch mode. You'll then start by making sure the .env value "NS_ENV" is set to "dev". From there, you can run the following command :
73+
Do you plan to contribute? That's awesome. We don't have that many developers on it, so we're open to any type of contributions. If you're a developer, you'll start by forking the project and deploying that locally for further tests. Typically, you'll need to build the project (Vue.js) in watch mode. You'll then start by ensuring the .env value "NS_ENV" is set to "dev". From there, you can run the following command :
7374

7475
**To install Node.js dependencies**
7576
```
7677
npm install
7778
```
7879

79-
**To watch the Vue compoment changes (Vue.js)**
80+
**To watch the Vue component changes (Vue.js)**
8081
```
8182
npm run dev
8283
```
@@ -100,24 +101,24 @@ Thank you for all your support over the years :).
100101

101102

102103
## Screenshots
103-
The branch 4.7.x introduce the "Dark Mode" which will make working continuously with NexoPOS easier without hurting sight.
104+
The branch 4.7.x introduces the "Dark Mode" which will make working continuously with NexoPOS easier without hurting sight.
104105

105106
### Media Component
106-
The media components help uploading images and managing them. This comes with a field that will ease assigning image to products.
107+
The media components help upload images and manage them. This comes with a field that will ease assigning images to products.
107108
![image](https://user-images.githubusercontent.com/5265663/159091815-5b022ec6-9df4-419b-86f0-85db73ce35c5.png)
108109

109110
### POS Component
110-
The POS is the place where sales are made and handled. The POS is made to provide everything the cashier need to process orders quickly and easilly.
111+
The POS is the place where sales are made and handled. The POS is made to provide everything the cashier needs to process orders quickly and easily.
111112
![image](https://user-images.githubusercontent.com/5265663/159092595-3b2e4371-fef4-471c-84cd-b04cb2b7c611.png)
112113

113114
### Orders Components
114-
Every saved sales are listed on the orders list. From there various operation such as opening the receipt, proceeding a refund, making payment can be performed.
115+
Every saved sale is listed on the orders list. From there various operations such as opening the receipt, proceeding with a refund, and making payment can be performed.
115116
![image](https://user-images.githubusercontent.com/5265663/159092684-53a0c41a-d76d-4b69-b737-4420a20b33a1.png)
116117

117118
### Products Components
118-
The resources that are sold are the products. The product UI has been simplified to make sure all necessary details can be added.
119+
The resources that are sold are the products. The product UI has been simplified to ensure all necessary details can be added.
119120
![image](https://user-images.githubusercontent.com/5265663/159092753-845b930c-0b4f-4b3d-a42e-8658f74e7499.png)
120121

121122
### Settings Components
122-
Configure how NexoPOS works. From the settings you can configure various section of your application including the currency, the POS features, the orders and much more.
123+
Configure how NexoPOS works. From the settings, you can configure various sections of your application including the currency, the POS features, the orders, and much more.
123124
![image](https://user-images.githubusercontent.com/5265663/159092979-267841bc-531d-4a27-b35f-902866fa742a.png)

0 commit comments

Comments
 (0)