<?xml version="1.0"?>
<GTK-Interface>

<project>
  <name>Invoice</name>
  <program_name>invoice</program_name>
  <directory></directory>
  <source_directory>src</source_directory>
  <pixmaps_directory>pixmaps</pixmaps_directory>
  <language>C</language>
  <gnome_support>True</gnome_support>
  <gettext_support>True</gettext_support>
  <output_main_file>False</output_main_file>
  <output_support_files>False</output_support_files>
  <output_build_files>False</output_build_files>
  <backup_source_files>False</backup_source_files>
</project>

<widget>
  <class>GnomeDialog</class>
  <name>New Invoice Dialog</name>
  <title>New Invoice</title>
  <type>GTK_WINDOW_TOPLEVEL</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>False</modal>
  <allow_shrink>False</allow_shrink>
  <allow_grow>False</allow_grow>
  <auto_shrink>False</auto_shrink>
  <auto_close>False</auto_close>
  <hide_on_close>False</hide_on_close>

  <widget>
    <class>GtkVBox</class>
    <child_name>GnomeDialog:vbox</child_name>
    <name>dialog-vbox2</name>
    <homogeneous>False</homogeneous>
    <spacing>8</spacing>
    <child>
      <padding>4</padding>
      <expand>True</expand>
      <fill>True</fill>
    </child>

    <widget>
      <class>GtkHButtonBox</class>
      <child_name>GnomeDialog:action_area</child_name>
      <name>dialog-action_area2</name>
      <layout_style>GTK_BUTTONBOX_END</layout_style>
      <spacing>8</spacing>
      <child_min_width>85</child_min_width>
      <child_min_height>27</child_min_height>
      <child_ipad_x>7</child_ipad_x>
      <child_ipad_y>0</child_ipad_y>
      <child>
	<padding>0</padding>
	<expand>False</expand>
	<fill>True</fill>
	<pack>GTK_PACK_END</pack>
      </child>

      <widget>
	<class>GtkButton</class>
	<name>button4</name>
	<can_default>True</can_default>
	<can_focus>True</can_focus>
	<stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
      </widget>

      <widget>
	<class>GtkButton</class>
	<name>button5</name>
	<can_default>True</can_default>
	<can_focus>True</can_focus>
	<stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
      </widget>

      <widget>
	<class>GtkButton</class>
	<name>button6</name>
	<can_default>True</can_default>
	<can_focus>True</can_focus>
	<stock_button>GNOME_STOCK_BUTTON_HELP</stock_button>
      </widget>
    </widget>

    <widget>
      <class>GtkVBox</class>
      <name>vbox10</name>
      <homogeneous>False</homogeneous>
      <spacing>0</spacing>
      <child>
	<padding>0</padding>
	<expand>True</expand>
	<fill>True</fill>
      </child>

      <widget>
	<class>GtkFrame</class>
	<name>frame4</name>
	<border_width>3</border_width>
	<label>Invoice Information</label>
	<label_xalign>0</label_xalign>
	<shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkHBox</class>
	  <name>hbox3</name>
	  <homogeneous>False</homogeneous>
	  <spacing>0</spacing>

	  <widget>
	    <class>GtkVBox</class>
	    <name>vbox11</name>
	    <border_width>3</border_width>
	    <homogeneous>True</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkLabel</class>
	      <name>label14</name>
	      <label>Invoice ID</label>
	      <justify>GTK_JUSTIFY_RIGHT</justify>
	      <wrap>False</wrap>
	      <xalign>1</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>False</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkLabel</class>
	      <name>label15</name>
	      <label>Date Opened</label>
	      <justify>GTK_JUSTIFY_RIGHT</justify>
	      <wrap>False</wrap>
	      <xalign>1</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>False</fill>
	      </child>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkVBox</class>
	    <name>vbox12</name>
	    <border_width>3</border_width>
	    <homogeneous>True</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkEntry</class>
	      <name>id_entry</name>
	      <tooltip>The invoice ID number.  If left blank a reasonable number will be chosen for you</tooltip>
	      <can_focus>True</can_focus>
	      <editable>True</editable>
	      <text_visible>True</text_visible>
	      <text_max_length>0</text_max_length>
	      <text></text>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>False</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkHBox</class>
	      <name>date_opened_hbox</name>
	      <homogeneous>False</homogeneous>
	      <spacing>0</spacing>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>False</fill>
	      </child>

	      <widget>
		<class>Placeholder</class>
	      </widget>
	    </widget>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkFrame</class>
	<name>frame5</name>
	<border_width>3</border_width>
	<label>Billing Information</label>
	<label_xalign>0</label_xalign>
	<shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkHBox</class>
	  <name>hbox4</name>
	  <homogeneous>False</homogeneous>
	  <spacing>0</spacing>

	  <widget>
	    <class>GtkVBox</class>
	    <name>vbox13</name>
	    <border_width>3</border_width>
	    <homogeneous>True</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkLabel</class>
	      <name>owner_label</name>
	      <label>(owner)</label>
	      <justify>GTK_JUSTIFY_RIGHT</justify>
	      <wrap>False</wrap>
	      <xalign>1</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>False</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkLabel</class>
	      <name>job_label</name>
	      <label>Job</label>
	      <justify>GTK_JUSTIFY_RIGHT</justify>
	      <wrap>False</wrap>
	      <xalign>1</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>False</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkLabel</class>
	      <name>label20</name>
	      <label>Billing ID</label>
	      <justify>GTK_JUSTIFY_RIGHT</justify>
	      <wrap>False</wrap>
	      <xalign>1</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>False</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkLabel</class>
	      <name>label17</name>
	      <label>Terms</label>
	      <justify>GTK_JUSTIFY_RIGHT</justify>
	      <wrap>False</wrap>
	      <xalign>1</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>False</fill>
	      </child>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkVBox</class>
	    <name>vbox14</name>
	    <border_width>3</border_width>
	    <homogeneous>True</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkHBox</class>
	      <name>owner_hbox</name>
	      <homogeneous>False</homogeneous>
	      <spacing>0</spacing>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>False</fill>
	      </child>

	      <widget>
		<class>Placeholder</class>
	      </widget>
	    </widget>

	    <widget>
	      <class>GtkHBox</class>
	      <name>job_hbox</name>
	      <homogeneous>False</homogeneous>
	      <spacing>0</spacing>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>False</fill>
	      </child>

	      <widget>
		<class>Placeholder</class>
	      </widget>
	    </widget>

	    <widget>
	      <class>GtkEntry</class>
	      <name>billing_id_entry</name>
	      <can_focus>True</can_focus>
	      <editable>True</editable>
	      <text_visible>True</text_visible>
	      <text_max_length>0</text_max_length>
	      <text></text>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>False</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkOptionMenu</class>
	      <name>terms_menu</name>
	      <can_focus>True</can_focus>
	      <items>(terms)
