Commit Graph

5678 Commits

Author SHA1 Message Date
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
Marcus Hill
a7c1d06cfe Typo 2022-02-26 22:06:06 +00:00
Marcus Hill
8fcb854e91 Storing the secret in plaintext so we can use it during cron eventually 2022-02-26 21:59:01 +00:00
Marcus Hill
534a192981 Rename 2022-02-26 21:55:23 +00:00
Marcus Hill
e4dc22a0ce Add functionality to pull/sync assets & info from MeshCentral 2022-02-26 21:51:37 +00:00
Johnny
90f62cecaa Merge pull request #382 from wrongecho/fixes
README edits
2022-02-26 11:31:39 -05:00
johnnyq
7deea2ecac Fixed an = oops 2022-02-26 11:25:27 -05:00
johnnyq
e16c5fe8ba DB Update Fix Mobile Contact Null 2022-02-26 11:20:18 -05:00
johnnyq
79afb05298 Merge branch 'master' of github.com:johnnyq/itflow 2022-02-26 11:16:57 -05:00
johnnyq
112efbc314 DB Update tip_user_id added to the trips tables. Updated Trips to include the driver. WIP limit users to the session_company 2022-02-26 11:16:33 -05:00
Marcus Hill
c847dd65cc Summarise/consolidate README main points - we have the docs for documentation now 2022-02-26 16:14:24 +00:00
Johnny
6b69c6a41d Merge pull request #378 from aftechro/patch-4
Update ticket.php
2022-02-26 11:14:17 -05:00
Johnny
6f7ad08ce2 Merge pull request #379 from wrongecho/ajax
Move ajax logic to ajax.php
2022-02-26 11:13:44 -05:00
Johnny
77a871e6aa Merge pull request #380 from wrongecho/fixes
General fixes
2022-02-26 11:13:34 -05:00
Johnny
d19aac29c1 Merge pull request #381 from wrongecho/api
Show API key section in new admin side navbar
2022-02-26 11:13:24 -05:00
Marcus Hill
839804c592 Show API key section in new admin side navbar 2022-02-26 12:50:44 +00:00
Marcus Hill
d7855c2a53 General readability edits - Move text around, remove references to API as this will be in docs instead 2022-02-26 12:15:59 +00:00
Marcus Hill
9040cf59af Update price placeholder to use $quote_currency_code 2022-02-26 11:28:42 +00:00
Marcus Hill
c2d91096f7 Only show primary contact note for primary contacts 2022-02-26 11:27:17 +00:00
Marcus Hill
80d5f33253 Update price placeholder to use $invoice_currency_code 2022-02-26 11:22:27 +00:00
Marcus Hill
3f65bc5993 Text 2022-02-26 11:18:33 +00:00
Marcus Hill
0fac1f3039 Move ajax logic to ajax.php 2022-02-26 11:16:53 +00:00
AFTECH.RO
55f8ba652a Update ticket.php
- Display IP on Asset section so would be handy for the technician when troubleshooting
- Implement Asset warranty so the technician can take better decision regarding the asset fixing option (parts replacement under manufacturer warranty or in house parts replacement)
2022-02-26 02:08:38 +00:00
Johnny
3bd79635ec Merge pull request #376 from wrongecho/cert-parse
SSL Parse - escape issued_by
2022-02-24 15:42:58 -05:00
Johnny
f416d25fc7 Merge pull request #375 from wrongecho/backups
Add automatic database backup functionality
2022-02-24 15:42:48 -05:00
Johnny
c8afa7fa2e Merge pull request #374 from wrongecho/tickets
Ticketing updates
2022-02-24 15:42:29 -05:00
Marcus Hill
9837549fac Escape certificate issuer when parsed from public key, values like [Let's Encrypt] break it otherwise 2022-02-24 20:27:03 +00:00
Marcus Hill
ed9d62b393 Spacing 2022-02-24 19:17:44 +00:00
Marcus Hill
b3acfba28d Add automatic database backup functionality 2022-02-24 19:13:45 +00:00
Marcus Hill
797cd23c78 Comment invoice button as it does nothing right now 2022-02-24 18:32:07 +00:00
Marcus Hill
a335f3be99 Ticketing updates 2022-02-24 17:57:41 +00:00
Johnny
2b3dad9082 Merge pull request #373 from wrongecho/certs
Certificate update
2022-02-24 12:39:10 -05:00
Marcus Hill
ee2d9e1b08 Dynamically load certificate edit modal with ajax, fix certificate details fetch error 2022-02-24 16:03:00 +00:00
johnnyq
3f50449027 Fixed balance due and payment amount on payments under invoice this happened during the Currenty function conversion 2022-02-23 14:55:36 -05:00
Johnny
2fb7c5225c Merge pull request #371 from wrongecho/db
Make contact mobile default NULL
2022-02-22 18:20:23 -05:00
Johnny
4efdfe4cfe Merge pull request #372 from wrongecho/diff
Show diff between current DB structure and the latest DB structure
2022-02-22 18:20:00 -05:00
Marcus Hill
6d66e1f6f5 Show diff between current DB structure and the latest DB structure 2022-02-22 21:57:43 +00:00
Marcus Hill
717ae33449 Make contact mobile default NULL 2022-02-22 21:31:53 +00:00
johnnyq
c71c28f6f7 Added contacts to the global search 2022-02-22 15:44:24 -05:00
johnnyq
95e71f178b Seperated Reports in its own side nav menu to allow more reports 2022-02-22 15:01:13 -05:00
johnnyq
3b615d2f3a UI updates mainly icon swaps etc 2022-02-22 14:41:48 -05:00
johnnyq
a724807782 DB Structure Update - Added Extension to contact on export PDF, finished contact departments 2022-02-22 13:14:17 -05:00