snipe
76d3194c96
Shifted layout
2026-05-04 12:57:26 +01:00
snipe
b63aee2851
Added custom fields to EULA PDFs
2026-05-04 12:51:43 +01:00
snipe
9623fa4d87
Use pint on models directory
2026-03-13 15:55:28 +00:00
snipe
79528fa87b
Fixed #18409 - command line option to purge signatures
2026-01-14 12:45:18 +00:00
Godfrey M
a8c77d6e26
update accessor to laravel 11.x standards
2025-12-11 11:07:36 -08:00
Godfrey M
b7f6137a63
add accessor for category name on checkout acceptance model
2025-12-11 10:08:00 -08:00
snipe
def5969e1c
Fixed #18097 - check for CJK in field labels as well as content
2025-10-27 12:34:30 +00:00
snipe
fab85dafa8
Added employee number and email to acceptance PDF
2025-10-09 11:24:16 +01:00
snipe
f1e3bc9531
Fixed #17940 - use base64encoding on images in acceptance PDF
2025-10-06 15:02:53 +01:00
snipe
be4ace293e
Use trans_choice for user acceptance
2025-09-18 13:51:57 +01:00
snipe
764b363bbc
A few small tweaks to acceptance screen design
2025-09-18 13:38:37 +01:00
snipe
8ea339f0ef
More small tweaks
2025-09-17 22:00:49 +01:00
snipe
1d3dfa1fa4
Pull the acceptance stuff into the model
2025-09-17 21:43:17 +01:00
Marcus Moore
d29e09a3ff
Merge branch 'develop' into 17369-accessory-checkout-qty-scaffold
...
# Conflicts:
# resources/views/account/accept/create.blade.php
# resources/views/account/accept/index.blade.php
2025-09-03 12:26:43 -07:00
Godfrey M
95be847d87
renamed attribute
2025-08-27 14:10:51 -07:00
Godfrey M
648c25a0a7
adds item type to Accept asset index
2025-08-27 14:06:10 -07:00
Marcus Moore
18c2508d2f
Scaffold command for cleaning accessory_checkout
2025-08-20 13:49:19 -07:00
Marcus Moore
9caa240fdb
Revert "Remove total qty of accessory checkouts"
...
This reverts commit 3ffb73a516 .
2025-08-19 17:17:46 -07:00
Marcus Moore
3ffb73a516
Remove total qty of accessory checkouts
2025-08-19 17:04:13 -07:00
snipe
95f867b267
Code formatting fixes
...
Signed-off-by: snipe <snipe@snipe.net >
2025-07-09 21:48:53 +01:00
Marcus Moore
360f5b7538
Add alert_on_response_id to CheckoutAcceptance
2025-06-05 13:10:18 -07:00
Godfrey M
97b765b5cc
improved reports query, could be further optimized
2025-01-07 15:06:09 -08:00
Godfrey M
e12c7473f8
tinkering with the polymorphic eager load
2025-01-07 09:08:36 -08:00
spencerrlongg
8650923b01
new branch cuz test merge
2024-07-08 12:55:59 -05:00
Godfrey M
ce1d677cdc
adds note to acceptance
2024-04-03 11:36:03 -07:00
Godfrey M
21c3b1fbd2
rename declined message to note, increased width of textarea
2024-03-21 14:03:25 -07:00
Godfrey M
b9986033cc
removed abbr. of variable, changed variable types in migration
2024-03-18 16:03:40 -07:00
Godfrey M
4588393b76
adds declined msg to mail notif, updates lang files and checkout acceptance controller
2024-03-18 10:25:55 -07:00
Marcus Moore
f96d8fe674
Add CheckoutAcceptance factory
2023-05-03 14:21:13 -07:00
Ivan Nieto Vivanco
b4e578c95e
Convert the alert_email setting from string to array
2023-02-27 17:34:29 -06:00
Marcus Moore
a45ce468cc
Update return type for routing mail notifications
2023-02-01 11:44:56 -08:00
Marcus Moore
3580bdae86
Use object accessor instead of array accessor
2023-02-01 11:44:35 -08:00
Marcus Moore
39289dd18e
Use user provided alert email for checkout acceptances
2023-01-26 13:18:18 -08:00
Ivan Nieto Vivanco
c082d8b90e
Return empty string if no MAIL_REPLYTO_ADDR var set
2022-11-23 18:22:31 -06:00
Ivan Nieto Vivanco
98bcd82108
Add the mail recipient from configuration in the CheckoutAcceptance model
2022-08-11 15:33:18 -05:00
Ivan Nieto Vivanco
0172fe6403
Add Notifiable trait to the CheckoutAcceptance Model
2022-08-11 13:02:25 -05:00
snipe
75acb0f28a
Added sig and eula pdf to checkout_acceptance
...
Signed-off-by: snipe <snipe@snipe.net >
2022-05-19 17:55:59 -07:00
Laravel Shift
9f43ce97e9
Convert deprecated $dates property to $casts
2021-06-10 20:17:18 +00:00
Laravel Shift
934afa036f
Adopt Laravel coding style
...
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.
You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started.
[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
2021-06-10 20:15:52 +00:00
snipe
0544164015
Fixed Eloquent Builder path in docblock
2019-08-20 18:10:36 -07:00
snipe
b6a188a87b
Removed erroneous linebreak
2019-08-20 18:10:21 -07:00
Martin Meredith
e3e0d57f56
Minor code cleanup bits and bobs ( #6805 )
...
* Add IDE Helper files
* Cleanup imports
- Alphabetises imports
- Removes unused imports
* Add Platform requirements
* Move filling asset into block where asset exists
* Remove duplicate array keys
2019-03-13 20:12:03 -07:00
Till Deeke
62195a805a
Adding some comments
2018-08-06 14:47:26 +02:00
Till Deeke
1bdf71b584
Handle side effects of accepting/declining
...
When declining an asset, it gets checked in.
2018-08-06 14:47:26 +02:00
Till Deeke
8648d53d25
Adds checkout acceptances
...
A checkout acceptance gets generated for every item that needs to be checked out. This resource tracks the user user who can accept the item and their signature
2018-08-06 14:47:26 +02:00