This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Check Printing on Kmymoney

Tags: None
(comma "," separated)
louisroux
Registered Member
Posts
44
Karma
0
OS

Re: Check Printing on Kmymoney

Mon Feb 15, 2010 3:14 pm
Sorry Hei Ku I didnt see your last post before I sent my last one. OK so just to understand i need to

1. Back up my kmymoney (is there a way to back up on my computer I dont have my flash drive)
2. Uninstall kmymoney (I already added the PPA)

3. Reinstall Kmymoney

If that is correct, how do I apply the plugins when I reinstall?
User avatar
Hei Ku
Registered Member
Posts
784
Karma
3
OS

Re: Check Printing on Kmymoney

Mon Feb 15, 2010 4:16 pm
Uninstalling KMyMoney won't do anything to your files.

Uninstall your current KMyMoney, then install KMyMoney AND the plugins from the PPA.
The names of the packages are kmymoney2 and kmymoney-plugins


Hei Ku, proud to be a member of the KMyMoney Development Team since January-2008
louisroux
Registered Member
Posts
44
Karma
0
OS

Re: Check Printing on Kmymoney

Mon Feb 15, 2010 4:40 pm
YAAAAAAAA I got it running :) I want to thank everyone that helped.

One more question, does anyone know how I configure the layout of the check? I have check stock and the layout is different.
User avatar
ipwizard
KDE Developer
Posts
1359
Karma
6
OS

Re: Check Printing on Kmymoney

Mon Feb 15, 2010 4:53 pm
Well, now you need to install the C++ compiler package and the X11-devel package. Once you have those, re-run cmake. You might run into this problem a few more times. Usually, some -dev or -devel package is missing.


ipwizard, proud to be a member of the KMyMoney forum since its beginning. :-D
openSuSE Leap 15.4 64bit, KF5
louisroux
Registered Member
Posts
44
Karma
0
OS

Re: Check Printing on Kmymoney

Mon Feb 15, 2010 4:56 pm
Great here we go again :D Just how do i install those?
User avatar
ipwizard
KDE Developer
Posts
1359
Karma
6
OS

Re: Check Printing on Kmymoney

Mon Feb 15, 2010 5:07 pm


ipwizard, proud to be a member of the KMyMoney forum since its beginning. :-D
openSuSE Leap 15.4 64bit, KF5
cristian.onet
KDE Developer
Posts
253
Karma
2
OS

Re: Check Printing on Kmymoney

Mon Feb 15, 2010 5:31 pm
In the settings dialog on the plugins page when you click on the print check plugin you should see a html file path.
That is the so called 'check template' it has some keywords in it like $PAYEE_NAME which are going to be replaced with the actual name of the payee.
You can change this html to fit your needs (the default one is just a demo since nobody used this feature yet).


cristian.onet, proud to be a member of KDE forums since 2008-Oct.
User avatar
Hei Ku
Registered Member
Posts
784
Karma
3
OS

Re: Check Printing on Kmymoney

Mon Feb 15, 2010 5:33 pm
louisroux wrote:YAAAAAAAA I got it running :) I want to thank everyone that helped.

One more question, does anyone know how I configure the layout of the check? I have check stock and the layout is different.


I think that's configured using HTML. Cristian is the developer and he will be very happy to help with a real world-case.


Hei Ku, proud to be a member of the KMyMoney Development Team since January-2008
louisroux
Registered Member
Posts
44
Karma
0
OS

Re: Check Printing on Kmymoney

Mon Feb 15, 2010 5:58 pm
Thanks for all your help Hei Ku

cristian, I opened that up and it opened in my web browser. I cant change anything. Even if I could, will changing that automatically change on kmymoney? If not what other steps do I need to take? Below is what I see on my browser.


$OWNER_NAME $INSTITUTION_NAME $DATE
$OWNER_ADDRESS $INSTITUTION_STREET
$OWNER_CITY $OWNER_STATE $INSTITUTION_CITY
Pay $AMMOUNT_STRING $AMMOUNT_DECIMAL
To the order of $PAYEE_NAME Per $MEMO
$PAYEE_ADDRESS
$PAYEE_CITY $PAYEE_STATE
cristian.onet
KDE Developer
Posts
253
Karma
2
OS

Re: Check Printing on Kmymoney

Mon Feb 15, 2010 6:03 pm
louisroux wrote:Thanks for all your help Hei Ku

cristian, I opened that up and it opened in my web browser. I cant change anything. Even if I could, will changing that automatically change on kmymoney? If not what other steps do I need to take? Below is what I see on my browser.


$OWNER_NAME $INSTITUTION_NAME $DATE
$OWNER_ADDRESS $INSTITUTION_STREET
$OWNER_CITY $OWNER_STATE $INSTITUTION_CITY
Pay $AMMOUNT_STRING $AMMOUNT_DECIMAL
To the order of $PAYEE_NAME Per $MEMO
$PAYEE_ADDRESS
$PAYEE_CITY $PAYEE_STATE


The problem is that you have to edit the HTML file to change it's layout (if you save your file KMyMoney will consider your changes). A browser usually only lets you view a HTML file and not edit it. You need to have HTML knowledge to be able to customize the template according to your needs. Sorry but I also lack the knowledge to make a proper check template.


cristian.onet, proud to be a member of KDE forums since 2008-Oct.
User avatar
Hei Ku
Registered Member
Posts
784
Karma
3
OS

Re: Check Printing on Kmymoney

Mon Feb 15, 2010 6:06 pm
You can open it with Kate or Gedit, and you will see the actual HTML, to make the changes.

Not exactly WYSIWYG, we know. 8)


Hei Ku, proud to be a member of the KMyMoney Development Team since January-2008
louisroux
Registered Member
Posts
44
Karma
0
OS

Re: Check Printing on Kmymoney

Mon Feb 15, 2010 6:10 pm
Any suggestions on where I can go to get the proper help?
cristian.onet
KDE Developer
Posts
253
Karma
2
OS

Re: Check Printing on Kmymoney

Mon Feb 15, 2010 6:14 pm
louisroux wrote:Any suggestions on where I can go to get the proper help?

If you don't know HTML that you have two choices:
1. convince someone who does to create the proper check template you need
2. learn HTML you can start that at http://www.w3schools.com/html/default.asp


cristian.onet, proud to be a member of KDE forums since 2008-Oct.
louisroux
Registered Member
Posts
44
Karma
0
OS

Re: Check Printing on Kmymoney

Mon Feb 15, 2010 6:16 pm
ok thanks
User avatar
ipwizard
KDE Developer
Posts
1359
Karma
6
OS

Re: Check Printing on Kmymoney

Tue Feb 16, 2010 7:17 am
Checkout Quanta at http://quanta.kdewebdev.org/ which is another KDE project.


ipwizard, proud to be a member of the KMyMoney forum since its beginning. :-D
openSuSE Leap 15.4 64bit, KF5


Bookmarks



Who is online

Registered users: Bing [Bot], gfielding, Google [Bot], markhm, sethaaaa, Sogou [Bot], Yahoo [Bot]