473,769 Members | 2,365 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Late Payment For Work

I have just experienced my first late paying client. By "late" I mean
that the invoice is now almost 2 months overdue. I don't think that
the client is maliciously withholding payment - rather there has been
an unfortunate series of events which has delayed the payment. The
bottom line for a small time developer is still the same however. I am
confident that I will receive payment for the invoice eventually but
it is now a case of "once bitten twice shy".

I am interested in what measures others employ to avoid or deal with
this situation, short of asking for payment up front which I don't
think would go over too well with most clients.

One method that I have thought of would be to include a "late payment"
clause in the initial quote which spells out that if payment is more
than x weeks overdue, data entry functionality for the database would
no longer be available.

This could be achieved by hard coding a preset date after which a
critical data entry form would be deleted. If payment is received in
a timely manner, an updated file would be sent to the client before
any disruption to business occurred. Deleting this critical form would
stop the client resetting there computer clock after the fact, thereby
restoring data entry functionality.

Of course this wouldn' t stop them resetting the computer clock before
the expiry date and maintaining data entry functionality, but if I
thought that they were going to be that dodgy I wouldn't deal with
them in the first place.

I'm interested in other people's thoughts on the subject.

Feb 9 '07 #1
13 2482
Wayne wrote:
I have just experienced my first late paying client. By "late" I mean
that the invoice is now almost 2 months overdue. I don't think that
the client is maliciously withholding payment - rather there has been
an unfortunate series of events which has delayed the payment. The
bottom line for a small time developer is still the same however. I am
confident that I will receive payment for the invoice eventually but
it is now a case of "once bitten twice shy".
Did you write this for a large or small company? If small, you should
be able to interact with the owner of the company or someone to expedite
the payment.
I am interested in what measures others employ to avoid or deal with
this situation, short of asking for payment up front which I don't
think would go over too well with most clients.
I doubt you'll find many companies that will pay prior to work being done.
One method that I have thought of would be to include a "late payment"
clause in the initial quote which spells out that if payment is more
than x weeks overdue, data entry functionality for the database would
no longer be available.
Putting "bombs" in code seems so uncool.

There is a reason for the delay in payment. You haven't given any
reasons beyond "there has been an unfortunate series of events which has
delayed the payment". But there is a reason. Perhaps the company is
strapped for cash and your bill is a bit larger than expected. Maybe
you could negotiate for payments in 2 chunks instead of one.

If you aren't dealing with the owner, you are dealing with a project
manager. You need to bump it up to the next level...his superior.

Not knowing your situation, I think you need to find someone in the
company that can act on your behalf to get things moving.
This could be achieved by hard coding a preset date after which a
critical data entry form would be deleted. If payment is received in
a timely manner, an updated file would be sent to the client before
any disruption to business occurred. Deleting this critical form would
stop the client resetting there computer clock after the fact, thereby
restoring data entry functionality.

Of course this wouldn' t stop them resetting the computer clock before
the expiry date and maintaining data entry functionality, but if I
thought that they were going to be that dodgy I wouldn't deal with
them in the first place.

I'm interested in other people's thoughts on the subject.
Feb 9 '07 #2
<snip>
>One method that I have thought of would be to include a "late payment"
clause in the initial quote which spells out that if payment is more
than x weeks overdue, data entry functionality for the database would
no longer be available.

Putting "bombs" in code seems so uncool.

There is a reason for the delay in payment. You haven't given any reasons
beyond "there has been an unfortunate series of events which has delayed
the payment". But there is a reason. Perhaps the company is strapped for
cash and your bill is a bit larger than expected. Maybe you could
negotiate for payments in 2 chunks instead of one.
If you start giving concessions on payment terms you are going down a
slippery slope. Developers are not banks, we should not be expected to give
credit. If the customer is strapped for cash, that is his problem. They
shouldn't order stuff if they can't pay for it on time. They are probably
not buying the software to sell it on; the money they owe is not tied-in to
them getting a check from someone else. If they don't have the money to pay
you because of "bad luck", then as far as I am concerned they are screwing
you over, they have gambled with your livelihood. They are out of order.

