johnnyq
2fa86d9ae7
Update DB Structure to include task order and project due date
2024-03-31 13:55:38 -04:00
johnnyq
3b46f1e6bd
Added the ability to Add Ticket and Edit Ticket statuses, disallowed deleting editing system tickets, this is still work in progress
2024-03-31 13:40:31 -04:00
Johnny
dac5fb1284
Merge pull request #928 from wrongecho/login-tidy
...
Login related tidying
2024-03-30 20:33:36 -04:00
Marcus Hill
d94b9ce7bb
Login related tidying
...
- Feature: Show users their remember-me tokens and allow them to be revoked
- Log when a user generates a remember-me token during sign in
- General refactoring and tidying up
2024-03-30 23:19:50 +00:00
johnnyq
2c22c732e4
Comment out updating undefined statuses
2024-03-30 17:53:30 -04:00
johnnyq
d74c2c6898
New Tciket Status: Update Projects
2024-03-30 17:39:45 -04:00
johnnyq
3fb3f647cf
New Tciket Status: Fix Unbilled Ticket Report to use ticket closed at IS NOT NULL
2024-03-30 17:29:38 -04:00
johnnyq
770356ba10
No Need for ticket status name or status id when bulk closing tickets
2024-03-30 17:16:01 -04:00
johnnyq
07892afe24
Fix missing ) in calendar events
2024-03-30 17:02:41 -04:00
johnnyq
5b9cc50bae
Allow to search by ticket status name
2024-03-30 16:59:49 -04:00
johnnyq
0a52e3a33d
Update Calendar Events use the ticket_scheule field to determine if a ticket is scheduled or not instead of status as scheduled is not a core status
2024-03-30 16:55:11 -04:00
johnnyq
afcb0cffdc
Remove Ticket Status display and priority and assigned to from invoice also updated the new ticket status int format
2024-03-30 16:34:14 -04:00
johnnyq
67a045a2b5
New Ticket Status Fix Gobal search
2024-03-30 16:18:39 -04:00
johnnyq
13a1d9d394
New Ticket Status Fix Ticket Listing is asset_Details
2024-03-30 16:08:18 -04:00
johnnyq
f39c380c47
New Ticket Status Correct Ticket Side nav Badges
2024-03-30 15:58:03 -04:00
johnnyq
f99be168cf
New Ticket Status Fix dashboard Tickets
2024-03-30 15:55:04 -04:00
johnnyq
b63eddb300
Fix Ticket Close to use the new ticket status INT instead of string
2024-03-30 15:46:02 -04:00
johnnyq
4aad95d380
Add Ticket Closed at time to tickets that were Bulk Closed
2024-03-30 15:28:22 -04:00
johnnyq
b4db5013a3
Fix Bulk Close Ticket not updating the ticket_closed_at field and not using the new status id
2024-03-30 15:20:01 -04:00
johnnyq
387d2733fa
Fixes ticket status that did not conform to the current ticket statuses to Open
2024-03-30 15:06:52 -04:00
johnnyq
349a276de2
Merge branch 'master' of github.com:itflow-org/itflow
2024-03-30 14:59:08 -04:00
johnnyq
e177dae237
Created Project template details page and updates Tasks in project details
2024-03-30 14:58:48 -04:00
Johnny
e2f825e5c1
Merge pull request #926 from wrongecho/ticket-statuses
...
Ticket Statuses from DB
2024-03-30 14:57:46 -04:00
wrongecho
fa777eaf9c
Merge pull request #927 from itflow-org/we-template-nav
...
Update admin_side_nav.php
2024-03-30 09:10:20 +00:00
wrongecho
084dcb782e
Update admin_side_nav.php
...
https://forum.itflow.org/d/785-new-templates-ui-bug-admin
2024-03-30 09:07:32 +00:00
wrongecho
dfa952ab73
Update README.md
...
Bugs should also go to the forum
2024-03-30 08:27:39 +00:00
Marcus Hill
7df1d419fa
Ticket Statuses from DB / use left join instead of a function, hard-code system statuses
2024-03-29 23:20:52 +00:00
Marcus Hill
a961b8aa72
Ticket Statuses from DB / touchups
2024-03-29 12:08:02 +00:00
wrongecho
2e95b7cb6e
Merge branch 'master' into ticket-statuses
2024-03-29 11:58:53 +00:00
Marcus Hill
8607198c3e
Ticket Statuses from DB / add project id
2024-03-29 11:32:46 +00:00
Marcus Hill
667a93210c
Ticket Statuses from DB
2024-03-29 11:22:32 +00:00
johnnyq
78e92ea8d6
Add Project Templates Listing, edit and add, more to come
2024-03-28 22:03:57 -04:00
johnnyq
89a1c5d2d8
Added Ticket Templates and the ability to add Tasks to the template, reworked the ticket details tasks and adding tasks
2024-03-28 21:09:32 -04:00
johnnyq
08fc72ded7
Fix Last Reponse Column under tickets and client tickets use the ticket_reply_created_at instead of ticket_updated_at
2024-03-27 23:12:17 -04:00
johnnyq
ee308453db
Dont break when division of 0 occurs
2024-03-27 22:51:20 -04:00
johnnyq
e42c5bc2f5
Major UI Updates to projects, created project details which display project stats tickets and tasks, tickets can be linked to a project, soon will add all users who contributed to a project and some more stats along with a nice timeline from created to deadline
2024-03-27 22:27:56 -04:00
johnnyq
c9724bea0d
DB Update task, ticket and project templates added
2024-03-27 19:16:44 -04:00
johnnyq
76cce6ac23
Updated Edit Domain and Certificates to match the tabing in the add modal
2024-03-27 14:53:15 -04:00
johnnyq
2012a80fe5
DB Duimp for the new network fields
2024-03-27 14:21:18 -04:00
johnnyq
8addc4f55c
Feature: Added Subnet Mask and primary and secondary DNS change the wording for network to IP / Network in case a single IP needs to be used for example an Internet Connection, Added more newe tabs to the Add/Edit Network so everything fits and is organized
2024-03-27 14:19:32 -04:00
johnnyq
720a4af44e
Fixed Missing Invoice Button when ticket is closed
2024-03-27 11:02:45 -04:00
johnnyq
26dc3172e7
Initial Project work on the UI started
2024-03-27 00:26:53 -04:00
johnnyq
6ff740e619
Fix Missing Asset Buttons when selected
2024-03-26 16:31:24 -04:00
johnnyq
0931f60764
Ticket Details Tidy Buttons and Ticket Details
2024-03-26 16:08:32 -04:00
johnnyq
c052850465
Automatic submit when Assign Tech is selected
2024-03-26 15:41:16 -04:00
johnnyq
cdc87562c9
Ticket Details UI Enhancements, Dont display entity cards if no data, Moved Add Entities to the Top Bar along with Invoice and Close Ticket. Combine the Client Details and Assign Card into one card, and Tidy Work
2024-03-26 15:11:57 -04:00
johnnyq
038e7e4a52
Add Task Completion Date and Time Stamp
2024-03-26 14:10:14 -04:00
johnnyq
31184dab62
Moved Tasks Card under Details, Added tje ability to Edit and mark a task complete
2024-03-26 14:06:32 -04:00
johnnyq
c40c204ce1
Use full name in vars
2024-03-25 16:45:34 -04:00
johnnyq
e2733fecb7
Some initial beginnings of task management in tickets, currently you can create and delete them more to come
2024-03-25 16:43:56 -04:00