Tip
This module is part of the Open ERP software, the leading Open Source enterprise management system. If you want to discover Open ERP, check our screencasts or download Open ERP directly.
| Module: | account_voucher |
|---|---|
| Name: | India Accounting |
| Version: | False |
| Author: | Tiny |
| Directory: | account_voucher |
| Web: | http://tinyerp.com |
| Official module: | |
| yes | |
| Quality certified: | |
| yes | |
India Accounting module includes all the basic requirenment of
Basic Accounting, plus new things which available are
* Indian Account Chart
* New Invoice - (Local, Retail)
* Invoice Report
* Tax structure
* Journals
* VAT Declaration report
* Accounting Periods
Object: account.voucher
| move_ids: | Real Entry, many2many |
|---|---|
| voucher_line_ids: | |
| Voucher Lines, one2many | |
| account_id: | Account, many2one , required , readonly |
| reference: | Voucher Reference, char |
| amount: | Amount, float , readonly |
| reference_type: | Reference Type, selection , required |
| company_id: | Company, many2one , required |
| number: | Number, char , readonly |
| currency_id: | Currency, many2one , required , readonly |
| journal_id: | Journal, many2one , required , readonly |
| state: | State, selection , readonly |
| payment_ids: | Voucher Lines, one2many |
| type: | Type, selection , readonly |
| narration: | Narration, text , required , readonly |
| date: | Date, date , readonly |
| period_id: | Period, many2one , required |
| partner_id: | Partner, many2one , readonly |
| move_id: | Account Entry, many2one |
| name: | Name, char , required , readonly |
Object :account.voucher.line
| ref: | Ref., char |
|---|---|
| name: | Description, char , required |
| partner_id: | Partner, many2one |
| account_analytic_id: | |
| Analytic Account, many2one | |
| amount: | Amount, float |
| invoice_id: | Invoice, many2one |
| voucher_id: | Voucher, many2one |
| type: | Type, selection |
| account_id: | Account, many2one , required |