Unless you like the client on a personal level and trust him or can be sure
that maintaining a good relationship will ensure future work I would start
pressing for payment.

I have been knocked before so now I always ask for a third up front, a third
on delivery of the first beta and only then do I give the client thirty days
"credit" to pay the final third after the system is in place. I also charge
a to put a proposal together. All of this is negotiable, but that is my
starting point.

Don't sell yourself short. I got out of the printing industry because every
printer tries to undercut their neighbour, thus encouraging the print buyers
to screw them down even further. I have seen so many print firms go bankrupt
because of this. Competitors should look out for one another but still
maintain a healthy competition. We shouldn't strive to be the cheapest or
the quickest; we should strive to be the best we can be. Ultimately the
market will benefit from that ethos over all others. You services are of
great value, don't allow them to be arbitrarily borrowed by unorganised or
unethical customers.

There should be law in place that states that you can not receive credit on
capital expenditure, that would stop all this nonsense.

No one would ask for credit when buying a car or a house; if you don't have
the cash you get a loan to buy these things...polite ly tell the customer to
take his problems to the bank, not you.
Rant over.

:O)

Paul

Feb 9 '07 #3

"Wayne" <cq*******@volc anomail.comschr eef in bericht news:11******** *************@a 75g2000cwd.goog legroups.com...
>I have just experienced my first late paying client. By "late" I mean
that the invoice is now almost 2 months overdue. I don't think that
the client is maliciously withholding payment - rather there has been
an unfortunate series of events which has delayed the payment. The
bottom line for a small time developer is still the same however. I am
confident that I will receive payment for the invoice eventually but
it is now a case of "once bitten twice shy".

I am interested in what measures others employ to avoid or deal with
this situation, short of asking for payment up front which I don't
think would go over too well with most clients.

One method that I have thought of would be to include a "late payment"
clause in the initial quote which spells out that if payment is more
than x weeks overdue, data entry functionality for the database would
no longer be available.

This could be achieved by hard coding a preset date after which a
critical data entry form would be deleted. If payment is received in
a timely manner, an updated file would be sent to the client before
any disruption to business occurred. Deleting this critical form would
stop the client resetting there computer clock after the fact, thereby
restoring data entry functionality.

Of course this wouldn' t stop them resetting the computer clock before
the expiry date and maintaining data entry functionality, but if I
thought that they were going to be that dodgy I wouldn't deal with
them in the first place.

I'm interested in other people's thoughts on the subject.
I am doing work for relatively small companies.
I always know the person who has to approve the payment.
I know the person that receives my bill.
When payment is late (4 weeks late) I send the invoice again. (It could be lost or forgotten)
If I don't get payed within two weeks after that, I will call them and simply ask "what's the problem?"
This happened only once. Maybe I am lucky.

But: I would advise you to NEVER 'mess' with the databases functionality.
What if the client actually does pay the bill, and you get an accident a day before that...
Time bomb still explodes ??

Arno R

Feb 9 '07 #4
On 8 Feb 2007 23:03:32 -0800, "Wayne" <cq*******@volc anomail.com>
wrote:

Paul is right: you are not a bank, and client should not expect you
can give him credit. Politely ask for payment every week, if possible
in person. Your rates should include a buffer to be able to extend
some credit, and to occasionally get stiffed altogether. Such is life,
and we prepare to the extent possible.
In a slightly larger company like ours, we assess a client's credit
worthiness before signing the contract, and we will adjust payment
terms accordingly. Thus we have some clients that are pre-pay, and
others that get 90 day credit.
We don't give source code unless all bills are paid.
We won't start new work until all past-due invoices are paid.

-Tom.
>I have just experienced my first late paying client. By "late" I mean
that the invoice is now almost 2 months overdue. I don't think that
the client is maliciously withholding payment - rather there has been
an unfortunate series of events which has delayed the payment. The
bottom line for a small time developer is still the same however. I am
confident that I will receive payment for the invoice eventually but
it is now a case of "once bitten twice shy".

