26 Zeilen
545 B
Markdown
26 Zeilen
545 B
Markdown
# Installation Module for Oxid eShop 6.1 - 6.5
|
|
|
|
## Composer
|
|
composer require d3/xrechnung:dev-modules/rel_mod_xrechnung
|
|
|
|
## Database
|
|
modify table oxorder:
|
|
ALTER TABLE `oxorder` ADD COLUMN `D3LEITWEGID` VARCHAR(25) NOT NULL COMMENT 'xRechnung'
|
|
|
|
## Configuration
|
|
- add path to generator like https://xrechnung.DOMAIN.TLD/xrechnung.php?
|
|
- setup export folder
|
|
- add same htaccess credentials
|
|
|
|
|
|
# Instruction manual
|
|
|
|
..
|
|
|
|
|
|
# Installation Project for xRechnung
|
|
|
|
follow instructions https://git.d3data.de/D3Public/xRechnung-Project
|
|
|
|
|