</items>
	      <initial_choice>0</initial_choice>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>False</fill>
	      </child>
	    </widget>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkFrame</class>
	<name>proj_frame</name>
	<label>Default Chargeback Project</label>
	<label_xalign>0</label_xalign>
	<shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkHBox</class>
	  <name>hbox5</name>
	  <border_width>3</border_width>
	  <homogeneous>False</homogeneous>
	  <spacing>0</spacing>

	  <widget>
	    <class>GtkVBox</class>
	    <name>vbox15</name>
	    <border_width>3</border_width>
	    <homogeneous>True</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>False</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkLabel</class>
	      <name>label22</name>
	      <label>Customer</label>
	      <justify>GTK_JUSTIFY_RIGHT</justify>
	      <wrap>False</wrap>
	      <xalign>1</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>False</fill>
	      </child>
	    </widget>

	    <widget>
	      <class>GtkLabel</class>
	      <name>label23</name>
	      <label>Job</label>
	      <justify>GTK_JUSTIFY_RIGHT</justify>
	      <wrap>False</wrap>
	      <xalign>1</xalign>
	      <yalign>0.5</yalign>
	      <xpad>0</xpad>
	      <ypad>0</ypad>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>False</fill>
	      </child>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkVBox</class>
	    <name>vbox16</name>
	    <border_width>3</border_width>
	    <homogeneous>True</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>GtkHBox</class>
	      <name>proj_cust_hbox</name>
	      <homogeneous>False</homogeneous>
	      <spacing>0</spacing>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>

	      <widget>
		<class>Placeholder</class>
	      </widget>
	    </widget>

	    <widget>
	      <class>GtkHBox</class>
	      <name>proj_job_hbox</name>
	      <homogeneous>False</homogeneous>
	      <spacing>0</spacing>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>

	      <widget>
		<class>Placeholder</class>
	      </widget>
	    </widget>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkFrame</class>
	<name>frame6</name>
	<border_width>3</border_width>
	<label>Notes</label>
	<label_xalign>0</label_xalign>
	<shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkScrolledWindow</class>
	  <name>scrolledwindow2</name>
	  <border_width>3</border_width>
	  <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
	  <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
	  <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
	  <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>

	  <widget>
	    <class>GtkText</class>
	    <name>notes_text</name>
	    <can_focus>True</can_focus>
	    <editable>False</editable>
	    <text></text>
	  </widget>
	</widget>
      </widget>
    </widget>
  </widget>
</widget>