I am interested in what measures others employ to avoid or deal with
this situation, short of asking for payment up front which I don't
think would go over too well with most clients.

One method that I have thought of would be to include a "late payment"
clause in the initial quote which spells out that if payment is more
than x weeks overdue, data entry functionality for the database would
no longer be available.

This could be achieved by hard coding a preset date after which a
critical data entry form would be deleted. If payment is received in
a timely manner, an updated file would be sent to the client before
any disruption to business occurred. Deleting this critical form would
stop the client resetting there computer clock after the fact, thereby
restoring data entry functionality.

Of course this wouldn' t stop them resetting the computer clock before
the expiry date and maintaining data entry functionality, but if I
thought that they were going to be that dodgy I wouldn't deal with
them in the first place.

I'm interested in other people's thoughts on the subject.
Feb 9 '07 #5
Paul H wrote:
<snip>
>>>One method that I have thought of would be to include a "late payment"
clause in the initial quote which spells out that if payment is more
than x weeks overdue, data entry functionality for the database would
no longer be available.

Putting "bombs" in code seems so uncool.

There is a reason for the delay in payment. You haven't given any reasons
beyond "there has been an unfortunate series of events which has delayed
the payment". But there is a reason. Perhaps the company is strapped for
cash and your bill is a bit larger than expected. Maybe you could
negotiate for payments in 2 chunks instead of one.

If you start giving concessions on payment terms you are going down a
slippery slope. Developers are not banks, we should not be expected to give
credit. If the customer is strapped for cash, that is his problem. They
shouldn't order stuff if they can't pay for it on time. They are probably
not buying the software to sell it on; the money they owe is not tied-in to
them getting a check from someone else. If they don't have the money to pay
you because of "bad luck", then as far as I am concerned they are screwing
you over, they have gambled with your livelihood. They are out of order.
See, I don't know who is not paying him. It could be a good
aquaintance, a large company, or medium. Going after payment with a
Ford or GM and getting them to move on something might be like moving a
snowball up the hill. If a small company, you should be able to talk
to someone in authority.

We don't know the reasons for non-payment. Was the invoice sent late?
Some companies have some rules that all invoices must be recieved by a
certain date. Were there disputes on the invoice? Did the person that
writes checks die? We only know "there has been an unfortunate series
of events which has delayed the payment". And there are two sides to a
story.

The person should be paid for his work. I disagree with putting in time
bombs. I would not compromise on the pay, but would on payment options,
if I weren't getting paid. I would never put a bomb in a program on the
off chance a person isn't going to pay up. Maybe you would, but I wouldn't.

If he isn't getting paid, he needs to work on getting paid. And, in my
opinion, that means changing the rules to get paid, then so be it. In
the post, the originator said he expects to be paid. So that's not the
problem, its the time in getting the check to him for work performed.
Unless you like the client on a personal level and trust him or can be sure
that maintaining a good relationship will ensure future work I would start
pressing for payment.

I have been knocked before so now I always ask for a third up front, a third
on delivery of the first beta and only then do I give the client thirty days
"credit" to pay the final third after the system is in place. I also charge
a to put a proposal together. All of this is negotiable, but that is my
starting point.

Don't sell yourself short. I got out of the printing industry because every
printer tries to undercut their neighbour, thus encouraging the print buyers
to screw them down even further. I have seen so many print firms go bankrupt
because of this. Competitors should look out for one another but still
maintain a healthy competition. We shouldn't strive to be the cheapest or
the quickest; we should strive to be the best we can be. Ultimately the
market will benefit from that ethos over all others. You services are of
great value, don't allow them to be arbitrarily borrowed by unorganised or
unethical customers.

There should be law in place that states that you can not receive credit on
capital expenditure, that would stop all this nonsense.

No one would ask for credit when buying a car or a house; if you don't have
the cash you get a loan to buy these things...polite ly tell the customer to
take his problems to the bank, not you.
Rant over.

:O)

Paul


Feb 9 '07 #6

