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
- Бухгалтерия
- Склад
- PoS
- Project
- MRP
Этот вопрос был отмечен
1004
Представления
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
РегистрацияRelated Posts | Ответы | Просмотры | Активность | |
---|---|---|---|---|
|
2
авг. 25
|
1773 | ||
|
1
мар. 25
|
2081 | ||
|
1
авг. 24
|
2362 | ||
|
1
апр. 24
|
2772 | ||
Profit calculation
Решено
|
|
1
мая 23
|
3731 |
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.