yawik / orders
This module adds a billing address to the job posting entering wizard .
Installs: 4 083
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 8
Type:yawik-module
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
- dev-master
- dev-develop / 0.32.x-dev
- v0.5.1
- v0.5.0
- v0.4.3
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.2
- v0.3.1
- v0.3
- v0.2.1
- v0.2
- v0.1
- v0.0.1
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/qs-6.11.0
- dev-dependabot/npm_and_yarn/grunt-1.5.3
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/composer/laminas/laminas-http-2.14.3
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/websocket-extensions-0.1.4
- dev-migrate-to-lamina
- dev-travis-fix
This package is auto-updated.
Last update: 2024-11-07 10:16:55 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