定制 fresh-advance/oxid-per-line-vat 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

fresh-advance/oxid-per-line-vat

最新稳定版本:v1.0.0

Composer 安装命令:

composer require fresh-advance/oxid-per-line-vat

包简介

Changing how OXID default VAT calculation works - VAT is calculated per line item, not on the total sum.

README 文档

README

Development Latest Version PHP Version

Limitations

  • Tested with:
    • Shop 7.1 - PHP 8.1, 8.2, MySQL 5.7 and 8.0

Branch compatibility

  • Branch b-7.1.x is compatible with OXID Shop compilation 7.1.0 and up

Note: Not all latest features are available in the older branches.

Installation

Module is available on packagist and installable via composer

composer require fresh-advance/oxid-per-line-vat:1.0

Development installation

To be able running the tests and other preconfigured quality tools, please install the module as a root package.

The next section shows how to install the module as a root package by using the Fresh Advance Development Base.

In case of different environment usage, please adjust by your own needs.

Development installation on Fresh Advance Development Base

The installation instructions below are shown for the current Fresh Advance Development Base for shop 7.0. Make sure your system meets the requirements of the Development Base.

  1. Ensure all docker containers are down to avoid port conflicts

  2. Clone the SDK for the new project

echo MyProject && git clone https://github.com/Fresh-Advance/development.git $_ && cd $_
  1. Clone the repository to the source directory
git clone --recurse-submodules https://github.com/Fresh-Advance/OXID-Per-Line-VAT.git --branch=b-7.1.x ./source
  1. Run the recipe to setup the development environment
./source/recipes/setup-development.sh

You should be able to access the shop with http://localhost.local and the admin panel with http://localhost.local/admin (credentials: noreply@oxid-esales.com / admin)

Running the tests and quality tools

Check the "scripts" section in the composer.json file for the available commands. Those commands can be executed by connecting to the php container and running the command from there, example:

make php
composer tests-coverage

Commands can be also triggered directly on the container with docker compose, example:

docker compose exec -T php composer tests-coverage

License

Please make sure you checked the License before using the module.

统计信息

  • 总下载量: 2
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: mit
  • 更新时间: 2025-10-09