Comment 8 for bug 300380

Revision history for this message
Gregory Fenton (gregoryfenton) wrote : Re: wish : add print and pdf output

I would love this functionality to be included, I may add it myself.

I already spent all of 2 minutes to change the automatic transactions maximum days from 100 to 36500, increasing that number definitely needed doing :)

def_wallet.c line 223:
--- def_wallet.c 2010-11-01 17:45:44.000000000 +0000
+++ def_wallet.c 2010-11-01 17:45:44.000000000 +0000
@@ -220,7 +220,7 @@

  label = make_label(_("_Insert:"), 0, 0.5);
  gtk_table_attach (GTK_TABLE (table), label, 1, 2, row, row+1, (GtkAttachOptions) (GTK_FILL), (GtkAttachOptions) (0), 0, 0);
- spinner = make_numeric(label, 0, 100);
+ spinner = make_numeric(label, 0, 3650);
  data.NU_arc = spinner;
     gtk_box_pack_start (GTK_BOX (hbox), spinner, FALSE, FALSE, 0);
  //TRANSLATORS: there is a spinner on the left of this label, and so you have 0....x days into the future