Loan Module

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
allan.registos
Forum Newbie
Posts: 7
Joined: Mon Jul 14, 2008 7:23 pm

Loan Module

Post by allan.registos »

Hi to all,
I am a PHP newbie.
I am currently developing a Payroll system based on PHP. I have difficulty for creating the code for the loan module. Is there any thread that already discuss this or any help out there on how to implement this? I just want to have these inputs for loan module:
Employee Name:
Date of Loan:
Type of Loan:
Loan Amount:
Terms of Payment by Years and Months only:
Amortization(can be automatically computed by javascript):
Date of Deduction started:
Months already paid:
Then the code will compute the future dates of payments every 15th and last day of the month as long as the balance is not equal to zero as deducted by the amount of amortization..
Then store all these in the mysql table.

Thank you...
Allan
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Loan Module

Post by alex.barylski »

No disscussions here I dought...to specific...we have mostly theoretical disscussions about application design in general not implementation specifics for given areas, except maybe content management systems.

Try finding a open source project which does financial stuff and ask there as I am sure those people would be more inclined to get into how best to implement financial modules.

Cheers :)
allan.registos
Forum Newbie
Posts: 7
Joined: Mon Jul 14, 2008 7:23 pm

Re: Loan Module

Post by allan.registos »

Hockey wrote:No disscussions here I dought...to specific...we have mostly theoretical disscussions about application design in general not implementation specifics for given areas, except maybe content management systems.

Try finding a open source project which does financial stuff and ask there as I am sure those people would be more inclined to get into how best to implement financial modules.

Cheers :)
Thanks for your quick reply...
Actually I am working on top of an open source project, but it was still in alpha state. This project was based on webERP and actually another person originally started this project two years ago.
And I am starting to look into the code and at the same time learning. I was afraid before posting here that the forum can be more up to design rather than the specific codes I want. Anyway, I will stay here for good.

Thanks again...
allan.registos
Forum Newbie
Posts: 7
Joined: Mon Jul 14, 2008 7:23 pm

Re: Loan Module

Post by allan.registos »

Message was edited, response is no longer needed...
Thanks, ;)
Last edited by allan.registos on Mon Aug 04, 2008 7:57 pm, edited 1 time in total.
safrina
Forum Newbie
Posts: 1
Joined: Tue Jul 15, 2008 4:26 am

Re: Loan Module

Post by safrina »

Hi friends, I am 22 years old student. For this fall semester I didn’t expect to get anything for financial aid, so I applied for a third party student loan and I was approved, but haven’t accepted it yet. However I did receive financial aid, so now I have extra money available. If I take it, will that affect my financial aid in the nearby future? Let me know your idea. Thanks a lot.
allan.registos
Forum Newbie
Posts: 7
Joined: Mon Jul 14, 2008 7:23 pm

Re: Loan Module

Post by allan.registos »

How can we implement scheduling in PHP? I need to store future dates this way:

Every last day of the month
and every 15th of the month

These values will be stored in a mysql table...

Any help?
Post Reply