You've already forked lazarus-ccr
LazStats: Inherit form of LoanItUnit from report&chart template. Add chart of amortization.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7783 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1817,9 +1817,9 @@ end;
|
||||
// Menu "Analysis" > "Financial" > "Loan Amortization Schedule"
|
||||
procedure TOS3MainFrm.MenuItem10Click(Sender: TObject);
|
||||
begin
|
||||
if LoanItFrm = nil then
|
||||
Application.CreateForm(TLoanItFrm, LoanItFrm);
|
||||
LoanItFrm.ShowModal;
|
||||
if LoanItForm = nil then
|
||||
Application.CreateForm(TLoanItForm, LoanItForm);
|
||||
LoanItForm.Show;
|
||||
end;
|
||||
|
||||
// Menu "Analysis" > "Nonparametric" > "Cochran Q Test"
|
||||
|
Reference in New Issue
Block a user