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.
28 lines
842 B
28 lines
842 B
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'create' => 'Buat Transaksi',
|
|
'create_cash' => 'Buat Transaksi Tunai',
|
|
'create_credit' => 'Buat Transaksi Kredit',
|
|
'cash' => 'Tunai',
|
|
'credit' => 'Kredit',
|
|
'detail' => 'Detail Transaksi',
|
|
'confirm' => 'Konfirmasi Transaksi',
|
|
'items' => 'Barang Belanja',
|
|
'subtotal' => 'Subtotal',
|
|
'discount_total' => 'Total Diskon',
|
|
'total' => 'Total',
|
|
'exchange' => 'Kembalian',
|
|
|
|
// Actions
|
|
'proccess' => 'Proses Transaksi',
|
|
'save' => 'Simpan Transaksi',
|
|
|
|
// Attributes
|
|
'customer' => 'Customer',
|
|
'customer_name' => 'Nama Customer',
|
|
'customer_phone' => 'Hp/Telp.',
|
|
'payment' => 'Jumlah Dibayar',
|
|
'notes' => 'Catatan Transaksi',
|
|
];
|