mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
with theese fixes, book closing now officially beta
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9140 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
17e0df59c5
commit
ddb95ff820
@ -452,10 +452,11 @@ ap_close_period (GnomeDruidPage *druidpage,
|
||||
gnc_file_save ();
|
||||
gnc_resume_gui_refresh ();
|
||||
gnc_engine_resume_events ();
|
||||
gnc_gui_refresh_all (); /* resume above should have been enough ??? */
|
||||
}
|
||||
|
||||
/* Report the status back to the user. */
|
||||
info->close_status = 0; /* XXX fixme */
|
||||
info->close_status = 0; /* XXX fixme success or failure? */
|
||||
|
||||
/* Find the next closing date ... */
|
||||
info->prev_closing_date = info->closing_date;
|
||||
|
@ -904,8 +904,8 @@ gnc_main_window_create_menus(GNCMDIInfo * maininfo)
|
||||
gnc_sched_xaction_tools_submenu_template ),
|
||||
{
|
||||
GNOME_APP_UI_ITEM,
|
||||
N_("Close Books (Experimental/Borken)"),
|
||||
N_("Configure accounting periods"),
|
||||
N_("Close Books"),
|
||||
N_("Archive old data using accounting periods"),
|
||||
gnc_main_window_books_druid_cb, NULL, NULL,
|
||||
GNOME_APP_PIXMAP_NONE, NULL,
|
||||
0, 0, NULL
|
||||
|
Loading…
Reference in New Issue
Block a user