What's new
  • The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!
Stocky - POS with Inventory Management and HRM

Stocky - POS with Inventory Management and HRM 4.0.8

Saben Como configurar para compartir en red local, este sistema, lo he intentado con otros sistemas con la IP y normal, pero no puedo con este, ¿algún consejo?
 
Reacted by:
Since there is no one talking and telling you about this, here is how you can Customize this Script:

1. Install Node Modules

This script is using Node version 12. Install it with fnm inside Laragon (Recommended)

2. Run NPM RUN WATCH

To see the customization in real time use npm run watch. Any customization will be immediately changed.

3. Run NPM RUN PRODUCTION

After finishing customization, build everything using this command npm run production.

Common Error

What I know from my experiences, here is to solve these common errors:

1. 500 Error on Initial Install. Mostly because the sessions folder is missing in the storage/framework

To solve this, add a new sessions folder inside the storage/framework

2. Connection Reset or Returning to Initial Install after Completing Install

IDK if any of you ever have this issue. But, to solve this you can just create an empty file called Installed inside storage/app/public. After that, you will not get redirected to the Initial setup anymore. Also make sure this file exists:
  • oauth-private.key
  • oauth-public.key
Make sure these files exist inside the `storage` folder.

Thanks, me later 🍵
 
Reacted by:
  • Like
Reactions: phineas
Top