Commit Graph

2776 Commits

Author SHA1 Message Date
johnnyq
977a9d31dd Added Contact types to Invite along with Internal Notes 2023-01-25 16:56:33 -05:00
johnnyq
16d3d4420a Feature: Contact Important Billing and Technical were addded Started migrating checkboxes and radio buttons to custom css to match the selected theme 2023-01-25 16:43:34 -05:00
johnnyq
9a15f0e0b3 Do not always show expiring card if no items are expiring under client overview 2023-01-25 13:33:29 -05:00
johnnyq
037e42fb20 Cleaned up notification SQL format 2023-01-25 13:02:25 -05:00
johnnyq
6c5e92dd3c Only show notifications belonging to the logged in user and system notifications where notification_user_id = 0 2023-01-25 12:59:26 -05:00
johnnyq
da810349f4 Moved the toastr response from the top right to the top center 2023-01-25 12:40:25 -05:00
johnnyq
27d1d2a592 Added Software Licenses, Tickets and notes under contact details as well as fix the contact edit by moving the modal just below the edit button so it does not conflict with other tables that have the contact_id var 2023-01-25 11:16:36 -05:00
johnnyq
1e1933798d Added more telemetry data including if certain options are on or off to get an idea what businesses are using 2023-01-24 21:15:57 -05:00
johnnyq
f670efa16a Added comments and version to Telemetry 2023-01-24 20:24:15 -05:00
johnnyq
3dc1f11a56 Added Basic Telemetry sending 2023-01-24 20:08:37 -05:00
johnnyq
a854baaf61 Added Telemetry settings option 2023-01-24 19:27:58 -05:00
johnnyq
88ca23e5c0 Tidy Spacing 2023-01-24 18:13:07 -05:00
johnnyq
a25d96a481 Updated the edit modal for tickets to reflect the changes made to the create ticket modal 2023-01-24 17:54:13 -05:00
johnnyq
4164e1dad6 Added vendor dropdown selection under ticket creation modal 2023-01-24 17:22:47 -05:00
johnnyq
73ef2ede8b Updated Ticket Creation Modal to make room for upcoming multi selection of contacts, assets and involved vendors 2023-01-24 17:15:18 -05:00
johnnyq
a8379e331d Added Updated Date Time on Ticket Details 2023-01-24 16:35:16 -05:00
johnnyq
bdd8f8823f Added fields to contacts for billing and technical contacts 2023-01-24 16:19:49 -05:00
johnnyq
da2c98a48a Remove instances of unused db field log_entity was causing issues with adding and editing items including contacts 2023-01-24 12:59:51 -05:00
johnnyq
1aa7c7be3a Updated DB Structure Defaults and dropped some unused fields 2023-01-23 21:43:45 -05:00
Johnny
058102bb47 Merge pull request #573 from wrongecho/smell-cleanups
Smell cleanups
2023-01-23 21:42:11 -05:00
Marcus Hill
a340df0df9 More general code cleanup/formatting 2023-01-23 21:37:32 +00:00
Marcus Hill
bd1ac7708c Adjust setting related pages to require inc_all_settings rather than include 2023-01-23 21:31:54 +00:00
Marcus Hill
3a54789c4b More general code cleanup/formatting 2023-01-23 21:29:12 +00:00
Marcus Hill
5d77be3f41 Convert include to require_once 2023-01-23 21:19:11 +00:00
Marcus Hill
ad2390d0ea General tidy/spacing cleanups 2023-01-23 21:09:44 +00:00
Marcus Hill
49da4d7fd4 Add HTML lang element to match main header.php 2023-01-23 20:56:08 +00:00
Marcus Hill
95b9e2fe23 General cleanups, add HTML lang element to match header.php 2023-01-23 20:55:25 +00:00
Johnny
b60b501cef Merge pull request #571 from wrongecho/mail-format-fix
Revert PHP Mailer back to isHTML true
2023-01-23 15:49:13 -05:00
Johnny
2ab601fa59 Merge pull request #569 from itflow-org/wrongecho-readme-v1-date
Update README.md
2023-01-23 15:45:32 -05:00
Marcus Hill
10f12b17f6 Revert php mailer back to isHTML true - the default is text, despite what PHPStorm thinks! 2023-01-23 20:30:38 +00:00
Johnny
52196b7284 Merge pull request #568 from wrongecho/code-tidy
Code tidy
2023-01-23 15:02:12 -05:00
wrongecho
dfb7364a82 Update README.md
Adjust 1.0 release estimate to April/May in line with milestone
2023-01-23 19:34:49 +00:00
wrongecho
4e2b8a86c3 Update functions.php
Tidy spacing
2023-01-23 19:25:00 +00:00
wrongecho
b19c7a6f49 Merge branch 'master' into code-tidy 2023-01-23 19:21:43 +00:00
johnnyq
13edae48dc New Field for notifications so each user can get and dismiss their own notifications instead of them being shared 2023-01-22 20:01:20 -05:00
johnnyq
b3f952b1f8 New Feature: You can now create Software/License Templates 2023-01-21 16:28:48 -05:00
johnnyq
144697ccc0 Hide Full User Agent string from Logs 2023-01-21 14:26:19 -05:00
johnnyq
e9d0a709df Remove Serializer 2023-01-21 14:03:38 -05:00
johnnyq
73490f5448 Fixed broken Guest view of Invoice and Quote due to modification of get Browser and get OS functions 2023-01-21 14:02:54 -05:00
Johnny
7f2a9e04d5 Merge pull request #566 from wrongecho/notifs
Email notification related changes
2023-01-21 13:29:59 -05:00
Marcus Hill
d34c26d176 Tidy 2023-01-21 17:49:10 +00:00
Marcus Hill
35560c579b Remove unnecessary button tag 2023-01-21 17:44:27 +00:00
Marcus Hill
8f18e9ea91 Fix expense reference not showing when copying expense 2023-01-21 17:37:46 +00:00
Marcus Hill
df8ecbd2c4 Remove use of mysqli_error in post.php - it was removed in PHP 7.0 2023-01-21 17:33:09 +00:00
Marcus Hill
a270e3a42c Remove redundant closing PHP tags 2023-01-21 17:30:51 +00:00
Marcus Hill
bae0814827 Remove unnecessary semicolons 2023-01-21 17:29:53 +00:00
Marcus Hill
bdffacca6b Remove unnecessary variables (return the result direct) 2023-01-21 17:29:01 +00:00
Marcus Hill
2c7a704b6b Remove redundant (default) arguments 2023-01-21 17:26:06 +00:00
Marcus Hill
d73b3cb960 Correct typos 2023-01-21 17:22:27 +00:00
Marcus Hill
2c3ebb3bbb Tidy codestyle - spaces between parenthesis and curly braces 2023-01-21 17:09:39 +00:00