Commit Graph

1220 Commits

Author SHA1 Message Date
johnnyq
2b639ecb65 oops deleted DB accidentally 2022-02-22 01:50:11 -05:00
johnnyq
581936267f DB Structure Update rename contact_department to contact_department_id, added Department to contacts view 2022-02-22 01:48:05 -05:00
johnnyq
71b7f60aeb Reworked Admin Settings Menu, moved items to their own side nav and removed settings from the main side nav and moved it to the user drop down on the top nav 2022-02-22 01:26:15 -05:00
johnnyq
057e3a6cbd Got ride of the side nav logic as this is not needed now as we modularized the includes 2022-02-22 00:37:58 -05:00
johnnyq
1829c7299e Made the php includes much more modular and simpler by lumping them all in 1 file inc_all.php instead of all over the place 2022-02-22 00:29:39 -05:00
johnnyq
7af0c11720 Updated Email template footers to include department and Email for Ticket replies, Invoices, Payment Receipts, Quotes, etc 2022-02-21 23:42:58 -05:00
johnnyq
06e76f529d Sort Dismissed Notification Descending Timestamp 2022-02-21 22:33:37 -05:00
johnnyq
54dc4d4523 Do not show Invoice or Quote Note under guest view if blank 2022-02-21 22:24:41 -05:00
johnnyq
70c5e22fa1 Update Guest View quote to include the new notification system 2022-02-21 22:20:20 -05:00
johnnyq
8376b5c6a2 added client to dismissed notifications 2022-02-21 22:16:40 -05:00
johnnyq
2e55aceda1 More Join workings 2022-02-21 22:02:44 -05:00
johnnyq
29422b9d52 Added Client name to logs along with a link to the client logs page 2022-02-21 21:56:16 -05:00
johnnyq
b4114fdad3 DB Structure Update - Added notification_client_id to notifications to link notification to clients to further use in client overview, added asset warranty expiration notification fixed a few DB queries to use join instead of = 2022-02-21 21:42:59 -05:00
johnnyq
583e0fa307 Opps removed some test theming 2022-02-21 21:24:58 -05:00
johnnyq
315bfd55d7 Added notification_dismissed_by 2022-02-21 21:23:32 -05:00
johnnyq
05e7b160b1 DB Structure Update table name alerts is now notifications also update the fields accordingly to the notifications table - Reworked Notifications a bit 2022-02-21 21:21:13 -05:00
johnnyq
fab9bcfa23 Move Global search to side nav 2022-02-21 20:08:09 -05:00
johnnyq
119df88f61 Merge branch 'master' of github.com:johnnyq/itflow 2022-02-21 19:12:33 -05:00
johnnyq
dc68eda592 Fixed Guest Accept or Decline Quote through guest URL, add correct bage color for Accepted quotes 2022-02-21 19:12:17 -05:00
Johnny
cd94079a3b Merge pull request #369 from wrongecho/services
Allow service notes to use multiple lines
2022-02-21 18:26:16 -05:00
Marcus Hill
957bb5308f Use div styling instead for service note line breaks 2022-02-21 21:37:39 +00:00
Marcus Hill
d5c142c86f Revert services to strip_tags 2022-02-21 20:51:19 +00:00
Johnny
65b1e2fcb5 Merge pull request #368 from wrongecho/asset-modal
Show OS if asset is a switch/router/fw
2022-02-21 10:24:53 -05:00
johnnyq
e6167ffaa3 Merged table Document and Document Template and just added a new field to differentiate, can save a document as a template now more to come, also added folder selection not quite ready yet 2022-02-20 17:02:48 -05:00
Marcus Hill
633eeb1296 Allow service notes to use multiple lines 2022-02-20 20:42:48 +00:00
Marcus Hill
e096650fa0 Show OS if asset is a switch/router/fw 2022-02-20 19:52:00 +00:00
Johnny
bb5abba882 Merge pull request #367 from wrongecho/sharing
Share links for files & logins
2022-02-20 14:12:53 -05:00
johnnyq
242c5a179c Merge branch 'master' of github.com:johnnyq/itflow 2022-02-20 13:35:55 -05:00
johnnyq
3038fb0672 Fix User Role on setup 2022-02-20 13:35:34 -05:00
wrongecho
085e8e3d08 Merge pull request #365 from wrongecho/master
Merge documentation
2022-02-20 17:22:22 +00:00
Marcus Hill
36a24f5603 Add file & login sharing functionality & ip/ua view tracking 2022-02-20 17:16:28 +00:00
Marcus Hill
8f529fb659 PHP INTL required for currency (numfmt_create undefined errors) 2022-02-20 09:46:37 +00:00
johnnyq
c0f7c36fe5 Fix contact edit to user contact added_at 2022-02-19 17:21:06 -05:00
Johnny
7a7d165aba Merge pull request #364 from wrongecho/sharing
Add document sharing via link
2022-02-19 16:36:06 -05:00
Marcus Hill
b30e105f85 Revert network_created_at change 2022-02-19 21:33:31 +00:00
johnnyq
06cde1a119 Cleaned up the new JS edit Modal sperating Javascript vars with camelCase and php var with seperate_words 2022-02-19 16:17:07 -05:00
johnnyq
0d2b2bb5fd Added Contact name to assigned asset under asset licneses in Software, move javascript for the new edit network modal from top to the bottom 2022-02-19 15:54:08 -05:00
Marcus Hill
7a13456506 Add database structure for links 2022-02-19 20:09:52 +00:00
Marcus Hill
53ac312c02 Small typo 2022-02-19 20:06:02 +00:00
Marcus Hill
6f6f5a0217 Add document sharing via link #315 2022-02-19 20:02:14 +00:00
johnnyq
b850d913a0 Fixed Balanced and total amount paid in client listing 2022-02-19 00:14:52 -05:00
johnnyq
acf74b13bc Update DB 2022-02-18 18:03:41 -05:00
Johnny
af4e09f534 Merge pull request #363 from wrongecho/services-certs
Add functionality to link certificates to services
2022-02-18 18:00:18 -05:00
johnnyq
e00d4f693f Finished Adding Assigning Licenses to Device or Users under software 2022-02-18 17:58:11 -05:00
johnnyq
2fe1100128 Fixed Titles on Quotes and Invoices Settings 2022-02-18 15:29:35 -05:00
johnnyq
f95a228141 Updated DB Structure, Added Seperate From Name and From Email to Invoices / Quotes and Tickets, seperated Quote and Invoice to their own settings pane 2022-02-18 15:26:16 -05:00
johnnyq
16968e0b97 Added Locale option for company, this works in conjunction with the way the currency is displayed 2022-02-18 11:14:14 -05:00
Marcus Hill
6b98035812 Typo 2022-02-18 08:36:52 +00:00
Marcus Hill
ccb4aa3c22 Add functionality to link certificates to services 2022-02-18 08:35:32 +00:00
johnnyq
af465607d3 Started work on departments 2022-02-18 01:31:56 -05:00