Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

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
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

how to use asset module

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
accountingfixedassets
2 Replies
10603 Tampilan
Avatar
Brenda Li

Hi all, anyone has an idea to use Asset module(Version7)?

What the effect i need is: Linear computation

First depreciation date is same as purchase date

First depreciation amount to last depreciation amount are all same and equal to asset amount/number of depreciation

How to configure properly to get this effect as above? hope my question is clear, thank you very much!

0
Avatar
Buang
Avatar
Viktor Aditya
Jawaban Terbai

To get the effect of 'first depreciation date is same as purchase date', you must check Prorata Temporis because it will indicates that the first depreciation entry have to be done from the purchase date instead of the first period/fiscal year.

Since you choose the linear computation method, the amount will all be the same from the first depreciation until the last depreciation, because the linear computation will divide total amount depreciation with number of depreciation equally.

0
Avatar
Buang
Brenda Li
Penulis

Thanks Viktor Aditya with your comments, but same problem as I revert to Naresh as above.

Kinner Vachhani

Brenda, I am looking for the same functionality but its seems openerp guys hadn't fully implemented asset management concepts. Also, setting up depreciation opening entries is a pain.

Avatar
Naresh Soni (nch)
Jawaban Terbai

Hi Brenda,

If you want your first depreciation date is same as purchase date then you need to have the boolean Prorata Temporis checked. For equal computation use method linear

Note: You want have the equal amount when " Prorata Temporis checked.Reason is the calculation is done on days. Means the First depriciation amount will be splitted between First and last year.

For eg: Your purchase date is 18/04/2013 then the amount will be deducted from first depreciation value for 107 days approx i.e (1/1/2013-17-04-2013)and will be calculated for 18/04/2013-31/12/2013 for first year. Say you have 600000 as deprecation amount for 3 yrs. So 600000/3 = 200000 so each year you have 2 lakh as amount to be depreciated. So in this case you will have 200000-(200000/365)107 as first depreciation amount.for second and third you will have 2 lakh for the last is remaining one i.e (200000/365)107

Prorata Temporis

computation

Hope this helps !

Thanks,

0
Avatar
Buang
Brenda Li
Penulis

Thanks Naresh Soni, from your screen shot I can read clearly, but the purchase date is 04/18/2013 and depreciation date is 01/01/2013, how can it become at least 04/01/2013 automatically though I can try do modify it by myself?

Naresh Soni (nch)

Sorry I attached the old screen shot ! Let me update the screen. But the point is you need to use "Prorata Temporis " for this requirement

Brenda Li
Penulis

Thanks Naresh Soni, Could you let me know did you edit the depreciation date by yourself or the system give you automatically the good date? Thanks!

Naresh Soni (nch)

yes system gave me ! Actually first screen I didn't had that boolean checked then I checked and recomputed my depreciation ! Why its simple don't you get the same result ?

Brenda Li
Penulis

I did exactly what you showed in screenshot, but the result you and me got is no good current depreciation amount(not always 1666.67), strange, you see i need good depreciate date and good same depreciate amount! 04/18/2013 0.00 1173.52 3826.48
04/18/2014 1173.52 1666.67 2159.81
04/18/2015 2840.19 1666.67 493.14
04/18/2016 4506.86 493.14 0.00

Naresh Soni (nch)

Hi Brenda, I checked and it's not a bug but the working is different. I have updated my original answer to explain.

Brenda Li
Penulis

Thanks Naresh for your clear explanation, if so, it implies there is no a configuration way to make effect like 1. depreciation date = purchase order date 2. equal depreciation amount (show like 04/18/2013 1666.67,04/18/2014 1666.67,04/18/2015 1666.67) by current provided asset model together? Or there is still a way to do it? what do you think? Thanks!

Naresh Soni (nch)

Hi Brenda, nope, there is no way to configure as you want. Because the way asset works is opposite then what you want. May be you can customize it to achieve this at your end.

Brenda Li
Penulis

Thanks Naresh, then nothing to do at the beginning, but only do some adjustments before post the journal entry, like combine the split depreciation amount onto first deprecation date then delete the last one...

Naresh Soni (nch)

:-D ya that's a workaround or even have that boolean untick and just correct the dates

Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
Fixed Assets as machine showing as products
accounting fixedassets
Avatar
0
Nov 23
1696
V7 Accounting and Fixed Assets
accounting fixedassets
Avatar
Avatar
1
Mar 15
6377
fixed asset in progress
accounting fixedassets 16.0
Avatar
0
Des 24
1494
Need Guidance on Proper Procedure for Uploading Fixed Assets with Depreciation in Odoo 17 Enterprise Diselesaikan
accounting fixedassets v17
Avatar
Avatar
Avatar
2
Okt 24
4987
How to sell fixed assets in Odoo 17 Diselesaikan
accounting fixedassets v17
Avatar
Avatar
1
Feb 24
4966
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now