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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
818
Vistas
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
2
ago 25
|
1392 | ||
|
1
mar 25
|
1594 | ||
|
1
ago 24
|
2036 | ||
|
1
abr 24
|
2456 | ||
Profit calculation
Resuelto
|
|
1
may 23
|
3412 |
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.