westnetz / rechnung

File based contract and invoice management system.
https://rechnung.readthedocs.io
7 stars 3 forks source link

Remove {slug} from contracts #37

Open olf42 opened 5 years ago

olf42 commented 5 years ago

Contracts have a unique identifier (cid) and can be identified better by giving the name or email address of the other party. Therefore I propose to remove the slug property from the contracts.

olf42 commented 5 years ago

Furthermore: If no slug is set, print-contracts will print unknown. If this is a property used to distiguish contracts in this view, a different property should be used.

aparcar commented 5 years ago

I like the idea of having a slug or nick which is easier to remember than a long number...

olf42 commented 5 years ago

Good point. How do we ensure that it's unique?