Commit Graph

2287 Commits

Author SHA1 Message Date
Marcus Hill 87a1373b6d Tidy formatting 2023-02-26 15:13:20 +00:00
Marcus Hill 4b02247a6f Use require_once instead 2023-02-26 15:09:42 +00:00
Marcus Hill 4a500324f2 Default asset and contact IDs to 0 if blank 2023-02-26 15:08:35 +00:00
Marcus Hill ddb67779d6 Add bulk delete option for scheduled tickets 2023-02-26 15:00:54 +00:00
wrongecho 31d5ae7b75
Merge pull request #633 from wrongecho/fix-parse-error
Fix post.php parse error due to new sanitizeinput function
2023-02-26 11:57:36 +00:00
Marcus Hill 455ede6f8a Fix parse error due to new sanitizeinput function 2023-02-26 11:49:57 +00:00
johnnyq 4dcb2575bd Finished conv to santizeInput() 2023-02-26 00:05:11 -05:00
johnnyq 247c2b3a88 Added Primary IP to the Assets view 2023-02-25 21:29:23 -05:00
johnnyq 3e255fb8ae Feature: You can now select/deselect entities for client Data PDF Export Closes #178 2023-02-25 21:00:51 -05:00
Johnny 7d24a7a1a4
Merge pull request #632 from wrongecho/share-modal
Touch up share modal
2023-02-25 18:54:15 -05:00
Marcus Hill 69063d8d01 Touch up share modal
Touching up the share modal.
This is in preparation to allow a field for a contact (dropdown) / email address input, so that the shared link can be quickly emailed to a client
2023-02-25 22:53:14 +00:00
Johnny 27df42f851
Merge pull request #630 from wrongecho/company-edit-photo
Add input item to allow changing company photo/image
2023-02-25 17:41:54 -05:00
Marcus Hill bd93e0af77 Add input item to allow changing company photo/image 2023-02-25 21:45:09 +00:00
johnnyq 9e813be823 remove some notification_timestamps as this is replaced with on Update current timestamp in SQL 2023-02-25 15:43:08 -05:00
johnnyq e0b7a95c49 one more place for client tags 2023-02-25 15:31:13 -05:00
johnnyq a21ede9a14 opps forgot to commit the clients.php changes 2023-02-25 15:28:53 -05:00
johnnyq 75b14b4f6f Update to change the client tag to singular as it references one record the table name should remain plural 2023-02-25 15:27:23 -05:00
johnnyq 11501d8e0b Set Sleep from 2 secs to 1 sec after updates Initially this was to fix database update not showing up after update. The Time limit of 2 secs seemed to fix the issue but we will try 1 sec 2023-02-25 15:08:35 -05:00
Johnny 23dd49eabf
Merge pull request #629 from wrongecho/searchable-tags
Allow searching main client list by tag
2023-02-25 14:36:47 -05:00
Marcus Hill 3924e67dd1 Rename field as part of adding tag search 2023-02-25 19:24:48 +00:00
johnnyq b1a8ba0545 Fix Category page from breaking when no categories are present 2023-02-25 14:23:27 -05:00
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