You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 :
41
42
42
43
- $40 In credit to [My NexoPOS](https://my.nexopos.com/en/marketplace) balance.
43
44
- Access to NexoPOS marketplace
44
45
- Premium Support & Installation Service
45
46
- You're eligible for customization
46
47
47
48
## 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.
49
50
50
51
51
52
## Support Terms
@@ -55,28 +56,28 @@ We're frequently discussing about the future of the app (while waiting discussio
55
56
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).
56
57
57
58
## 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.
59
60
60
61
- CSRF error After Installation
61
62
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).
62
63
63
64
- 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
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.
70
71
71
72
## 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 :
73
74
74
75
**To install Node.js dependencies**
75
76
```
76
77
npm install
77
78
```
78
79
79
-
**To watch the Vue compoment changes (Vue.js)**
80
+
**To watch the Vue component changes (Vue.js)**
80
81
```
81
82
npm run dev
82
83
```
@@ -100,24 +101,24 @@ Thank you for all your support over the years :).
100
101
101
102
102
103
## 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.
104
105
105
106
### 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.
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.
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.
0 commit comments