-
-
Notifications
You must be signed in to change notification settings - Fork 940
Report merge #9532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
tristanle22
wants to merge
36
commits into
inventree:master
Choose a base branch
from
tristanle22:report_merge
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Report merge #9532
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
a92a1e1
Report merge
tristanle22 bd57809
Merge remote-tracking branch 'origin/master' into report_merge
tristanle22 25eef24
Remove auto-generated file
tristanle22 00d80ba
Remove pre-commit file
tristanle22 1c43864
Revert "Remove pre-commit file"
tristanle22 b4ce88b
Update API version
tristanle22 3f22396
Merge remote-tracking branch 'origin/master' into report_merge
tristanle22 5f58cf5
Reduced duplicated logic
tristanle22 559396e
Merge branch 'master' into report_merge
matmair 5fb3638
reset pre-commit config
matmair 497706e
Added migration files
tristanle22 b5b9397
Merge branch 'report_merge' of https://github.com/tristanle22/InvenTr…
tristanle22 7ef03b0
Added unit test
tristanle22 02a9af8
Removed redundant migration
tristanle22 4299338
Updated migration file
tristanle22 aeda554
Added a default report template with merge enabled
tristanle22 e4eb544
Unit test to ensure a single page is generated
tristanle22 effd432
Added docs to support merge feature
tristanle22 ae979e1
Clean up
tristanle22 0c11cb7
Merge branch 'master' into report_merge
tristanle22 390f03e
Merge branch 'report_merge' of https://github.com/tristanle22/InvenTr…
tristanle22 33bbc8b
Clean up
tristanle22 579e627
Merge branch 'master' into report_merge
tristanle22 dcb1040
Fixed unresolved link
tristanle22 da5a113
Merge branch 'report_merge' of https://github.com/tristanle22/InvenTr…
tristanle22 b9bdcfe
Merge branch 'master' into report_merge
tristanle22 026d1d0
Updated API version
tristanle22 f441996
Merge branch 'master' into report_merge
tristanle22 c5eb102
Merge branch 'master' into report_merge
tristanle22 986407b
Fixed test report path issue
tristanle22 d65292b
Merge branch 'report_merge' of https://github.com/tristanle22/InvenTr…
tristanle22 306adf2
Merge branch 'master' into report_merge
tristanle22 d20cf41
Merge branch 'master' into report_merge
tristanle22 12a0405
Add plugin context for each instance
tristanle22 56fb14c
Merge branch 'report_merge' of https://github.com/tristanle22/InvenTr…
tristanle22 33af985
Merge branch 'master' into report_merge
tristanle22 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
src/backend/InvenTree/report/migrations/0031_reporttemplate_merge.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Generated by Django 4.2.20 on 2025-04-03 01:17 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
("report", "0030_alter_labeltemplate_model_type_and_more"), | ||
] | ||
|
||
operations = [ | ||
migrations.AddField( | ||
model_name="reporttemplate", | ||
name="merge", | ||
field=models.BooleanField( | ||
default=False, | ||
help_text="Render a single report against selected items", | ||
verbose_name="Merge", | ||
), | ||
), | ||
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.