Aplikasi Keuangan yang mengatur lalu lintas transaksi antara bank dan aplikasi internal Kampus
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

39 lines
1.1 KiB

<?php
return [
'coa' => [
'code' => 'Kode Akun',
'name' => 'Nama Akun',
'classification' => 'Klasifikasi',
'status' => 'Status',
'parent' => 'Turunan Dari',
],
'invoice' => [
'name' => 'Nama Pembayar',
'type' => 'Jenis Tagihan',
'amount' => 'Jumlah Tagihan',
'client_name' => 'Nama Klien',
'status' => 'Status',
'coa_name' => 'Nama Akun (COA)',
'detail' => [
// Detail for Student
'student_name' => 'Nama Mahasiswa',
'student_id' => 'Nomor Induk Mahasiswa',
'faculty' => 'Fakultas',
'study_program' => 'Program Studi',
'term_entry' => 'Periode Masuk',
'fee_type' => 'Jenis Biaya',
'semester' => 'Semester',
// Vendor Bill
'vendor_name' => 'Nama Vendor',
'vendor_id' => 'Nomor Pengenal Vendor',
],
],
'product_mapping' => [
'code' => 'Kode Produk',
'name' => 'Nama Produk',
'coa_name' => 'Nama Akun (COA)',
'client_name' => 'Nama Klien',
],
];