mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #682] [CLOSED] [Feature] Adding printer cost #1098
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#1098
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/maziggy/bambuddy/pull/682
Author: @wreuel
Created: 3/12/2026
Status: ❌ Closed
Base:
dev← Head:feature/printerUseCostOnArchive📝 Commits (2)
373baaaAdding printer costde14baeMerge branch 'dev' into feature/printerUseCostOnArchive📊 Changes
14 files changed (+1007 additions, -6 deletions)
View changed files
📝
backend/app/api/routes/archives.py(+87 -2)📝
backend/app/core/database.py(+12 -0)📝
backend/app/models/printer.py(+2 -0)📝
backend/app/schemas/archive.py(+5 -0)📝
backend/app/schemas/printer.py(+8 -0)📝
backend/app/services/archive.py(+10 -2)📝
backend/app/services/archive_comparison.py(+42 -1)➕
backend/tests/integration/test_machine_cost_api.py(+419 -0)➕
backend/tests/unit/test_machine_cost.py(+337 -0)📝
frontend/src/api/client.ts(+7 -0)📝
frontend/src/i18n/locales/en.ts(+8 -0)📝
frontend/src/pages/ArchivesPage.tsx(+7 -1)📝
frontend/src/pages/PrintersPage.tsx(+60 -0)📝
frontend/src/pages/StatsPage.tsx(+3 -0)📄 Description
Description
Added the option to track machine/printer cost
Related Issue
#680
Fixes #
Type of Change
Changes Made
Screenshots
Testing
Checklist
Additional Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.