bytecode0101 / uCRM

A micro CRM
5 stars 3 forks source link

Invoicing (Proforma) #8

Open NicoletaStroescu opened 9 years ago

NicoletaStroescu commented 9 years ago

Actors: Client, Seller, ShopManager As a Seller I would like to generate an invoice so that I could send it to the customer As a Seller I would like to search an invoice so that I could give it to the accounting team As a ShopManager I would like to be notified whenever a ivoice is generated

NicoletaStroescu commented 9 years ago

acceptance criteria: Have an invoive generated automatically when a purchase is performed Have the visible option to send that invoice to the customer ( that is by default checked ) Have a history of invoices that is searchable Notify the ShopManager that an invoice was generated via email

cristianpx commented 9 years ago

As a SELLER i want to be able to SEND INVOICES in order to allow CLIENTS to make payments.

when there is an invoice created, SELLER needs the option to send it to client by e-mail.

acceptance criteria:

option to list created invoices with status (created but but not sent, sent, payment received) as well as time of sending(if sent), time of receiving payment(if payment done) and have a button to send invoice and another button to add an alternate e-mail address ofthe client. list shouldbe displayed correctly andbuttons should work as intended