Commit Graph

5057 Commits

Author SHA1 Message Date
johnnyq
e04a198783 Fix Hide passwords on software and otp on login Fixes #292 2022-01-17 11:14:22 -05:00
johnnyq
80084bef15 replicated the new product autocomplete function to invoice as well as recurring invoice 2022-01-16 15:43:23 -05:00
johnnyq
0d306e961e Changed product cost to product price as it makes more sense, some cleanup on the new product auto complete feature, added JQueryUI as a local asset instead of a remote asset 2022-01-16 15:29:52 -05:00
Johnny
07223dc2c2 Merge pull request #291 from wrongecho/quote
Quote update - Add autocomplete functionality
2022-01-16 14:39:35 -05:00
Marcus Hill
b73dc8c508 Typos 2022-01-16 19:21:16 +00:00
Marcus Hill
b30f15c409 Add autocomplete functionality - populate quote item details from existing products #42 2022-01-16 19:15:13 +00:00
johnnyq
0231cebeea Fix share_data var 2022-01-16 13:47:15 -05:00
johnnyq
16931004ec Simplified Telemetry Opt in and fixed Telemetry URL 2022-01-16 13:36:05 -05:00
johnnyq
c789038d53 add proper linkage for telemetry 2022-01-16 12:43:16 -05:00
Marcus Hill
ca15e96fda Add currency to form 2022-01-16 17:11:56 +00:00
Marcus Hill
3d78b1bf7e Comment undefined variable 2022-01-16 17:01:49 +00:00
Johnny
778245ccec Merge pull request #290 from wrongecho/extension
Extension updates
2022-01-15 22:39:40 -05:00
johnnyq
e15d40be22 Removed Telemetry test 2022-01-15 22:38:46 -05:00
johnnyq
5fdf956eb4 Added Basic Opt In Telemetry during install to help determine the number of installs and what country of origin are using the application along with any comments 2022-01-15 22:37:46 -05:00
Marcus Hill
2dbf36bd50 Add IP / UA logging 2022-01-15 23:43:29 +00:00
Marcus Hill
6e605a276e Logging/extension related 2022-01-15 23:39:30 +00:00
Marcus Hill
24b5ffa09c Rem debugging 2022-01-15 23:19:09 +00:00
Marcus Hill
c69fb5a7db Add ability to turn on extension access (cookie) 2022-01-15 23:16:17 +00:00
Marcus Hill
9c0cd254ad Fix user role display 2022-01-15 22:26:02 +00:00
Marcus Hill
c8c26562f5 Adjust cookie setting to samesite none for encryption session key 2022-01-15 22:25:49 +00:00
Marcus Hill
4ab28019c5 Add logic for checking/getting extension key/php session id 2022-01-15 21:35:59 +00:00
Marcus Hill
20a903324e Support for storing session ID in db 2022-01-15 21:27:36 +00:00
Marcus Hill
2b3a7171b3 Session management 2022-01-15 21:26:22 +00:00
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