snipe
f4cac96358
Apply scope to print page
2026-06-09 12:18:50 +01:00
snipe
eb5334e865
Fixed #18953 - removed excel as dropdown option for BS-table export
...
The 'excel' export type in the bootstrap-table config generates an HTML document with MSO namespace tags disguised as an .xls file.
Excel recognizes the mismatch and warns. The 'xlsx' type (also in the list) uses SheetJS to generate a real .xlsx file.
2026-06-01 18:43:10 +01:00
snipe
4a0797d59f
Fixed RB-21533 - Undefined variable $indirectItemsCount on bulk print, added test
2026-05-18 16:26:15 +01:00
snipe
b16970a61e
Merge pull request #18629 from Godmartinz/update-print-invtentory-view-with-assigned2assets
...
Update print inventory view with indirect assignments table
2026-05-11 18:27:25 +01:00
Guillaume Delbergue
bc7473d863
feat: use Storage::disk('public')->url() instead of hardcoded upload URLs
...
Several presenters, models, transformers, and Blade views were building
upload URLs by concatenating config('app.url') with hardcoded '/uploads/'
paths. This only works with local storage and breaks when using S3 or
any non-local public disk. Replaced with Storage::disk('public')->url()
which respects the configured filesystem driver.
Made-with: Cursor
2026-03-19 13:52:36 +01:00
Godfrey M
4ddd2f1cf8
change indirect Asset name
2026-03-10 12:49:37 -07:00
Godfrey M
ab04f3de93
use inventory scope, add quantity to print blade
2026-03-10 12:35:34 -07:00
Godfrey M
4c16796256
reduce query count to 52
2026-03-10 10:59:59 -07:00
Godfrey M
30ac3d1a26
fix display name of item"
2026-03-03 16:11:46 -08:00
Godfrey M
e47c772230
cleaned up other tables in print view
2026-03-03 16:04:13 -08:00
Godfrey M
706b623d95
adds assets to indirect assignment table
2026-03-03 15:51:47 -08:00
Godfrey M
a908a76f53
adds components to indirect assignment table
2026-03-03 15:15:45 -08:00
Godfrey M
a2ec707f79
add licenses to indirect assignedment table
2026-03-03 12:53:37 -08:00
snipe
b6d397bcca
Updated ->present()->fullName() to ->display_name
...
Signed-off-by: snipe <snipe@snipe.net >
2025-08-25 14:57:34 +01:00
snipe
a0d65520a3
Use count() instead of ->count() for user count in print view
...
Signed-off-by: snipe <snipe@snipe.net >
2025-08-05 19:34:59 +01:00
snipe
2fe08a721f
Do not break the page if it’s the last entry
...
Signed-off-by: snipe <snipe@snipe.net >
2025-08-05 19:00:57 +01:00
snipe
d4a34f1a3c
Adds printer line break after signatures
...
Signed-off-by: snipe <snipe@snipe.net >
2025-08-05 18:50:47 +01:00
snipe
d1ddd8de98
Re-add column selector
...
Signed-off-by: snipe <snipe@snipe.net >
2025-07-07 16:23:48 +01:00
snipe
ec17c168ea
Merge pull request #17222 from grokability/fixes-#17221-move-table-featueres-into-js
...
Fixed #17221 - Moved common table elements to partial
2025-06-25 14:52:17 +01:00
snipe
2d36b25017
Merge pull request #17258 from Robert-Azelis/patch-13
...
Company info - user print assets
2025-06-22 20:13:24 +01:00
snipe
f81750617e
Fixed mismatched html header tag
...
Signed-off-by: snipe <snipe@snipe.net >
2025-06-22 17:30:13 +01:00
Robert-Azelis
e4534c4319
Company info - user print assets
2025-06-20 10:33:09 +02:00
snipe
9c61d2eb22
Removed common elements in tables
...
Signed-off-by: snipe <snipe@snipe.net >
2025-06-17 14:25:02 +01:00
snipe
9d2e333fd6
Check for acceptance logo vs regular logo
...
Signed-off-by: snipe <snipe@snipe.net >
2025-06-17 11:36:10 +01:00
Robert-Azelis
7c80fdea58
Update user print assigned assets
...
Lets allow user to select print layout: portrait or landscape
Use dedicated logo for PDF documents: acceptance_pdf_logo
2025-06-11 09:19:51 +02:00
36864
e4bfc6c5ae
Fix signatures for accessories and consumables
...
Also unifies the way these things are fetched.
2025-04-11 16:24:06 +00:00
snipe
2b85ddeb74
Use correct date
...
Signed-off-by: snipe <snipe@snipe.net >
2025-04-08 19:10:06 +01:00
snipe
d0359a42fb
Added signature to licenses
...
Signed-off-by: snipe <snipe@snipe.net >
2025-04-08 18:56:34 +01:00
36864
dfdbc95b5c
Fix empty signatures in print page
...
Fixes snipe#16661
Assuming that whatever happens between the user accepting and signing for the asset and the print page being accessed isn't another user somehow signing for the same asset and it not being assigned to that second user.
2025-04-08 15:50:59 +00:00
Marcus Moore
8c9132aff9
Hide EULA text and button when nothing will be displayed
2024-10-07 14:22:49 -07:00
snipe
3f36d5f9b3
Removed duplicate CSS and removed line break before user section
...
Signed-off-by: snipe <snipe@snipe.net >
2024-10-07 11:08:02 +01:00
snipe
722d5a58e7
Added isset on users
...
Signed-off-by: snipe <snipe@snipe.net >
2024-10-03 16:19:38 +01:00
snipe
d120585f94
Check for valid eula for license, consumable
...
Signed-off-by: snipe <snipe@snipe.net >
2024-09-27 14:07:30 +01:00
snipe
36b27fcda3
Check for valid category before getting the eula
...
Signed-off-by: snipe <snipe@snipe.net >
2024-09-27 13:37:14 +01:00
Marcus Moore
a12c9d053f
Hide label when printing
2024-09-23 16:44:25 -07:00
Marcus Moore
8b3b68b308
Show or hide all eulas at once when printing multiple users
2024-09-23 16:43:14 -07:00
Marcus Moore
3870095a28
Fix Cannot read properties of undefined error by removing snipe-table class from eula table
2024-09-23 15:50:24 -07:00
Marcus Moore
a02e250b22
Add page breaks for each user
2024-09-23 15:26:15 -07:00
Marcus Moore
8ac5c0e471
Re-combine layout and view
2024-09-23 14:05:47 -07:00
Marcus Moore
2d2d5bdc7e
Pass user in array
2024-09-19 17:23:47 -07:00
Marcus Moore
8364d26c9b
Extract parent layout
2024-09-19 17:18:26 -07:00
Marcus Moore
efd6d7625f
Remove bad closing tag
2024-09-19 17:16:05 -07:00
Marcus Moore
bdf5708bfc
Remove accidental line
2024-09-19 17:10:43 -07:00
Marcus Moore
e95703cb18
Use eager load
2024-09-19 17:10:07 -07:00
snipe
856c57cb12
Corrected some translations
...
Signed-off-by: snipe <snipe@snipe.net >
2024-08-16 12:39:59 +01:00
MrM
e49c96a35e
Added EULAs in print user's assets
...
Added EULAs when we want to print all assets assigned to a users and ask him/her to sign.
2024-07-14 19:10:33 +02:00
Florent Bervas
d9a53460ff
Fix design inconsistency between assets and assigned assets in Print All Assigned report
2024-07-11 09:41:58 +00:00
Godfrey M
624632d0ca
removed push and endpush
2024-07-09 11:41:31 -07:00
Marcus Moore
c3e6e1144f
Merge branch 'develop' into chore/sc-23725/livewire3
2024-06-12 15:12:40 -07:00
Marcus Moore
60c7efae3c
Remove commented code
2024-06-05 11:48:10 -07:00