27 Zeilen
625 B
Markdown
27 Zeilen
625 B
Markdown
# Installation Module for Oxid eShop 6.1 - 6.5
|
|
|
|
## Composer
|
|
composer require d3/xrechnung4oxid:dev-rel_1.0
|
|
|
|
## Database
|
|
modify table oxorder:
|
|
ALTER TABLE `oxorder` ADD COLUMN `D3LEITWEGID` VARCHAR(25) NOT NULL COMMENT 'xRechnung'
|
|
ALTER TABLE `oxorder` ADD COLUMN `D3BTFIELDS` VARCHAR(255) 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
|
|
|
|
|