How to calculate interest after some days of sale invoice is issued?

mksharmil
03:11:13
on 11-03-2013 a invoice no. 26 is issued Which amount is Rs.5000/-
60 days are maximum time for payment to be paid, else After 60 days 1.25% of interest is to be included.

And if the payment was made in time and more than the actual value e.g Rs 6000/-
The company will pay Interest to the customers
siteadmin
03-11-2013
This is simple date calculation. In a table keep the invoice number, amount and the date of issue. In the same record keep the payment date and amount.

For a invoice collect all the information and then calculate the interest part by finding out the difference in days. You can apply all your conditions like before 60 days and after 60 days and then display the interest amount.

You may have to create forms to enter the data to the table.
mksharmil
03-11-2013
@siteadmin Thank you Sir !!!
Please Login to post your reply or start a new topic