oxid-projects/pdf-invoice-module

This is Invoice PDF module for OXID eShop.

Installs: 19 648

Dependents: 0

Suggesters: 2

Security: 0

Stars: 4

Watchers: 24

Forks: 17

Open Issues: 2

Type:oxideshop-module

2.3.0 2021-05-10 08:07 UTC

This package is auto-updated.

Last update: 2024-03-25 11:42:49 UTC


README

Description

PDF invoice module for OXID eShop.

Requirements

  • OXID eShop v6.*

Installation

Please proceed with one of the following ways to install the module:

Module installation via composer

In order to install the module via composer, run the following commands in commandline of your shop base directory (where the shop's composer.json file resides).

composer require oxid-projects/pdf-invoice-module

Module installation via repository cloning

Clone the module to your OXID eShop modules/oe/ directory:

git clone https://github.com/OXIDprojects/pdf-invoice-module.git invoicepdf

Now you have to install the module with the oe-console, via command-prompt respectively ssh, in order to get it listet in the backend under modules:

vendor/bin/oe-console oe:module:install-configuration source/modules/oe/invoicepdf

Module installation from zip package

Now you have to install the module with the oe-console, via command-prompt respectively ssh, in order to get it listet in the backend under modules:

vendor/bin/oe-console oe:module:install-configuration source/modules/oe/invoicepdf

Activate Module

  • Activate the module in the administration panel.

Uninstall

Disable the module in administration area and delete the module folder.