bytecode0101 / uCRM

A micro CRM
5 stars 3 forks source link

Confirm Order #6

Open NicoletaStroescu opened 9 years ago

NicoletaStroescu commented 9 years ago

Actors: Client, Seller As a Seller I would like to confirm the order to the customer so that the Client will be sure that the product will be delivered As a Seller I would like to reject the order so that the Client will know there are issues As a Seller I would like to send an email to the customer with the confirmation so that he will have the assuranc that the request has confirmed As a Seller I would like to send an email to the customer with the rejection so that he will know waht is the issue

acceptance criteria: If the product is in stock then the order need to be automatically confirmed and an email with the confirmation to be sent to the Client If the product is not in stock then the order need to be automatically rejected and an email with the rejection needfs to be sent to the Client