add more detailed install description

This commit is contained in:
Markus Gärtner 2024-11-19 12:01:14 +01:00
parent 83360b27b1
commit 03bd2a9815
2 changed files with 18 additions and 7 deletions

View File

@ -1,14 +1,25 @@
### Installation
## Datenbank
ALTER TABLE `oxorder`
ADD COLUMN `D3LEITWEGID` VARCHAR(25) NOT NULL COMMENT 'xRechnung' AFTER `OSC_AMAZON_REMARK`
# Installation Module for Oxid eShop 6.1 - 6.5
## Composer
composer require d3/xrechnung:dev-modules/rel_mod_xrechnung
## Zugangsdaten
Die Zugangdaten hinter https://xrechnung.DOMAIN.TLD/xrechnung.php? entsprechend modifizieren - .env.
## 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB