Package Details: kraft 1.1-2

Git Clone URL: https://aur.archlinux.org/kraft.git (read-only, click to copy)
Package Base: kraft
Description: Kraft helps you to handle documents like quotes and invoices in your small business.
Upstream URL: http://www.volle-kraft-voraus.de/
Licenses: GPL
Submitter: None
Maintainer: t-8ch
Last Packager: t-8ch
Votes: 9
Popularity: 0.000065
First Submitted: 2007-03-08 08:57 (UTC)
Last Updated: 2024-03-08 06:21 (UTC)

Dependencies (10)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

DanSman commented on 2019-02-06 23:16 (UTC)

Thank you very much.

It's working again!

t-8ch commented on 2019-02-06 20:16 (UTC)

Hi Dan,

I backported two patches from the master branch to our 0.82-2 version. It should work now.

DanSman commented on 2019-02-06 19:45 (UTC)

Hey

I had to install Kraft again. But it has some issues when I compile it.

catalogchapter.cpp:20:
/usr/include/qt/QtSql/qsqlrelationaldelegate.h:115:52: error: ‘QByteArray::operator QNoImplicitBoolCast() const’ is private within this context
                     v = QVariant(editor->property(n).userType(), nullptr);
catalogchapter.cpp:20:
/usr/include/qt/QtSql/qsqlrelationaldelegate.h:116:37: error: invalid user-defined conversion from ‘QByteArray’ to ‘const char*’ [-fpermissive]
                 editor->setProperty(n, v);
catalogchapter.cpp:20:
/usr/include/qt/QtSql/qsqlrelationaldelegate.h:116:41: error: ‘QByteArray::operator QNoImplicitBoolCast() const’ is private within this context
                 editor->setProperty(n, v);

Do you have any idea?

Thanks, Dan

DanSman commented on 2018-10-28 08:39 (UTC) (edited on 2018-10-28 08:41 (UTC) by DanSman)

Hey

That's it!

Thank you very much!

How did you figure this out?

t-8ch commented on 2018-10-27 21:14 (UTC)

Hi Dan,

can you try to install the package "boost", recompile and reinstall?

DanSman commented on 2018-10-27 20:24 (UTC) (edited on 2018-10-27 20:30 (UTC) by DanSman)

Hi

Sry for the delay.

Yep, files are in there:

/usr/lib/cmake/KF5Akonadi

  • -rw-r--r-- 1 root root 2095 Oct 9 19:30 KF5AkonadiConfig.cmake
  • -rw-r--r-- 1 root root 1269 Oct 9 19:30 KF5AkonadiConfigVersion.cmake
  • -rw-r--r-- 1 root root 5534 Oct 9 19:30 KF5AkonadiMacros.cmake
  • -rw-r--r-- 1 root root 5493 Oct 9 19:30 KF5AkonadiTargets.cmake
  • -rw-r--r-- 1 root root 3393 Oct 9 19:30 KF5AkonadiTargets-noconfig.cmake

/usr/lib/cmake/KF5AkonadiContact

  • -rw-r--r-- 1 root root 1486 Oct 9 19:38 KF5AkonadiContactConfig.cmake
  • -rw-r--r-- 1 root root 1269 Oct 9 19:38 KF5AkonadiContactConfigVersion.cmake
  • -rw-r--r-- 1 root root 4014 Oct 9 19:38 KF5AkonadiContactTargets.cmake
  • -rw-r--r-- 1 root root 1074 Oct 9 19:38 KF5AkonadiContactTargets-noconfig.cmake

Akonadi is running. Kaddressbook seems to be working fine. Get's synchronised with my Radicale Server etc pp.

Just Kraft don't get the way to akonadi for some reason.

Edit:

When I start kraft through the Terminal: kraft

  • Shortcut for action "archived_open" "Open Archived Document" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
  • Shortcut for action "document_view" "Show Document" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
  • Shortcut for action "document_open" "Edit Document" set with * QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
  • Shortcut for action "document_mail" "&Mail Document" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
  • Shortcut for action "edit_tag_templates" "Edit Tag Templates" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
  • Shortcut for action "reconfigure_db" "Redo Initial Setup..." set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
  • Found this stylefile: "/usr/share/kraft/styles/docdigestview.css"
  • Found this stylefile: "/usr/share/kraft/styles/catalogview.css"
  • Empty filename passed to function
  • Unable to find stylesheet file "systemview.css"
  • QWidget::setLayout: Attempting to set QLayout "" on PrefsDialog "", which already has a layout
  • "1 instead of 0 arguments to message {Display no tax at al...} supplied before conversion."
  • nameMap does not contain id for ""
  • My-Contact could not be found: "Backend down"

t-8ch commented on 2018-10-22 06:36 (UTC) (edited on 2018-10-22 06:52 (UTC) by t-8ch)

Hi Dan,

I updated the package to 0.82. The Akonadi development headers should be required for the packaging.

Do you have the files in: /usr/lib/cmake/KF5Akonadi and /usr/lib/cmake/KF5AkonadiContact?

DanSman commented on 2018-10-20 21:51 (UTC)

Hey

I have still a problem with the Address - Backend. I just realised that the missing dependencie could be "KF5AkonadiContact":

-- Found Ctemplate: /usr/include
-- The following REQUIRED packages have been found:

  • ECM
  • Qt5Core
  • Qt5Gui
  • Qt5Sql
  • Qt5Widgets
  • Qt5Xml
  • Qt5
  • KF5CoreAddons
  • Gettext
  • KF5I18n
  • KF5WidgetsAddons
  • KF5XmlGui
  • KF5
  • KF5Contacts
  • Ctemplate

-- The following OPTIONAL packages have not been found:

  • KF5AkonadiContact, Library for Accessing Contacts stored in Akonadi, <https://www.kde.org/> Optionally used for addressbook integration

But it is installed. Any hints for this?

And by the way, there is a new update.

Thanks, Dan

DanSman commented on 2018-07-11 10:54 (UTC)

You were right, with the dependencies. I thought I installed it already. So, python2-reportlab and python2-pypdf2 are necessary for the print.

"Kraft Addressbook Integration down. The address book backend is not up and running. Please check your addressbook integration setup."

KAdressBook is running great.

I18N_ARGUMENT_MISSING is still a problem as well. I can't figured out what the problem is.

I sent him an email. Still waiting for answer.

t-8ch commented on 2018-07-10 20:39 (UTC)

The usage with python2 is intentional, as it is not completely python3 ready. I actually got it to run on my side. It worked nicely with kaddressbook.

Can you confirm that kaddressbook itself works correctly?

I strongly suspect that the I18N errors are not packaging related. Could you contact the developers directly for this?