跳至內容
選單
此問題已被標幟
1 回覆
4303 瀏覽次數

Hello,

I am editing the invoice layout and how can I change the Invoice St. date/nr to Invoice Nr. date/invoicenr I have been on it for last 2 days and no success. Can anyone help me?

    <para style="terp_header">Invoice [[ ((o.type == 'out_invoice' and (o.state == 'open' or o.state == 'paid')) or removeParentNode('para')) and '' ]] [[ o.number ]]</para>
<para style="terp_header">PRO-FORMA [[ ((o.type == 'out_invoice' and o.state == 'proforma2') or removeParentNode('para')) and '' ]]</para>
<para style="terp_header">Draft Invoice [[ ((o.type == 'out_invoice' and o.state == 'draft') or removeParentNode('para')) and '' ]]</para>
<para style="terp_header">Cancelled Invoice [[ ((o.type == 'out_invoice' and o.state == 'cancel') or removeParentNode('para')) and '' ]] [[ o.number ]]</para>
<para style="terp_header">Refund [[ (o.type=='out_refund' or removeParentNode('para')) and '' ]] [[ o.number ]]</para>
<para style="terp_header">Supplier Refund [[ (o.type=='in_refund' or removeParentNode('para')) and '' ]] [[ o.number ]]</para>
<para style="terp_header">Supplier Invoice [[ (o.type=='in_invoice' or removeParentNode('para')) and '' ]] [[ o.number ]]</para>

I want to change that part so it wont show Invoice St. 10/16/1 but it shows Invoice Nr. 10/16/1

頭像
捨棄
最佳答案

Maybe you want to change the sequence. You can edit it in Settings / Technical. Is that it ?

AJ

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
3月 15
3797
1
8月 25
671
1
4月 25
1627
0
3月 25
1136
1
9月 24
2335