Skip to content
/ Orders Public

Adds a billing address to the job posting entering wizard

License

Notifications You must be signed in to change notification settings

yawik/Orders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bdf6742 · Jan 6, 2021

History

95 Commits
Oct 23, 2018
Nov 5, 2018
Feb 18, 2020
Jan 6, 2021
Oct 23, 2018
Oct 13, 2017
Feb 26, 2017
Dec 30, 2020
Feb 19, 2020
Oct 29, 2018
Oct 23, 2018
Nov 27, 2018
Feb 19, 2020
Feb 18, 2020
Oct 29, 2018
Feb 26, 2017
Jan 6, 2021
Nov 10, 2018
Dec 13, 2020
Dec 13, 2020
Jan 6, 2021
Dec 13, 2020
Feb 18, 2020
Nov 10, 2018

Repository files navigation

Orders

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:

Build Status Coverage 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

  1. Clone project
$ git clone [email protected]:yawik/Orders.git /path/to/orders 
  1. Install dependencies:
$ composer install
  1. Run PHPUnit Tests
$ ./vendor/bin/phpunit
  1. 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