[PDF] Advanced Php And Openerp Odoo 7 Interfacing - eBooks Review

Advanced Php And Openerp Odoo 7 Interfacing


Advanced Php And Openerp Odoo 7 Interfacing
DOWNLOAD

Download Advanced Php And Openerp Odoo 7 Interfacing PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Advanced Php And Openerp Odoo 7 Interfacing book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages. If the content not found or just blank you must refresh this page



Advanced Php And Openerp Odoo 7 Interfacing


Advanced Php And Openerp Odoo 7 Interfacing
DOWNLOAD
Author : Akhmad Daniel Sembiring
language : en
Publisher: vitraining
Release Date :

Advanced Php And Openerp Odoo 7 Interfacing written by Akhmad Daniel Sembiring and has been published by vitraining this book supported file pdf, txt, epub, kindle and other format this book has been release on with categories.


Versi PDF atau Pembayaran Lewat Paypal/BCA/Mandiri disini: http://shop.vitraining.co OpenERP / Odoo provides an application programming interface using it's XML-RPC webservices. The service is ready to be accessed by any programming language that is capable on communication through XML-RPC interface. This book explain in details on how to setup, configure, and do the integration of external system into OpenERP/ Odoo. Started with the OpenERP installation steps both for Linux and Windows, then PHP XAMPP installation for both operating systems, and the required preparation steps to take in order that the systems are ready to be integrated together. Taking PHP as the interfacing scripting languange using it's XML-RPC library, this book explains how to create a PHP class that contains methods for login, search, read, create, delete, and update data stored on OpenERP. Then how to use that class for real life example on accessing a legacy MySQL database and importing the data into OpenERP, and managing the status of already imported data. PHP provides a wide variety of object oriented frameworks, so this book also explain on how to use the class from inside a PHP framework, taking Yii Framework as an example. At the end of the topics, it's explained on how to automate the integration process periodically. In Linux we utilize the cron job, and in Windows we use the Task Scheduler. The book is live, downloadable, and purchasable from Google Play store, but you can also purchase it directly from http://vitraining.com/shop where payment can be made in local Indonesian bank. About the writer => http://vitraining.com/akhmad-daniel-sembiring/ Table of Contents Case Study and Objectives Backgrounds Objectives Architecture and Design The Database Structure The Scripting Languange OpenERP Installation on Ubuntu Linux PostgreSQL Installation Install the Python Modules Download the Source Code Extract the Source Code Configure and Run the Server Configure OpenERP to Run as a Service Apache, MySQL, and PHP Installation on Linux Installing Apache Installing MySQL Installing PHP PHP Modules See PHP on the Server OpenERP Installation on Windows Download the Latest Installer Run the Installer XAMPP Installation for Windows Download XAMPP Installation Testing and Securing XAMPP Preparations Create a Development Database Activate PHP Curl Module Testing the Curl Module Installation of XML-RPC Library Download the XML-RPC Library Extract the xmlrpc-2.2.tar.gz File Project Folder Setup The MyOpenERPLib Class Login Search Read Create Delete Write Create and Add New Records of one2many Fields Write and Add More Records of one2many Fields Write and Change Data on the one2many Fields Summary Processing Sales Order Data Create a MySQL Development Database Common Database Connection Importing Partners Importing Products Importing Sale Order and Order Lines Executing Actions on the Server The exec() Method The searchAny() Method Create the Order Confirm Script Integrating With Yii Framework Automating the Process The Wrapper Script Setup on Linux Installing wget Cron Job Setup Setup on Windows Installing wget Task Scheduler Setup Conclusion References



9 Hari Menelanjangi Grails 2 4 Studi Kasus Sistem Akuntansi


9 Hari Menelanjangi Grails 2 4 Studi Kasus Sistem Akuntansi
DOWNLOAD
Author : Akhmad Daniel Sembiring
language : id
Publisher: vitraining
Release Date :

9 Hari Menelanjangi Grails 2 4 Studi Kasus Sistem Akuntansi written by Akhmad Daniel Sembiring and has been published by vitraining this book supported file pdf, txt, epub, kindle and other format this book has been release on with categories.