<snip>
The person should be paid for his work. I disagree with putting in time
bombs. I would not compromise on the pay, but would on payment options,
if I weren't getting paid. I would never put a bomb in a program on the
off chance a person isn't going to pay up. Maybe you would, but I
wouldn't.
Bombs are fine as long as they are clearly explained well in advance to the
client. I put a bomb in a db recently and explained why to the client (they
were a new start up company), they where perfectly amicable about it.

I agree that a "secret" bomb is not good business, neither is late payment.

Paul
Feb 9 '07 #7
salad wrote:
The person should be paid for his work. I disagree with putting in time
bombs. I would not compromise on the pay, but would on payment options,
if I weren't getting paid. I would never put a bomb in a program on the
off chance a person isn't going to pay up. Maybe you would, but I
wouldn't.
I agree, that's gross.

--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Be Careful, Big Bird!" - Ditto "TIM-MAY!!" - Me
Feb 9 '07 #8
Thanks for all the feedback. The "unfortunat e series of events" goes
something like this: the safety manager that I did the work for who
needed to sign off on the invoice went on leave and apparently no-one
else could sign it. When he eventually signed it, the invoice then
got bogged down in the accounts department waiting for the cheque to
be raised. After the cheque was raised, the general manager needed to
sign it and he was unavailable for a period of time.

The company is a medium sized mining company that I have dealt with
before. The last time I did work for them, payment was a few weeks
late, but nowhere near as late as this time. Their system for paying
suppliers like myself that aren't regular suppliers seems to be very
slow and convuluted. I have a good relationship with the safety
manager over the telephone and he seems to be as unhappy as I am that
I have not been paid yet and seems to be embarrassed by the fact.

The main thrust of my original post was not to get advice on how to
secure payment because I am confident that payment will be forthcoming
in the next couple of weeks. This isn't a fly by night company and
they aren't about to go bust in the next couple of weeks. This
situation has been unexpected and my main question was how to avoid a
similar situation in the future with other clients.

I know that time bombing an application is uncool, but having an
invoice that is almost 2 months overdue is also uncool and
unacceptable as well. My original suggestion was not to secretly time
bomb an application but to spell it out in black and white in the
original quote that if payment is more than so many weeks late
critical database functionality will cease. Paul H seems to have done
this successfully, and if the client has a problem with it, then it
can be negotiated before the quote is accepted.

I am sure that I have read on this forum before (but can't find the
posts now) about how other developers have similar procedures in place
to ensure that payment is forthcoming before a fully functional
application is handed over to the client. It may not have involved a
time bomb, but from memory, the outcome was the same.

Feb 9 '07 #9
I have not generally had to do this, but a few times have "encouraged prompt
payment" by setting a higher rate, and giving a significant discount for
very prompt payment, a lesser discount for normally prompt payment, no
discount for slightly late payment, and an X% per month penalty for any
later payment.

On the other hand, I recently had a client that prided themselves on prompt
payment. If the invoice was submitted by Thursday, the check would be mailed
on Monday (barring holidays or catastrophe). Needless to say, they didn't
have any trouble finding contractors to work for them.

Larry Linson
Microsoft Access MVP

"Wayne" <cq*******@volc anomail.comwrot e in message
news:11******** **************@ s48g2000cws.goo glegroups.com.. .
Thanks for all the feedback. The "unfortunat e series of events" goes
something like this: the safety manager that I did the work for who
needed to sign off on the invoice went on leave and apparently no-one
else could sign it. When he eventually signed it, the invoice then
got bogged down in the accounts department waiting for the cheque to
be raised. After the cheque was raised, the general manager needed to
sign it and he was unavailable for a period of time.

The company is a medium sized mining company that I have dealt with
before. The last time I did work for them, payment was a few weeks
late, but nowhere near as late as this time. Their system for paying
suppliers like myself that aren't regular suppliers seems to be very
slow and convuluted. I have a good relationship with the safety
manager over the telephone and he seems to be as unhappy as I am that
I have not been paid yet and seems to be embarrassed by the fact.

