Nafies Luthfi

Results 84 comments of Nafies Luthfi

@omdons kalau dilihat dari errornya, sepertinya ada data partner (customer atau vendor) yang dihapus atau hilang dari sistem. Bisa cek di source code bagian ini: https://github.com/nafiesl/free-pmo/blob/master/resources/views/projects/payments.blade.php#L40 Bagian kode itu memanggil...

@omdons sebagai alternatif, coba ubah baris error di file view tersebut dari ``` {{ $payment->partner->name }} ``` Menjadi ``` {{ optional($payment->partner)->name }} ``` Persisnya di file ini: https://github.com/nafiesl/free-pmo/blob/master/resources/views/projects/payments.blade.php#L40. Seharusnya errornya...

@omdons, issue ini saya close, jika ada pertanyaan lanjutan, silakan re-open ya.

Hi @ugintl. The payment feature on this project only for transaction entries, so we can log every project incomes and spendings. We don't have plan to develop the send/receive payment...

@ugintl I can't answer right now, as I am not available to take a new project for the next couple of months, sorry.

Hello @ugintl, I am closing this issue, feel free to re-open if you have further questions.

Hello @ugintl, currently, we don't have such dynamic or custom fields, on project or job features. If you need to add any fields or columns on the DB based on...

Hello @ugintl, here is how: 1. Go to Dashboard menu 2. Click Settings tab 3. Change the currency settings 4. Click Update. Screenshot: ![screen_2021-10-29_001](https://user-images.githubusercontent.com/8721551/139294149-9845120d-b904-4287-a41e-2a1d78a3b93f.jpg)

@ugintl yes, correct. The payment feature on the system is only for bookkeeping our transactions, incomes and outcomes.

Hello @ugintl, I am closing this issue, feel free to re-open if you have further questions.