How should I treat a billing email?
Posted: Thu Aug 12, 2010 9:16 pm
This is mostly a database design question but since I'm using Seedcode I thought I'd ask here.
We email virtually all our invoices and monthly statements as pdfs. They seem to have a strange habit of going unpaid if they don't reach the right person
Some companies use a generic address like mail@ or accounts@, some companies use the email account that belongs to a contact like eric@, glenda@
My potential solutions are;
1. add a billing email address to the Companies table
2. add a tag to the accounts contact
Because our accounting is not handled by Seedcode I like to have the billing email print on our hard copy project sheets. It helps keep that vital piece of information synchronised between the accounts desk and the coal face. This is easy to achieve using solution 1, but the Companies table is so minimal I'm reluctant to add any unnecessary detail if I don't have to.
I actually haven't begun to think how it might work with solution 2.
Perhaps there's another solution I haven't thought of...
We email virtually all our invoices and monthly statements as pdfs. They seem to have a strange habit of going unpaid if they don't reach the right person
Some companies use a generic address like mail@ or accounts@, some companies use the email account that belongs to a contact like eric@, glenda@
My potential solutions are;
1. add a billing email address to the Companies table
2. add a tag to the accounts contact
Because our accounting is not handled by Seedcode I like to have the billing email print on our hard copy project sheets. It helps keep that vital piece of information synchronised between the accounts desk and the coal face. This is easy to achieve using solution 1, but the Companies table is so minimal I'm reluctant to add any unnecessary detail if I don't have to.
I actually haven't begun to think how it might work with solution 2.
Perhaps there's another solution I haven't thought of...