Final Test Achmad Maulana Hasanuddin 3AD4

Achmad Maulana Hasanuddin
46110003
3A/D-4

CASH REINVESTMENT RATIO
Cash Flow Analysis
                Cash flow statement is a report about the cash inflow and the cash outflow. In analysing the cash flow, there are 5 financial ratio that can be used, such as :
  The ratio of operating cash flow to current liability
  The ratio of operating cash flow to total liability
  The ratio of operating cash flow to total assets
  cash flow adequacy ratio (CFAR)
  cash reinvestment ratio (CRR)

Cash Reinvestment Ratio (CRR)
cash reinvestment ratio (CRR) is an analytical technique that measures how much of the invesment in assets that describes the operating cash flow is retained and invested back in the company to replace the assets and support the growth of company’s operation.

The formula for calculating Cash Reinvestment Ratio (CRR)
Example:






Interpretation

Shows that in 2008 , PT United Tractors Tbk and a subsidiary reinvest cash from operations by 17 % to replace assets and support the company’s growth. Whereas in 2009 this company reinvest cash operations by 16%.

Posted by
Unknown

More

Latihan_60_46110003



Deskripsi form Latihan_60_46110003
Dalam form Latihan_60_46110003 terdapat Tiga object yaitu Label, Textbox dan Button.
Object Label :
Dalam form ini terdapat dua buah object label yang bertuliskan “No.Transaksi" dan "Nama Kasir"
Object Button :
Dalam form ini terdapat sebuah object button yang bertuliskan “preview”. Button ini digunakan untuk menampilkan data report yang terdapat di latihan_59_46110003.

Object
Textbox:
Dalam form ini terdapat dua buah buah object textbox yang berstatus input yang digunakan untuk menginput No. Transaksi dan Nama Kasir. Setelah di input maka program akan menampilkan laporan berdasarkan No. Transaksi yang diinput dan di laporan yang ditampilakan akan terinput nama kasir.

Script Unique :
mengatur nilai parameter
        Laporan.SetParameterValue("nama", NK_46110003.Text)
Even :
Button click

Langkah-langkah penyelesaian form Latihan_60_46110003
1.      Buat desain Form seperti contoh dibawah ini:
 
2.      Masukkan rumus:

Public Class Latihan_60_46110003
    Private Sub View_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles View_46110003.Click
        Dim Laporan As New CrystalDecisions.CrystalReports.Engine.ReportDocument

        'mengatur lokasi dan nama database laporan
        Dim botto As New ByIskandar.MengaturDataBaseCrystalReport
        Laporan = botto.AturDatabase(New Latihan_59_46110003, Application.StartupPath, "data report.accdb")

        Latihan_53_46110003.CRV_46110003.ReportSource = Laporan

        'mengatur nilai parameter
        Laporan.SetParameterValue("Kasir", NK_46110003.Text)

        'Mengatur(Filter)
        Latihan_53_46110003.CRV_46110003.SelectionFormula = "{detailtransaksi.notrans} = '" & NT_46110003.Text & "'"

        'Menampilkan form 53
        If Latihan_53_46110003.Visible = False Then
            Latihan_53_46110003.Show()
        Else
            Latihan_53_46110003.Activate()
        End If
    End Sub
End Class

3.      Jalankan Program dengan mengklik Debugging.
 

Posted by
Unknown

More

Copyright © 2012 amal maulanaTemplate by : UrangkuraiPowered by Blogger.Please upgrade to a Modern Browser.