Forum

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

New Discussion

Add payment is not working

Avara Studio   ( User )

Commented 1 year ago

I'm currently using self hosted version 3.0.0.

The add payment method within invoice doesn't work, it fails to record data...

Neil Abbey   ( User )

Commented 1 year ago

Same here. There is an error. The error message is "{"message":"The number has already been taken.","errors":{"number":["The number has already been taken."]}}". I have noticed that the same TRA number is being used for different transactions. "number: TRA-00113". I hope this gets resolved ASAP. Thanks for this platform and thank you for the free use.

Avara Studio   ( User )

Commented 1 year ago

Have you tried reinstall?

Neil Abbey   ( User )

Commented 1 year ago

Using this via cloud on chrome and safari. So can’t reinstall.

Al Sahab Services   ( User )

Commented 1 year ago

I have the same issue, did you find a solution?

Neil Abbey   ( User )

Commented 1 year ago

Works now. Just need to update the transaction number all the time. I hope they find a more permanent fix.

Avara Studio   ( User )

Commented 1 year ago

Last nigh was working after updating latest version... But this morning... It's not working. Please help

Al Sahab Services   ( User )

Commented 1 year ago

I figure out what is the issue:
You need to do below modifications to your database:
table name: PREFIX_transactions
1- add column after "type"
`number` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
2- add column after "parent_id"
`split_id` int(10) UNSIGNED DEFAULT NULL,
3- move column "reconciled" after "split_id"
4- New Alter Table
ADD KEY `PREFIX_transactions_split_id_foreign` (`split_id`)

Jonathan Chin   ( User )

Commented 1 year ago

how to mod database if using the cloud version?

Please login or register to leave a response.

Showing 1 to 9 of 9 discussions