How to invoke guile report from localized menu?

Valdis Vītoliņš valdis.vitolins at odo.lv
Thu May 13 14:16:11 EDT 2010


Hm..
Following instruction from
http://wiki.gnucash.org/wiki/Custom_Reports_Using_Eguile
I can invoke report from menu Reports- Business- Tax Invoice (eguile) if
running Gnucash with LANG=en_US.utf8

But it doesn't appear if I invoke Gnucash with my native lv_LV.utf8
locale.
What should I write for menu-path from
http://www.fb-cs.co.uk/files/gnucash/taxinvoice.scm
for report definition?
...
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;; Define the report

(gnc:define-report
  'version 1
  'name (N_ "Tax Invoice (eguile)")
  'report-guid "0769e242be474010b4acf264a5512e61"
  'menu-name (N_ "Tax Invoice (eguile)")
  'menu-tip (N_ "Display a customer invoice with tax columns (using eguile template)")
  'menu-path (list gnc:menuname-business-reports)
  'options-generator options-generator
  'renderer report-renderer)

To show it under "Pārskati- Pavadzīmes- Drukāt" or something like this?

Valdis




More information about the gnucash-devel mailing list