Topic: Check Print Module

I changed the default currency in my bank, but why is it that when printing cheque, it still shows the $ sign?

still trying out this module

Re: Check Print Module

Try to address this question directly to t2webby or look into the source code.

/Joe

Re: Check Print Module

This was original built mainly for Canadian and US currency. If you like to change the signs changed it checkprint/check_print.php  and change the $ sign to something else.

Re: Check Print Module

Thanks Tu for pointing this out smile

/Joe

Re: Check Print Module

found it. can anybody point me on adjusting the height of the data? i found the column spacing...

Re: Check Print Module

I keep getting the same error message below using the checkprint module, i uninstalled and re-installed on 2 separate systems and still have the same error
system1: has 3 bank accounts checking setup and 2 savings

system 2 has 1 checking

does anyone kno what this means or how to fix it?, thanks Jay


DATABASE ERROR : could not get bank trans id
error code : 1267
error message : Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation '='
sql that failed was : SELECT 0_bank_trans.id, account_id, account_code FROM 0_bank_trans, 0_bank_accounts INNER JOIN 0_check_account ON bank_ref=account_code WHERE type=22 AND trans_no=1

Re: Check Print Module

Change collation in 0_check_account table with pmyadmin to the same as used in 0_bank_accounts table.
Janusz