git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4402 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2001-06-03 23:30:12 +00:00
parent 562da87fe2
commit 602fe4700c

View File

@ -239,11 +239,12 @@ multi-user mode is fundamentally broken unless they are fixed.
as to what this is about. For the first pass, this is not a as to what this is about. For the first pass, this is not a
serious issue; its a 'nice to have' thing. serious issue; its a 'nice to have' thing.
-- add versioning support for price db. We should add version numbers -- bug: price editing from price edit gui only causes price to be deleted,
to the prices, and check version numbers when updating prices. the new price is not stored ...
-- implement account rollback (i.e. if other user has modified the -- implement account rollback (i.e. if other user has modified the
account, we need to do something to merge their work into ours...) account, we need to do something to merge their work into ours...)
ditto for prices ...
-- transaction rollback is 'incorrect'; sort of ?? since we should -- transaction rollback is 'incorrect'; sort of ?? since we should
roll back to what's in the db, and not the old stored transaction ... roll back to what's in the db, and not the old stored transaction ...