Sagar Sawant
My feedback
2 results found
-
308 votes
Concurrent multi-user support has been part of our long-term goals for a while now:
http://wiki.gnucash.org/wiki/Roadmap#Database_and_QOFTime to update the status of this feature request…
Note it still says “long-term”, which currently means several years ahead of us.An error occurred while saving the comment An error occurred while saving the comment Sagar Sawant commentedbut i still feel even with the current architecture multi use would be possible ... probably beginning with what i commented below ... need some more comments from developers of gnucash to post more ideas on this ...
An error occurred while saving the comment Sagar Sawant commentedCSTIM ... is it illegal to start a same to same copy of gnucash project even if it is open source?
An error occurred while saving the comment Sagar Sawant commentedwell i think multiuser access could be possible with database server at backend like MySQL ...
all that needs to be done is to use InnoDB tables and the transaction isolation level to Serializable ...
yes it would slowdown things but to start with this could be a safe option ... along with only insert allowed from data entry stations and edits to be allowed from only one station ...
-
232 votesSagar Sawant supported this idea ·
going further on multi-user gnucash enabling ---> we can add columns created_by and modified_by to all tables and allow editing of records only to the user who created it or the admin ... triggers can be used to add data to the new columns and this will save programming effort ...