Package Details: ginvoice 1.0.3-1

Git Clone URL: https://aur.archlinux.org/ginvoice.git (read-only, click to copy)
Package Base: ginvoice
Description: Creating LaTeX invoices with a GTK GUI
Upstream URL: https://gitlab.gnome.org/MacLotsen/ginvoice
Keywords: accounting budget freelance invoice invoicing
Licenses: GPL3
Submitter: somepaulo
Maintainer: somepaulo
Last Packager: somepaulo
Votes: 2
Popularity: 0.40
First Submitted: 2023-03-15 05:56 (UTC)
Last Updated: 2023-03-15 05:56 (UTC)

Latest Comments

somepaulo commented on 2023-03-16 15:27 (UTC)

@bda Please format your comment to make it easier to read. Use ``` on a separate line just before and straight after the code.

somepaulo commented on 2023-03-16 15:24 (UTC)

Hi, I'm not the developer, I'm just providing a way to install GinVoice on Arch.

AFAIK, this is targeted towards Ubuntu, and judging from the error you posted, it's trying to call something Ubuntu specific. I tried it on my end, and got the same output in console.

I filed a bug report upstream: https://gitlab.gnome.org/MacLotsen/ginvoice/-/issues/1

bda commented on 2023-03-16 08:54 (UTC) (edited on 2023-03-16 08:55 (UTC) by bda)

Hi, error when creating a new invoice: (ginvoice:10005): Gtk-CRITICAL **: 09:54:15.651: Error building template class 'invoice' for an instance of type 'invoice': .:520:67 Invalid property: GtkTreeView.ubuntu-almost- fixed-height-mode Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/gi/_gtktemplate.py", line 169, in <lambda> lambda s: init_template(s, cls, base_init_template) File "/usr/lib/python3.10/site-packages/gi/_gtktemplate.py", line 192, in init_template raise RuntimeError( RuntimeError: Handler 'remove_invoice' was declared with @Gtk.Template.Callback but was not present in template Created tex directory /home/bruno/.cache/ginvoice/ew3671jn Traceback (most recent call last): File "/opt/venvs/ginvoice/lib/python3.10/site-packages/ginvoice/ui/app.py", line 157, in add_invoice invoice = InvoiceForm(self, self.invoice_stack, customer, len(self.invoice_stack), self.event) File "/opt/venvs/ginvoice/lib/python3.10/site-packages/ginvoice/ui/invoice.py", line 101, in init self.reload_cumulatives() File "/opt/venvs/ginvoice/lib/python3.10/site-packages/ginvoice/ui/invoice.py", line 201, in reload_cumulatives for row in self.invoice_row_store: TypeError: 'NoneType' object is not iterable`