Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Payment Plan table....

Status
Not open for further replies.

advpay

Programmer
Mar 22, 2000
57
US
Adding Payment plans to database?<br><br>Hi Kathryn,<br><br>hee hee... well I was wondering what I would have to do to add payment plans to my current database.<br><br>I have customer table, payments and order/invoice in one table...not sure how to set it up...thanks for any help.<br><br>Aaron
 
Hi, does anyone have payment plans set up in there database and if so could you enlighten me on the structure...thanks
 
I ahven't done this before but here's an idea. What about setting up a table per payment plan type, such as PercentOfTotal, Minimum, Maximum, PayPeriod StartDate, Rate, etc. and link that to the Customer table with a PayPlan ID? Then when you go to bill you could just apply the values in the payplan to test for whether and how much this person should be billed.
 
Thanks, I will try that; boys I wish there was some place to go check out different design examples.
 
advpay,

For me, MS Access IS the place to &quot;.. chek out different design ...

Oh, Well on the the issue. In doing a payment &quot;Plan&quot;, it is necessary to know and take into account a few additional details. The plain vanila version (usually only useful to show a customer at the start of a loan or ohter time payment. In the &quot;real world&quot; of actually paying off a &quot;loan&quot;, there are details which make the calculation more difficult.

[tab]is there a grace period for the paymnet?
[tab]how are 'Excess' payment allocated (principal, interest, depend on other rules?
[tab]is interest charged on a per day/per month basis?
[tab]for late payments, is there an additional 'penalty'? Is so, how is it applied (taken from current payment, Added to principal?

This is just a BRIEF list of considerations, however I think it reflects the complexity of attempting to do this casually.

If you do serioously want to persue this, you need to know (and provide) all of the 'rules' which the payment plan need to follow. Then - perhaps - the collected wisdom of Tek-Tips could provide some help.


MichaelRed
There is never time to do it right but there is always time to do it over
 
Sure...here is the info from my Finance Charge Default table that covers most of the questions.

Minimum Days Past Due = 33
Minimum Customer Balance = 0
Minimum Finance Charge = 0
Number Days Between Charges = 33
Use One Month or Actual Days = month
Annual Finance Charge Pct = 18
Daily Finance Charge Pct n/a
Monthly Finance Charge Pct = 1.5%
Include Fin Chg in Past Due Amt (y/n) = n

Excess payments... Interest and then Princial.
No additional penalities for late payments.

Let me know if there's any other peices that i've left out...thanks
 
advpay,

I think this is a good start, I (and hopefully others) will think about this and get back to you - soon?

MichaelRed
There is never time to do it right but there is always time to do it over
 
Aug 17 ok so no one has a generic payment plan in their database?... ah
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top