Emanuel Danci
Emanuel Danci
Check https://github.com/PressLabs/silver/blob/master/silver/api/views.py#L186
How many days will the proforma be valid after being issued.
Once an invoice/proforma is issued, don't delete its corresponding PDF, just rename it to something like `INV...-deleted.pdf`. This will prevent complete data loss if an invoice/proforma is deleted by mistake.
Add the details about the states of the subscriptions that should be billed. It will make it easier to change the code and the tests if the cases are clearly...
Right now most of the tests for the `docs_generator` command check only the values of the document entries. The tests should check the dates of the entries too.