Belajar Manajemen Teknologi
Belajar Manajemen Teknologi ternyata sangat menarik buat saya dalami, bagaimana teknologi bisa memberikan dampak pada berubahnya perspektif dari manajemen. Manajemen Teknologi adalah serangkaian disiplin ilmu manajemen yang memungkinkan organisasi untuk mengelola dasar-dasar teknologi untuk menciptakan keunggulan kompetitif. Penasaran seperti apa dan ruang lingkup dari Manajemen Teknologi, bisa langsung baca di artikel yang ditulis oleh: Namdeo P, Ansarie MA, Bhatnagar A: Introduction to Technology Management
Introduction to Technology ManagementDilihat sebanyak : 14 kali
Warung Pintar melakukan akuisisi Bizzy Digital senilai Rp631,15 miliar untuk memperkuat posisinya sebagai pemimpin dalam platform dagang elektronik
Warung Pintar melakukan akuisisi Bizzy Digital senilai Rp631,15 miliar untuk memperkuat posisinya sebagai pemimpin dalam platform dagang elektronik.
Dilihat sebanyak : 16 kali
No version of Cypress is installed in: /Users/my/Library/Caches/Cypress/6.3.0/Cypress.app
1 2 3 4 5 6 7 8 9 10 11 12 |
No version of Cypress is installed in: /Users/syarif/Library/Caches/Cypress/6.3.0/Cypress.app Please reinstall Cypress by running: cypress install ---------- Cypress executable not found at: /Users/syarif/Library/Caches/Cypress/6.3.0/Cypress.app/Contents/MacOS/Cypress ---------- Platform: darwin (20.2.0) Cypress Version: 6.3.0 |
Resolved:
run: /node_modules/.bin/cypress install
1 2 3 4 5 6 |
$./node_modules/.bin/cypress install Installing Cypress (version: 6.3.0) ⠧ Downloading Cypress 22% 2097s Unzipping Cypress Finishing Installation |
Referensi: https://github.com/cypress-io/cypress/issues/2610#issuecomment-430463271
Dilihat sebanyak : 373 kali
[Resolved] Odoo Error: AssertionError: Element odoo has extra content: record, line 3
Migrate Odoo 11.0 to 13.0
1 2 3 4 5 6 |
File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 736, in convert_file convert_xml_import(cr, module, fp, idref, mode, noupdate, report) File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 786, in convert_xml_import relaxng.assert_(doc) File "src/lxml/etree.pyx", line 3547, in lxml.etree._Validator.assert_ AssertionError: Element odoo has extra content: record, line 3 |
1 2 3 4 5 6 7 8 9 10 11 |
<recordid="action_menu_cluster_ready"model="ir.actions.act_window"> <fieldname="name">Cluster Ready</field> <fieldname="res_model">cluster</field> <fieldname="view_mode">tree,form</field> <fieldname="view_id"eval="False"/> <fieldname="domain">[('state','=','draft')]</field> <fieldname="context">{}</field> <fieldname="search_view_id"ref="cluster_ready_search"/> <fieldname="help"type="html"> </field> </record> |
to
1 2 3 4 5 6 7 8 9 |
<recordid="action_menu_cluster_ready"model="ir.actions.act_window"> <fieldname="name">Cluster Ready</field> <fieldname="res_model">cluster</field> <fieldname="view_mode">tree,form</field> <fieldname="view_id"eval="False"/> <fieldname="domain">[('state','=','draft')]</field> <fieldname="context">{}</field> <fieldname="search_view_id"ref="cluster_ready_search"/> </record> |
Dilihat sebanyak : 1396 kali
[Resolved] Odoo Error: Invalid view %s definition in %s’) % (view_name, view.arch_fs
Migrate modul odoo 11.0 to 13.0
File “/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_ui_view.py”, line 406, in _check_xml raise ValidationError(_(‘Invalid view %s definition in %s’ % (view_name, view.arch_fs)) odoo.tools.convert.ParseError: “Invalid view assign.cluster.search definition in assign_picker/views/assign_cluster.xml None” while parsing /mnt/addons/assign_picker/views/assign_cluster.xml:2, near
Resolved: add -> name=”customer_type”
1 |
<filter string="Customer Type" domain="[]" context="{'group_by':'partner_type'}"/> |
to:
1 |
<filter string="Customer Type" name="customer_type" domain="[]" context="{'group_by':'partner_type'}"/> |
Dilihat sebanyak : 573 kali
Failed Opening vendor/autoload.php in Laravel 5
1 2 3 |
$ php artisan serve PHP Warning: require(/opt/laravel/vendor/autoload.php): failed to open stream: No such file or directory in /opt/laravel/artisan on line 18 PHP Fatal error: require(): Failed opening required '/opt/laravel/vendor/autoload.php' (include_path='.:/usr/share/php') in /opt/laravel/artisan on line 18 |
Run the following commands inside your project dir and you would be good to go :
1 2 3 4 5 |
$ sudo chmod -R 777 storage public bootstrap $ composer install $ php artisan key:generate |
Dilihat sebanyak : 2038 kali
Demo Aplikasi Penjuanlan Kasir (Point of Sales) di Odoo ERP
Saya sering sekali belanja di suatu toko swalayan seperti Indo*aret, Alfa*art, Alfa*idi dan sebagainya atau sebuah restauran cepat saji seperti K*C atau M*D, nah waktu rekan-rekan mau bayar kasirnya bilang, ini aja bg? nggak sekalian pulsanya bg? nggak sekalian sama kentang bg?, nah metode ini biasanya dalam dunia marketing disebutkan sebagai Cross Selling.
Dilihat sebanyak : 746 kali
Solved Odoo: wkhtmltopdf: b’Exit with code 1 due to network error: ConnectionRefusedError\n’
Pernahkah Anda ketika download report Odoo muncul hasil seperti ini? Tampilan dari Profit and Loss dan Balance Sheet
Jika kita lihat laporan di atas sangat berantakan sekali, nah tampilan seharusnya lebih bagus dan rapi, kemudian saya coba cek di log kenapa itu bisa terjadi, saya medapatkan pesan error seperti berikut:
Dilihat sebanyak : 3043 kali
Bagaimana Menganalisis Kode Program Odoo ERP?
Pernahkah Anda berpikir untuk menghitung kode program dari sebuah aplikasi yang dibuat? Tidak usah dipikirkan, terlalu berat biar saya tulis aja. Saya menganalisa Aplikasi Odoo CE versi 13.0.
- Ada sekitar 25 bahasa pemrograman yang digunakan.
- JavaScript (40,6%) merupakan bahasa paling banyak digunakan dengan jumlah file 1.147, jumlah baris 564.804, jumlah baris kosong 50.830, jumlah baris komentar 75.268, jumlah kode program 438.706, kompleksitas 54.359
- Python (25,8%) merupakan bahasa paling banyak no 2 digunakan dg jumlah file 3.236, baris 364.159, baris kosong 27.894, baris komentar 24.670, kode program 311.595, kemudian diikuti oleh XML (20,3%), Sass (2,6%), CSS (2,5%), dll.
- Ada sekitar 1,4 juta baris kodingan dan 1,1 juta kode program
- Dibutuhkan biaya sekitar Rp 704 milliar untuk develop Odoo
- Dibutuhkan waktu sekitar 172 juta detik untuk memprogram Odoo
- Dibutuhkan sekitar 82 programmer
Dilihat sebanyak : 228 kali
Case Study : Acme Water Pumps
The Acme Water Pump company has a problem. The pumps are fairly expensive to make and store, so the company tends to keep the inventory low. At the same time, it is important to respond to demands quickly, since a customer who wants a water pump is very likely to get one from a competitor if Acme doesn’t have one available immediately. A cm e’s current policy to produce pumps is to produce 100 per week, which is the average demand. Even this is a problem, as the production manager has pointed out, since the equipment is also used for other products and the lot size of 300 would be much more efficient. He said he is currently set up for water pump production for the next week and states that he has capacity available to produce 300 at a time next week.
Dilihat sebanyak : 1045 kali
Odoo E2E (end-to-end) Testing using Cypress : Create Sale Order
end-to-end testing adalah teknik untuk menguji seluruh proses aliran aplikasi dari awal hingga akhir untuk memastikan proses aplikasi berjalan seperti yang diharapkan. Seperti misalnya menguji hal yang sederhana seperti loading screen, menyimpan data ataupun hal yang lebih kompleks lainnya seperti dari login berlanjut sampai selesai transaksi.
Dilihat sebanyak : 234 kali
Solved : Unable to execute ‘gcc’: No such file or directory error: command ‘gcc’ failed with exit status 1
Error merge : Unable to execute ‘gcc’: No such file or directory error: command ‘gcc’ failed with exit status 1
Dilihat sebanyak : 323 kali
Case Study: The Mobile Pocket Office
QUESTIONS
- What kinds of applications are described here? What business functions do they support? How do they improve operational efficiency and decision making?
- Identify the problems that businesses in this case study solved by using mobile digital devices.
- What kinds of businesses are most likely to benefit from equipping their employees with mobile digital devices such as iPhones and iPads?
- One company deploying iPhones has said, “The iPhone is not a game changer, it’s an industry changer. It changes the way that you can interact with your customers” and “with your suppliers.” Discuss the implications of this statement.
Dilihat sebanyak : 1795 kali
Puasa Media Sosial?
Setelah hampir satu dekade saya terlalu sibuk dengan media sosial, sebagai langkah awal hari ini dan 2 minggu kedepan saya akan mencoba menarik diri dan puasa dengan media tersebut untuk tidak login sama sekali seperti Instagram, Facebook, Twitter, Line, WeChat dan Messenger.
Jika ada waktu kosong saya selalu tenggelam dengan media sosial, sekarang saya akan mencoba untuk merenung, membaca, belajar bahasa asing, menulis artikel di blog bahkan menulis buku harian yg sudah lama tidak saya lakukan. Semoga jari saya nanti tidak galau dan bisa menikmati nikmatnya kehidupan di dunia nyata.
Dilihat sebanyak : 13 kali
Corporate Finance Minicase: Bullock Gold Mining, Chapter 9
Book : FUNDAMENTALS OF CORPORATE FINANCE
Author
Stephen A. Ross
Massachusetts Institute of Technology
Randolph W. Westerfi eld
University of Southern California
Bradford D. Jordan
University of Kentucky
Corporate Finance Minicase: Bullock Gold Mining, Chapter 9 : Net Present Value and Other Investment Criteria
Bullock Gold Mining
Seth Bullock, the owner of Bullock Gold Mining, is evaluating a new gold mine in South Dakota. Dan Dority, the company’s geologist, has just finished his analysis of the mine site. He has estimated that the mine would be productive for eight years, after which the gold would be completely mined.
Dan has taken an estimate of the gold deposits to Alma Garrett, the company’s fi nancial offi cer. Alma has been asked by Seth to perform an analysis of the new mine and present her recommendation on whether the company should open the new mine. Alma has used the estimates provided by Dan to determine he revenues that could be expected from the mine. She has also projected the expense of opening the mine and the annual operating expenses. If the company opens the mine, it will cost $450 million today, and it will have a cash outfl ow of $95 million nine years from today in costs associated with closing the mine and reclaiming the area surrounding it. The expected cash fl ows each year from the mine are shown in the table. Bullock Mining has a 12 percent required return on all of its gold mines.
QUESTIONS
- Construct a spreadsheet to calculate the payback period, internal rate of return, modified internal rate of return, and net present value of the proposed mine.
- Based on your analysis, should the company open the mine?
- Bonus question: Most spreadsheets do not have a built-in formula to calculate the payback period. Write a VBA script that calculates the payback period for a project.
ANSWERS
1. Required Return (K) = 12%
A. Net Present Value (NPV) = – 450,000,000 + 63,000,000/(1+0,12)1 + 85.000,000/(1+0,12)2 + 120,000,000/(1+0,12)3 + 145,000,000/(1+0,12)4 + 175,000,000/(1+0,12)5 + 120,000,000/(1+0,12)6 + 95,000,000/(1+0,12)7 + 75,000,000/(1+0,12)8 + -70,000,000/(1+0,12)9 = 56,962,380.80
Diperoleh total nilai NPV sebesar $ 59.692.380,80. Nilai NPV bernilai positif. Artinya, jika perusahaan membuka tambang tersebut, maka perusahaan tidak mengalami kerugian.
B. Payback Periode (PP) =
PP 1 = 450,000,000 – 63,000,000 = 387,000,000
PP 2 = 387,000,000 – 85,000,000 = 302,000,000
PP 3 = 302,000,000 – 120,000,000 = 182,000,000
PP 4 = 182,000,000 – 145,000,000 = 37,000,000
PP 5 = 37,000,000 – 175,000,000 = – 138,000,000
Berdasarkan data diatas, pada tahun ke- 5 menunjukkan hasil negatif. Artinya, terlihat bahwa perusahaan sudah mendapatkan pemasukan.
C. Internal Rate of Return (IRR)
D. Modified Internal Rate of Return (MIRR)
2. Analysis :
Dari hasil perhitungan diatas maka dapat disimpulkan bahwa perusahaan membuka tambang apabila diperoleh data sebagai berikut :
- Nilai NPV (Net Present Value) sebesar $ 59.692.380,80 (bernilai positif) yang berarti perusahaan tidak mengalami kerugian dan mengalami keuntungan sebesar $ 59.692.380,80.
- Berdasarkan nilai payback period terlihat bahwa perusahaan sudah mendapatkan pemasukkan pada tahun ke 5 atau memiliki tingkat pengembalian yang lebih cepat dari limit tahun ke 8. Yang berarti perusahaan tidak akan mengalami kerugian
- Nilai IRR (Tingkat pengembalian internal) dengan menggunakan nilai K baru sebesar 15,6671454% dapat menghasilkan nilai NPV = 0 sehingga keputusan yang diambil perusahaan untuk membuka tambang adalah aman dan tidak menimbulkan kerugian.
Dilihat sebanyak : 2161 kali