VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Development & Testing => Topic started by: lindapowers on June 14, 2013, 14:45:48 PM

Title: VM 2.021D Print View labels
Post by: lindapowers on June 14, 2013, 14:45:48 PM
(http://s9.postimg.org/tdmddz0r3/VMprintview.jpg)

Regards
Title: Re: VM 2.021D Print View labels
Post by: jjk on June 14, 2013, 21:12:25 PM
Try the latest spanish translation from http://virtuemart.net/community/translations (http://virtuemart.net/community/translations)
Title: Re: VM 2.021D Print View labels
Post by: lindapowers on June 14, 2013, 23:23:43 PM
Hi jjk, I already have the latest language package.

Regards
Title: Re: VM 2.021D Print View labels
Post by: jjk on June 15, 2013, 00:58:48 AM
Did you click on "Install or if necessary update tables" recently? If not, this might be the solution. These placeholders are in the form under the 'Shop > Invoices' tab and should be filled automatically. Maybe saving the form once helps.
Title: Re: VM 2.021D Print View labels
Post by: lindapowers on June 15, 2013, 06:27:13 AM
Hi jjk

I had not clicked recently so following your advise I clicked it and it showed:

        alterTable CHANGE u8713_virtuemart_orders.customer_number : ALTER TABLE `u8713_virtuemart_orders` CHANGE COLUMN `customer_number` `customer_number` CHAR(32) NULL DEFAULT NULL
        alterTable CHANGE u8713_virtuemart_waitingusers.notify_date : ALTER TABLE `u8713_virtuemart_waitingusers` CHANGE COLUMN `notify_date` `notify_date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP

        Table updated: Tablename u8713_virtuemart_orders dropped: 0 altered: 1 added: 0
        Table updated: Tablename u8713_virtuemart_waitingusers dropped: 0 altered: 1 added: 0
        Database updated

-------------------------
The print view problem remains the same and the marked fields are not being translated.

However this solved another issue I was about to post. When I updated VM to 2.021D delivery notes and invoices were not showing all elements translated, "invoice text" bill to etc were shown in english and others in spanish (seems it was not reading the newest lang files), clicking "Install or if necessary update tables" made all the text at delivery notes and invoices show correctly, issue remains only with the "print view" of an order which shows as the image above.

Does it work for you in 2.021D with the german language?

Regards

PD: I have also tried saving the form, even changing the font.
Title: Re: VM 2.021D Print View labels
Post by: lindapowers on June 18, 2013, 15:00:25 PM
Updated to E but still showing the same problem as in the image.

Regards
Title: Re: VM 2.021D Print View labels
Post by: jjk on June 19, 2013, 15:20:02 PM
Quote from: lindapowers on June 15, 2013, 06:27:13 AM
Does it work for you in 2.021D with the german language?

Just checked it. When I click the printer symbol, the placeholders are not filled. The developers are looking into this already.
Title: Re: VM 2.021D Print View labels
Post by: reinhold on June 19, 2013, 22:51:39 PM
Oops, I missed that possibility that the invoice is viewed as html in the browser (rather than the html converted to pdf). I have now created a patch and sent it to Milbo to commit to svn.
Title: Re: VM 2.021D Print View labels
Post by: Milbo on June 20, 2013, 20:48:53 PM
Thank you Reinhold
Title: Re: VM 2.021D Print View labels
Post by: lindapowers on June 27, 2013, 14:14:07 PM
Thanks Milbo & Reinhold this is now solved in G version.

Regards