chapitre8.py

Created by vovenastream

Created on December 05, 2025

1.18 KB


# CHAPTER 8 - INVENTORY COSTING
# --------------------------------
# GOAL :
# calculer COGS et Ending Inventory
# avec FIFO et Average Cost
# --------------------------------
# FORMULES ESSENTIELLES
# COGS = goods sold cost
# Ending Inventory = cost restant
# --------------------------------
# FIFO :
# First In = First Out
# COGS = plus anciens couts
# Ending Inv = couts les plus recents
# --------------------------------
# WEIGHTED AVERAGE COST :
# Average Cost = total cost /
# total units available
# COGS = units sold * avg cost
# Ending Inv = units left * avg cost
# --------------------------------
# PERPETUAL (si demande) :
# average cost mis a jour apres
# chaque achat (rare a l’exam)
# --------------------------------
# TERMS A RETENIR
# Beginning Inventory
# Purchases
# Goods Available for Sale =
# beg inv + purchases
# --------------------------------
# EFFECTS SUR PROFIT
# si prix montent :
# FIFO -> profit plus eleve
# Average -> profit moyen
# --------------------------------
# IMPORTANT EXAM :
# 1) FIFO utilise les plus vieux couts
# 2) Average = meme cost pour COGS & End Inv
# 3) toujours separer units sold vs units left
# 4) bien tracer tableau chronologique

During your visit to our site, NumWorks needs to install "cookies" or use other technologies to collect data about you in order to:

With the exception of Cookies essential to the operation of the site, NumWorks leaves you the choice: you can accept Cookies for audience measurement by clicking on the "Accept and continue" button, or refuse these Cookies by clicking on the "Continue without accepting" button or by continuing your browsing. You can update your choice at any time by clicking on the link "Manage my cookies" at the bottom of the page. For more information, please consult our cookies policy.