Ask, reply and learn. Join the community of Akaunting.
I'm currently using self hosted version 3.0.0.
The add payment method within invoice doesn't work, it fails to record data...
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.
Have you tried reinstall?
Using this via cloud on chrome and safari. So can’t reinstall.
I have the same issue, did you find a solution?
Works now. Just need to update the transaction number all the time. I hope they find a more permanent fix.
Last nigh was working after updating latest version... But this morning... It's not working. Please help
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`)
how to mod database if using the cloud version?
Showing 1 to 9 of 9 discussions