yawik/orders

This module adds a billing address to the job posting entering wizard .

Maintainers

Details

github.com/yawik/Orders

Source

Issues

Installs: 4 082

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 8

Type:yawik-module

v0.5.1 2020-12-30 17:44 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:

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 git@github.com: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