How much do you charge to make a small module, REDEEM MODULE.
Let say I have a website and I sell products for businesses. The customer come to my site, buy the products, bring the receipt to the business and pick up the item. The business owner goes online ( click on REDEEM to open new page ), enter the order number from the receipt ( the site will check to make sure the order # entered from the business owner is match with the one in the database. If match then display sale amount $, no match the display the message order # not found ). Here on this REDEEM page the business owner also have to enter details how he want to get pay : Name, address, paypal email or other payment method.
* to withdraw the money, the business owner will have to pay a small withdrawal fees set by site admin ( % fee or fixed fee ).
Like:
Enter order # to redeem:
order # 1 : $10.00 ----> matched/found
order # 2 : $10.00 ----> matched/found
order # 3: $10.00-----> matched/found
-----------------------
Sub -total : $30.00
Withdrawal fees : $10.00
Total: $20.00
How do you want to get pay ?
Paypal:
other:
Fill out your info below if you want us to mail you a check:
First Name
Last Name
Address
----- SUBMIT-----
Then when the business owner is done entering all the orders #, he can click on submit to submit the payment request to site admin. The site will email one pdf copy of this info to business owner, one pdf to site admin. The site also keep a copy of this file online so site admin and business owner can access it at later time.
Back end:
There is one page in back end when admin can access all these info, admin can click on the APPROVE button to approve the request, the status of all the orders will change to delivered after admin clicked on APPROVE.
That is it ! Only two pages

Thanks