facturation: rejection of invoice from invoicing detail view (fixes #2062).
Add a boolean field to Invoice to mark rejected invoices. Require ./manage.py migrate facturation
Add a button that rejects an invoice. Each act of the invoice is marked not billed and not cared. The invoice is marked rejected.
facturation: rejection of invoice from invoicing detail view (fixes #2062).