Commit graph

90 commits

Author SHA1 Message Date
Marcus Moore 0504c09a9a
Implement ability to delete templates 2023-12-20 16:19:04 -08:00
Marcus Moore 9d062f9849
Make control statements more explicit 2023-12-20 16:08:25 -08:00
Marcus Moore 0527201ae5
Allow templates to be updated 2023-12-20 14:41:23 -08:00
Marcus Moore cf5c78029c
Only show template name input on default screen 2023-12-20 14:12:42 -08:00
Marcus Moore 26cc4497eb
Use dedicated show route for report templates 2023-12-20 14:01:46 -08:00
Marcus Moore c35179b098
Use existing class in place of inline styling 2023-12-20 13:48:31 -08:00
Marcus Moore b2d0cbb264
Display validation error for report name 2023-12-20 13:44:47 -08:00
akemidx ebf760a477 translations, UI fixes 2023-12-19 18:01:19 -05:00
Marcus Moore 9fcb1a2d0e
Rename SavedReport to ReportTemplate 2023-12-18 12:55:48 -08:00
Marcus Moore 27bb938d9e
WIP: add dedicated edit report page 2023-12-13 18:09:42 -08:00
Marcus Moore 75bd056bbe
Display saved template name in header 2023-12-13 14:49:38 -08:00
akemidx ad202be374 update method (WIP ver) 2023-12-13 17:31:58 -05:00
akemidx ca35b66597 frontys 2023-12-12 19:03:09 -05:00
akemidx e9e68171bb frontend stuff 2023-12-12 18:56:21 -05:00
Marcus Moore e791ebbe76
Display report name in input 2023-12-11 16:36:32 -08:00
Marcus Moore d92893b2c7
Remove old javascript 2023-12-11 16:30:44 -08:00
Marcus Moore 89c47c1879
Add validation for saving reports 2023-12-11 16:20:36 -08:00
Marcus Moore c3b53b28e3
Allow saving custom reports 2023-12-11 14:19:03 -08:00
akemidx e636d7b9d5 multiple saved reports, beginning of dynamic dropdown listing/queried url 2023-12-11 15:28:34 -05:00
akemidx b7f6c7df06 html work, code comments for tomorrow's tasks 2023-12-06 18:05:58 -05:00
Marcus Moore 5041c07c7e
WIP: implement restoring checkbox inputs 2023-11-30 18:15:04 -08:00
Marcus Moore 505d601488
Implement restoring date ranges 2023-11-30 17:07:39 -08:00
Marcus Moore bca7f208a6
Implement restoring select values 2023-11-30 16:57:21 -08:00
Marcus Moore b7011d853a WIP: add methods to restore settings from saved report 2023-11-02 17:10:50 -07:00
Marcus Moore 06186c9b12 WIP: Simply post the form to a different controller 2023-10-30 16:30:53 -07:00
Marcus Moore 7a5faa9619 Adjust margin on custom report page 2023-10-30 12:03:50 -07:00
akemidx e5792fd415 api/savereports controller 2023-10-25 14:42:23 -04:00
akemidx 45dbc02868 save commit 2023-09-05 15:01:20 -04:00
akemidx f1cc2c8d8b submitting form after capturing/formatting fixes 2023-08-29 16:55:21 -04:00
akemidx 734af87f2f template structuring 2023-08-28 19:26:31 -04:00
akemidx f9fc2a44cd alphatyping for layout 2023-08-22 15:19:12 -04:00
snipe 02cacf76c6 Additional multi-select options for custom report
Signed-off-by: snipe <snipe@snipe.net>
2023-05-16 13:58:21 -07:00
snipe c6eef86661 Fixed multiselect for companies
Signed-off-by: snipe <snipe@snipe.net>
2023-05-10 13:15:22 -07:00
snipe 23e3d18931 Used brackets for multiselect company
Signed-off-by: snipe <snipe@snipe.net>
2023-05-10 12:35:30 -07:00
snipe 9f39d71f16
Merge pull request #12831 from Godmartinz/adds_multi_select_to_custom_report
Added Multiselect of companies for custom reports
2023-05-10 11:36:21 -07:00
Godfrey M 0e1f50c226 adds checkout-range to jquery 2023-04-19 10:11:26 -07:00
Godfrey M 8a5612d1c9 fixes comment 2023-04-19 09:13:43 -07:00
Godfrey M bdd1045272 adds a checkout range for custom asset reports 2023-04-19 09:11:44 -07:00
Godfrey M b16c062485 fixes partial 2023-04-13 12:05:59 -07:00
Godfrey M ab67d903b5 adds multi select to custom report for companies 2023-04-13 12:02:11 -07:00
snipe 9a3e727390 Updated other form fields to use new label class, fixed HTML for accessibility
Signed-off-by: snipe <snipe@snipe.net>
2023-04-03 22:38:56 -07:00
snipe 637604dfaf Fixed #8928 - add URL and ID to custom asset report
Signed-off-by: snipe <snipe@snipe.net>
2022-08-10 13:51:47 -07:00
snipe 975b4dee2f Added deleted header
Signed-off-by: snipe <snipe@snipe.net>
2022-08-02 19:58:17 -07:00
snipe 9ae7c66b77 Fixed indenting
Signed-off-by: snipe <snipe@snipe.net>
2022-08-02 19:50:21 -07:00
snipe 77ab4ac1b5 Fixed labels on radio buttons in custom report
Signed-off-by: snipe <snipe@snipe.net>
2022-08-02 19:48:41 -07:00
Godfrey M ff080a2d8f replace checkboxes with radiobuttons 2022-08-02 10:27:55 -07:00
Godfrey M 842dafefec adds options to include Deleted assets to custom asset reports 2022-08-01 14:52:12 -07:00
snipe f0a9de72b1 Use icheckbox formatting on BOM and archived checkboxes
Signed-off-by: snipe <snipe@snipe.net>
2022-07-18 12:12:22 -07:00
Godfrey M 75844c5942 adds a checkbox to exclude archived assets from custom reports 2022-07-11 09:56:58 -07:00
Wächtler, Yannick 04d649122b Fixed duplication for a couple of items, removed TODO markers, added lots of translation strings where there was a TODO 2022-01-06 12:35:37 +01:00