dragotin / kraft

Kraft helps to handle your daily quotes and invoices in your small business.
http://volle-kraft-voraus.de
GNU General Public License v2.0
55 stars 17 forks source link

Feature Request: Another marker on invoices. "Paid in full" #193

Open noseshimself opened 1 year ago

noseshimself commented 1 year ago

Could we get a new tag/boolean value on invoices to mark them as paid?

And after that a list of all documents of (the same type) showing creation date, recipient, total and paid/not paid?

dragotin commented 1 year ago

No, a bool for payment is not enough. I am actually thinking of a series of states a document can be in, ie. draft, finalized (with an doc id from the series), sent-out (to the customer), paid, rejected, obsoleted etc.

Obviously this kind of little workflow states have to be different per document type (ie. offers are not paid)

My plan is to build that with the XML based docs.

noseshimself commented 1 year ago

If someone pays for an offer I'll take the money and run. But see #194.