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

Hi, I am making a hotel management module.

In this module I have a menu that contains all the expenditures like meals, internet, room service, etc listed out along with their costs.

Also, I have defined rooms as products, so sale price of room will be the rent.

Now I want to create a 'checkout' button which will add (sale price of room*no. of days) with the sum of expenditures from expenditure menu.

Can someone tell me how to add these values and how to get the sum of expenditures?


Here is my py code:


class expenditure_records(osv.Model):

_name="expenditure.records"

_columns={

'name':fields.char('Expense name'),

'cost':fields.float('Expenditure cost'),

'expense_id':fields.many2one('expenditure','Expense ID'),

}

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
พ.ย. 16
3614
2
เม.ย. 24
1379
1
ต.ค. 24
25844
1
ก.ย. 19
6628
how to sum two fields แก้ไขแล้ว
5
ก.ค. 19
10857