Versi PDF atau Pembayaran Lewat Paypal/BCA/Mandiri disini: http://shop.vitraining.co Buku ini membahas tuntas bagaimana cara melakukan pemrograman dengan framework Grails. Grails merupakan salah satu framework pengembangan aplikasi web keluarga Java yang dengannya kita bisa mendeliver produk ke client dengan sangat cepat. Disini kita ambil contoh kasus pembuatan aplikasi Akuntansi lengkap dari mulai nol sampai dengan bisa menghasilkan laporan keuangan standard. Buku ini merupakan seri pertama dari seri buku pengembangan aplikasi ERP dengan Grails yang meliputi sistem Akuntansi, Pembelian, Penjualan, Gudang, Kas Bank, Manufaktur, dan HR Payroll. Topik yang dibahas meliputi: Definisi Spesifikasi System Desain Model dan User Interface Cara install XAMPP, JDK, dan Tomcat Koneksi MySQL Database Memulai Grails, apa saja yang perlu dipersiapkan Memahami Domain Class, Controller, dan View Cara menggunakan jQuery dan jQuery Easyui dari Grails Cara menggunakan Jasper Report dari Grails Menggunakan plugin rendering untuk menghasilkan laporan PDF User akses security Cara deploy aplikasi ke Tomcat Daftar Isi Lengkap: HARI 1: Pendahuluan Spesifikasi Kebutuhan User Output Prasyarat Target per Hari Buat Desain Model Diagram Domain FiscalYear Domain Period Domain Coa Domain Journal Domain JournalTransaction Diagram Model Relasi Model Desain User Interface Tampilan Login Tampilan Menu Utama Tampilan Master Data FiscalYear Tampilan Master Data Periode Tampilan Master Data COA Tampilan Transaksi Jurnal Tampilan Report HARI 2: Install Apache, PHP, MySQL dan Tomcat (Linux) Install XAMPP (Windows) Download XAMPP Installation Testing and Securing XAMPP Bikin Database MySQL Install Grails Install JDK di Windows Install JDK di Linux Download dan Install Grails HARI 3: Bikin Grails App Perintah grails create-app Konfigurasi Koneksi Database Bikin Domain Class Grails Domain Coa Domain FiscalYear Domain Period Domain Journal Domain JournalTransaction Import Sample Data Bikin Controller dan View Grails FiscalYear Period Coa Journal JournalTransaction HARI 4: Modif List COA Install Plugin jQuery Install jQuery-easyui Penggunaan Tree Grid jquery-easyui Menghasilkan Data JSON Modif Form Input COA Instal Chosen Modif File edit.gsp Modif File create.gsp Modif File _form.gsp HARI 5: Modif Form Input Journal Modif Allowed Method Modif Alur Create Modif Domain Period.groovy Install Editable Data Grid Extension Modif File edit.gsp Tambah Editable Data Grid di Form Journal Bikin Toolbar Aktifasi dan Handler Toolbar Modif JournalTransactionController index() Modif CoaController index() Modif Method save() Data Grid Field Default Value Modif Method update() Modif Method delete() Hasil Akhir HARI 6: Modif Tampilan Show Journal Menampilkan Grid Journal Transaction Aktifasi Data Grid Format Angka Merapihkan File-file js Buat File my.js Modif layout main.gsp Hapus Dari edit.gsp, _form.gsp dan show.gsp Modif Function formatAmount() Proses Confirm Journal Bikin Tombol Confirm Proses Confirm Penentuan Nomor Dokumen Terbaru Validasi Dokumen Proses Posting Journal Buat Tombol Post Proses Post Proses Cancel Journal Penampakan Tombol Berdasarkan State HARI 7: Menu Aplikasi Jasper iReport Designer Install iReport Designer Bikin Test Report Integrasi Jasper Report dengan Grails Tombol Print Journal Persiapkan File Report JRXML Persiapkan File JARs Pemrosesan Jasper Report Parameter Report Modif File Report jrxml Test Parameter Report Bikin Halaman Form Input Parameter Penggunaan Input Parameter Bikin Print Out Dokumen Bikin Master Report Journal Tambah Parameter Report Bikin Sub Report JournalTransaction Tambahkan Sub Report ke Master Report Panggil Report dari Grails HARI 8: Jasper Print Service Bikin Service Cara Panggil Method Service Persiapan Bikin Laporan Keuangan Plugin Rendering Service Logic Pembuatan Laporan Template Form Input Parameter Report Logic Pencarian Transaksi COA Method getListBalance() Method summ() Method getCountChild() Method profitLoss() Laporan Trial balance Laporan Balance Sheet Laporan Laba Rugi Template CSS Template Block Laporan Test Hasil Laporan HARI 9: User Login Domain User Controller User Login Form Logout dan User Management Link Filter Security Testing Production Mode Siapkan File Configuration Generate WAR Deploy ke Tomcat Penutupan Tentang Penulis Pendidikan Publikasi Projects Instruktur