Files
gnucash/src/business/business-gnome/glade/invoice.glade
David Hampton 9f135c2965 Jan Arne Petersen's second batch of patches. Gnome2 gnucash will now
put up a splash screen.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/gnucash-gnome2-dev@8319 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-05-17 00:27:30 +00:00

2146 lines
104 KiB
XML

<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd" >
<glade-interface>
<requires lib="gnome" />
<requires lib="bonobo" />
<widget class="GtkDialog" id="New Invoice Dialog">
<property name="title" translatable="yes">New Invoice</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="modal">no</property>
<property name="allow_shrink">no</property>
<property name="allow_grow">no</property>
<property name="visible">yes</property>
<property name="window-position">GTK_WIN_POS_NONE</property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox2">
<property name="homogeneous">no</property>
<property name="spacing">8</property>
<property name="visible">yes</property>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area2">
<property name="layout_style">GTK_BUTTONBOX_END</property>
<property name="spacing">8</property>
<property name="visible">yes</property>
<child>
<widget class="GtkButton" id="button4">
<property name="can_default">yes</property>
<property name="can_focus">yes</property>
<property name="visible">yes</property>
<property name="label">gtk-ok</property>
<property name="use_stock">yes</property>
<property name="use_underline">yes</property>
</widget>
</child>
<child>
<widget class="GtkButton" id="button5">
<property name="can_default">yes</property>
<property name="can_focus">yes</property>
<property name="visible">yes</property>
<property name="label">gtk-cancel</property>
<property name="use_stock">yes</property>
<property name="use_underline">yes</property>
</widget>
</child>
<child>
<widget class="GtkButton" id="button6">
<property name="can_default">yes</property>
<property name="can_focus">yes</property>
<property name="visible">yes</property>
<property name="label">gtk-help</property>
<property name="use_stock">yes</property>
<property name="use_underline">yes</property>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">yes</property>
<property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox10">
<property name="homogeneous">no</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<widget class="GtkFrame" id="frame4">
<property name="border_width">3</property>
<property name="label" translatable="yes">Invoice Information</property>
<property name="label_xalign">0</property>
<property name="shadow">GTK_SHADOW_ETCHED_IN</property>
<property name="visible">yes</property>
<child>
<widget class="GtkHBox" id="hbox3">
<property name="homogeneous">no</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<widget class="GtkVBox" id="vbox11">
<property name="border_width">3</property>
<property name="homogeneous">yes</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<widget class="GtkLabel" id="label14">
<property name="label" translatable="yes">Invoice ID</property>
<property name="justify">GTK_JUSTIFY_RIGHT</property>
<property name="wrap">no</property>
<property name="xalign">1</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label15">
<property name="label" translatable="yes">Date Opened</property>
<property name="justify">GTK_JUSTIFY_RIGHT</property>
<property name="wrap">no</property>
<property name="xalign">1</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">yes</property>
<property name="fill">yes</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox12">
<property name="border_width">3</property>
<property name="homogeneous">yes</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<widget class="GtkEntry" id="id_entry">
<property name="tooltip" translatable="yes">The invoice ID number. If left blank a reasonable number will be chosen for you</property>
<property name="can_focus">yes</property>
<property name="editable">yes</property>
<property name="text" translatable="yes"></property>
<property name="max-length">0</property>
<property name="visibility">yes</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="date_opened_hbox">
<property name="homogeneous">no</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<placeholder />
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">yes</property>
<property name="fill">yes</property>
</packing>
</child>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">yes</property>
<property name="fill">yes</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="frame5">
<property name="border_width">3</property>
<property name="label" translatable="yes">Billing Information</property>
<property name="label_xalign">0</property>
<property name="shadow">GTK_SHADOW_ETCHED_IN</property>
<property name="visible">yes</property>
<child>
<widget class="GtkHBox" id="hbox4">
<property name="homogeneous">no</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<widget class="GtkVBox" id="vbox13">
<property name="border_width">3</property>
<property name="homogeneous">yes</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<widget class="GtkLabel" id="owner_label">
<property name="label" translatable="yes">(owner)</property>
<property name="justify">GTK_JUSTIFY_RIGHT</property>
<property name="wrap">no</property>
<property name="xalign">1</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label21">
<property name="label" translatable="yes">Job</property>
<property name="justify">GTK_JUSTIFY_RIGHT</property>
<property name="wrap">no</property>
<property name="xalign">1</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label20">
<property name="label" translatable="yes">Billing ID</property>
<property name="justify">GTK_JUSTIFY_RIGHT</property>
<property name="wrap">no</property>
<property name="xalign">1</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label17">
<property name="label" translatable="yes">Terms</property>
<property name="justify">GTK_JUSTIFY_RIGHT</property>
<property name="wrap">no</property>
<property name="xalign">1</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">yes</property>
<property name="fill">yes</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox14">
<property name="border_width">3</property>
<property name="homogeneous">yes</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<widget class="GtkHBox" id="owner_hbox">
<property name="homogeneous">no</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<placeholder />
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="job_hbox">
<property name="homogeneous">no</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<placeholder />
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="billing_id_entry">
<property name="can_focus">yes</property>
<property name="editable">yes</property>
<property name="text" translatable="yes"></property>
<property name="max-length">0</property>
<property name="visibility">yes</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkOptionMenu" id="terms_menu">
<property name="can_focus">yes</property>
<property name="history">0</property>
<property name="visible">yes</property>
<child internal-child="menu">
<widget class="GtkMenu" id="convertwidget1">
<property name="visible">yes</property>
<child>
<widget class="GtkMenuItem" id="convertwidget2">
<property name="label" translatable="yes">(terms)</property>
<property name="visible">yes</property>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">yes</property>
<property name="fill">yes</property>
</packing>
</child>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">yes</property>
<property name="fill">yes</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="proj_frame">
<property name="label" translatable="yes">Default Chargeback Project</property>
<property name="label_xalign">0</property>
<property name="shadow">GTK_SHADOW_ETCHED_IN</property>
<property name="visible">yes</property>
<child>
<widget class="GtkHBox" id="hbox5">
<property name="border_width">3</property>
<property name="homogeneous">no</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<widget class="GtkVBox" id="vbox15">
<property name="border_width">3</property>
<property name="homogeneous">yes</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<widget class="GtkLabel" id="label22">
<property name="label" translatable="yes">Customer</property>
<property name="justify">GTK_JUSTIFY_RIGHT</property>
<property name="wrap">no</property>
<property name="xalign">1</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label23">
<property name="label" translatable="yes">Job</property>
<property name="justify">GTK_JUSTIFY_RIGHT</property>
<property name="wrap">no</property>
<property name="xalign">1</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">yes</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox16">
<property name="border_width">3</property>
<property name="homogeneous">yes</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<widget class="GtkHBox" id="proj_cust_hbox">
<property name="homogeneous">no</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<placeholder />
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">yes</property>
<property name="fill">yes</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="proj_job_hbox">
<property name="homogeneous">no</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<placeholder />
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">yes</property>
<property name="fill">yes</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">yes</property>
<property name="fill">yes</property>
</packing>
</child>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">yes</property>
<property name="fill">yes</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="frame6">
<property name="border_width">3</property>
<property name="label" translatable="yes">Notes</property>
<property name="label_xalign">0</property>
<property name="shadow">GTK_SHADOW_ETCHED_IN</property>
<property name="visible">yes</property>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow2">
<property name="border_width">3</property>
<property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
<property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="visible">yes</property>
<child>
<widget class="GtkTextView" id="notes_text">
<property name="can_focus">yes</property>
<property name="editable">no</property>
<property name="text" translatable="yes"></property>
<property name="wrap_mode">GTK_WRAP_WORD</property>
<property name="visible">yes</property>
</widget>
</child>
<child internal-child="hscrollbar">
<widget class="GtkHScrollbar" id="convertwidget3">
<property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
<property name="visible">yes</property>
</widget>
</child>
<child internal-child="vscrollbar">
<widget class="GtkVScrollbar" id="convertwidget4">
<property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
<property name="visible">yes</property>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">yes</property>
<property name="fill">yes</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">yes</property>
<property name="fill">yes</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">4</property>
<property name="expand">yes</property>
<property name="fill">yes</property>
</packing>
</child>
</widget>
<widget class="GnomeApp" id="Invoice Entry Window">
<property name="visible">no</property>
<property name="title" translatable="yes">Invoice</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="modal">no</property>
<property name="allow_shrink">yes</property>
<property name="allow_grow">yes</property>
<property name="enable_layout_config">no</property>
<property name="window-position">GTK_WIN_POS_NONE</property>
<child internal-child="dock">
<widget class="BonoboDock" id="dock1">
<property name="allow_floating">yes</property>
<property name="visible">yes</property>
<child>
<widget class="BonoboDockItem" id="menu_dock">
<property name="border_width">2</property>
<property name="shadow_type">GTK_SHADOW_OUT</property>
<property name="visible">yes</property>
<child>
<widget class="GtkMenuBar" id="menubar1">
<property name="visible">yes</property>
<child>
<widget class="GtkMenuItem" id="menu_file">
<property name="visible">yes</property>
<property name="label" translatable="yes">_File</property>
<property name="use_stock">no</property>
<property name="use_underline">yes</property>
<child>
<widget class="GtkMenu" id="menu_file_menu">
<property name="visible">yes</property>
<child>
<widget class="GtkImageMenuItem" id="menu_new_invoice">
<property name="tooltip" translatable="yes">Create a new invoice</property>
<property name="label" translatable="yes">_New Invoice</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_new_invoice_cb" />
<child internal-child="image">
<widget class="GtkImage" id="convertwidget5">
<property name="stock">gtk-new</property>
<property name="visible">yes</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="menu_new_account">
<property name="tooltip" translatable="yes">Create a new Account</property>
<property name="label" translatable="yes">New Account</property>
<property name="visible">yes</property>
<signal name="activate" handler="gnc_invoice_window_new_account_cb" />
<child internal-child="image">
<widget class="GtkImage" id="convertwidget6">
<property name="stock">gtk-new</property>
<property name="visible">yes</property>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="separator10">
<property name="visible">yes</property>
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="menu_save">
<property name="visible">yes</property>
<property name="label">gtk-save</property>
<property name="use_stock">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_main_window_file_save_cb" />
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="menu_saveas">
<property name="visible">yes</property>
<property name="label">gtk-save-as</property>
<property name="use_stock">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_main_window_file_save_as_cb" />
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="separator12">
<property name="visible">yes</property>
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="menu_print">
<property name="visible">yes</property>
<property name="label">gtk-print</property>
<property name="use_stock">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_printCB" />
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="separator1">
<property name="visible">yes</property>
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="menu_close">
<property name="visible">yes</property>
<property name="label">gtk-close</property>
<property name="use_stock">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_closeCB" />
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="menu_exit">
<property name="visible">yes</property>
<property name="label">gtk-quit</property>
<property name="use_stock">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_main_window_exit_cb" />
</widget>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="menu_edit">
<property name="visible">yes</property>
<property name="label" translatable="yes">_Edit</property>
<property name="use_stock">no</property>
<property name="use_underline">yes</property>
<child>
<widget class="GtkMenu" id="menu_edit_menu">
<property name="visible">yes</property>
<child>
<widget class="GtkImageMenuItem" id="menu_cut">
<property name="visible">yes</property>
<property name="label">gtk-cut</property>
<property name="use_stock">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_cut_cb" />
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="menu_copy">
<property name="visible">yes</property>
<property name="label">gtk-copy</property>
<property name="use_stock">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_copy_cb" />
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="menu_paste">
<property name="visible">yes</property>
<property name="label">gtk-paste</property>
<property name="use_stock">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_paste_cb" />
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="separator13">
<property name="visible">yes</property>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="menu_edit_invoice">
<property name="tooltip" translatable="yes">Edit this Invoice</property>
<property name="label" translatable="yes">_Edit Invoice</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_editCB" />
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="separator11">
<property name="visible">yes</property>
</widget>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="menu_view">
<property name="visible">yes</property>
<property name="label" translatable="yes">_View</property>
<property name="use_stock">no</property>
<property name="use_underline">yes</property>
<child>
<widget class="GtkMenu" id="menu_view_menu">
<property name="visible">yes</property>
<child>
<widget class="GtkCheckMenuItem" id="menu_toolbar">
<property name="tooltip" translatable="yes">Display the toolbar</property>
<property name="label" translatable="yes">_Toolbar</property>
<property name="active">yes</property>
<property name="always_show_toggle">yes</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_toolbar_cb" />
</widget>
</child>
<child>
<widget class="GtkCheckMenuItem" id="menu_summary_bar">
<property name="tooltip" translatable="yes">Display the Summary Bar</property>
<property name="label" translatable="yes">S_ummary Bar</property>
<property name="active">yes</property>
<property name="always_show_toggle">yes</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_summarybar_cb" />
</widget>
</child>
<child>
<widget class="GtkCheckMenuItem" id="menu_status_bar">
<property name="tooltip" translatable="yes">Display the Status Bar</property>
<property name="label" translatable="yes">_Status Bar</property>
<property name="active">yes</property>
<property name="always_show_toggle">yes</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_statusbar_cb" />
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="separator4">
<property name="visible">yes</property>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="menu_sort_order">
<property name="label" translatable="yes">Sort _Order</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<child>
<widget class="GtkMenu" id="menu_sort_order_menu">
<property name="visible">yes</property>
<child>
<widget class="GtkRadioMenuItem" id="menu_sort_standard">
<property name="tooltip" translatable="yes">Keep normal invoice order</property>
<property name="label" translatable="yes">_Standard</property>
<property name="active">no</property>
<property name="always_show_toggle">yes</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_sort_standard_cb" />
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="separator5">
<property name="visible">yes</property>
</widget>
</child>
<child>
<widget class="GtkRadioMenuItem" id="menu_sort_date">
<property name="tooltip" translatable="yes">Sort by date</property>
<property name="label" translatable="yes">_Date</property>
<property name="active">no</property>
<property name="always_show_toggle">yes</property>
<property name="visible">yes</property>
<property name="group">menu_sort_standard</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_sort_date_cb" />
</widget>
</child>
<child>
<widget class="GtkRadioMenuItem" id="menu_sort_date_of_entry">
<property name="tooltip" translatable="yes">Sort by the date of entry</property>
<property name="label" translatable="yes">Date of _Entry</property>
<property name="active">no</property>
<property name="always_show_toggle">yes</property>
<property name="visible">yes</property>
<property name="group">menu_sort_standard</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_sort_date_entered_cb" />
</widget>
</child>
<child>
<widget class="GtkRadioMenuItem" id="menu_sort_quantity">
<property name="tooltip" translatable="yes">Sort by quantity</property>
<property name="label" translatable="yes">_Quantity</property>
<property name="active">no</property>
<property name="always_show_toggle">yes</property>
<property name="visible">yes</property>
<property name="group">menu_sort_standard</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_sort_quantity_cb" />
</widget>
</child>
<child>
<widget class="GtkRadioMenuItem" id="menu_price_quantity">
<property name="tooltip" translatable="yes">Sort by price</property>
<property name="label" translatable="yes">_Price</property>
<property name="active">no</property>
<property name="always_show_toggle">yes</property>
<property name="visible">yes</property>
<property name="group">menu_sort_standard</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_sort_price_cb" />
</widget>
</child>
<child>
<widget class="GtkRadioMenuItem" id="menu_sort_description">
<property name="tooltip" translatable="yes">Sort by description</property>
<property name="label" translatable="yes">_Description</property>
<property name="active">yes</property>
<property name="always_show_toggle">yes</property>
<property name="visible">yes</property>
<property name="group">menu_sort_standard</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_sort_description_cb" />
</widget>
</child>
</widget>
</child>
</widget>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="menu_actions">
<property name="label" translatable="yes">_Actions</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<child>
<widget class="GtkMenu" id="menu_actions_menu">
<property name="visible">yes</property>
<child>
<widget class="GtkMenuItem" id="menu_enter">
<property name="tooltip" translatable="yes">Record the current entry</property>
<property name="label" translatable="yes">_Enter</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_recordCB" />
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="menu_cancel">
<property name="tooltip" translatable="yes">Cancel the current entry</property>
<property name="label" translatable="yes">_Cancel</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_cancelCB" />
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="menu_delete">
<property name="tooltip" translatable="yes">Delete the current entry</property>
<property name="label" translatable="yes">_Delete</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_deleteCB" />
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="separator8">
<property name="visible">yes</property>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="menu_duplicate">
<property name="tooltip" translatable="yes">Make a copy of the current entry</property>
<property name="label" translatable="yes">Dup_licate</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_duplicateCB" />
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="menu_blank">
<property name="tooltip" translatable="yes">Move to the blank entry at the bottom of the Invoice</property>
<property name="label" translatable="yes">_Blank</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_blankCB" />
</widget>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="menu_reports">
<property name="label" translatable="yes">_Reports</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<child>
<widget class="GtkMenu" id="menu_reports_menu">
<property name="visible">yes</property>
<child>
<widget class="GtkMenuItem" id="menu_report_owner">
<property name="tooltip" translatable="yes">Open a company report window for the owner of this Invoice</property>
<property name="label" translatable="yes">_Company Report</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_report_owner_cb" />
</widget>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="menu_tools">
<property name="label" translatable="yes">_Tools</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<child>
<widget class="GtkMenu" id="menu_tools_menu">
<property name="visible">yes</property>
<child>
<widget class="GtkMenuItem" id="menu_general_ledger">
<property name="tooltip" translatable="yes">Open a general ledger window</property>
<property name="label" translatable="yes">_General Ledger</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_main_window_gl_cb" />
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="menu_price_editor">
<property name="tooltip" translatable="yes">View and edit the prices for stocks and mutual funds</property>
<property name="label" translatable="yes">_Price Editor</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_main_window_prices_cb" />
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="menu_commodity_editor">
<property name="tooltip" translatable="yes">View and edit the commodities for stocks and mutual funds</property>
<property name="label" translatable="yes">_Commodity Editor</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_main_window_commodities_cb" />
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="menu_fincalc">
<property name="tooltip" translatable="yes">Use the financial calculator</property>
<property name="label" translatable="yes">_Financial Calculator</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_main_window_fincalc_cb" />
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="menu_taxtable">
<property name="tooltip" translatable="yes">View and edit the list of Tax Tables</property>
<property name="label" translatable="yes">_Tax Table Editor</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_taxtable_cb" />
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="menu_billterm">
<property name="tooltip" translatable="yes">View and edit the list of Billing Terms</property>
<property name="label" translatable="yes">_Billing Terms Editor</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_billterm_cb" />
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="menu_payment">
<property name="tooltip" translatable="yes">Enter a payment for the owner of this Invoice</property>
<property name="label" translatable="yes">Process Pa_yment</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_invoice_window_payment_cb" />
</widget>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="menu_help">
<property name="visible">yes</property>
<property name="label" translatable="yes">_Help</property>
<property name="use_stock">no</property>
<property name="use_underline">yes</property>
<child>
<widget class="GtkMenu" id="menu_help_menu">
<property name="visible">yes</property>
<child>
<widget class="GtkMenuItem" id="menu_manual">
<property name="label" translatable="yes">_Gnucash Users Manual</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_main_window_help_cb" />
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="menu_totd">
<property name="label" translatable="yes">_Tip Of The Day</property>
<property name="visible">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_main_window_totd_cb" />
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="separator9">
<property name="visible">yes</property>
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="menu_about">
<property name="visible">yes</property>
<property name="label">gnome-stock-about</property>
<property name="use_stock">yes</property>
<property name="use_underline">yes</property>
<signal name="activate" handler="gnc_main_window_about_cb" />
</widget>
</child>
</widget>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="placement">BONOBO_DOCK_TOP</property>
<property name="band">0</property>
<property name="position">0</property>
<property name="offset">0</property>
<property name="behavior">BONOBO_DOCK_ITEM_BEH_EXCLUSIVE|BONOBO_DOCK_ITEM_BEH_NEVER_VERTICAL</property>
</packing>
</child>
<child>
<widget class="BonoboDockItem" id="toolbar_dock">
<property name="border_width">2</property>
<property name="shadow_type">GTK_SHADOW_OUT</property>
<property name="visible">yes</property>
<child>
<widget class="GtkToolbar" id="toolbar">
<property name="border_width">2</property>
<property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
<property name="toolbar-style">GTK_TOOLBAR_BOTH</property>
<property name="visible">yes</property>
<child>
<widget class="button" id="close_button">
<property name="tooltip" translatable="yes">Close this invoice window</property>
<property name="label" translatable="yes">Close</property>
<property name="stock_pixmap">gtk-close</property>
<property name="visible">yes</property>
<signal name="clicked" handler="gnc_invoice_window_closeCB" />
</widget>
</child>
<child>
<widget class="button" id="edit_button">
<property name="tooltip" translatable="yes">Edit this Invoice</property>
<property name="label" translatable="yes">Edit</property>
<property name="stock_pixmap">gtk-preferences</property>
<property name="visible">yes</property>
<signal name="clicked" handler="gnc_invoice_window_editCB" />
</widget>
</child>
<child>
<widget class="GtkVSeparator" id="vseparator1">
<property name="visible">yes</property>
</widget>
<packing>
<property name="new_group">yes</property>
</packing>
</child>
<child>
<widget class="button" id="enter_button">
<property name="tooltip" translatable="yes">Record the current entry</property>
<property name="label" translatable="yes">Enter</property>
<property name="stock_pixmap">gtk-add</property>
<property name="visible">yes</property>
<signal name="clicked" handler="gnc_invoice_window_recordCB" />
</widget>
</child>
<child>
<widget class="button" id="cancel_button">
<property name="tooltip" translatable="yes">Cancel the current entry</property>
<property name="label" translatable="yes">Cancel</property>
<property name="stock_pixmap">gtk-undelete</property>
<property name="visible">yes</property>
<signal name="clicked" handler="gnc_invoice_window_cancelCB" />
</widget>
</child>
<child>
<widget class="button" id="delete_button">
<property name="tooltip" translatable="yes">Delete the current entry</property>
<property name="label" translatable="yes">Delete</property>
<property name="stock_pixmap">gnome-stock-trash</property>
<property name="visible">yes</property>
<signal name="clicked" handler="gnc_invoice_window_deleteCB" />
</widget>
</child>
<child>
<widget class="GtkVSeparator" id="vseparator2">
<property name="visible">yes</property>
</widget>
<packing>
<property name="new_group">yes</property>
</packing>
</child>
<child>
<widget class="button" id="duplicate_button">
<property name="tooltip" translatable="yes">Make a copy of the current entry</property>
<property name="label" translatable="yes">Duplicate</property>
<property name="stock_pixmap">gtk-copy</property>
<property name="visible">yes</property>
<signal name="clicked" handler="gnc_invoice_window_duplicateCB" />
</widget>
</child>
<child>
<widget class="button" id="blank_button">
<property name="tooltip" translatable="yes">Move to the blank entry at the bottom of the Invoice</property>
<property name="label" translatable="yes">Blank</property>
<property name="stock_pixmap">gtk-new</property>
<property name="visible">yes</property>
<signal name="clicked" handler="gnc_invoice_window_blankCB" />
</widget>
</child>
<child>
<widget class="GtkVSeparator" id="vseparator3">
<property name="visible">yes</property>
</widget>
<packing>
<property name="new_group">yes</property>
</packing>
</child>
<child>
<widget class="button" id="print_button">
<property name="tooltip" translatable="yes">Make a printable Invoice</property>
<property name="label" translatable="yes">Print</property>
<property name="stock_pixmap">gtk-print</property>
<property name="visible">yes</property>
<signal name="clicked" handler="gnc_invoice_window_printCB" />
</widget>
</child>
<child>
<widget class="button" id="post_button">
<property name="tooltip" translatable="yes">Post this Invoice to your Chart of Accounts</property>
<property name="label" translatable="yes">Post</property>
<property name="stock_pixmap">gtk-jump-to</property>
<property name="visible">yes</property>
<signal name="clicked" handler="gnc_invoice_window_postCB" />
</widget>
</child>
<child>
<widget class="button" id="unpost_button">
<property name="tooltip" translatable="yes">Unpost this Invoice and make it editable</property>
<property name="label" translatable="yes">Unpost</property>
<property name="stock_pixmap">gtk-convert</property>
<property name="visible">yes</property>
<signal name="clicked" handler="gnc_invoice_window_unpostCB" />
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="placement">BONOBO_DOCK_TOP</property>
<property name="band">1</property>
<property name="position">0</property>
<property name="offset">0</property>
<property name="behavior">BONOBO_DOCK_ITEM_BEH_EXCLUSIVE</property>
</packing>
</child>
<child>
<widget class="BonoboDockItem" id="summarybar_dock">
<property name="shadow_type">GTK_SHADOW_OUT</property>
<property name="visible">yes</property>
<child>
<placeholder />
</child>
</widget>
<packing>
<property name="placement">BONOBO_DOCK_BOTTOM</property>
<property name="band">0</property>
<property name="position">0</property>
<property name="offset">0</property>
<property name="behavior">BONOBO_DOCK_ITEM_BEH_NORMAL</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox1">
<property name="homogeneous">no</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<widget class="GtkHBox" id="hbox1">
<property name="homogeneous">no</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<widget class="GtkFrame" id="frame1">
<property name="label" translatable="yes">Invoice Information</property>
<property name="label_xalign">0</property>
<property name="shadow">GTK_SHADOW_ETCHED_IN</property>
<property name="visible">yes</property>
<child>
<widget class="GtkHBox" id="hbox1">
<property name="homogeneous">no</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<widget class="GtkVBox" id="vbox2">
<property name="homogeneous">yes</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<widget class="GtkLabel" id="label1">
<property name="label" translatable="yes">Invoice ID</property>
<property name="justify">GTK_JUSTIFY_RIGHT</property>
<property name="wrap">no</property>
<property name="xalign">1</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label3">
<property name="label" translatable="yes">Date Opened</property>
<property name="justify">GTK_JUSTIFY_RIGHT</property>
<property name="wrap">no</property>
<property name="xalign">1</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="posted_label">
<property name="label" translatable="yes">Date Posted</property>
<property name="justify">GTK_JUSTIFY_RIGHT</property>
<property name="wrap">no</property>
<property name="xalign">1</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="acct_label">
<property name="label" translatable="yes">Posted Account</property>
<property name="justify">GTK_JUSTIFY_RIGHT</property>
<property name="wrap">no</property>
<property name="xalign">1</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label8">
<property name="label" translatable="yes"></property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">no</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="hide3">
<property name="label" translatable="yes"></property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">no</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">yes</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox3">
<property name="homogeneous">yes</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<widget class="GtkEntry" id="id_entry">
<property name="can_focus">yes</property>
<property name="editable">no</property>
<property name="text" translatable="yes"></property>
<property name="max-length">0</property>
<property name="visibility">yes</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="date_opened_hbox">
<property name="homogeneous">no</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<placeholder />
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="date_posted_hbox">
<property name="homogeneous">no</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<placeholder />
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="acct_entry">
<property name="can_focus">yes</property>
<property name="editable">no</property>
<property name="text" translatable="yes"></property>
<property name="max-length">0</property>
<property name="visibility">yes</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkCheckButton" id="active_check">
<property name="can_focus">yes</property>
<property name="label" translatable="yes">Active</property>
<property name="active">no</property>
<property name="draw_indicator">yes</property>
<property name="visible">yes</property>
<signal name="toggled" handler="gnc_invoice_window_active_toggled_cb" />
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="hide4">
<property name="label" translatable="yes"></property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">no</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">yes</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="frame3">
<property name="label" translatable="yes">Billing Information</property>
<property name="label_xalign">0</property>
<property name="shadow">GTK_SHADOW_ETCHED_IN</property>
<property name="visible">yes</property>
<child>
<widget class="GtkHBox" id="hbox2">
<property name="homogeneous">no</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<widget class="GtkVBox" id="vbox8">
<property name="homogeneous">yes</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<widget class="GtkLabel" id="owner_label">
<property name="label" translatable="yes">(owner)</property>
<property name="justify">GTK_JUSTIFY_RIGHT</property>
<property name="wrap">no</property>
<property name="xalign">1</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label18">
<property name="label" translatable="yes">Job</property>
<property name="justify">GTK_JUSTIFY_RIGHT</property>
<property name="wrap">no</property>
<property name="xalign">1</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label19">
<property name="label" translatable="yes">Billing ID</property>
<property name="justify">GTK_JUSTIFY_RIGHT</property>
<property name="wrap">no</property>
<property name="xalign">1</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label13">
<property name="label" translatable="yes">Terms</property>
<property name="justify">GTK_JUSTIFY_RIGHT</property>
<property name="wrap">no</property>
<property name="xalign">1</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="hide1">
<property name="label" translatable="yes"></property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">no</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">yes</property>
<property name="fill">yes</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox9">
<property name="homogeneous">yes</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<widget class="GtkHBox" id="owner_hbox">
<property name="homogeneous">no</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<placeholder />
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="job_hbox">
<property name="homogeneous">no</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<placeholder />
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="billing_id_entry">
<property name="can_focus">yes</property>
<property name="editable">no</property>
<property name="text" translatable="yes"></property>
<property name="max-length">0</property>
<property name="visibility">yes</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkOptionMenu" id="terms_menu">
<property name="sensitive">no</property>
<property name="can_focus">yes</property>
<property name="history">0</property>
<property name="visible">yes</property>
<child internal-child="menu">
<widget class="GtkMenu" id="convertwidget7">
<property name="visible">yes</property>
<child>
<widget class="GtkMenuItem" id="convertwidget8">
<property name="label" translatable="yes">(terms)</property>
<property name="visible">yes</property>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="hide2">
<property name="label" translatable="yes"></property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">no</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">no</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">yes</property>
<property name="fill">yes</property>
</packing>
</child>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">yes</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="frame2">
<property name="label" translatable="yes">Notes</property>
<property name="label_xalign">0</property>
<property name="shadow">GTK_SHADOW_ETCHED_IN</property>
<property name="visible">yes</property>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow1">
<property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
<property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<property name="visible">yes</property>
<child>
<widget class="GtkTextView" id="notes_text">
<property name="can_focus">yes</property>
<property name="editable">yes</property>
<property name="text" translatable="yes"></property>
<property name="wrap_mode">GTK_WRAP_WORD</property>
<property name="visible">yes</property>
<signal name="focus-out-event" handler="gnc_invoice_window_leave_notes_cb" />
</widget>
</child>
<child internal-child="hscrollbar">
<widget class="GtkHScrollbar" id="convertwidget9">
<property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
<property name="visible">yes</property>
</widget>
</child>
<child internal-child="vscrollbar">
<widget class="GtkVScrollbar" id="convertwidget10">
<property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
<property name="visible">yes</property>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">yes</property>
<property name="fill">yes</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">3</property>
<property name="expand">no</property>
<property name="fill">yes</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="proj_frame">
<property name="label" translatable="yes">Default Chargeback Project</property>
<property name="label_xalign">0</property>
<property name="shadow">GTK_SHADOW_ETCHED_IN</property>
<property name="visible">yes</property>
<child>
<widget class="GtkHBox" id="hbox8">
<property name="border_width">3</property>
<property name="homogeneous">no</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<widget class="GtkLabel" id="label24">
<property name="label" translatable="yes">Customer: </property>
<property name="justify">GTK_JUSTIFY_RIGHT</property>
<property name="wrap">no</property>
<property name="xalign">1</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">yes</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="proj_cust_hbox">
<property name="homogeneous">no</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<placeholder />
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">yes</property>
<property name="fill">yes</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label25">
<property name="label" translatable="yes">Job: </property>
<property name="justify">GTK_JUSTIFY_RIGHT</property>
<property name="wrap">no</property>
<property name="xalign">1</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">no</property>
<property name="fill">yes</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="proj_job_hbox">
<property name="homogeneous">no</property>
<property name="spacing">0</property>
<property name="visible">yes</property>
<child>
<placeholder />
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">yes</property>
<property name="fill">yes</property>
</packing>
</child>
</widget>
</child>
</widget>
<packing>
<property name="padding">3</property>
<property name="expand">yes</property>
<property name="fill">yes</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="ledger_frame">
<property name="label" translatable="yes">Invoice Entries</property>
<property name="label_xalign">0</property>
<property name="shadow">GTK_SHADOW_ETCHED_IN</property>
<property name="visible">yes</property>
<child>
<placeholder />
</child>
</widget>
<packing>
<property name="padding">3</property>
<property name="expand">yes</property>
<property name="fill">yes</property>
</packing>
</child>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">yes</property>
<property name="fill">yes</property>
</packing>
</child>
<child internal-child="appbar">
<widget class="GnomeAppBar" id="status_bar">
<property name="has_progress">no</property>
<property name="has_status">yes</property>
<property name="visible">yes</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">yes</property>
<property name="fill">yes</property>
</packing>
</child>
</widget>
<widget class="GtkMenu" id="Invoice Window Popup Menu">
<property name="visible">yes</property>
<child>
<widget class="GtkMenuItem" id="enter_item">
<property name="tooltip" translatable="yes">Record the current entry</property>
<property name="label" translatable="yes">Enter</property>
<property name="visible">yes</property>
<signal name="activate" handler="gnc_invoice_window_recordCB" />
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="cancel_item">
<property name="tooltip" translatable="yes">Cancel the current entry</property>
<property name="label" translatable="yes">Cancel</property>
<property name="visible">yes</property>
<signal name="activate" handler="gnc_invoice_window_cancelCB" />
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="delete_item">
<property name="tooltip" translatable="yes">Delete the current entry</property>
<property name="label" translatable="yes">Delete</property>
<property name="visible">yes</property>
<signal name="activate" handler="gnc_invoice_window_deleteCB" />
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="separator1">
<property name="visible">yes</property>
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="duplicate_item">
<property name="tooltip" translatable="yes">Make a copy of the current entry</property>
<property name="label" translatable="yes">Duplicate</property>
<property name="visible">yes</property>
<signal name="activate" handler="gnc_invoice_window_duplicateCB" />
</widget>
</child>
<child>
<widget class="GtkMenuItem" id="blank_item">
<property name="tooltip" translatable="yes">Move to the blank entry at the bottom of the Invoice</property>
<property name="label" translatable="yes">Blank</property>
<property name="visible">yes</property>
<signal name="activate" handler="gnc_invoice_window_blankCB" />
</widget>
</child>
</widget>
</glade-interface>