User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Software Developers' Lounge section within the Software Development category of DaniWeb, a massive community of 391,188 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,711 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Software Developers' Lounge advertiser:
Views: 631 | Replies: 3
Reply
Join Date: Aug 2007
Posts: 9
Reputation: jiaenteo is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
jiaenteo jiaenteo is offline Offline
Newbie Poster

payment structure for development project

  #1  
Sep 13th, 2007
hi all,

we are in final stages of the hiring process for a developer to design a simple searchable database for an online marketplace. buyers and sellers will then connect and transact over our platform.

there is also a simple community/social network component with ratings, reviews etc (not unlike dani web).

they estimated that the project will take 22 weeks but we had initially agreed based on a 15-16 week time frame. We are trying to bring the number of weeks down as 5.5 mths to develop a relatively simple database and add a few features should not take so long.

also, the payment structure they have given us seems a little skewed:

30% advance
50% at the end of 2 weeks when database design and architecture is finalized
20% at the end of 22 weeks upon project completion.

we don't feel comfortable paying 80% within the first two weeks of the project since there will be many weeks left to completion and only 20% of the payment remaining so they can easily renege on the project.

Any suggestions from you guys as to how we can structure this better so as to make sure both parties are happy and motivated??

Any help is greatly appreciated!
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Dec 2005
Posts: 3,252
Reputation: Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of 
Rep Power: 20
Solved Threads: 367
Colleague
Salem's Avatar
Salem Salem is offline Offline
void main'ers are DOOMed

Re: payment structure for development project

  #2  
Sep 13th, 2007
> 50% at the end of 2 weeks when database design and architecture is finalized
Unless the system is that simple, the design is never the final representation of the system. Sooner or later, some unanticipated snag (or gaping hole) will be found which upsets the whole program.
Yes, 50% for this is extreme IMO.

> 20% at the end of 22 weeks upon project completion.
I would expect 4 or 5 milestones in this, each of which would trigger a payment.

Split the pot 50:50
One pot is paid pro-rata on the basis of work being done. Each week you get a statement of activities and achievements, and you hand over a bit of money.
The other pot is split into say 5 equal parts, and each part is handed over at the successful completion of a milestone.

If they still want an advance, then I would bargain. Maybe even consider some Escrow arrangement if you feel the amount up front is too much. Make sure you have a good contract.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
Do not PM me for help; You'll be ignored, or told to learn to read.
Do not ask me if I'm muslim - I'm not. Nor do I care about yours or anyone else's mysticism. Religion is a matrix, take the RED PILL.
Reply With Quote  
Join Date: Aug 2007
Posts: 9
Reputation: jiaenteo is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
jiaenteo jiaenteo is offline Offline
Newbie Poster

Re: payment structure for development project

  #3  
Sep 13th, 2007
Thanks for your inputs Salem! Have a some follow up questions...(see within your response)

Originally Posted by Salem View Post
> 50% at the end of 2 weeks when database design and architecture is finalized
Unless the system is that simple, the design is never the final representation of the system. Sooner or later, some unanticipated snag (or gaping hole) will be found which upsets the whole program.
Yes, 50% for this is extreme IMO.

> 20% at the end of 22 weeks upon project completion.
I would expect 4 or 5 milestones in this, each of which would trigger a payment.

--> We are new at this outsourcing and development stuff- what are good milestones to use to trigger payment? perhaps Alpha Version release 30%, and Beta 30% and last 20% upon completion? But again, how is "completion" defined? And what can we expect to see at Alpha and what can we expect to see at Beta (or is this something the client will stipulate and the developers have to deliver?)
--> Any suggestions on what the typical "milestones" are would be of great help!

Split the pot 50:50
One pot is paid pro-rata on the basis of work being done. Each week you get a statement of activities and achievements, and you hand over a bit of money.
--> So say for example we have a list of items in the Scope of Work and as each item/a few items are completed we hand over the money?

The other pot is split into say 5 equal parts, and each part is handed over at the successful completion of a milestone.
--> so basically this 50:50 pot would be combining the milestone structure (in which we pay a percentage at each version release) and the pro-rata structure where we pay per item as it is completed?

If they still want an advance, then I would bargain. Maybe even consider some Escrow arrangement if you feel the amount up front is too much. Make sure you have a good contract.
--> I am ok with paying an advance but will try to bring it to 10/15%. The the remaining 85/90% will be a combination of a milestone/pro-rata per item structure.

What do you think? Is that what you would do?
Thanks again- very helpful!
Last edited by jiaenteo : Sep 13th, 2007 at 2:26 pm. Reason: clarify
Reply With Quote  
Join Date: Dec 2005
Posts: 3,252
Reputation: Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of Salem has much to be proud of 
Rep Power: 20
Solved Threads: 367
Colleague
Salem's Avatar
Salem Salem is offline Offline
void main'ers are DOOMed

Re: payment structure for development project

  #4  
Sep 13th, 2007
> what are good milestones to use to trigger payment?
What are the key features of your application?
- create account, log in, log out, edit user details
- list items for sale (sellers)
- search items (buyers)
- end to end transactions

> But again, how is "completion" defined?
You test it.

If you've written the requirements clearly, it should be pretty obvious what needs to work and how you would test it.
Like for example, you'll have statements like
- A user will be able to create an account
- A user will be able to change their password
- User information will include home address and phone number.
I like numbered paragraphs with only one "will/shall" imperative statement per paragraph, along with any additional descriptive prose to help with understanding. Yes it will be a dry read, but at least everyone will know where they stand.

From that, you can derive a list of tests which you expect to pass at each release.

With the first alpha release (possibly even before then), you'll need to agree on the process for raising bugs against specified releases.

> --> So say for example we have a list of items in the Scope of Work
> and as each item/a few items are completed we hand over the money?
Except it would be a flat rate. Even if nothing seemed to happen in one week, you'd still hand over the agreed weekly amount. Maybe there were some hard problems which slowed progress down. Likewise, other weeks will show massive progress. So long as the "moving month" average looks like it's on track, there shouldn't be much cause for concern on your part. But at least you'll have a record of what was being done.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
Do not PM me for help; You'll be ignored, or told to learn to read.
Do not ask me if I'm muslim - I'm not. Nor do I care about yours or anyone else's mysticism. Religion is a matrix, take the RED PILL.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb Software Developers' Lounge Marketplace
Thread Tools Display Modes

Similar Threads
Other Threads in the Software Developers' Lounge Forum

All times are GMT -4. The time now is 8:05 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC