Forum

Ask, reply and learn. Join the community of Akaunting.

New Discussion

Customer Portal

Mathew Callaghan   ( User )

Commented 2 years ago

G'day. I have found an issue that I am still trying to sort out. The portal produces an error on login if there is invoices associated with the customer that were created via Wave import app. If I remove these invoices the problem is gone. Self hosted and this is the error,

"Undefined index: 2020-11
in /home/server/website.xyz/app/Http/Controllers/Portal/Dashboard.php (line 132)

$is_overdue = $today > $invoice->due_at->format('Y-m-d');
switch ($invoice->status) {
case 'paid':
$amounts['paid'][$date] += $amount;
break;
case 'partial':
$paid = $invoice->paid;
$remainder = $amount - $paid;
"

Mathew Callaghan   ( User )

Commented 2 years ago

So is this too hard to deal with?

Melda Melda   ( User )

Commented 2 years ago

Hello,

The issue will be gone with the next release of the Akaunting

Regards,

Please login or register to leave a response.

Showing 1 to 3 of 3 discussions