vote up 3 vote down star

hi,

my customer is really cool. requirements are changing during software development and on the other side he overlooked my Invoices and a payment reminder.

the msi include a licence agreement->invoices are to pay within 30 days - the invoice itself shows also 30 days. (in my country in Europe it is usual to pay within 14 days - well, IMHO 30 days are more than appropriate. )

my app includes now time synch via NTP, if a enddate will be reached the customer can not use the app because the Ribbon has the Hidden proberty for IsVisible. ;) (BTW: Assembly is obfuscated and if NTP fails(e.g. no internet connection) the Ribbon will be hidden)

the remainig time (of the licence app) will be display in the (WPF)InfoWindow(via Help/About) and in the last 7 days in a MessageBox at application startup.

i guess he will going nuts and then he will try to contact me. e.g. 'what is the problem ?' or another belittling phrases. ;)

btw: calling the customer via mobile does not work out. answers: Currently I'am in Hungary - Please call me next week. Or he is on lunch or he is in a meeting.

your experiences with customers ??

please do not care too much about my 'english' - thanks. btw: Stackoverflow is really cool. :) i love it.

the idea about locking my software was some years in my mind since i saw a cool movie which includes actress Bridget Fonda - Single White Female (1992)

kind regards, jeff

flag

60% accept rate
1  
not related to programming – abmv Jul 12 at 8:10
1  
rubbish! Many the business aspect of programming is valid question. – Preet Sangha Jul 12 at 8:18
1  
Not a programming question. This is a business management question. – wlashell Jul 12 at 8:23
@Preet Sangha : yes they are valid, but they are not programming related. Not to mention subjective. Hence the tag I gave. – andyk Jul 12 at 8:26

closed as not programming related by John Topley, Neil Butterworth, David, skaffman, JB King Jul 13 at 1:12

7 Answers

vote up 9 vote down check

Hi Jeff,

The normal in the UK as far as I'm aware is to issue an invoice and allow the company in question up to 30 days to pay. After the 30 days you are within your rights to halt/terminate service. I would wait the 30 days, then give two reminders- one at the the 37th day and one at the 45th day. (Meaning you have given 45 days in total). I would then halt service until the your client has paid in full.

It might be scary, as you might think you will lose work, or their respect, but I'm afraid respect doesn't pay the bills. Be polite but firm with your client, and remember what it would be like if the boot was on the other foot (i.e. if you had not paid them for a service, how would they react?).

Hope that helps.

link|flag
1  
having done this - it takes nerve! – Preet Sangha Jul 12 at 8:21
vote up 3 vote down

The easiest way to ensure payment for your work is to use a service similar to GetAfreelancer, elance, etc. They have what is called an escrow payment. This is where your client give the pre-arranged payment to the third party to hold. You then complete the work and turn over your software to the customer. The customer can then choose to release the payment or complain about your work. Ultimately though they will not be able to just take back their money without proving that you somehow broke an agreement. This is a very safe way to perform software development. This also proves to you that the money that was agreed upon is there as they have to put it up before you start working on what ever the project is.

While I like the idea of the hidden ribbon concept you should be careful with this approach. I don't know what the legal ramifications are of disabling an entire application when a customer owes you $100 for an About screen tweak to graphics or some other modification. The key to software built in phases is that the customer has paid you for a service (writing code) and what ever they have paid you for is technically theirs. You would need some form of a "service agreement" that the customer is aware of and signed that says "if you are behind on payments after 30 days...your software product will be rendered non-operable". Something to that effect. Otherwise you might render the customers business some form of harm...which you might be ultimately liable for.

Great concept though. I know that I have thought of implementing something of this nature several times. I just tend to stop working for people that don't pay though! There is so much work out there why would you want to do work for someone that has a tendency to not value your effort? A nice approach is to tell the customer that if you miss X amount of payments that you will not work them any longer.

Also, regarding your communications for payment reminders...make sure that they are sent via "registered mail". This ensures that the client has received the letter and will stand up in court.

link|flag
vote up 7 vote down

I usually have in my contract a clause about interest accruing if the payment is late. I rarely (never?) actually charge the interest, but it sometimes helps sending a new invoice for the interest with the statement showing the overdue bills.

Oh -- and an email telling how we unfortunately can't continue the work if the invoices aren't paid promptly also helps.

