To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorInvoicing existing contacts with case insensitivity
In order to be invoiced for the training so that my company or government department can pay for it
As a prospective delegate
I want to be sent an invoice when I sign up to attend an event
- Background
-
- Given
- the invoice is due on 2013-03-10
- And
- the invoice amount is 1.00
- And
- the invoice description is "my fantastic invoice description"
- And
- my first name is "Bob"
- And
- my last name is "Fish"
- And
- my email address is "[email protected]"
- And
- I work for "EXISTING COMPANY INC."
- And
- there is a contact in Xero for "Existing Company Inc."
- Scenarios
-
- invoices are created despite case mismatch
-
- Given
- I have registered for a ticket
- And
- I paid with Paypal
- When
- the attendee invoicer runs
- Then
- an invoice should be raised in Xero against "Existing Company Inc."
Last published about 7 years ago by Tech Team.