Re: [tryton] account_invoice reports

2017-03-19 Thread Cédric Krier
On 2017-03-19 18:28, Richard PALO wrote:
> I have some question concerning account_invoice reports:
> 
> 1. How do I get rid of the last page, which only has a header/footer?

As far as I have seen it is a bug in open/libre—office.

> 2. What would be the references to translate 'VAT:' to 'TVA:' in locale/fr.po
> for both the company and the client/supplier?

It should be the translation of the option of the Selection field type
of PartyIdentifier. But I just saw that we used a function for the
selection which makes it not translatable.
https://bugs.tryton.org/issue6374

> 3. I have a need to kick up price_decimal for calculations, but I don't 
> believe
> it should be the resulting display precision for unit prices, how can I set 
> this
> to a different value on the report?

You can change the format_number call for unit_price to use the digits
you want.

> 4. In the file store, final format should probably be pdf, is there a way to 
> get
> pdf stored, eventually a hybrid pdf?

It is the result of the report that is stored. So if the report is
configured to have pdf as output, it will be stored as-is.

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/20170319231903.GN43953%40tetsuo.


[tryton] account_invoice reports

2017-03-19 Thread Richard PALO

I have some question concerning account_invoice reports:

1. How do I get rid of the last page, which only has a header/footer?

2. What would be the references to translate 'VAT:' to 'TVA:' in locale/fr.po
for both the company and the client/supplier?

3. I have a need to kick up price_decimal for calculations, but I don't believe
it should be the resulting display precision for unit prices, how can I set this
to a different value on the report?

4. In the file store, final format should probably be pdf, is there a way to get
pdf stored, eventually a hybrid pdf?

cheers
--
Richard PALO

--
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/5c38591e-7f66-5eab-ffe0-e8d514a994e4%40netbsd.org.