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
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
837
Widoki
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
2
sie 25
|
1429 | ||
|
1
mar 25
|
1660 | ||
|
1
sie 24
|
2067 | ||
|
1
kwi 24
|
2490 | ||
Profit calculation
Rozwiązane
|
|
1
maj 23
|
3465 |
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.