Download the PHP package mangoweb-sylius/sylius-jezek-duel-plugin without Composer
On this page you can find all versions of the php package mangoweb-sylius/sylius-jezek-duel-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mangoweb-sylius/sylius-jezek-duel-plugin
More information about mangoweb-sylius/sylius-jezek-duel-plugin
Files in mangoweb-sylius/sylius-jezek-duel-plugin
Download mangoweb-sylius/sylius-jezek-duel-plugin
More information about mangoweb-sylius/sylius-jezek-duel-plugin
Files in mangoweb-sylius/sylius-jezek-duel-plugin
Vendor mangoweb-sylius
Package sylius-jezek-duel-plugin
Short Description Jezek duel plugin for Sylius
License MIT
Package sylius-jezek-duel-plugin
Short Description Jezek duel plugin for Sylius
License MIT
Please rate this library. Is it a good library?
Informations about the package sylius-jezek-duel-plugin
Ježek Duel Plugin
Features
Provides integration with Duel accounting software.
- Downloads Sylius orders into Duel
- Updates product data in Sylius
- You can update any product data, by default the plugin updates stock level only. For details see
updateProduct()
method of themango:jezek:update
command. - In combination with the Payment Fee module, it can handle cash on delivery fees (known as "Dobírka" in Czechia and Slovakia) incl. taxes.
Requirements
- Based on how integrations in Ježek Duel work, you will need an FTP account as a storage for XML files which are used for transferring data.
Installation
- Run
$ composer require mangoweb-sylius/sylius-jezek-duel-plugin
. - Register
\MangoSylius\JezekDuelPlugin\MangoSyliusJezekDuelPlugin
in your Kernel. -
Add ftp parameters into config.yml
- Your Entity
Order
has to implement\MangoSylius\JezekDuelPlugin\Model\OrderWithExportedAtInterface
. You can use TraitMangoSylius\JezekDuelPlugin\Model\OrderWithExportedAtTrait
. - Your Entity
ProductVariant
has to implement\MangoSylius\JezekDuelPlugin\Model\ProductVariantWithJezekIdsInterface
. You can use TraitMangoSylius\JezekDuelPlugin\Model\ProductVariantWithJezekIdsTrait
. - Include template
Resources/views/Channel/extendedChannelForm.html.twig
in@SyliusAdmin/Channel/_form.html.twig
.
For guide to use your own entity see Sylius docs - Customizing Models
Usage
- Set up the eshop in Duel
Use "Webový servis" or "eBrána" type. Click "Založit e-shop" in "Agenda" tab (id asked for folder names, keep defaults - "in" and "out"). - Link products
Use Ježek product UID codes as code for products in Sylius or if you use another codes in your Sylius eshop, put Duel's product UID in dedicated product parameter "Ježek ID". You can put mode UIDs (one per line) to connect more Duel products to one Sylius product when selling product bundles. The plugin first checks "Ježek ID" field, if empty, it checks product code to match the product by Ježek UID. For configurable products, there is one "Ježek ID" per variant. You can use the same "Ježek ID" for multiple variants as well as products. - Data handling by Sylius
Setup commands in cron as specified below. Recommended frequency is 5 mins for orders (can be less for busy shops) and one hour for products (if you update products less frequently, use daily sync). - Invoice inbound sync (orders from eshop)
Click "Stažení objednávek z e-shopu" in "Agenda" tab. - Invoice outbound sync (product data to eshop)
Click "Aktualizace dat v e-shopu" in "Agenda" tab.
Commands
-
Export orders to FTP.
- Update products details from FTP.
Development
Usage
- Create symlink from .env.dist to .env or create your own .env file
- Develop your plugin in
/src
- See
bin/
for useful commands
Testing
After your changes you must ensure that the tests are still passing.
-
Easy Coding Standard
- PHPStan
License
This library is under the MIT license.
Credits
Developed by manGoweb.
All versions of sylius-jezek-duel-plugin with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
ext-ftp Version *
ext-simplexml Version *
sylius/sylius Version ^1.2.5
symfony/symfony Version ^4.1
symfony/framework-bundle Version ^4.1
ext-ftp Version *
ext-simplexml Version *
sylius/sylius Version ^1.2.5
symfony/symfony Version ^4.1
symfony/framework-bundle Version ^4.1
The package mangoweb-sylius/sylius-jezek-duel-plugin contains the following files
Loading the files please wait ....