Commit Graph

6216 Commits

Author SHA1 Message Date
Marcus Hill
c62a52b020 Merge tag fix 2023-02-25 19:20:22 +00:00
johnnyq
a1b7cf85f7 Merge branch 'master' of github.com:itflow-org/itflow 2023-02-25 14:17:05 -05:00
johnnyq
3f005b4c5b Fix Settings Tag page being blank if no tags are specified 2023-02-25 14:16:43 -05:00
Marcus Hill
a3267f213b Rm testing string 2023-02-25 19:04:10 +00:00
Marcus Hill
67ea16e4fc Allow searching the main clients list by client tags.
- DB Change: Prefixed columns in client_tags table with client_tags_
- Updated existing SQL references to client_tags.client_id and client_tags.tag_id to new names
- clients.php: Added SQL joins/where/groupby logic to allow searching via tags
2023-02-25 19:00:31 +00:00
Johnny
5351db951f Merge pull request #628 from itflow-org/wrongecho-readme-roadmap
Update README.md
2023-02-25 12:59:22 -05:00
wrongecho
bfb17891b3 Update README.md
Replace Mesh Central roadmap item with API
2023-02-25 15:26:07 +00:00
johnnyq
7805a8ee45 Brought back scheduled tickets to the side navs and some minor adjustments to scheduled tickets 2023-02-25 00:18:47 -05:00
johnnyq
57b9552ab5 Minor UI Fixes and Updates 2023-02-24 23:59:15 -05:00
johnnyq
29db5a19c9 Fixed undefine vendor_id and asset_id under tickets 2023-02-24 21:30:30 -05:00
johnnyq
daa0449a1c remove unnessesary n var as they are all replace with phone_query 2023-02-24 20:59:17 -05:00
johnnyq
bd655f4886 Define n var in pagination header to prevent undefine n variable error 2023-02-24 20:53:14 -05:00
johnnyq
bebd873d57 Check to see if o is set in pagination header to fix php undefined variable error 2023-02-24 20:44:13 -05:00
johnnyq
6f0017d90b Dedup More Pagination code you now only have to define Sortby column and its order, also fixed issue when searching by date it would close on the first query 2023-02-24 20:22:57 -05:00
johnnyq
704c8e409f Fix Opps causing broken guest view to invoices, fixed mobile view for global search and invoice / Quotes 2023-02-23 18:33:40 -05:00
johnnyq
b4ee800a4b More spruce up of notifications 2023-02-23 17:46:20 -05:00
johnnyq
8f1c3613c4 Spruce up the UI of the drop down notifications 2023-02-23 17:31:10 -05:00
johnnyq
f7552cd25a Finished up santizeInput Conv and UI updates 2023-02-23 16:09:37 -05:00
johnnyq
2b50302cf9 Fixed Ticket Regression which broke ticket asset, vendor and contact display 2023-02-21 11:42:24 -05:00
johnnyq
e300907e32 More UI Work, santizeInput conv 2023-02-21 01:29:04 -05:00
johnnyq
95f190c89d More UI work and santitizeInput migrations 2023-02-20 22:02:39 -05:00
johnnyq
cf08042a41 Created test_cron.php to help diagnose whois data fetching 2023-02-20 15:34:36 -05:00
johnnyq
bf0aaf794d Commented out whois fetch domain data in cron.php while we investigate an issue with it intermitently breaking cron.php 2023-02-20 15:14:27 -05:00
johnnyq
f2a45ce518 UI/sanitizeInput work on Trips 2023-02-19 21:37:24 -05:00
johnnyq
b5f815e9f2 Add new santize function to cron.php get rid of unnessesary created at now and updated at now as the database does this now. 2023-02-19 21:18:20 -05:00
johnnyq
2d4a90f36b UI reworking and updates adding icons etc 2023-02-17 18:00:05 -05:00
johnnyq
3742051e03 UI spruce up on invoice details, also now more mobile friendly 2023-02-17 13:58:55 -05:00
johnnyq
8a91ae0e46 More updating with new sanitize function and more logging and alerting cont 2023-02-16 22:26:38 -05:00
johnnyq
4708f6b117 Move accounts side nav back out of setting and back onto the main side nav under accounting 2023-02-16 17:00:23 -05:00
johnnyq
84b32ec807 Added Santize for Email function 2023-02-16 16:56:45 -05:00
johnnyq
4b5310e4dd Cont replace old Santitation with new Sanitation method 2023-02-16 16:51:26 -05:00
johnnyq
995121e532 Fixed function santizeInput to trim tags first then trim trailing white space because if you added a tag at the end it would create a space more 2023-02-16 15:08:06 -05:00
johnnyq
56e0c7d30b Updated new models with santizeInput function to reduce clutter 2023-02-16 14:54:49 -05:00
johnnyq
dc80894dd9 Added inputSantize function to trim SQL escape and Strip Tags when string enter the database and to tidy up the code 2023-02-16 14:38:23 -05:00
johnnyq
b08aa6b264 Fixed Calendar Event Links, Added mroe logging and alerting 2023-02-15 21:53:50 -05:00
Johnny
eb1f3c7a77 Merge pull request #625 from wrongecho/users
Require CSRF when enabling/disabling users
2023-02-14 19:29:30 -05:00
Johnny
fbe2a65ba8 Merge pull request #624 from wrongecho/software-bug
Bugfix Software/logins on contact details page
2023-02-14 19:27:49 -05:00
Marcus Hill
3cb83d2b41 - Require CSRF validation when disabling/enabling users
- Code tidy
2023-02-14 21:19:19 +00:00
Marcus Hill
a09eb11a1d Add removal notice to user companies access modal 2023-02-14 21:18:28 +00:00
Marcus Hill
bcbcda2c26 Software on contact bugfix
Fix the code that associates login entries with software on the client contact details page
2023-02-14 20:42:46 +00:00
johnnyq
9e0d8020a8 Fixed regression with logging broke edit license as logging required the client_id to be passed 2023-02-14 15:39:38 -05:00
johnnyq
32743e629d Fix issue when updating contact notes via contact details it overwrite every contacts notes more logging and alerting 2023-02-14 14:36:56 -05:00
Johnny
9d545737cb Merge pull request #623 from wrongecho/ticket-reporting
Ticketing - Reporting
2023-02-13 16:47:53 -05:00
Marcus Hill
71b9e6836b Omit check for ticket_closed_at when counting closed tickets as the value may be incorrect. 2023-02-13 14:07:25 +00:00
Marcus Hill
5dafd87c0d Ticketing - Reporting
- Add average time to close (MTTR) into ticket client report
- Fix ticket_closed_at not being updated if tickets were closed as part of a reply/merge
- Fix being able to delete closed tickets
2023-02-13 14:01:58 +00:00
Johnny
0590106710 Merge pull request #622 from wrongecho/post-cleanup
POST input deduplication/'models' + file upload function
2023-02-13 01:20:48 +00:00
Marcus Hill
7bcb2f1c8c POST input deduplication/'models'
- Ongoing deduplication/conversion of post.php to use re-usable 'models' for input
- Also converting file upload checks to use a function instead
2023-02-13 00:02:23 +00:00
Marcus Hill
980260c696 Fix Undefined index roundtrip when checkbox is not ticked by pre-defining value as 0 2023-02-12 23:31:54 +00:00
Marcus Hill
bbfcc48b3d Convert add user/edit user file upload to use function 2023-02-12 23:09:28 +00:00
wrongecho
82b0ea85d9 Update README.md
Change image to gif to show tech dashboard
2023-02-12 18:37:37 +00:00