(Generally my slow-to-pay clients are big corporations that just have slow accounting procedures rather than malicious clients though).

Good luck; I hope you get your money! In either case: It sounds like it's time to get a new client!

link|flag
vote up 1 vote down

Caveat: Distraction ahead...
Maybe you need the Godfather way,

Make him an offer he can't refuse ;-)
(this phrase is way out of context here -- do not misinterpret it, but, read on)


On a more serious note,
Good customers are also those that complete contracts properly.
It makes no sense to continue with a 'good' client that does not pay your bills;
Unless, the customer is in some way helping your marketing.
Without returns, you are burning resources towards a waste.
It would be better killing such a contract.

If he really wants your stuff, he will pay (or the contract/software self-destructs).

link|flag
vote up 1 vote down

hi,

i was trying to check every answer, but there can be only one answer checked. the enddate of the developement is early August (a stable beta) and in august i can send a second reminder. the app licence date will be setted to September. if he does not pay i have learned a little bit more about humans(especially CEO of a 'small' company). the hint 'which you might be ultimately liable for.' was me also given by my doctoral adviser.

thanks to all - great answers

link|flag
1  
FYI, the accepted practice on StackOverflow is to edit your original question to provide additional information rather than posting replies to it. – Dave Sherohman Jul 12 at 9:43
vote up 0 vote down

Godfather are very good movies. currently i think the most work is done. after migration to the new database structure there are not able to work with the old application. this gives me the power to force him in September to pay or he is going to some technical problems without myself - in my licence agreement is an option about 'you do not have to use the app if not all invoices are paid'. of course they are able to contact a lawyer, but hopefully he is going to pay in August if he can see the gui - he already got some pre-alphas to play with them to motivate him a little bit.

link|flag
vote up 0 vote down

First off, I really don't like your current approach. I disagree with anything which requires obfuscating code delivered to your clients on general principle - if you produced it under contract to them, then they own it unless the contract says otherwise, or at least they will once they've paid, and I do not believe that it's right to deny them the ability to take it elsewhere for further development if they choose to stop working with you at some point in the future. Also keep in mind that this makes it more difficult for you to drop them as a client if they continue having payment problems, since you've taken deliberate steps to ensure that, if you stop working for them, they're screwed. Retain customers by providing good service, not by planting bombs that only you can defuse.

Beyond that, given the current legal climate in much of the world regarding "hacking", there's a very real chance that you could find yourself in legal trouble for using any such scheme, as few courts will recognize a difference between what you're doing and actively breaking into their computers to manually disable the software. I don't know about Hungary, but I suspect that a skilled lawyer in the US could probably even find a way to spin your methods into a "terrorism" charge.

The final issue I have with your approach is that a loss of network connectivity will also kill off your application. If it's an online application or something similar which inherently requires connectivity to operate, then losing their connection will kill it anyhow without requiring any action on your part. If it's something that can reasonably run offline, then you are in the wrong for preventing them from continuing other business activities while waiting for connectivity to be restored.


With all of that out of the way, when I first started working independently, my initial client/former employer had a habit of taking their time to pay, but it always did get paid eventually, so I didn't worry too much about it - right up until they went bankrupt and took four months of unpaid invoices with them. Since then, I have adopted a policy of not performing any work for clients who have invoices more than 30 days past due. I've only had to actually stop work for one client in nearly five years. Pointing out that work on their project will stop unless I'm paid within the next week has proved very effective in the few cases where I've had to do so.

If you're doing web-based development, another popular option is to deploy the code to your own server, where they can test it to their heart's content before paying, then give them their own copy of the code to run on their server only after they've paid.

A third widely-used technique is to require at least partial advance payment. For fixed-cost projects, I've seen a lot of people who require between 25% and 50% of the project cost to be paid before they begin work. Advance payment approaches are less common for hourly work, but there are also a few who will bill for a certain number of hours in advance, then go back to the client for further advance payments as those hours are used. (I'm not quite sure how they manage to avoid over-billing and having paid-but-unused hours left over at the end of the project, though.)

link|flag
i am not from hungary - my customer was there once. the app needs internet connection - an us lawyer would have great problems to deal with the laws in Europe because the are not the same as US laws ;) vice versa - and i am not living in the usa ->(according to) 'terrorism'! – Jeffrey Jul 12 at 17:36

Not the answer you're looking for? Browse other questions tagged or ask your own question.