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
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
1000
Weergaven
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
2
aug. 25
|
1770 | ||
|
1
mrt. 25
|
2077 | ||
|
1
aug. 24
|
2356 | ||
|
1
apr. 24
|
2771 | ||
Profit calculation
Opgelost
|
|
1
mei 23
|
3727 |
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.