Forum

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

New Discussion

Bill Area

Donovan De Wet   ( User )

Commented 3 years ago

when i try to add a Bill this error will pop up (I enabled the debugger)

Trying to get property 'code' of non-object (View: /home/forge/caccounting.co.za/resources/views/purchases/bills/item.blade.php) (View: /home/forge/caccounting.co.za/resources/views/purchases/bills/item.blade.php)

@interface="row.total = $event"
>
yieldPushContent('total_input_start'); ?>

total)): ?>
code, true); ?>

total, $bill->currency_code, true); ?> yieldPushContent('total_input_end'); ?>

basically its got to with the Currency->code but i havent changed any of the code or anything for this to happen so i dont understand why this is happening and im sure this is the Same problem i am having with the Invoice and Quote area too

Any Help would be lovely

Donovan De Wet   ( User )

Commented 3 years ago

Yes the same Problem with the Quote and Invoice Area too

yieldPushContent('total_input_start'); ?> total)): ?> code, true); ?> total, $estimate->currency_code, true); ?> yieldPushContent('total_input_end'); ?>

Denis Dulici   ( Admin )

Commented 3 years ago

What is your Akaunting/PHP/MySQL version? Have you made any changes in code?

Donovan De Wet   ( User )

Commented 3 years ago

Akaunting is 2.0.23
php is 7.2.5
MYSQL is 8.0.21

and I have done not Changes to the Code in That Area at all or anywhere else for that matter.
All i do is Pass Data to like Quotes and Invoices from the outside of Akaunting but in the right format. But this Error keeps coming up for the Currencies->code which makes no sense cause i havent touched or change any of the Code in Akaunting at all

Please login or register to leave a response.

Showing 1 to 4 of 4 discussions