Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
635 Переглядів

Hi, 

When working on quotes, I use sections to list different products. My quotation now shows a subtotal under each section. I'd like to only have one subtotal at the bottom of my quote. How can i achieve this?  

Аватар
Відмінити
Автор

Hi Emmanuel, after unchecking the box, the subtotals still show unfortunatelly 

Найкраща відповідь

Hello

You can untick the option in parameters 

Аватар
Відмінити

This setting only affects Accounting Reports.

@Ray : that's right, my bad
@mathieu : do you have Studio ? If yes, you could have to modify your reports
Something like this :
<t t-elif="line.display_type == 'line_section'">
<td name="td_section_line" colspan="99">
<span t-field="line.name"/>
</td>
<t t-set="current_section" t-value="line"/>
=> this line <t t-set="current_subtotal" t-value="0"/>
</t>

Related Posts Відповіді Переглядів Дія
2
серп. 25
119
How to merge companies Вирішено
4
серп. 25
1402
Block sale. Вирішено
3
серп. 25
414
2
серп. 25
505
0
серп. 25
220