XRechnung4OXID/README.md
2024-12-20 14:50:41 +01:00

625 B

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

Instruction manual

..

Installation Project for xRechnung

follow instructions https://git.d3data.de/D3Public/xRechnung-Project