Skip to content

Depreciations: Adds Diminishing Values Depreciation - #19331

Open
Godmartinz wants to merge 3 commits into
grokability:developfrom
Godmartinz:depreciation-deminishing-value
Open

Depreciations: Adds Diminishing Values Depreciation#19331
Godmartinz wants to merge 3 commits into
grokability:developfrom
Godmartinz:depreciation-deminishing-value

Conversation

@Godmartinz

@Godmartinz Godmartinz commented Jul 20, 2026

Copy link
Copy Markdown
Member

This adds Diminishing Values Depreciation option
image

Diminishing Value Depreciation is calculated like this:

Base value × (days held ÷ 365) × (rateMultiplier ÷ asset’s effective life)

For example if an assets base cost is $1000, and was purchased Jan 1st, with an effective life of 12 months at a 100% rate
would be:

$1000 x (201 ÷ 365) x (100% ÷ 1 year)

Which equates to

$1000 x 0.5506849315 = $550.68 depreciated

So Current Value would be

$1000-$550.68= $449.32

image

Diminishing Depreciation create/update inputs:
image

There is also an option choose your fiscal starting month. Australia's fiscal year begins in July so this accounts for that.

adds for #18225

@Godmartinz
Godmartinz requested a review from snipe as a code owner July 20, 2026 19:52
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@Godmartinz Godmartinz linked an issue Jul 20, 2026 that may be closed by this pull request
1 task
@snipe

snipe commented Aug 28, 2026

Copy link
Copy Markdown
Member

Can you handle this merge conflict? Otherwise this seems good

@snipe

snipe commented Aug 28, 2026

Copy link
Copy Markdown
Member

(I mean, if the tests actually pass... lol)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Diminishing value depreciation model

2 participants