Jumat, 16 Oktober 2020
Kamis, 15 Oktober 2020
Cara Tarik Saldo GoPay,LinkAja,BCA
Senin, 12 Oktober 2020
Administrasi Pembukaan Buku Tabungan BNI
Minggu, 11 Oktober 2020
Buka Rek BNI Cuma 5 Menit
INSENTIF KARTU PRAKERJA
Rapid Application Development (RAD)
Rapid Application Development (RAD) model has the following phases −
Requirements Planning phase − In the requirements planning phase, aworkshop needs to be conducted to discuss business problems in a structured manner.
User Description phase − In the User Description phase, automated tools are used to capture information from users.
Construction phase − In the Construction phase, productivity tools, such as code generators, screen generators, etc. are used inside a time-box, with a “Do until Done” approach.
Cut Over phase − In the Cut over phase, installation of the system, user acceptance testing and user training are performed.
Rapid Application Development Model – Strengths
The advantages or strengths of the Rapid Application Development model are as follows −
Reduced cycle time and improved productivity with fewer team members would mean lower costs.
Customer’s involvement throughout the complete cycle minimizes the risk of not achieving customer satisfaction and business value.
Focus moves to the code in a what-you-see-is-what-you-get mode (WYSIWYG). This brings clarity on what is being built is the right thing.
Uses modelling concepts to capture information about business, data, and processes.
Rapid Application Development Model – Weaknesses
The disadvantages or strengths of Rapid Application Development model are as follows −
Accelerated development process must give quick responses to the user.
Risk of never achieving closure.
Hard to use with legacy systems.
Developers and customers must be committed to rapid-fire activities in an abbreviated time frame.
When to Use Rapid Application Development Model?
Rapid Application Development model can be used when −
- User can be involved throughout the life cycle.
- Project can be time-boxed.
- Functionality can be delivered in increments.
Though the strengths of Rapid Application Development model are appreciated, it is sparingly used in the industry.
SDLC - Interative Incremental Model
In an Iterative Incremental model, initially, a partial implementation of a total system is constructed so that it will be in a deliverable state. Increased functionality is added. Defects, if any, from the prior delivery are fixed and the working product is delivered. The process is repeated until the entire product development is completed. The repetitions of these processes are called iterations. At the end of every iteration, a product increment is delivered.
Iterative Incremental Model – Strengths
The advantages or strengths of Iterative Incremental model are −
You can develop prioritized requirements first.
Initial product delivery is faster.
Customers gets important functionality early.
Lowers initial delivery cost.
Each release is a product increment, so that the customer will have a working product at hand all the time.
Customer can provide feedback to each product increment, thus avoiding surprises at the end of development.
Requirements changes can be easily accommodated.
Iterative Incremental Model – Weaknesses
The disadvantages of the Iterative Incremental model are −
Requires effective planning of iterations.
Requires efficient design to ensure inclusion of the required functionality and provision for changes later.
Requires early definition of a complete and fully functional system to allow the definition of increments.
Well-defined module interfaces are required, as some are developed long before others are developed.
Total cost of the complete system is not lower.
When to Use Iterative Incremental Model?
Iterative Incremental model can be used when −
Most of the requirements are known up-front but are expected to evolve over time.
The requirements are prioritized.
There is a need to get the basic functionality delivered fast.
A project has lengthy development schedules.
A project has new technology.
The domain is new to the team.
SDLC - Waterfall Model
The Waterfall model is a classic SDLC model that is widely known, understood and commonly used. It was introduced by Royce in 1970 and is still being followed as a common approach for software development in various organizations across the industry.
In Waterfall model, each lifecycle phase can start only after the earlier lifecycle phase is complete. Thus, it is a linear model with no feedback loops.
Waterfall Model – Strengths
The strengths of the Waterfall model are −
- Easy to understand, easy to use.
- Provides structure to inexperienced development team.
- Milestones are well understood.
- Sets requirements stability.
- Ideal for management control (planning, monitoring, reporting).
- Works well when quality is more important than cost or schedule.
Waterfall Model – Weaknesses
The weaknesses or the disadvantages of the Waterfall model are −
Idealised − It does not match reality well.
Unrealistic − cannot expect accurate requirements early in the project.
Does not reflect iterative nature of exploratory development that is more common.
Difficult and expensive to make changes.
Software is delivered only at the end of the project. Due to this −
Delays discovery of serious defects.
Possibility of delivery of obsolete requirements.
Significant management overhead, which can be costly for small teams and projects.
Requires experienced resources at every phase − analysts, designers, developers, testers.
Testing starts only after the development is complete and the testers are not involved in any of the earlier phases.
The expertize of the cross-functional teams is not shared as each phase is executed in silos.
When to Use Waterfall Model?
You can use the Waterfall model if −
Requirements are very well known.
Product definition is stable.
Technology is well understood.
New version of an existing product.
Porting an existing product to a new platform.
Large organization with structured cross-functional teams.
Communication channels are well established within the organization and with the customer as well.
Evolutionary Prototyping Model
In software development using Evolutionary Prototyping model, the developers build a prototype during the requirements phase. The end users then evaluate the prototype and give feedback. The feedback can be corrections to the prototype or additional functionality. Based on the feedback, the developers further refine the prototype.
Thus, the product evolves through the Prototype → Feedback → Refined Prototype Cycles and hence the name Evolutionary Prototyping. When the user is satisfied with the functionality, and working of the product, the prototype code is brought up to the required standards for the final product delivery.
Evolutionary Prototyping Model – Strengths
The strengths or the advantages of an Evolutionary Prototyping model are −
Customers/end users can visualize the system requirements as they are gathered looking at the prototype.
Developers learn from customers and hence no ambiguities regarding domain or production environment.
Allows flexible design and development.
Interaction with the prototype stimulates the awareness of additionally needed functionality.
Unexpected requirements and requirements changes are easily accommodated.
Steady and visible signs of progress are produced.
Delivery of an accurate and maintainable end-product.
Evolutionary Prototyping Model – Weaknesses
The weaknesses or disadvantages of the Evolutionary Prototyping model are as follows −
Tendency to abandon structured development in the code-and-fix development, though it is not what is prescribed by the model.
This model received bad reputation for the quick-and-dirty methods.
Overall maintainability can possibly be overlooked.
The customer can possibly ask for the delivery of the prototype as the final, not giving the opportunity for the developers to execute the final step i.e. standardization of the end-product.
Project can continue forever (with continuous scope creep) and the management may not appreciate it.
When to Use Evolutionary Prototyping Model?
You can use the Evolutionary Prototyping model −
- When requirements are unstable or have to be clarified
- As the requirements clarification stage of a waterfall model
- To develop user interfaces
- For short-lived demonstrations
- For new or original development
- For implementing a new technology
SDLC model is a framework - evolution
A Software Development Life Cycle (SDLC) model is a framework that describes the activities performed at each stage of a software development project.
In a Software Development Life Cycle, the activities are performed in five phases −
Requirements Gathering − Requirements for a software to be developed are gathered. These requirements will be in a language that is understood by the customer / user. Domain specific terminology is recommended.
Analysis − The gathered requirements are analyzed from implementation point of view and the software specifications are written to cover both, the functional requirements and the non-functional requirements.
Design − This phase involves arriving at the software architecture and implementation specifics based on technology chosen for development.
Construction − In this phase, the code is developed, unit tested, integrated, integration tested and the build is produced.
Testing − Functional testing of the built software is done in this phase. This also includes the testing of non-functional requirements.
There are two approaches to performing these activities −
Prescriptive − The SDLC models that will provide you ways of performing the activities in a prescribed manner as defined by the framework.
Adaptive − The SDLC models that will give you flexibility in performing the activities, with certain rules that need to be followed. The agile methods mostly follow this approach, with each one having its rules. However, following an adaptive or agile approach does not mean that the software is developed without following any discipline. This would lead to a chaos.
You need to understand that we cannot say that a specific SDLC model is good or bad. Each of them has its own strengths and weaknesses and thus are suitable in certain contexts.
When you choose an SDLC model for your project, you need to understand −
- Your Organization Context
- Your Technology Context
- Your Team Composition
- Your Customer Context
For example, if the software development is predictable, you can use a Prescriptive approach. On the other hand, if the software development is unpredictable, i.e. requirements are not entirely known, or the development team does not have prior exposure to the current domain or technology, etc. then Adaptive approach is the best choice.
In the following sections, you will understand the most prevalent SDLC models that are evolved during the execution of software development projects across the industry. You will also get to know the strengths and weaknesses of each of them and in what contexts they are suitable.
INTRODUCTION
What is Agile?
In literary terms, the word “agile” means someone who can move quickly and easily or someone who can think and act quickly and clearly. In business, “agile” is used for describing ways of planning and doing work wherein it is understood that making changes as needed is an important part of the job. Business “agility” means that a company is always in a position to take account of the market changes.
In software development, the term “agile” is adapted to mean “the ability to respond to changes − changes from Requirements, Technology and People.”
Agile Manifesto
The Agile Manifesto was published by a team of software developers in 2001, highlighting the importance of the development team, accommodating changing requirements and customer involvement.
The Agile Manifesto is −
We are uncovering better ways of developing software by doing it and helping others do it. Through this work, we have come to value −
- Individuals and interactions over processes and tools.
- Working software over comprehensive documentation.
- Customer collaboration over contract negotiation.
- Responding to change over following a plan.
That is, while there is value in the items on the right, we value the items on the left more.
Characteristics of Agility
Following are the characteristics of Agility −
Agility in Agile Software Development focuses on the culture of the whole team with multi-discipline, cross-functional teams that are empowered and selforganizing.
It fosters shared responsibility and accountability.
Facilitates effective communication and continuous collaboration.
The whole-team approach avoids delays and wait times.
Frequent and continuous deliveries ensure quick feedback that in in turn enable the team align to the requirements.
Collaboration facilitates combining different perspectives timely in implementation, defect fixes and accommodating changes.
Progress is constant, sustainable, and predictable emphasizing transparency.
Agile Methodologies
Early implementations of Agile methods include Rational Unified Process, Scrum, Crystal Clear, Extreme Programming, Adaptive Software Development, Feature Driven Development, and Dynamic Systems Development Method (DSDM). These are now collectively referred to as the Agile methodologies, after the Agile manifesto was published in 2001.
In this tutorial, we will learn the Agile Methodology − Adaptive Software Development.
What is Adaptive Software Development?
Adaptive Software Development is a move towards adaptive practices, leaving the deterministic practices in the context of complex systems and complex environments. Adaptive Software Development focuses on collaboration and learning as a technique to build complex systems. It is evolved from the best practices of Rapid Application Development (RAD) and Evolutionary Life Cycles. Adaptive Software Development was then extended to include adaptive approaches for the management, with speculation replacing Planning.
Jim Highsmith published a book on Adaptive Software Development in 2000. In Highsmith’s words −
“Adaptive Software Development is cyclical like the evolutionary model, with the phase names Speculate, collaborate, learn reflecting the unpredictable realm of increasingly complex systems. Adaptive development goes further than its evolutionary heritage in two key ways. First, it explicitly replaces determinism with emergence. Second, it goes beyond a change in Life Cycle to a deeper change in management style.”
Adaptive Software Development
Adaptive Software Development is a move towards adaptive practices, leaving the deterministic practices in the context of complex systems and complex environments. Adaptive Software Development focuses on collaboration and learning as a technique to build complex systems. It is evolved from the best practices of Rapid Application Development (RAD) and Evolutionary Life Cycles.
Audience
Adaptive Software Development is written for project teams that have been struggling with high-speed, high-change projects and are looking for ways to improve performance and to moderate burnout, especially as the projects they undertake get larger and the teams become more distributed.
Prerequisites
Before you start proceeding with this tutorial, we are assuming that you are already aware about the basics of Software Development Life Cycle. If you are not well aware of these concepts, then we will suggest you to go through our short tutorials on SDLC.
Kamis, 08 Oktober 2020
The Hunt (2020) Subtitle Indonesia
DUA LANGKAH MUDAH UNTUK MELAKUKAN PENUKARAN VOUCHER STUDILMU
Senin, 05 Oktober 2020
Strategi Digital untuk Terhubung dengan Pelanggan
1. Membuat Pelanggan Lebih dari Sekedar Menyukai Konten Kita
2. Ada Harga, Ada Kualitas
3. Bersikap Serius, Namun Humoris
Strategi Digital untuk Terhubung dengan Pelanggan
1. Membuat Pelanggan Lebih dari Sekedar Menyukai Konten Kita
2. Ada Harga, Ada Kualitas
3. Bersikap Serius, Namun Humoris
Belum Mendapatkan Sertifikat pelatihan di situs Kartu Prakerja?...
Saya Belum Mendapatkan Sertifikat Kartu Prakerja
Isu Terkait
Toppers, apabila kamu sudah selesai mengikuti pelatihan tetapi belum mendapatkan sertifikat, ada beberapa hal yang harus kamu cek serta langkah-langkah yang perlu kamu ikuti.
Berikut proses sertifikat agar muncul pada halaman dashboard resmi Prakerja:
- Peserta menyelesaikan pelatihan pada Lembaga Pelatihan dan sudah mengisi review & rating pelatihan pada halaman histori transaksi Top Up & Tagihan di Tokopedia. Untuk mengetahui cara isi ulasan Kartu Prakerja, silakan klik di sini.
- Lembaga Pelatihan mengumpulkan Laporan Penyelesaian Pelatihan ke Tokopedia dan Tokopedia memberikan batas pengumpulan laporan setiap Lembaga Pelatihan pada pukul 23.00 setiap harinya.
- Tokopedia mengumpulkan data penyelesaian pelatihan setiap pukul 01.00 pada Hari Kerja.
- Setelah laporan penyelesaian pelatihan diterima oleh Manajemen Pelaksana Program Kartu Prakerja, Manajemen Pelaksana akan memproses laporan dalam 7x24 jam Hari Kerja.
- Apabila ada data yang tidak cocok, Manajemen Pelaksana Program Kartu Prakerja akan mengembalikan data yang belum cocok ke Tokopedia.
- Tokopedia melakukan pengecekan data maksimal 3x24 jam Hari Kerja dan mengembalikan data untuk dicek kembali oleh Manajemen Pelaksana Program Kartu Prakerja.
- Manajemen Pelaksana melakukan pembaharuan link sertifikat peserta pada halaman Dashboard Kartu Prakerja.
Tokopedia dapat membantu pengecekan untuk:
- Status laporan penyelesaian kursus, apakah sudah dikirim oleh Lembaga Pelatihan ke Tokopedia.
- Status laporan penyelesaian kursus, apakah sudah dikirim oleh Tokopedia ke Manajemen Pelaksana Program Kartu Prakerja
Apabila status laporan penyelesaian kursus sudah Tokopedia kirimkan ke Manajemen Pelaksana Program Kartu Prakerja:
- Mohon menunggu proses selama 7x24 jam setelah waktu Tokopedia mengirimkan laporan penyelesaian kursus, lalu lakukan pengecekan melalui website Prakerja (https://www.prakerja.go.id/).
- Apabila status sertifikat belum terperbaharui dalam 7x24 jam, mohon untuk menghubungi Manajemen Pelaksana Program Prakerja di 0800-150-3001 / info@prakerja.go.id (Senin-Minggu pukul 08.00-20.00 WIB).
Apabila Lembaga Pelatihan belum mengumpulkan data penyelesaian kursus, kamu bisa menghubungi lembaga pelatihan terkait melalui daftar kontak di sini.
Apabila masih butuh bantuan lain, silakan Hubungi Tim Tokopedia Care di bawah dengan menginformasikan nomor kode pembayaran, serta tanggal transaksimu dan juga lampirkan screenshot halaman yang berkendala untuk dilakukan pengecekan lebih lanjut.
Minggu, 04 Oktober 2020
Bagaimana Cara Mengisi Ulasan Kartu Prakerja?
Sabtu, 03 Oktober 2020
Himbauan bagi pengguna kartu PKH yang terkena masalah pemblokiran dan cara mengatasianya
Himbauan bagi pengguna kartu PKH yang terkena masalah pemblokiran dan cara mengatasianya
himbauan untuk penerima kartu Program Keluarga Harapan (PKH) yang terkena blokir, agar mengerti cara mengembalikannya seperti semula.kartu PKH sangatlah berguna bagi penerima yang sangat membutuhkan, tujuan di keluarkannya oleh pemerintah untuk mensejahterakan rakyat miskin. Tetapi kali ini jarang terdengar ada kerusakan atau kesalahan dan himbauan ini kemungkinan belum banyak yang mengetahui, tujuannya agar pengguna penerima kartu PKH agar tidak ceroboh dalam melakukan pengambilan tunai di ATM.
“Sebetulnya pihak dinas sosial tidak ada keterkaitan dengan masalah tersebut, akan tetapi jika ada yang merasakan kesalahan tersebut, kita harus Laporkan ke pihak BANK,”Biasanya masalah pemblokiran kartu tersebut dari pemilik, misal dia salah masukan pin sampai 3 kali, itu yang jadi
persoalan,” lanjutnya. Adapun terkait kartu terblokir ataupun hilang, pihak pengguna melapor ke BANK dan di dampingi oleh pendamping agar mengetahui proses permasalahannya.“Laporkan saja ke BANK penyalur dan di dampingi oleh pemdamping, sampaikan ke penyalurnya bahwa Kartu tidak bisa di gunakan karna dia terblokir. Nanti dia akan dilihat terblokirnya itu, apakah dilakukan oleh orang yang tidak benar, kedua mungkin kartunya rusak, atau yang lainnya,” jelasnya.Perlu diketahui karna pencairan tersebut 4 kali dalam setahun.
Kamis, 01 Oktober 2020
Cara dan Prosedur Dapatkan Kartu Sembako Murah
Cara dan Prosedur Dapatkan Kartu Sembako Murah
Untuk mendapatkan KartuSembako Murah tersebut, masyarakat harus mendaftarkan diri sebagai
peserta Keluarga Penerima Manfaat (KPM) yang dilakukan oleh Kementerian Sosial sebagaimana ditulis dalam situs OJK. Langkah selanjutnya adalah sebagai berikut:
- Calon KPM akan mendapat surat pemberitahuan berisi teknis pendaftaran di tempat yang telah ditentukan. Data yang telah diisi oleh calon penerima program ini lalu diproses secara paralel dan sinergis oleh bank yang tergabung dalam Himpunan Bank Milik Negara (Himbara), kantor kelurahan dan kantor walikota/ kabupaten.
- Setelah verifikasi data selesai, penerima bantuan sosial akan dibukakan rekening di bank dan mendapatkan Kartu Keluarga Sejahtera (KKS) yang berfungsi sebagai kartu non tunai untuk pengambilan bantuan pangan.
- Penerima bantuan sosial yang telah memiliki KKS dapat langsung datang ke e-warong (Elektronik Warung Gotong Royong) terdekat untuk melakukan transaksi pembelian bahan pangan menggunakan KKS.
Keluarga Penerima Manfaat (KPM) dapat membeli bahan pangan yang mereka butuhkan pada berbagai e-warong yang memiliki tanda lokasi penyaluran bantuan sosial non-tunai tersebut. transaksi dilakukan secara non-tunai tergantung pada jumlah saldo yang tersimpan pada Kartu Keluarga
Sejahtera (KKS).
Tak hanya itu, para penerima manfaat juga akan mendapatkan laporan rinci seputar dana yang telah disalurkan, jumlah dana yang ditarik oleh penerima, jumlah dana yang tersisa, serta berapa orang penerima yang belum menarik bantuan pangan tersebut.Dengan adanya program sembako ini, diharapkan angka kemiskinan berada dibawah 9 persen. Sementara itu, Badan Pusat Statistik (BPS) melaporkan angka kemiskinan di Indonesia tercatat sebesar 9,41 persen pada Maret 2019 lalu. Adapun dalam survei terbaru bulan September 2019 lalu, angka kemiskinan turun mencapai 9,22 persen.
“Menurut BPS, ada peran BPNT dalam penurunan angka kemiskinan tersebut. Oleh karena itu, dengan Program Sembako diharapkan tingkat kemiskinan akan terus menurun. Target pemerintah di bawah 9% tahun 2020 ini,” kata Mensos dalam Kegiatan Sosialisasi Program Sembako di Jakarta, Rabu (22/1/2020), dikutip dari Kemsos.go.id.
Cara penarikan PKH / KKS di EDC Agen BRILink
Cara penarikan PKH / KKS di EDC Agen BRILink
- Siapkan Kartu Keluarga Sejahtera
- Pilih menu Mini ATM
- Pilih Informasi
- Pilih Informasi saldo
- Muncul perintah PLEASE SWIPE CUSTOMER CARD
- Gesek Kartu KKS
- Masukan PIN, minta pemilik kartu KKS memasukan PIN
- Tekan Enter
- Conecting, tunggu sampai muncul saldo terakhir Kartu Keluarga Sejahtera-nya
- Tekan Enter bila ingin dicetak struk info saldo KKS,
Uang berhasil ditarik dari Kartu Keluarga Sejahtera, kartu KKS PKH pada dasarnya sama saja dengan Kartu ATM biasa, namun Pemilik kartu atau Penerima Bantuan non-tunai ini tidak memiliki atau mengetahui nomor rekeningnya dan tidak bisa untuk terima ataupun kirim uang, secara bebas seperti kartu ATM yang dibuat di Bank langsung oleh Nasabahnya.
- Masuk ke menu EDC
- Pilih Tunai
- Pilih Tarik Tunai
- Gesek Kartu KKS PKH
- Masukan nominal yang akan ditarik disini sebagai contoh adalah 347.000
- Tekan Enter
- Konfirmasi nominal penarikan, bila sudah benar tekan Enter
- Masukan PIN
- Transaksi berhasil, struk keluar.
Cara Mencairkan Bantuan Dana KIP dan PKH
Cara Mencairkan Bantuan Dana KIP dan PKH
Cara Mencairkan KIP
- Orang tua/anak harus melaporkan nomor KIP ke sekolah/SKB/PKBM/LKP terlebih dahulu.
- Kemudian sekolah memasukkan nomor KIP peserta didik ke Dapodik, sementara untuk lembaga lain diharuskan untuk mengusulkan dan pengesahan ke dinas pendidikan setempat.
- Setelah itu, dinas pendidikan setempat menerima data usulan dari lembaga terkait untuk kembali diproses agar bisa disetujui dan diverifikasi oleh Direktorat Teknis Kemendikbud.
- Lembaga Penyalur akan menerima instruksi untuk membuat rekening PIP dan menyalurkan dana setelah daftar para penerima PIP sudah disetujui.
- Lembaga Penyalur bersama dinas pendidikan setempat berkoordinasi untuk mengeluarkan SK penerima PIP yang ditujukan kepada sekolah/SKB/PKBM/LKP dan juga jadwal pelaksanaan pengambilan dana.
- Lembaga sekolah/SKB/PKBM/KLP akan menginformasikan peserta didik atau keluargnya jika dana sudah siap untuk dicairkan.
- Lembaga sekolah/SKB/PKBM/KLP membuat surat keterangan pencairan dana PIP sebagai pelengkap persyaratan peserta.
- Peserta didik atau keluarga membawa surat keterangan dan persyaratan lain untuk pengambilan dana PIP di lembaga penyalur
- Syarat berkas yang harus dibawa antara lain Surat Keterangan Kepala Sekolah/Ketua Lembaga, fotocopy halaman biodata rapor, fotocopy KTP orang tua/wali/guru pendamping, dan fotocopy Kartu Keluarga (KK).
Selain KIP, bantuan yang cair bulan ini adalah Program Keluarga Harapan (PKH). PKH adalah salah satu bantuan sosial (bansos) untuk masyarakat rentan miskin.Tahun ini, anggaran PKH naik menjadi Rp37,4 triliun dari sebelumnya Rp29,13 triliun. Target penerimanya juga naik 800 ribu, dari 9,2 juta KPM (Keluarga Penerima Manfaat) menjadi 10 juta KPM.
PKH dialokasikan untuk maksimal 4 orang dalam satu keluarga dengan rincian sebagai berikut:
- Ibu hamil adalah Rp3.750.000 per tahun (Rp250 ribu per bulan)
- Anak usia 0-6 tahun Rp3.750.000 per tahun, (Rp250 ribu per bulan)
- Anak SD/sederajat Rp1.125.000 per tahun (Rp75 ribu per bulan)
- Anak SMP/sederajat Rp1.875.000/tahun (Rp125 ribu per bulan)
- SMA/sederajat Rp2.500.000 per tahun (Rp166 ribu per bulan)
- Disabilitas berat Rp3.000.000 per tahun (Rp200 ribu per bulan)
- Lansia usia 70 tahun ke atas Rp3.000.000 (Rp200 ribu per bulan)
Dana PKH langsung ditransfer kepada KPM PKH melalui rekening mereka kepada Kabupaten.
Manfaat dan Tujuan PKH
Manfaat dan Tujuan PKH
Manfaat dan Tujuan Program Keluarga Harapan
- Merubah perilaku keluarga sangat miskin untuk memberikan perhatian yang besar kepada pendidikan dan kesehatan anaknya
- Untuk jangka pendek memberikan income effect kepada rumah tangga miskin melalui pengurangan beban pengeluaran rumah tangga sangat miskin
- Untuk jangka panjang dapat memutus ratai kemiskinan antar generasi melalui: Peningkatan kualitas kesehata/nutrisi, pendidikan dan kapasitas pendapatan anak dimasa depan (price effect anak keluarga sangat miskin).Memberikan kepastian kepada si anak akan masa depannya (insurance effect)
- Mengurangi pekerja anak
- Mempercepat pencapaian MDGs (melalui peningkatan akses pendidikan, peningkatan kesehatan ibu hamil, pengurangan kematian balita, dan peningkatan kesetaraan jender)
- Meningkatkan kemampuan Keluarga Penerima Manfaat (KPM) untuk mengakses/memanfaatkan pelayanan pendidikan dan kesehatan
- Meningkatkan status kesehatan dan gizi ibu hamil/nifas dan anak dibawah 6 tahun dari KPM
- Meningkatkan angka partispasi pendidikan anak – anak (usia wajib belajar SD/SMP) KPM
- Meningkatkan kondisi sosial ekonomi KPM
Cara Mendaftar PKH Online
Cara Mendaftar PKH Online :
- Buka lah website Kemsos https://ssdm.pkh.kemsos.go.id/site/pendaftaran
- Silahkan registrasi terlebih dahulu dengan menggunakan nomor NIK
- Ikuti alurnya, kemudian cek email karena nanti disana akan dikirim password untuk login
- Silahkan gunakan NIK dan password untuk masuk
- Setelah masuk isilah data dengan hati-hati
- Setelah di isi silahkan dibaca kembali sebelum di save. Usahakan terisi semua dan tidak ada bagian yang kosong.
- Kemudian klik next di pojok kanan atas
- Unggah file KTP
- Unggah file domisi
- Unggah file sertifikat pelatihan
- Unggah file praktek pengalaman kerja
- Unggah file prestasi atau berkas pendukung
- Setelah unggah jangan lupa klik upload
- Klik upload nya satu persatu saja
- Setelah selesai unggah dan upload silahkan lihat berkas untuk cek kembali
- Kemudian cek data kembali, dan jika sudah yakin jangan lupa untuk menyelesaikan pendaftaran dengan mengirim lamaran
- Jika lamaran sudah terkirim akan di beri laporan bahwa anda sudah mengirimkan lamaran
- Sebatas ini untuk pendaftaran online, selamat berjuang.
Langkah-langkah untuk daftar online seleksi program PKH
Langkah-langkah untuk daftar online seleksi program PKH
- Siapkan email aktif
- Siapkan KTP asli, dan siapkan juga file KTP format jpg atau jpeg dengan ukuran tidak boleh lebih 500 kb dan terbaca.
- Siapkan surat keterangan domisili, dan file format jpg atau jpeg ukuran tidak lebih 500 kb dan terbaca.
- Siapkan Ijazah dan file format Jpg atau jpeg ukuran tidak boleh diatas 500 kb dan terbaca
- Siapkan sertifikat pelatihan kalau bisa 5 sertifikat, akan tetapi jika hanya punya satu saja di bolehkan, dan tidak punya sertifikat pun juga dibolehkan akan tetapi hal ini akan mempengaruhi. Peraturan nya masih sama dengan yang diatas ukuran tidak boleh lebih dari 500 kb. Bedanya disini menggunakan format pdf dan file nya disatukan kedalam 1 file pdf.
- Siapkan juga praktek pengalaman kerja, boleh sertifikat boleh juga SK atau surat keterangan. Format sama dengan poin 4, tidak boleh diatas 500 kb. Terbaca dan file di satukan kedalam 1 file pdf.
- Dan siapkan juga berkas prestasi. Kalau bisa berkas yang berhubungan dengan kesosialan. Bisa sertifikat atau pun surat keterangan dengan format pdf, terbaca, ukuran tidak lebih 500 kb dan file di satukan kedalam 1 file pdf.
Besaran Bantuan Yang Diterima
Besaran Bantuan Yang Diterima
Jumlah dana yang dibagikan melalui PKH ini disesuaikan dengan keadaan Keluarga Penerima Manfaat (KPM) dengan membagi PKH yang bersifat tetap menjadi PKH Reguler dan PKH Akses.PKH Reguler sebesar Rp 550.000 per tahun dan PKH Akses (khusus untuk keluarga yang sulit terjangkau) sebesar RP 1 juta.Selain PKH yang bersifat tetap, setiap keluarga juga akan mendapat dana tambahan sesuai dengan komponen yang dimiliki keluarga itu.
Ada 7 komponen yang ditetapkan pemerintah untuk mendapat dana tambahan:
- Ibu hamil menerima dana bantuan sebesar RP 2,4 juta
- Balita menerima dana bantuan sebesar RP 2,4 juta
- Anak SD menerima dana bantuan sebesar RP 900.000
- Anak SMP menerima dana bantuan sebesar RP 1,5 juta
- Anak SMA menerima dana bantuan sebesar RP 2 juta
- Lansia di atas 60 tahun menerima dana bantuan sebesar RP 2,4 juta
- Penyandang disabilitas menerima dana bantuan sebesar RP 2,4 juta
Kriteria Penerima Bantuan PKH
Keluarga miskin dan rentan yang terdaftar dalam Data Terpadu Program Penanganan Fakir Miskin yang memiliki komponen kesehatan, pendidikan, dan kesejahteraan sosial sebagai berikut:
a. Komponen Kesehatan
- - Ibu hamil/menyusui.
- - Anak berusia nol sampai enam tahun.
- - Anak SD/MI atau sederajat.
- - Anak SMP/MTs atau sederjat.
- - Anak SMA /MA atau sederajat.
- - Anak usia enam sampai 21 tahun yang belum menyelesaikan wajib belajar 12 tahun.
- - Lanjut usia mulai 60 tahun ke atas.
- - Penyandang disabilitas diutamakan penyandang disabilitas berat.
Cara Mengambil Uang di ATM BNI PKH
Cara Mengambil Uang di ATM BNI PKH
Seperti yang telah kami singgung sebelumnya dimana untuk mengambil dana PKH melalui ATM BNI peserta wajib memiliki Kartu Keluarga Sejahtera ( KKS ). Fasilitas tersebut diperoleh ketika penerimaan bantuan PKH. Setelah semuanya tersedia, langkah-langkah pencairan dana lewat ATM BNI PKH adalah sebagai berikut :
- Datang ke mesin ATM BNI.
- Masukkan Kartu Keluarga Sejahtera ( KKS ).
- Pilih Bahasa Indonesia.
- Masukkan kode PIN yang tertera pada amplop bantuan PKH.
- Pada layar akan muncul beberapa nominal penarikan uang.
- Jika nominal yang diinginkan tidak tertera pada layar, pilih jumlah penarikan lain.
- Masukkan nominal yang diinginkan lalu pilih benar.
- Setalah itu pilih Rekening Tabungan.
- Selanjutnya ambil uang yang keluar dari mesin.
- Pada pilihan Ingin transaksi lainnya silahkan tekan TIDAK.
- Ambil kartu ATM BNI PKH dan tinggalkan mesin.