Commit Graph

5184 Commits

Author SHA1 Message Date
Marcus Hill
272bf52d62 Note re https 2022-01-15 21:17:31 +00:00
Marcus Hill
cee1faf082 Add extension key cookie to login. Add support for storing the php session id in DB so we can access it (without passing the session ID over a cross-domain query). 2022-01-15 20:54:56 +00:00
Marcus Hill
53c312e311 Add database column 2022-01-15 19:54:37 +00:00
Johnny
55dafd42a8 Merge pull request #278 from wrongecho/firefox-ext
Commenting for now
2022-01-15 12:08:29 -05:00
Marcus Hill
be8a18acc6 Fix http origin 2022-01-15 16:07:22 +00:00
Marcus Hill
083c322c9b Commenting for now 2022-01-15 00:35:02 +00:00
johnnyq
7b6598a63a Updated the old default_currency code VAR to the new session company currency code VAR this was causig currency codes to be empty in many areas 2022-01-14 15:24:47 -05:00
johnnyq
f8e9c2ee5d replicated currency symbol across email communication, updated currency code to reflect the current invoice and or quote's currency code instead of the clients currency code 2022-01-14 14:58:27 -05:00
Johnny
e1e6f6e580 Merge pull request #277 from wrongecho/search
Global search
2022-01-14 13:44:01 -05:00
Johnny
7d277767fe Merge pull request #276 from wrongecho/email-currency
Email currency
2022-01-14 13:43:26 -05:00
Marcus Hill
c5b11aebe5 Tidy 2022-01-14 17:54:05 +00:00
Marcus Hill
c3a3ab8410 Use global search for site search 2022-01-14 17:53:26 +00:00
Marcus Hill
a65f6d3f7f Search on login username too 2022-01-14 17:53:14 +00:00
Marcus Hill
227cf0591a Add basic ticket search - would need further work to search by a ticket ID with a prefix. Possibly encourage a default prefix so we can filter that out? 2022-01-14 17:42:24 +00:00
Marcus Hill
6c673571d2 Hyperlink names 2022-01-14 17:22:53 +00:00
Marcus Hill
6d20a518b7 Add client currency to invoice email 2022-01-14 16:33:09 +00:00
Marcus Hill
7823c02bf3 Add client currency to quote email 2022-01-14 16:29:41 +00:00
Marcus Hill
62d32bbb12 Comments 2022-01-14 16:07:10 +00:00
Marcus Hill
26a681f8c0 Add password show/hide 2022-01-14 16:02:57 +00:00
johnnyq
7b6b597de4 used header tag for client name to standout 2022-01-14 00:41:51 -05:00
johnnyq
3d548f8e0f Swapped out uppercase for some Bolding under ticket details 2022-01-13 20:57:19 -05:00
Johnny
c5016bdf7e Merge pull request #274 from wrongecho/credentials
get_credentials.php
2022-01-13 18:51:10 -05:00
Marcus Hill
75ee2e643d Initial add 2022-01-13 23:15:02 +00:00
johnnyq
9eed217789 Opps forgot to add event description to client events Fixes #273 2022-01-13 17:55:36 -05:00
johnnyq
72fbebd77a Client Tickets display Contact Email below Contact name, removed email column reworked the display handler on the main tickets listing page as well 2022-01-13 16:13:33 -05:00
johnnyq
7de91d96f4 Client Tickets display Contact Email below Contact name, removed email column reworked the display handler 2022-01-13 16:08:15 -05:00
johnnyq
8b90286bad Finished adding event description 2022-01-13 15:52:58 -05:00
johnnyq
d02a121dfa Updated New Client form with location phone number, renamed address tab to location, moved website from contact tab to Details tab, along with other UI cleanup 2022-01-13 15:47:13 -05:00
johnnyq
29828f8653 Added client Tag Display under Client in Ticket Details 2022-01-13 15:20:49 -05:00
johnnyq
03e8c5148c Removed unused user_name VARs from ticket details 2022-01-13 15:15:49 -05:00
johnnyq
b843f530d9 Fixed ticket details assigned to and closed by, do not show closed by if not closed, do not show time worked if no time was worked, added primary location Phone number under client if exists and other minor cleanups 2022-01-13 15:13:08 -05:00
johnnyq
48dbb3ec4c More Define canned date if not set. Prevents undefined errors Same as a48e302 2022-01-13 14:07:51 -05:00
johnnyq
3a18c0a0e7 Updated DB Structure to include event_description 2022-01-12 19:49:22 -05:00
Johnny
6a7b709a49 Merge pull request #270 from wrongecho/ticketing
Ticketing updates
2022-01-12 19:44:52 -05:00
Johnny
c30260abe9 Merge pull request #271 from wrongecho/payments
Payments
2022-01-12 19:42:58 -05:00
Johnny
2bee1d3869 Merge pull request #272 from wrongecho/global-search
Global search
2022-01-12 19:40:59 -05:00
johnnyq
37e97e14ef Added event description will add the rest tmrw, some other minor cleanups 2022-01-12 19:07:27 -05:00
Marcus Hill
746c7baf7b Fix login decryption, fix client listing (ish) 2022-01-12 23:07:28 +00:00
Marcus Hill
c19983d985 Define canned date if not set. Prevents undefined errors 2022-01-12 20:16:09 +00:00
Marcus Hill
7732264922 Remove edit/merge/delete options when a ticket is closed 2022-01-12 19:10:40 +00:00
Marcus Hill
4897c46cd5 Add merge ticket functionality 2022-01-12 19:01:17 +00:00
Marcus Hill
e45202d133 Redirect user to tickets main page post deletion, rather than to a random ticket. 2022-01-12 15:37:33 +00:00
Marcus Hill
e5f2740786 Fixed ticket delete button so it deletes the ticket, not the client 2022-01-12 15:36:55 +00:00
johnnyq
d272214c2d Merge branch 'master' of github.com:johnnyq/itflow 2022-01-11 17:30:34 -05:00
Johnny
ce202aab8d Merge pull request #267 from aftechro/ticket.php
Ticket.php
2022-01-11 17:30:24 -05:00
johnnyq
b4e93a52c0 Merge branch 'master' of github.com:johnnyq/itflow 2022-01-11 17:15:59 -05:00
Johnny
c555e5a27b Merge pull request #265 from wrongecho/264_encryption-changes
Encryption changes
2022-01-11 17:14:40 -05:00
Marcus Hill
2a4d42de09 Encryption changes 2022-01-11 20:42:46 +00:00
Marcus Hill
0382dbbfb2 Small change re https 2022-01-11 20:14:29 +00:00
Marcus Hill
2742410e4b http/https encryption cookie 2022-01-11 19:44:21 +00:00