thelia / colissimo-label-module
Installs: 1 756
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 7
Forks: 15
Open Issues: 3
Type:thelia-module
Requires
- ext-zip: *
- thelia/installer: ~1.1
This package is auto-updated.
Last update: 2024-10-23 15:54:07 UTC
README
Allows you to generate labels for orders passed with ColissimoHomeDelivery and ColissimoPickupPoint.
Installation
Manually
- Copy the module into
<thelia_root>/local/modules/
directory and be sure that the name of the module is ReadmeTest. - Activate it in your thelia administration panel
Composer
Add it in your main thelia composer.json file
composer require thelia/colissimo-label-module:~2.0.1
Usage
Activating the module will add a button "ColissimoLabel" tor your left toolbar. Clicking it will redirect you to the module page, which has 3 tabs.
- Bordereau tab : Allows you to generate a bordereau for every label generated since the last time you made a bordereau
- Label tab : Shows you the list of not sent orders, allowing you to generate labels for them, or to view ones that already exists
- Configuration tab : Lets you configure your module
The module also includes a new part to the delivery tab of the order edit page, allowing you to see every label created for this order, as well as create new ones.
Hook
-
order.edit-js : This hook is used to add a label list and label generation interface to the order edit page.
-
main.in-top-menu-items : Adds a button that redirects to the module page, in the left toolbar
Loop
If your module declare one or more loop, describe them here like this :
[colissimolabel.label-info]
Input arguments
Output arguments
[colissimolabel.orders-not-sent]
Input arguments
Output arguments
Same as an order loop, but only order that weren't sent or cancelled and that are paid for will be searched for.
Other ?
If you have other think to put, feel free to complete your readme as you want.