Skip to content

๐Ÿช๐Ÿ›’ Backend for my PrestaShop Shipping Module!

License

Notifications You must be signed in to change notification settings

SteponasK/PrestaShop-Shipping-ERP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

ERP SIDE for Prestashop Carrier Module ๐Ÿ›’

ERP SIDE OF Carrier Module made for PrestaShop to easily print PDF Labels of a given Shipment. ๐Ÿท๏ธ

PDF label

Features

  • 2 controllers
  • Unit tests
  • Save Customer's information to the Database
  • Generate PDF Label of a given customer
  • Easy Deployment with Docker
  • Github CI/CD Pipelines

Prerequisites

Installation with Docker:

Getting Started

  1. Clone the project: git clone https://github.com/SteponasK/PrestaShop-Shipping-ERP
  2. If not already done, install Docker Compose (v2.10+)
  3. Run docker compose build --no-cache to build fresh images
  4. Run docker compose up --pull always -d --wait to start the project
  5. Open https://localhost in your favorite web browser and accept the auto-generated TLS certificate
  6. Run docker compose down --remove-orphans to stop the Docker containers.
  7. Install Shipping Module.
  8. Enjoy!

Reminder!

  • DONT FORGET TO CHANGE YOUR .ENV information (API_KEY, Database Name, Password)

Docs

  1. Build options
  2. Using Symfony Docker with an existing project
  3. Support for extra services
  4. Deploying in production
  5. Debugging with Xdebug
  6. TLS Certificates
  7. Using a Makefile
  8. Troubleshooting
  9. Updating the template

Installation the other way:

  1. Clone the project: git clone https://github.com/SteponasK/PrestaShop-Shipping-ERP
  2. Run Composer Install: composer install
  3. Change your .env variables (db & api key)
  4. Start Web Server
  5. Install Shipping Module.
  6. Enjoy!

License

This project is available under the MIT License.

Authors

  • Steponas K

Credits

Symfony Docker skeleton was created by Kรฉvin Dunglas, co-maintained by Maxime Helias and sponsored by Les-Tilleuls.coop.

About

๐Ÿช๐Ÿ›’ Backend for my PrestaShop Shipping Module!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published