473,781 Members | 2,702 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
13 2484
On Fri, 09 Feb 2007 13:43:03 -0330, Tim Marshall
<TI****@PurpleP andaChasers.Moe rtheriumwrote:
>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.
A little off topic. I had a Canon 6000 printer. I came with some graphics
editing software. The 6000 got old and died. Bought a Canon 850. It came
with software. Wife liked old software better. Install old software. Virus
warning. Don't believe. Install anyway. When Installation was finished hard
drive was wiped out. Partitioned drive. 3 primary each with a different OS. 3
extended for data. ALL gone. Had to do a low level format before could do a
normal format then repartition then use backups to get all OSs and Data back.
Use XXcopy to clone OS. But it still lot of work. Unplug C850. Plug in old
C600. Old software installed without a glitch. That was over kill on Canon's
part. Could simply refuse to install without any explanation why. OK.
Getting tired with Canon products anyhow.

Chuck
--
Feb 10 '07 #11
On Fri, 9 Feb 2007 11:39:09 +0100, "Arno R" <ar***********@ tiscali.nl>
wrote:
>
"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
This is an excellent point.

Bombs are bad business and are really an accident waiting to happen.
If it goes off for one customer when it shouldn't have, it will cost
you way more than it ever saved you.

Bill
Feb 10 '07 #12
On 9 Feb 2007 12:54:44 -0800, "Wayne" <cq*******@volc anomail.com>
wrote:
>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.
Sometimes, stuff happens. Sometimes it doesn't and people say it
does.

I'm all in favor of progress payments if you can establish reasonable
metrics that you can both agree on. That way, the entire sum is not
at risk and you have some money as you go along.

In general, the telephone is your friend. There is nothing wrong,
once a bill is overdue, with calling every step of the way.

It's also good to have a mix of customers, but when it's just a single
programmer, that can be hard to do.

Feb 10 '07 #13

<snip>

....and don't forget, if diplomacy, discounts and time-bombs don't work,
there's always one more tool in the box; the threat of extreme merciless
violence.

"OK Bob, so accounts have said they can't raise a cheque until the MD gets
back from Prague?....I know where you live." CLICK!

;o)

Paul
Feb 12 '07 #14

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

Similar topics

8
2463
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
1665
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
9639
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9474
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
10308
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...
1
10076
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,...
0
9939
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8964
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6729
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();...
0
5375
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5507
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.