forgot password?


   
 
Payment Deductions and Credits
Posted: 02 March 2008 07:28 AM   [ Ignore ]  
Newbie
Rank
Total Posts:  1
Joined  2008-03-02

Hi I was wondering if you could add two items to your todo list.... one being when someone makes a payment of lets say $12 to a bill thats a total of $32 it should say someplace what is left owing on that invoice.. rather than me having to grab a calculator.... often times someone might pay small amounts 20 times to pay off an invoice(I deal with a lot of money challenged people)

and the other thing is I seem to get quite a number of people that will give me $50 for a $40 bill and say just leave it as a credit.. it would be great if BI could keep track of this for me..

Profile
 
 
Posted: 06 May 2008 02:47 PM   [ Ignore ]   [ # 1 ]  
Newbie
Rank
Total Posts:  10
Joined  2007-12-03

Humm.. I have my own suggestion. If there was a Textbox on Invoice generating page to enter something call “own payment: “[ ], this amount can be subtracted from total invoice amount automatically. I don’t think this is a big deal to your next version. wink

Profile
 
 
Posted: 09 May 2008 07:25 AM   [ Ignore ]   [ # 2 ]  
Newbie
Rank
Total Posts:  1
Joined  2008-05-09

I created a new table right under the create invoice button. I am using it for advance payments received and also i using ‘-’ minus sign before entering the payments.

<table>
<tr>
<td><label><span><?php //echo $this->lang->line('invoice_quantity');?></span><input type="hidden" name="items[0][quantity]" size="3" value="1" onkeyup="recalculate_items();" /></label></td>
<td>

<label>
<input type="text" name="items[0][work_description]" id="work_description" value="Advance Payment” />
</label>

</td>
<td>
<label></label>
</td>
<td nowrap="nowrap"><label><span><?php //echo $this->lang->line('invoice_amount');?></span><?php echo $this->settings_model->getSetting('currency_symbol');?><input type="text" id="amount" name="items[0][amount]" size="5" value="0.00" onkeyup="recalculate_items();" /></label></td>
<td> </td>
</tr>
</table>

Profile
 
 
   
 
 
‹‹ Other invoice software      Calender Overview ››