<widget>
  <class>GnomeApp</class>
  <name>Invoice Entry Window</name>
  <visible>False</visible>
  <title>Invoice</title>
  <type>GTK_WINDOW_TOPLEVEL</type>
  <position>GTK_WIN_POS_NONE</position>
  <modal>False</modal>
  <allow_shrink>True</allow_shrink>
  <allow_grow>True</allow_grow>
  <auto_shrink>True</auto_shrink>
  <enable_layout_config>False</enable_layout_config>

  <widget>
    <class>GnomeDock</class>
    <child_name>GnomeApp:dock</child_name>
    <name>dock1</name>
    <allow_floating>True</allow_floating>
    <child>
      <padding>0</padding>
      <expand>True</expand>
      <fill>True</fill>
    </child>

    <widget>
      <class>GnomeDockItem</class>
      <name>menu_dock</name>
      <border_width>2</border_width>
      <placement>GNOME_DOCK_TOP</placement>
      <band>0</band>
      <position>0</position>
      <offset>0</offset>
      <locked>False</locked>
      <exclusive>True</exclusive>
      <never_floating>False</never_floating>
      <never_vertical>True</never_vertical>
      <never_horizontal>False</never_horizontal>
      <shadow_type>GTK_SHADOW_OUT</shadow_type>

      <widget>
	<class>GtkMenuBar</class>
	<name>menubar1</name>
	<shadow_type>GTK_SHADOW_NONE</shadow_type>

	<widget>
	  <class>GtkMenuItem</class>
	  <name>menu_file</name>
	  <stock_item>GNOMEUIINFO_MENU_FILE_TREE</stock_item>

	  <widget>
	    <class>GtkMenu</class>
	    <name>menu_file_menu</name>

	    <widget>
	      <class>GtkPixmapMenuItem</class>
	      <name>menu_new_invoice</name>
	      <tooltip>Create a new invoice</tooltip>
	      <signal>
		<name>activate</name>
		<handler>gnc_invoice_window_new_invoice_cb</handler>
		<last_modification_time>Wed, 12 Jun 2002 05:41:11 GMT</last_modification_time>
	      </signal>
	      <label>_New Invoice</label>
	      <right_justify>False</right_justify>
	      <stock_icon>GNOME_STOCK_MENU_NEW</stock_icon>
	    </widget>

	    <widget>
	      <class>GtkPixmapMenuItem</class>
	      <name>menu_new_account</name>
	      <tooltip>Create a new Account</tooltip>
	      <signal>
		<name>activate</name>
		<handler>gnc_invoice_window_new_account_cb</handler>
		<last_modification_time>Tue, 02 Jul 2002 20:55:21 GMT</last_modification_time>
	      </signal>
	      <label>New Account</label>
	      <right_justify>False</right_justify>
	      <stock_icon>GNOME_STOCK_MENU_NEW</stock_icon>
	    </widget>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>separator10</name>
	      <right_justify>False</right_justify>
	    </widget>

	    <widget>
	      <class>GtkPixmapMenuItem</class>
	      <name>menu_save</name>
	      <signal>
		<name>activate</name>
		<handler>gnc_main_window_file_save_cb</handler>
		<last_modification_time>Sun, 16 Jun 2002 17:35:28 GMT</last_modification_time>
	      </signal>
	      <stock_item>GNOMEUIINFO_MENU_SAVE_ITEM</stock_item>
	    </widget>

	    <widget>
	      <class>GtkPixmapMenuItem</class>
	      <name>menu_saveas</name>
	      <signal>
		<name>activate</name>
		<handler>gnc_main_window_file_save_as_cb</handler>
		<last_modification_time>Sun, 16 Jun 2002 17:35:28 GMT</last_modification_time>
	      </signal>
	      <stock_item>GNOMEUIINFO_MENU_SAVE_AS_ITEM</stock_item>
	    </widget>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>separator12</name>
	      <right_justify>False</right_justify>
	    </widget>

	    <widget>
	      <class>GtkPixmapMenuItem</class>
	      <name>menu_print</name>
	      <signal>
		<name>activate</name>
		<handler>gnc_invoice_window_printCB</handler>
		<last_modification_time>Wed, 12 Jun 2002 06:07:26 GMT</last_modification_time>
	      </signal>
	      <stock_item>GNOMEUIINFO_MENU_PRINT_ITEM</stock_item>
	    </widget>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>separator1</name>
	      <right_justify>False</right_justify>
	    </widget>

	    <widget>
	      <class>GtkPixmapMenuItem</class>
	      <name>menu_close</name>
	      <signal>
		<name>activate</name>
		<handler>gnc_invoice_window_closeCB</handler>
		<last_modification_time>Wed, 12 Jun 2002 01:59:32 GMT</last_modification_time>
	      </signal>
	      <stock_item>GNOMEUIINFO_MENU_CLOSE_ITEM</stock_item>
	    </widget>

	    <widget>
	      <class>GtkPixmapMenuItem</class>
	      <name>menu_exit</name>
	      <signal>
		<name>activate</name>
		<handler>gnc_main_window_exit_cb</handler>
		<last_modification_time>Wed, 12 Jun 2002 05:55:04 GMT</last_modification_time>
	      </signal>
	      <stock_item>GNOMEUIINFO_MENU_EXIT_ITEM</stock_item>
	    </widget>
	  </widget>
	</widget>

	<widget>
	  <class>GtkMenuItem</class>
	  <name>menu_edit</name>
	  <stock_item>GNOMEUIINFO_MENU_EDIT_TREE</stock_item>

	  <widget>
	    <class>GtkMenu</class>
	    <name>menu_edit_menu</name>

	    <widget>
	      <class>GtkPixmapMenuItem</class>
	      <name>menu_cut</name>
	      <signal>
		<name>activate</name>
		<handler>gnc_invoice_window_cut_cb</handler>
		<last_modification_time>Sun, 16 Jun 2002 17:35:28 GMT</last_modification_time>
	      </signal>
	      <stock_item>GNOMEUIINFO_MENU_CUT_ITEM</stock_item>
	    </widget>

	    <widget>
	      <class>GtkPixmapMenuItem</class>
	      <name>menu_copy</name>
	      <signal>
		<name>activate</name>
		<handler>gnc_invoice_window_copy_cb</handler>
		<last_modification_time>Sun, 16 Jun 2002 17:35:28 GMT</last_modification_time>
	      </signal>
	      <stock_item>GNOMEUIINFO_MENU_COPY_ITEM</stock_item>
	    </widget>

	    <widget>
	      <class>GtkPixmapMenuItem</class>
	      <name>menu_paste</name>
	      <signal>
		<name>activate</name>
		<handler>gnc_invoice_window_paste_cb</handler>
		<last_modification_time>Sun, 16 Jun 2002 17:35:28 GMT</last_modification_time>
	      </signal>
	      <stock_item>GNOMEUIINFO_MENU_PASTE_ITEM</stock_item>
	    </widget>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>separator13</name>
	      <right_justify>False</right_justify>
	    </widget>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>menu_edit_invoice</name>
	      <tooltip>Edit this Invoice</tooltip>
	      <signal>
		<name>activate</name>
		<handler>gnc_invoice_window_editCB</handler>
		<last_modification_time>Wed, 12 Jun 2002 05:42:08 GMT</last_modification_time>
	      </signal>
	      <label>_Edit Invoice</label>
	      <right_justify>False</right_justify>
	    </widget>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>separator11</name>
	      <right_justify>False</right_justify>
	    </widget>
	  </widget>
	</widget>

	<widget>
	  <class>GtkMenuItem</class>
	  <name>menu_view</name>
	  <stock_item>GNOMEUIINFO_MENU_VIEW_TREE</stock_item>

	  <widget>
	    <class>GtkMenu</class>
	    <name>menu_view_menu</name>

	    <widget>
	      <class>GtkCheckMenuItem</class>
	      <name>menu_toolbar</name>
	      <tooltip>Display the toolbar</tooltip>
	      <signal>
		<name>activate</name>
		<handler>gnc_invoice_window_toolbar_cb</handler>
		<last_modification_time>Wed, 12 Jun 2002 05:55:04 GMT</last_modification_time>
	      </signal>
	      <label>_Toolbar</label>
	      <active>True</active>
	      <always_show_toggle>True</always_show_toggle>
	    </widget>

	    <widget>
	      <class>GtkCheckMenuItem</class>
	      <name>menu_summary_bar</name>
	      <tooltip>Display the Summary Bar</tooltip>
	      <signal>
		<name>activate</name>
		<handler>gnc_invoice_window_summarybar_cb</handler>
		<last_modification_time>Mon, 28 Oct 2002 04:13:57 GMT</last_modification_time>
	      </signal>
	      <label>S_ummary Bar</label>
	      <active>True</active>
	      <always_show_toggle>True</always_show_toggle>
	    </widget>

	    <widget>
	      <class>GtkCheckMenuItem</class>
	      <name>menu_status_bar</name>
	      <tooltip>Display the Status Bar</tooltip>
	      <signal>
		<name>activate</name>
		<handler>gnc_invoice_window_statusbar_cb</handler>
		<last_modification_time>Wed, 12 Jun 2002 06:03:51 GMT</last_modification_time>
	      </signal>
	      <label>_Status Bar</label>
	      <active>True</active>
	      <always_show_toggle>True</always_show_toggle>
	    </widget>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>separator4</name>
	      <right_justify>False</right_justify>
	    </widget>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>menu_sort_order</name>
	      <label>Sort _Order</label>
	      <right_justify>False</right_justify>

	      <widget>
		<class>GtkMenu</class>
		<name>menu_sort_order_menu</name>

		<widget>
		  <class>GtkRadioMenuItem</class>
		  <name>menu_sort_standard</name>
		  <tooltip>Keep normal invoice order</tooltip>
		  <signal>
		    <name>activate</name>
		    <handler>gnc_invoice_window_sort_standard_cb</handler>
		    <last_modification_time>Wed, 12 Jun 2002 02:13:24 GMT</last_modification_time>
		  </signal>
		  <label>_Standard</label>
		  <active>False</active>
		  <always_show_toggle>True</always_show_toggle>
		  <group>sort</group>
		</widget>

		<widget>
		  <class>GtkMenuItem</class>
		  <name>separator5</name>
		  <right_justify>False</right_justify>
		</widget>

		<widget>
		  <class>GtkRadioMenuItem</class>
		  <name>menu_sort_date</name>
		  <tooltip>Sort by date</tooltip>
		  <signal>
		    <name>activate</name>
		    <handler>gnc_invoice_window_sort_date_cb</handler>
		    <last_modification_time>Wed, 12 Jun 2002 02:13:24 GMT</last_modification_time>
		  </signal>
		  <label>_Date</label>
		  <active>False</active>
		  <always_show_toggle>True</always_show_toggle>
		  <group>sort</group>
		</widget>

		<widget>
		  <class>GtkRadioMenuItem</class>
		  <name>menu_sort_date_of_entry</name>
		  <tooltip>Sort by the date of entry</tooltip>
		  <signal>
		    <name>activate</name>
		    <handler>gnc_invoice_window_sort_date_entered_cb</handler>
		    <last_modification_time>Wed, 12 Jun 2002 02:13:24 GMT</last_modification_time>
		  </signal>
		  <label>Date of _Entry</label>
		  <active>False</active>
		  <always_show_toggle>True</always_show_toggle>
		  <group>sort</group>
		</widget>

		<widget>
		  <class>GtkRadioMenuItem</class>
		  <name>menu_sort_quantity</name>
		  <tooltip>Sort by quantity</tooltip>
		  <signal>
		    <name>activate</name>
		    <handler>gnc_invoice_window_sort_quantity_cb</handler>
		    <last_modification_time>Wed, 12 Jun 2002 02:13:24 GMT</last_modification_time>
		  </signal>
		  <label>_Quantity</label>
		  <active>False</active>
		  <always_show_toggle>True</always_show_toggle>
		  <group>sort</group>
		</widget>

		<widget>
		  <class>GtkRadioMenuItem</class>
		  <name>menu_price_quantity</name>
		  <tooltip>Sort by price</tooltip>
		  <signal>
		    <name>activate</name>
		    <handler>gnc_invoice_window_sort_price_cb</handler>
		    <last_modification_time>Wed, 12 Jun 2002 02:13:24 GMT</last_modification_time>
		  </signal>
		  <label>_Price</label>
		  <active>False</active>
		  <always_show_toggle>True</always_show_toggle>
		  <group>sort</group>
		</widget>

		<widget>
		  <class>GtkRadioMenuItem</class>
		  <name>menu_sort_description</name>
		  <tooltip>Sort by description</tooltip>
		  <signal>
		    <name>activate</name>
		    <handler>gnc_invoice_window_sort_description_cb</handler>
		    <last_modification_time>Wed, 12 Jun 2002 02:13:24 GMT</last_modification_time>
		  </signal>
		  <label>_Description</label>
		  <active>True</active>
		  <always_show_toggle>True</always_show_toggle>
		  <group>sort</group>
		</widget>
	      </widget>
	    </widget>
	  </widget>
	</widget>

	<widget>
	  <class>GtkMenuItem</class>
	  <name>menu_actions</name>
	  <label>_Actions</label>
	  <right_justify>False</right_justify>

	  <widget>
	    <class>GtkMenu</class>
	    <name>menu_actions_menu</name>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>menu_enter</name>
	      <tooltip>Record the current entry</tooltip>
	      <signal>
		<name>activate</name>
		<handler>gnc_invoice_window_recordCB</handler>
		<last_modification_time>Wed, 12 Jun 2002 02:01:51 GMT</last_modification_time>
	      </signal>
	      <label>_Enter</label>
	      <right_justify>False</right_justify>
	    </widget>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>menu_cancel</name>
	      <tooltip>Cancel the current entry</tooltip>
	      <signal>
		<name>activate</name>
		<handler>gnc_invoice_window_cancelCB</handler>
		<last_modification_time>Wed, 12 Jun 2002 06:10:40 GMT</last_modification_time>
	      </signal>
	      <label>_Cancel</label>
	      <right_justify>False</right_justify>
	    </widget>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>menu_delete</name>
	      <tooltip>Delete the current entry</tooltip>
	      <signal>
		<name>activate</name>
		<handler>gnc_invoice_window_deleteCB</handler>
		<last_modification_time>Tue, 18 Jun 2002 07:59:59 GMT</last_modification_time>
	      </signal>
	      <label>_Delete</label>
	      <right_justify>False</right_justify>
	    </widget>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>separator8</name>
	      <right_justify>False</right_justify>
	    </widget>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>menu_duplicate</name>
	      <tooltip>Make a copy of the current entry</tooltip>
	      <signal>
		<name>activate</name>
		<handler>gnc_invoice_window_duplicateCB</handler>
		<last_modification_time>Sun, 16 Jun 2002 00:14:37 GMT</last_modification_time>
	      </signal>
	      <label>Dup_licate</label>
	      <right_justify>False</right_justify>
	    </widget>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>menu_blank</name>
	      <tooltip>Move to the blank entry at the bottom of the Invoice</tooltip>
	      <signal>
		<name>activate</name>
		<handler>gnc_invoice_window_blankCB</handler>
		<last_modification_time>Wed, 12 Jun 2002 06:13:45 GMT</last_modification_time>
	      </signal>
	      <label>_Blank</label>
	      <right_justify>False</right_justify>
	    </widget>
	  </widget>
	</widget>

	<widget>
	  <class>GtkMenuItem</class>
	  <name>menu_reports</name>
	  <label>_Reports</label>
	  <right_justify>False</right_justify>

	  <widget>
	    <class>GtkMenu</class>
	    <name>menu_reports_menu</name>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>menu_report_owner</name>
	      <tooltip>Open a company report window for the owner of this Invoice</tooltip>
	      <signal>
		<name>activate</name>
		<handler>gnc_invoice_window_report_owner_cb</handler>
		<last_modification_time>Sun, 16 Jun 2002 17:31:17 GMT</last_modification_time>
	      </signal>
	      <label>_Company Report</label>
	      <right_justify>False</right_justify>
	    </widget>
	  </widget>
	</widget>

	<widget>
	  <class>GtkMenuItem</class>
	  <name>menu_tools</name>
	  <label>_Tools</label>
	  <right_justify>False</right_justify>

	  <widget>
	    <class>GtkMenu</class>
	    <name>menu_tools_menu</name>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>menu_general_ledger</name>
	      <tooltip>Open a general ledger window</tooltip>
	      <signal>
		<name>activate</name>
		<handler>gnc_main_window_gl_cb</handler>
		<last_modification_time>Wed, 12 Jun 2002 06:22:56 GMT</last_modification_time>
	      </signal>
	      <label>_General Ledger</label>
	      <right_justify>False</right_justify>
	    </widget>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>menu_price_editor</name>
	      <tooltip>View and edit the prices for stocks and mutual funds</tooltip>
	      <signal>
		<name>activate</name>
		<handler>gnc_main_window_prices_cb</handler>
		<last_modification_time>Wed, 12 Jun 2002 06:22:56 GMT</last_modification_time>
	      </signal>
	      <label>_Price Editor</label>
	      <right_justify>False</right_justify>
	    </widget>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>menu_commodity_editor</name>
	      <tooltip>View and edit the commodities for stocks and mutual funds</tooltip>
	      <signal>
		<name>activate</name>
		<handler>gnc_main_window_commodities_cb</handler>
		<last_modification_time>Wed, 12 Jun 2002 06:22:56 GMT</last_modification_time>
	      </signal>
	      <label>_Commodity Editor</label>
	      <right_justify>False</right_justify>
	    </widget>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>menu_fincalc</name>
	      <tooltip>Use the financial calculator</tooltip>
	      <signal>
		<name>activate</name>
		<handler>gnc_main_window_fincalc_cb</handler>
		<last_modification_time>Wed, 12 Jun 2002 06:22:56 GMT</last_modification_time>
	      </signal>
	      <label>_Financial Calculator</label>
	      <right_justify>False</right_justify>
	    </widget>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>menu_taxtable</name>
	      <tooltip>View and edit the list of Tax Tables</tooltip>
	      <signal>
		<name>activate</name>
		<handler>gnc_invoice_window_taxtable_cb</handler>
		<last_modification_time>Tue, 02 Jul 2002 20:55:22 GMT</last_modification_time>
	      </signal>
	      <label>_Tax Table Editor</label>
	      <right_justify>False</right_justify>
	    </widget>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>menu_billterm</name>
	      <tooltip>View and edit the list of Billing Terms</tooltip>
	      <signal>
		<name>activate</name>
		<handler>gnc_invoice_window_billterm_cb</handler>
		<last_modification_time>Tue, 02 Jul 2002 20:55:22 GMT</last_modification_time>
	      </signal>
	      <label>_Billing Terms Editor</label>
	      <right_justify>False</right_justify>
	    </widget>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>menu_payment</name>
	      <tooltip>Enter a payment for the owner of this Invoice</tooltip>
	      <signal>
		<name>activate</name>
		<handler>gnc_invoice_window_payment_cb</handler>
		<last_modification_time>Tue, 02 Jul 2002 20:55:22 GMT</last_modification_time>
	      </signal>
	      <label>Process Pa_yment</label>
	      <right_justify>False</right_justify>
	    </widget>
	  </widget>
	</widget>

	<widget>
	  <class>GtkMenuItem</class>
	  <name>menu_help</name>
	  <stock_item>GNOMEUIINFO_MENU_HELP_TREE</stock_item>

	  <widget>
	    <class>GtkMenu</class>
	    <name>menu_help_menu</name>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>menu_manual</name>
	      <signal>
		<name>activate</name>
		<handler>gnc_main_window_help_cb</handler>
		<last_modification_time>Wed, 12 Jun 2002 01:57:06 GMT</last_modification_time>
	      </signal>
	      <label>_Gnucash Users Manual</label>
	      <right_justify>False</right_justify>
	    </widget>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>menu_totd</name>
	      <signal>
		<name>activate</name>
		<handler>gnc_main_window_totd_cb</handler>
		<last_modification_time>Wed, 12 Jun 2002 01:57:06 GMT</last_modification_time>
	      </signal>
	      <label>_Tip Of The Day</label>
	      <right_justify>False</right_justify>
	    </widget>

	    <widget>
	      <class>GtkMenuItem</class>
	      <name>separator9</name>
	      <right_justify>False</right_justify>
	    </widget>

	    <widget>
	      <class>GtkPixmapMenuItem</class>
	      <name>menu_about</name>
	      <signal>
		<name>activate</name>
		<handler>gnc_main_window_about_cb</handler>
		<last_modification_time>Sun, 16 Jun 2002 01:12:45 GMT</last_modification_time>
	      </signal>
	      <stock_item>GNOMEUIINFO_MENU_ABOUT_ITEM</stock_item>
	    </widget>
	  </widget>
	</widget>
      </widget>
    </widget>

    <widget>
      <class>GnomeDockItem</class>
      <name>toolbar_dock</name>
      <border_width>2</border_width>
      <placement>GNOME_DOCK_TOP</placement>
      <band>1</band>
      <position>0</position>
      <offset>0</offset>
      <locked>False</locked>
      <exclusive>True</exclusive>
      <never_floating>False</never_floating>
      <never_vertical>False</never_vertical>
      <never_horizontal>False</never_horizontal>
      <shadow_type>GTK_SHADOW_OUT</shadow_type>

      <widget>
	<class>GtkToolbar</class>
	<name>toolbar</name>
	<border_width>2</border_width>
	<orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
	<type>GTK_TOOLBAR_BOTH</type>
	<space_size>10</space_size>
	<space_style>GTK_TOOLBAR_SPACE_LINE</space_style>
	<relief>GTK_RELIEF_NONE</relief>
	<tooltips>True</tooltips>

	<widget>
	  <class>GtkButton</class>
	  <child_name>Toolbar:button</child_name>
	  <name>close_button</name>
	  <tooltip>Close this invoice window</tooltip>
	  <signal>
	    <name>clicked</name>
	    <handler>gnc_invoice_window_closeCB</handler>
	    <data>Invoice Entry Window</data>
	    <last_modification_time>Tue, 02 Jul 2002 03:52:00 GMT</last_modification_time>
	  </signal>
	  <label>Close</label>
	  <stock_pixmap>GNOME_STOCK_PIXMAP_CLOSE</stock_pixmap>
	</widget>

	<widget>
	  <class>GtkButton</class>
	  <child_name>Toolbar:button</child_name>
	  <name>edit_button</name>
	  <tooltip>Edit this Invoice</tooltip>
	  <signal>
	    <name>clicked</name>
	    <handler>gnc_invoice_window_editCB</handler>
	    <data>Invoice Entry Window</data>
	    <last_modification_time>Tue, 02 Jul 2002 03:54:57 GMT</last_modification_time>
	  </signal>
	  <label>Edit</label>
	  <stock_pixmap>GNOME_STOCK_PIXMAP_PREFERENCES</stock_pixmap>
	</widget>

	<widget>
	  <class>GtkVSeparator</class>
	  <name>vseparator1</name>
	  <child>
	    <new_group>True</new_group>
	  </child>
	</widget>

	<widget>
	  <class>GtkButton</class>
	  <child_name>Toolbar:button</child_name>
	  <name>enter_button</name>
	  <tooltip>Record the current entry</tooltip>
	  <signal>
	    <name>clicked</name>
	    <handler>gnc_invoice_window_recordCB</handler>
	    <data>Invoice Entry Window</data>
	    <last_modification_time>Tue, 02 Jul 2002 03:22:58 GMT</last_modification_time>
	  </signal>
	  <label>Enter</label>
	  <stock_pixmap>GNOME_STOCK_PIXMAP_ADD</stock_pixmap>
	</widget>

	<widget>
	  <class>GtkButton</class>
	  <child_name>Toolbar:button</child_name>
	  <name>cancel_button</name>
	  <tooltip>Cancel the current entry</tooltip>
	  <signal>
	    <name>clicked</name>
	    <handler>gnc_invoice_window_cancelCB</handler>
	    <data>Invoice Entry Window</data>
	    <last_modification_time>Tue, 02 Jul 2002 03:22:47 GMT</last_modification_time>
	  </signal>
	  <label>Cancel</label>
	  <stock_pixmap>GNOME_STOCK_PIXMAP_UNDELETE</stock_pixmap>
	</widget>

	<widget>
	  <class>GtkButton</class>
	  <child_name>Toolbar:button</child_name>
	  <name>delete_button</name>
	  <tooltip>Delete the current entry</tooltip>
	  <signal>
	    <name>clicked</name>
	    <handler>gnc_invoice_window_deleteCB</handler>
	    <data>Invoice Entry Window</data>
	    <last_modification_time>Tue, 02 Jul 2002 03:24:15 GMT</last_modification_time>
	  </signal>
	  <label>Delete</label>
	  <stock_pixmap>GNOME_STOCK_PIXMAP_TRASH</stock_pixmap>
	</widget>

	<widget>
	  <class>GtkVSeparator</class>
	  <name>vseparator2</name>
	  <child>
	    <new_group>True</new_group>
	  </child>
	</widget>

	<widget>
	  <class>GtkButton</class>
	  <child_name>Toolbar:button</child_name>
	  <name>duplicate_button</name>
	  <tooltip>Make a copy of the current entry</tooltip>
	  <signal>
	    <name>clicked</name>
	    <handler>gnc_invoice_window_duplicateCB</handler>
	    <data>Invoice Entry Window</data>
	    <last_modification_time>Tue, 02 Jul 2002 03:25:45 GMT</last_modification_time>
	  </signal>
	  <label>Duplicate</label>
	  <stock_pixmap>GNOME_STOCK_PIXMAP_COPY</stock_pixmap>
	</widget>

	<widget>
	  <class>GtkButton</class>
	  <child_name>Toolbar:button</child_name>
	  <name>blank_button</name>
	  <tooltip>Move to the blank entry at the bottom of the Invoice</tooltip>
	  <signal>
	    <name>clicked</name>
	    <handler>gnc_invoice_window_blankCB</handler>
	    <data>Invoice Entry Window</data>
	    <last_modification_time>Tue, 02 Jul 2002 03:26:55 GMT</last_modification_time>
	  </signal>
	  <label>Blank</label>
	  <stock_pixmap>GNOME_STOCK_PIXMAP_NEW</stock_pixmap>
	</widget>

	<widget>
	  <class>GtkVSeparator</class>
	  <name>vseparator3</name>
	  <child>
	    <new_group>True</new_group>
	  </child>
	</widget>

	<widget>
	  <class>GtkButton</class>
	  <child_name>Toolbar:button</child_name>
	  <name>print_button</name>
	  <tooltip>Make a printable Invoice</tooltip>
	  <signal>
	    <name>clicked</name>
	    <handler>gnc_invoice_window_printCB</handler>
	    <data>Invoice Entry Window</data>
	    <last_modification_time>Tue, 02 Jul 2002 03:29:05 GMT</last_modification_time>
	  </signal>
	  <label>Print</label>
	  <stock_pixmap>GNOME_STOCK_PIXMAP_PRINT</stock_pixmap>
	</widget>

	<widget>
	  <class>GtkButton</class>
	  <child_name>Toolbar:button</child_name>
	  <name>post_button</name>
	  <tooltip>Post this Invoice to your Chart of Accounts</tooltip>
	  <signal>
	    <name>clicked</name>
	    <handler>gnc_invoice_window_postCB</handler>
	    <data>Invoice Entry Window</data>
	    <last_modification_time>Tue, 02 Jul 2002 03:30:17 GMT</last_modification_time>
	  </signal>
	  <label>Post</label>
	  <stock_pixmap>GNOME_STOCK_PIXMAP_JUMP_TO</stock_pixmap>
	</widget>

	<widget>
	  <class>GtkButton</class>
	  <child_name>Toolbar:button</child_name>
	  <name>unpost_button</name>
	  <tooltip>Unpost this Invoice and make it editable</tooltip>
	  <signal>
	    <name>clicked</name>
	    <handler>gnc_invoice_window_unpostCB</handler>
	    <data>Invoice Entry Window</data>
	    <last_modification_time>Wed, 13 Nov 2002 01:17:37 GMT</last_modification_time>
	  </signal>
	  <label>Unpost</label>
	  <stock_pixmap>GNOME_STOCK_PIXMAP_CONVERT</stock_pixmap>
	</widget>
      </widget>
    </widget>

    <widget>
      <class>GnomeDockItem</class>
      <name>summarybar_dock</name>
      <placement>GNOME_DOCK_BOTTOM</placement>
      <band>0</band>
      <position>0</position>
      <offset>0</offset>
      <locked>False</locked>
      <exclusive>False</exclusive>
      <never_floating>False</never_floating>
      <never_vertical>False</never_vertical>
      <never_horizontal>False</never_horizontal>
      <shadow_type>GTK_SHADOW_OUT</shadow_type>

      <widget>
	<class>Placeholder</class>
      </widget>
    </widget>

    <widget>
      <class>GtkVBox</class>
      <child_name>GnomeDock:contents</child_name>
      <name>vbox1</name>
      <homogeneous>False</homogeneous>
      <spacing>0</spacing>

      <widget>
	<class>GtkHBox</class>
	<name>hbox1</name>
	<homogeneous>False</homogeneous>
	<spacing>0</spacing>
	<child>
	  <padding>3</padding>
	  <expand>False</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkFrame</class>
	  <name>frame1</name>
	  <label>Invoice Information</label>
	  <label_xalign>0</label_xalign>
	  <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
	  <child>
	    <padding>0</padding>
	    <expand>False</expand>
	    <fill>True</fill>
	  </child>

	  <widget>
	    <class>GtkHBox</class>
	    <name>hbox1</name>
	    <homogeneous>False</homogeneous>
	    <spacing>0</spacing>

	    <widget>
	      <class>GtkVBox</class>
	      <name>vbox2</name>
	      <homogeneous>True</homogeneous>
	      <spacing>0</spacing>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>True</fill>
	      </child>

	      <widget>
		<class>GtkLabel</class>
		<name>label1</name>
		<label>Invoice ID</label>
		<justify>GTK_JUSTIFY_RIGHT</justify>
		<wrap>False</wrap>
		<xalign>1</xalign>
		<yalign>0.5</yalign>
		<xpad>0</xpad>
		<ypad>0</ypad>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>
	      </widget>

	      <widget>
		<class>GtkLabel</class>
		<name>label3</name>
		<label>Date Opened</label>
		<justify>GTK_JUSTIFY_RIGHT</justify>
		<wrap>False</wrap>
		<xalign>1</xalign>
		<yalign>0.5</yalign>
		<xpad>0</xpad>
		<ypad>0</ypad>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>
	      </widget>

	      <widget>
		<class>GtkLabel</class>
		<name>posted_label</name>
		<label>Date Posted</label>
		<justify>GTK_JUSTIFY_RIGHT</justify>
		<wrap>False</wrap>
		<xalign>1</xalign>
		<yalign>0.5</yalign>
		<xpad>0</xpad>
		<ypad>0</ypad>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>
	      </widget>

	      <widget>
		<class>GtkLabel</class>
		<name>acct_label</name>
		<label>Posted Account</label>
		<justify>GTK_JUSTIFY_RIGHT</justify>
		<wrap>False</wrap>
		<xalign>1</xalign>
		<yalign>0.5</yalign>
		<xpad>0</xpad>
		<ypad>0</ypad>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>
	      </widget>

	      <widget>
		<class>GtkLabel</class>
		<name>label8</name>
		<label></label>
		<justify>GTK_JUSTIFY_CENTER</justify>
		<wrap>False</wrap>
		<xalign>0.5</xalign>
		<yalign>0.5</yalign>
		<xpad>0</xpad>
		<ypad>0</ypad>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>
	      </widget>

	      <widget>
		<class>GtkLabel</class>
		<name>hide3</name>
		<label></label>
		<justify>GTK_JUSTIFY_CENTER</justify>
		<wrap>False</wrap>
		<xalign>0.5</xalign>
		<yalign>0.5</yalign>
		<xpad>0</xpad>
		<ypad>0</ypad>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>
	      </widget>
	    </widget>

	    <widget>
	      <class>GtkVBox</class>
	      <name>vbox3</name>
	      <homogeneous>True</homogeneous>
	      <spacing>0</spacing>
	      <child>
		<padding>0</padding>
		<expand>False</expand>
		<fill>False</fill>
	      </child>

	      <widget>
		<class>GtkEntry</class>
		<name>id_entry</name>
		<can_focus>True</can_focus>
		<editable>False</editable>
		<text_visible>True</text_visible>
		<text_max_length>0</text_max_length>
		<text></text>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>
	      </widget>

	      <widget>
		<class>GtkHBox</class>
		<name>date_opened_hbox</name>
		<homogeneous>False</homogeneous>
		<spacing>0</spacing>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>

		<widget>
		  <class>Placeholder</class>
		</widget>
	      </widget>

	      <widget>
		<class>GtkHBox</class>
		<name>date_posted_hbox</name>
		<homogeneous>False</homogeneous>
		<spacing>0</spacing>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>

		<widget>
		  <class>Placeholder</class>
		</widget>
	      </widget>

	      <widget>
		<class>GtkEntry</class>
		<name>acct_entry</name>
		<can_focus>True</can_focus>
		<editable>False</editable>
		<text_visible>True</text_visible>
		<text_max_length>0</text_max_length>
		<text></text>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>
	      </widget>

	      <widget>
		<class>GtkCheckButton</class>
		<name>active_check</name>
		<can_focus>True</can_focus>
		<signal>
		  <name>toggled</name>
		  <handler>gnc_invoice_window_active_toggled_cb</handler>
		  <data>Invoice Entry Window</data>
		  <last_modification_time>Sat, 01 Feb 2003 01:03:48 GMT</last_modification_time>
		</signal>
		<label>Active</label>
		<active>False</active>
		<draw_indicator>True</draw_indicator>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>
	      </widget>

	      <widget>
		<class>GtkLabel</class>
		<name>hide4</name>
		<label></label>
		<justify>GTK_JUSTIFY_CENTER</justify>
		<wrap>False</wrap>
		<xalign>0.5</xalign>
		<yalign>0.5</yalign>
		<xpad>0</xpad>
		<ypad>0</ypad>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>
	      </widget>
	    </widget>
	  </widget>
	</widget>

	<widget>
	  <class>GtkFrame</class>
	  <name>frame3</name>
	  <label>Billing Information</label>
	  <label_xalign>0</label_xalign>
	  <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
	  <child>
	    <padding>0</padding>
	    <expand>False</expand>
	    <fill>True</fill>
	  </child>

	  <widget>
	    <class>GtkHBox</class>
	    <name>hbox2</name>
	    <homogeneous>False</homogeneous>
	    <spacing>0</spacing>

	    <widget>
	      <class>GtkVBox</class>
	      <name>vbox8</name>
	      <homogeneous>True</homogeneous>
	      <spacing>0</spacing>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>

	      <widget>
		<class>GtkLabel</class>
		<name>owner_label</name>
		<label>(owner)</label>
		<justify>GTK_JUSTIFY_RIGHT</justify>
		<wrap>False</wrap>
		<xalign>1</xalign>
		<yalign>0.5</yalign>
		<xpad>0</xpad>
		<ypad>0</ypad>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>
	      </widget>

	      <widget>
		<class>GtkLabel</class>
		<name>job_label</name>
		<label>Job</label>
		<justify>GTK_JUSTIFY_RIGHT</justify>
		<wrap>False</wrap>
		<xalign>1</xalign>
		<yalign>0.5</yalign>
		<xpad>0</xpad>
		<ypad>0</ypad>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>
	      </widget>

	      <widget>
		<class>GtkLabel</class>
		<name>label19</name>
		<label>Billing ID</label>
		<justify>GTK_JUSTIFY_RIGHT</justify>
		<wrap>False</wrap>
		<xalign>1</xalign>
		<yalign>0.5</yalign>
		<xpad>0</xpad>
		<ypad>0</ypad>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>
	      </widget>

	      <widget>
		<class>GtkLabel</class>
		<name>label13</name>
		<label>Terms</label>
		<justify>GTK_JUSTIFY_RIGHT</justify>
		<wrap>False</wrap>
		<xalign>1</xalign>
		<yalign>0.5</yalign>
		<xpad>0</xpad>
		<ypad>0</ypad>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>
	      </widget>

	      <widget>
		<class>GtkLabel</class>
		<name>hide1</name>
		<label></label>
		<justify>GTK_JUSTIFY_CENTER</justify>
		<wrap>False</wrap>
		<xalign>0.5</xalign>
		<yalign>0.5</yalign>
		<xpad>0</xpad>
		<ypad>0</ypad>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>
	      </widget>
	    </widget>

	    <widget>
	      <class>GtkVBox</class>
	      <name>vbox9</name>
	      <homogeneous>True</homogeneous>
	      <spacing>0</spacing>
	      <child>
		<padding>0</padding>
		<expand>True</expand>
		<fill>True</fill>
	      </child>

	      <widget>
		<class>GtkHBox</class>
		<name>owner_hbox</name>
		<homogeneous>False</homogeneous>
		<spacing>0</spacing>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>

		<widget>
		  <class>Placeholder</class>
		</widget>
	      </widget>

	      <widget>
		<class>GtkHBox</class>
		<name>job_hbox</name>
		<homogeneous>False</homogeneous>
		<spacing>0</spacing>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>

		<widget>
		  <class>Placeholder</class>
		</widget>
	      </widget>

	      <widget>
		<class>GtkEntry</class>
		<name>billing_id_entry</name>
		<can_focus>True</can_focus>
		<editable>False</editable>
		<text_visible>True</text_visible>
		<text_max_length>0</text_max_length>
		<text></text>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>
	      </widget>

	      <widget>
		<class>GtkOptionMenu</class>
		<name>terms_menu</name>
		<sensitive>False</sensitive>
		<can_focus>True</can_focus>
		<items>(terms)
