Insid PL&LS report in indina accouting how can we get the values of closing stock and opening stock, if some one get explain the logic behind it?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
791
Views
Click on the (i) icon on the right of each line to see the logic - Closing Stock is:
[('account_id.account_type', '=', 'expense'), ('account_id.tag_ids', '=', 50)]
Tag 50 is "Closing Stock" - so this is the balance of any Expense account tagged with Closing Stock - which would be Account 212300 in the default Chart of Accounts.