Commit Graph

6319 Commits

Author SHA1 Message Date
Johnny
84803c3c6f Merge pull request #399 from wrongecho/ip-addr
Default get_ip to REMOTE_ADDR
2022-03-20 10:28:16 -04:00
Marcus Hill
e09ea58bd4 Default get_ip to REMOTE_ADDR, option to set it to 2022-03-20 07:51:42 +00:00
Johnny
7be4685ea4 Merge pull request #398 from wrongecho/portal
Client portal initial - add functionality to post ticket replies
2022-03-19 16:47:22 -04:00
Marcus Hill
76cad07566 Client portal initial - add functionality to post ticket replies 2022-03-19 19:10:36 +00:00
johnnyq
e391027a46 Merge fix part 2 2022-03-14 20:56:32 -04:00
johnnyq
d38f20c8ba Fix client_overview conflict 2022-03-14 20:47:51 -04:00
johnnyq
8537bc7b98 Modifications to client overview 2022-03-14 20:33:26 -04:00
Johnny
7b816e0879 Merge pull request #393 from wrongecho/domains
Domain fetch A records
2022-03-14 19:46:59 -04:00
Johnny
c6fb3466cf Merge pull request #394 from wrongecho/client-overview
Client overview
2022-03-14 19:46:51 -04:00
Johnny
60e3eb901c Merge pull request #396 from wrongecho/portal
Add basic portal functionality
2022-03-14 19:46:07 -04:00
Marcus Hill
1d84fade63 Add basic portal functionality 2022-03-13 18:35:29 +00:00
Marcus Hill
8bea883fa6 Change note outline to primary 2022-03-13 11:29:21 +00:00
Marcus Hill
bdef68ddf5 Add notes to client overview 2022-03-13 11:27:23 +00:00
Marcus Hill
81e67f4ed3 Comment client_name as not returned in sql query. Comment client_id as we already have it 2022-03-13 10:54:55 +00:00
Marcus Hill
3a6b893f4f Attempt to parse the expiry date for .com/.org/.net domains - hacky 2022-03-13 10:28:17 +00:00
Marcus Hill
ead895aad5 Fetch A record details for domain when added 2022-03-13 09:32:08 +00:00
Marcus Hill
438e7ac838 Add database field for A record, correct other DNS record fields 2022-03-13 09:31:28 +00:00
johnnyq
5b274b09e6 Clicking client links take you to client overview by default 2022-03-12 13:38:30 -05:00
johnnyq
d2d574f97e More work on Client Overview added Domains Expiring, Asset Warranty Expiring, Stale Tickets 2022-03-12 13:36:30 -05:00
johnnyq
5f883b608b Initial work has begun on Client Overview 2022-03-12 12:05:27 -05:00
johnnyq
928af1d90d Added Ticket to Invoice functionality Thanks @aftechro 2022-03-11 20:24:03 -05:00
johnnyq
c0345d10ea Remove cache files 2022-03-10 13:42:15 -05:00
johnnyq
5f15ff0792 Reverting Pop overs on ticket subjects as the ticket details are not compatile with the inline text. This may be corrected when we finish the javascript handler but will explore pop overs in the future they are pretty neat Thanks @aftechro 2022-03-10 11:03:36 -05:00
Johnny
f405aaafc3 Merge pull request #392 from aftechro/patch-5
Update tickets.php
2022-03-10 10:47:12 -05:00
AFTECH.RO
5064532a92 Update tickets.php
Ticket subject to shown as popover, for faster assignment :d
2022-03-08 23:19:57 +00:00
Johnny
1e7f7a3cc6 Merge pull request #391 from wrongecho/domains
Domains
2022-03-08 10:23:20 -05:00
Johnny
937f8bea00 Merge pull request #390 from wrongecho/mesh
MeshCentral integration - Fix typo
2022-03-08 10:21:23 -05:00
Marcus Hill
fb9a169f11 Fix icon 2022-03-07 22:35:10 +00:00
Marcus Hill
b412384d24 Database update to store NS, MX and WHOIS raw data 2022-03-07 22:32:44 +00:00
Marcus Hill
e1a419ea11 Refactor domains modals so they are dyanmically populated. Implement basic NS, MX and WHOIS scraping for domains on add/edit 2022-03-07 22:31:19 +00:00
Marcus Hill
89dcac8ef4 Fix typo 2022-03-07 20:16:02 +00:00
johnnyq
8839ee1f73 UI Backup 2022-03-05 15:20:01 -05:00
johnnyq
1687fc61c8 Added autocomplete=new-password to more password fields to prevent browser from asking to save passwords 2022-03-05 15:04:49 -05:00
johnnyq
d1ee7ce5aa You can now search by phone numbers with dashes or () before it requied you to only type in the numbers only 2022-03-05 14:41:52 -05:00
johnnyq
d7fd8cc736 Fix invoice to recurring sent to wrong destination 2022-03-04 14:38:53 -05:00
johnnyq
d4a63c14c3 DB Updated removed history_date from history table as this is redundant with history_created_at 2022-03-04 00:41:34 -05:00
johnnyq
165bd572a9 DB Update added contact_id to files, documents and logins Added Related Items Modal to Client Contacts still more work to do 2022-03-04 00:24:58 -05:00
johnnyq
ecb628cad8 Fix Add Software 2022-03-03 23:28:16 -05:00
Johnny
b58c5998c9 Merge pull request #389 from wrongecho/htmlpurifier
Fix HTML Purifier removing images
2022-03-02 17:08:41 -05:00
wrongecho
5b9e5d0e3a Add php-mysqli to install instructions 2022-03-02 21:41:03 +00:00
Marcus Hill
bf909a71f8 Fix HTML Purifier removing images 2022-03-02 20:23:19 +00:00
johnnyq
dec7f9be67 When Deleting software delete the relations asset licneses and user licneses. Fix post issue on adding software with defined asset or user licenses 2022-03-02 12:13:54 -05:00
johnnyq
5e9bea6551 started work on client Related Item Queries currently commented out, allow to search phone numbers under contacts with - and () 2022-03-02 11:02:55 -05:00
johnnyq
f102c19692 DB Update Added Null Default to new meshcentral vars so it doesnt break when adding records, Added Service History #384 Thank you @aftechro for the idea. This has been added to asset list and ticket details and some UI updates to ticket details as well 2022-02-27 16:55:57 -05:00
Johnny
5063bdb854 Merge pull request #387 from wrongecho/ticket
Ticket layout
2022-02-27 12:44:13 -05:00
Marcus Hill
ea7f11f35f Show 'none' for assets where warranty isn't set 2022-02-27 17:40:11 +00:00
Johnny
f3a5322973 Merge pull request #386 from wrongecho/api
Add create asset functionality to API
2022-02-27 12:33:15 -05:00
Johnny
7a47f48935 Merge pull request #383 from wrongecho/meshcentral
Add functionality to pull/sync assets & info from MeshCentral
2022-02-27 12:33:05 -05:00
Marcus Hill
e481accb79 Move details above asset, fix asset merging into other cards 2022-02-27 17:08:55 +00:00
Marcus Hill
4b077cf6e0 Add create asset functionality to API 2022-02-27 16:09:21 +00:00