Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
4573 มุมมอง

Dear all,

I am trying to customize Sales Order treeview by adding column with value of amount to be paid. Situation is as follows - I have sales orders which has partial invoices attached (and paid). So each Sales order has few invoices. In tree view of Sales Orders main value users can see is Total amount of specific sales order. What I would like to do I would like to add value of amount to be paid.

I have found fields that I can base my calculations (from sale.order object):

  • amount_total
  • invoiced_rate

My calculation for additional field should be something like: amount_total * (100% - invoiced_rate)

The issue is that I do not know how I can create field that will compute it and where should I put it? The main issue is that I do not want to create a moudle for that (it should be customisation from UI).

br

Dawid

 

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Easiest way to approach that would be by development - you have to add a field.function, which will return the value of amount to be paid - adding that field via UI is impossible, as Settings -> Database structure -> Fields doesn't support fields.function.

Create simple field, add a function, which will return result you want, add that in tree view and voila.

อวตาร
ละทิ้ง
ผู้เขียน

Thanks Mariusz, this is what I was afraid of, that to make such thing You need to code. So it is not easy for Saas version to do that. Thanks anyway. br Dawid

Related Posts ตอบกลับ มุมมอง กิจกรรม
0
ธ.ค. 24
9502
3
ก.ย. 24
21757
How to activate the Technical Features? แก้ไขแล้ว
5
ธ.ค. 24
53042
4
ก.ค. 24
10612
7
ส.ค. 23
11007