mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 18:25:11 -06:00
fixes from Andrew Arensburger
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1591 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
bba4ca6406
commit
8795263358
@ -12,3 +12,4 @@ config.h
|
||||
*.diffs
|
||||
xacc
|
||||
*.xac.*.xac
|
||||
errs*
|
||||
|
@ -697,7 +697,7 @@ Well, just to show that we are getting things done.
|
||||
<dd>When performing a transfer, it is well-useful to allow the transfer
|
||||
to be "split" between several accounts. To implement a split,
|
||||
the best direction might be to have each transaction be a pointer
|
||||
to a set of splits, with each split having it's own distinct
|
||||
to a set of splits, with each split having its own distinct
|
||||
credited account, memo field and currency value. Suggestion is to
|
||||
leave the debited account pointer in the main transaction, and have one
|
||||
credited account pointer in each of the splits. Also, suggest
|
||||
|
@ -102,7 +102,7 @@ extern void xaccAccListDisplayRefresh (Account **acc);
|
||||
|
||||
/*
|
||||
* redisplay/redraw all windows that contain this transaction
|
||||
* (opr any of it's member splits).
|
||||
* (or any of its member splits).
|
||||
*/
|
||||
extern void xaccTransDisplayRefresh (Transaction *trans);
|
||||
|
||||
@ -118,6 +118,7 @@ extern void xaccRegisterRefresh (SplitRegister *);
|
||||
* close the window
|
||||
*/
|
||||
extern void xaccLedgerDisplayClose (xaccLedgerDisplay *);
|
||||
|
||||
#endif /* __MULTI_LEDGER_H__ */
|
||||
|
||||
/************************** END OF FILE *************************/
|
||||
|
Loading…
Reference in New Issue
Block a user