</items>
		<initial_choice>0</initial_choice>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>
	      </widget>

	      <widget>
		<class>GtkLabel</class>
		<name>hide2</name>
		<label></label>
		<justify>GTK_JUSTIFY_CENTER</justify>
		<wrap>False</wrap>
		<xalign>0.5</xalign>
		<yalign>0.5</yalign>
		<xpad>0</xpad>
		<ypad>0</ypad>
		<child>
		  <padding>0</padding>
		  <expand>False</expand>
		  <fill>False</fill>
		</child>
	      </widget>
	    </widget>
	  </widget>
	</widget>

	<widget>
	  <class>GtkFrame</class>
	  <name>frame2</name>
	  <label>Notes</label>
	  <label_xalign>0</label_xalign>
	  <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
	  <child>
	    <padding>0</padding>
	    <expand>True</expand>
	    <fill>True</fill>
	  </child>

	  <widget>
	    <class>GtkScrolledWindow</class>
	    <name>scrolledwindow1</name>
	    <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
	    <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
	    <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
	    <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>

	    <widget>
	      <class>GtkText</class>
	      <name>notes_text</name>
	      <can_focus>True</can_focus>
	      <signal>
		<name>focus-out-event</name>
		<handler>gnc_invoice_window_leave_notes_cb</handler>
		<data>Invoice Entry Window</data>
		<last_modification_time>Sat, 01 Feb 2003 01:12:00 GMT</last_modification_time>
	      </signal>
	      <editable>True</editable>
	      <text></text>
	    </widget>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkFrame</class>
	<name>proj_frame</name>
	<label>Default Chargeback Project</label>
	<label_xalign>0</label_xalign>
	<shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
	<child>
	  <padding>3</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkHBox</class>
	  <name>hbox8</name>
	  <border_width>3</border_width>
	  <homogeneous>False</homogeneous>
	  <spacing>0</spacing>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label24</name>
	    <label>Customer: </label>
	    <justify>GTK_JUSTIFY_RIGHT</justify>
	    <wrap>False</wrap>
	    <xalign>1</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	    <child>
	      <padding>0</padding>
	      <expand>False</expand>
	      <fill>True</fill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkHBox</class>
	    <name>proj_cust_hbox</name>
	    <homogeneous>False</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>Placeholder</class>
	    </widget>
	  </widget>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label25</name>
	    <label>Job: </label>
	    <justify>GTK_JUSTIFY_RIGHT</justify>
	    <wrap>False</wrap>
	    <xalign>1</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	    <child>
	      <padding>0</padding>
	      <expand>False</expand>
	      <fill>True</fill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkHBox</class>
	    <name>proj_job_hbox</name>
	    <homogeneous>False</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>True</expand>
	      <fill>True</fill>
	    </child>

	    <widget>
	      <class>Placeholder</class>
	    </widget>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkFrame</class>
	<name>to_charge_frame</name>
	<label>Extra Payments</label>
	<label_xalign>0</label_xalign>
	<shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
	<child>
	  <padding>0</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>GtkHBox</class>
	  <name>hbox9</name>
	  <homogeneous>False</homogeneous>
	  <spacing>0</spacing>

	  <widget>
	    <class>GtkLabel</class>
	    <name>label26</name>
	    <label>Additional to Card:</label>
	    <justify>GTK_JUSTIFY_RIGHT</justify>
	    <wrap>False</wrap>
	    <xalign>1</xalign>
	    <yalign>0.5</yalign>
	    <xpad>0</xpad>
	    <ypad>0</ypad>
	    <child>
	      <padding>0</padding>
	      <expand>False</expand>
	      <fill>False</fill>
	    </child>
	  </widget>

	  <widget>
	    <class>GtkHBox</class>
	    <name>to_charge_box</name>
	    <homogeneous>False</homogeneous>
	    <spacing>0</spacing>
	    <child>
	      <padding>0</padding>
	      <expand>False</expand>
	      <fill>False</fill>
	    </child>

	    <widget>
	      <class>Placeholder</class>
	    </widget>
	  </widget>
	</widget>
      </widget>

      <widget>
	<class>GtkFrame</class>
	<name>ledger_frame</name>
	<label>Invoice Entries</label>
	<label_xalign>0</label_xalign>
	<shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
	<child>
	  <padding>3</padding>
	  <expand>True</expand>
	  <fill>True</fill>
	</child>

	<widget>
	  <class>Placeholder</class>
	</widget>
      </widget>
    </widget>
  </widget>

  <widget>
    <class>GnomeAppBar</class>
    <child_name>GnomeApp:appbar</child_name>
    <name>status_bar</name>
    <has_progress>False</has_progress>
    <has_status>True</has_status>
    <child>
      <padding>0</padding>
      <expand>True</expand>
      <fill>True</fill>
    </child>
  </widget>
