Hi, I am using Openoffice for reports in openerp. I want to sum all the rows of a single column as total. Please help me,its urgent!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
1
Balas
9389
Tampilan
sum(YOUR_LINES, 'FIELD_TO_SUM')
for example, if you want sum all the price_unit of invoice lines you code must be:
sum(o.invoice_line, 'price_unit')
Sum is a native function in aeroo
I would like to sum amount_tax as one and total as one in my report, I don't have lines in my report. Please help.
any solution?
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Mar 15
|
4441 | ||
|
0
Mar 15
|
3421 | ||
|
2
Sep 23
|
7516 | ||
|
2
Mar 23
|
46557 | ||
|
2
Des 23
|
57507 |
I would like to sum amount_tax as one and total as one in my report, I don't have lines in my report. Please help.