Category: OpenERP 5.0.16 Modul
OpenERP 5.0.16 Modul : Terbilang
Fungsi untuk merubah jumlah uang ke tulisan dalam OpenERP (5.0.16 – 6.1) tidak dimasukan ke dalam modul, melainkan diletakan di dalam file /bin/tools/amount_to_text.py. Penulis kemudian membuat modul base_amount_to_text yang menambahkan kemampuan res.currency untuk merubah jumlah uang ke tulisan. Meniru cara ir.cron menjalankan fungsi.
OpenERP 5.0.16 Modul : Laporan Piutang Berjalan
Didorong dengan kebutuhan yang sudah Penulis kemukakan pada artikel sebelumnya. Penulis membuat laporan tersebut menjadi modul OpenERP (Sementara msh untuk 5.0.16) sehingga reusable di banyak project
OpenERP Module 5.0.16 -> 6.1 Conversion : Stock
stock module is next module that I convert after account (not finished though
). At first glance to the code, 6.1 provide several things that I really want from stock module. First is move_ids field addition on stock.tracking object. Second is changes in product.product, woooow … OpenERP add many field that I know it would add great function on stock handling.And when I was browsing trough product.py, my eyes stumbled upon a new kind of field type, dummy field. I eager to know it functionality.
But why oh why … field allocation_method on stock.location is still commented. I do really want FIFO on OpenERP
OpenERP 5.0.16 Modul : Diskon Total Pada Invoice
Read the english version here
Program konversi modul dari OpenERP 5.0.16 -> 6.1 nampaknya harus berhenti sejenak setelah mengalami hambatan pada modul account. Terdapat perbedaan modul account anatara ver 5.0.16 dan 6.1. Jadi sementara Penulis kembali lagi mengembangkan modul untuk 5.0.16. Modul account_discount_total Penulis kembangkan sebagai jawaban dari permintaan beberapa Klien yang menghendaki diskon dari total nilai invoice (setelah pajak), bukan hanya dari detail invoicenya
OpenERP 5.0.16 Module : Total Invoice Discount
Baca versi Indonesianya disini
Due some difference between account module on 5.0.16 and 6.1, I decided to suspend the conversion program
. So, I switched again to 5.0.16 for a while. I developed the OpenERP 5.0.16 module for ongoing project that might be useful in the future. account_discount_total module developed as an answer to several request from client that need discount from whole amount of invoice