The main thrust of my original post was not to get advice on how to
secure payment because I am confident that payment will be forthcoming
in the next couple of weeks. This isn't a fly by night company and
they aren't about to go bust in the next couple of weeks. This
situation has been unexpected and my main question was how to avoid a
similar situation in the future with other clients.

I know that time bombing an application is uncool, but having an
invoice that is almost 2 months overdue is also uncool and
unacceptable as well. My original suggestion was not to secretly time
bomb an application but to spell it out in black and white in the
original quote that if payment is more than so many weeks late
critical database functionality will cease. Paul H seems to have done
this successfully, and if the client has a problem with it, then it
can be negotiated before the quote is accepted.

I am sure that I have read on this forum before (but can't find the
posts now) about how other developers have similar procedures in place
to ensure that payment is forthcoming before a fully functional
application is handed over to the client. It may not have involved a
time bomb, but from memory, the outcome was the same.

Feb 10 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
2462
by: Eric | last post by:
Hi all, What would be the best way to add a credit card (and maybe also other systems) payment option to my php website shop? Is this something that can be done by a regular developer like me? And if so where can i find information on how to do this. Or is it customary/best to let a specialised company handle the actual payment part of the transaction. And if so what can i expect to pay to
2
2815
by: Karen | last post by:
I inserted this statement and it worked great for the customers that have no payment history, but for the customers that have a history and an open invoice, it still used today's date in the mix and came back with screwy math. For instance, a customer who actually has an average payment of 20 days and has an open invoice 12 days old was calculated at an average of 102 days.... I'm fuzzy, but not that fuzzy! How do I tell Access to only...
3
6702
by: cameron | last post by:
Hi I am new here in this forum: I am writing a C++ program to calculate a Montly Mortgage Payment where the loan amount is 200,000.00 with a 5.75% interest rate with a term of 30 years. My program compiles fine with no errors but my calculation is not working correctly, any suggestions would be great as this assignment is due on Monday: //******************************************************* //Program: Calculations Payments //Purpose: To...
3
1664
by: davidhumphrey70 | last post by:
Hi, I am in serious need of some help PLEASE? I have a 4 tables (April data, May data, June data and July data) with numerous fields. Each of the tables has its own "Passed for payment to date" field. In a query I am trying to calculate the "Total passed for payment" which will be the sum of the "Passed for payment" fields taken from
3
2170
by: Jano | last post by:
Hi - Happy New Year! I have a web-site which accepted paypal payment for membership. No-one's buying so I want to make it free. The page which inputs the member details into the database needs verification, and I want to bypass the verification, but I can't figure it out. Can anyone help. - I have pasted the script below. Many thanks, Jano <? include("header.php"); ?> <? // read the post from PayPal system and add 'cmd' $req =...
1
1624
by: suresh_nsnguys | last post by:
Hi guys, i am having this logic regarding payment after usage functionality for my application in my mind. when user login to my application , The popup windiow will be displayed with paypal button asking user to pay for last month usage with 2 button 'paynow' and 'Remind me' later. when user click 'paynow' button,he will be redirected to paypal for making payment.when user click 'Remind me'.i will remind him when user login next...
1
2704
by: myemail.an | last post by:
Hi all, I am a novice to Access, and was wondering if I could get some help on a problem I can't solve. I have a database with customer payments, structured like this: customer code type of payment date of payment payment amount
8
2059
by: gnewsgroup | last post by:
I have never done anything involving handling credit card payment online. I searched this forum a little bit, and found a few related questions. But, I am still not clear how the solutions they talked about work. I do NOT want my users to go to another domain (either through a popup window or not) to make the payment and redirected back to my web site, because this does not sound professional. In other words, I would like to handle...
0
1830
by: Mrs Scilla Madlin | last post by:
This is to officially inform you that we have verified your contract/inheritance file presently on my desk, and I found out that you have not fulfilling the obligations giving to you in respect to your contract payment. Secondly, you are hereby advised to stop dealing with some non-officials in the bank as this is an illegal act and will have to stop if you so wish to receive your payment immediately. After the Board of director's...
0
9423
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10210
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10043
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9990
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7406
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6672
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
3956
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3561
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2814
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.