Idioma español: (haz click ➡)
YOUR ARE CURRENTLY READING IT IN ENGLISH
The application provides a comprehensive platform for managing multiple business aspects, offering a wide range of functionalities and advanced features to optimize business management.
Facilitates complete product management, including the ability to intuitively add, edit and delete products. Users can scan UPC codes (barcodes) using their mobile device's camera or connect a professional scanner for fast and accurate data entry.
Allows you to create, organize and manage brands and categories for efficient product classification, providing a more robust and easy-to-navigate organizational structure.
Provides tools to record and manage detailed customer information, including purchase histories, preferences and contact details, enabling a more personalized relationship with customers.
Facilitates comprehensive order tracking from receipt to delivery. Users can manage pending, in-process and completed orders.
Provides in-depth sales analysis and key metrics to evaluate business performance and make informed strategic decisions.
Provides precise inventory control, ensuring efficient, real-time inventory management.
Allows detailed and specific management of products across multiple locations, ensuring effective control of product availability and distribution.
The application is equipped with the ability to scan UPC codes using the mobile device's camera or by connecting a professional scanner, providing users with flexibility and efficiency in data entry. This feature adds an additional level of convenience and accuracy to product management, enhancing the user experience and optimizing business processes.
Provide step-by-step instructions on how to install or set up your project. Include any prerequisites, dependencies, or environment setup required.
- Navigate to the cloned
acosta-repuesto-vite
directory. - Create a
.env
file in the root directory if it doesn't exist. - Add the following variables to the
.env
file:
# Hasura Integration
VITE_BACKEND_URL="<HASURA_URL>"
# NestJS Integration
VITE_FILE_MANAGER="<NESTJS_BACKEND_URL>/file-manager/"
If you want to set up Sentry for error reporting, add these variables to the .env
file:
# Sentry Variables
VITE_SENTRY_TRACES_SAMPLE_RATE=1.0
VITE_SENTRY_REPLAY_SESSION_SAMPLE_RATE=1.0
VITE_SENTRY_REPLAY_ON_ERROR_SAMPLE_RATE=1.0
VITE_SENTRY_TRACE_PROPAGATION_TARGET="https://yourserver.io/api/"
SENTRY_TELEMETRY=false # Set to true in production
VITE_SENTRY_DSN="NONE"
SENTRY_AUTH_TOKEN="NONE"
SENTRY_ORG="NONE"
SENTRY_PROJECT="NONE"
Replace the placeholder values with your actual configuration.
- Install dependencies: Run
npm install
oryarn install
. - Start the development server: Run
npm run dev
oryarn dev
.
- Navigate to the cloned
acosta-rep-backend
directory. - Set up the environment variables required by the NestJS application.
- Install dependencies: Run
npm install
oryarn install
. - Start the server: Run
npm run start
oryarn start
.
Please ensure to replace placeholders like <HASURA_URL>
, <NESTJS_BACKEND_URL>
with the actual values obtained from your configurations.
Always refer to the project's documentation and specific README files in the repositories for any additional setup steps or specific instructions not covered here.
(see how the stock from each product changes depending on the area selected)
- Reporting issues
- Making enhancements or adding new features
- Submitting pull requests
- Code formatting and style guides
- Add or correct README