</widget>

<widget>
  <class>GtkMenu</class>
  <name>Invoice Window Popup Menu</name>

  <widget>
    <class>GtkMenuItem</class>
    <name>enter_item</name>
    <tooltip>Record the current entry</tooltip>
    <signal>
      <name>activate</name>
      <handler>gnc_invoice_window_recordCB</handler>
      <last_modification_time>Tue, 02 Jul 2002 14:52:15 GMT</last_modification_time>
    </signal>
    <label>Enter</label>
    <right_justify>False</right_justify>
  </widget>

  <widget>
    <class>GtkMenuItem</class>
    <name>cancel_item</name>
    <tooltip>Cancel the current entry</tooltip>
    <signal>
      <name>activate</name>
      <handler>gnc_invoice_window_cancelCB</handler>
      <last_modification_time>Tue, 02 Jul 2002 14:52:15 GMT</last_modification_time>
    </signal>
    <label>Cancel</label>
    <right_justify>False</right_justify>
  </widget>

  <widget>
    <class>GtkMenuItem</class>
    <name>delete_item</name>
    <tooltip>Delete the current entry</tooltip>
    <signal>
      <name>activate</name>
      <handler>gnc_invoice_window_deleteCB</handler>
      <last_modification_time>Tue, 02 Jul 2002 14:52:15 GMT</last_modification_time>
    </signal>
    <label>Delete</label>
    <right_justify>False</right_justify>
  </widget>

  <widget>
    <class>GtkMenuItem</class>
    <name>separator1</name>
    <right_justify>False</right_justify>
  </widget>

  <widget>
    <class>GtkMenuItem</class>
    <name>duplicate_item</name>
    <tooltip>Make a copy of the current entry</tooltip>
    <signal>
      <name>activate</name>
      <handler>gnc_invoice_window_duplicateCB</handler>
      <last_modification_time>Tue, 02 Jul 2002 14:52:15 GMT</last_modification_time>
    </signal>
    <label>Duplicate</label>
    <right_justify>False</right_justify>
  </widget>

  <widget>
    <class>GtkMenuItem</class>
    <name>blank_item</name>
    <tooltip>Move to the blank entry at the bottom of the Invoice</tooltip>
    <signal>
      <name>activate</name>
      <handler>gnc_invoice_window_blankCB</handler>
      <last_modification_time>Tue, 02 Jul 2002 14:52:15 GMT</last_modification_time>
    </signal>
    <label>Blank</label>
    <right_justify>False</right_justify>
  </widget>
</widget>

</GTK-Interface>
