yawik / orders
This package is abandoned and no longer maintained.
No replacement package was suggested.
This module adds a billing address to the job posting entering wizard .
v0.5.1
2020-12-30 17:44 UTC
Requires
- yawik/applications: ^0.35
- yawik/auth: ^0.35
- yawik/core: ^0.35
- yawik/cv: ^0.35
- yawik/jobs: ^0.35
- yawik/settings: ^0.35
Requires (Dev)
- cross-solution/phpunit-utils: ^2.0
- phpunit/phpunit: ^8.2.3
- yawik/behat: ~0.32@dev
This package is auto-updated.
Last update: 2025-08-07 11:58:09 UTC
README
This modules injects a form with a billing address into to wizard entering a job posting. In addition admins can export orders as a csv via the command line.
Build status:
Requirements
running YAWIK
Installation
Using composer
composer require yawik/orders
Documentation
Documentation is build via:
mkdocs gh-deploy --remote-branch gh-pages
https://yawik.github.io/Orders/
Development
- Clone project
$ git clone git@github.com:yawik/Orders.git /path/to/orders
- Install dependencies:
$ composer install
- Run PHPUnit Tests
$ ./vendor/bin/phpunit
- Run Behat Tests
# start selenium $ composer run start-selenium --timeout=0 # start php server $ composer run serve --timeout=0 # run behat $ ./vendor/bin/behat
Licence
MIT