Commit Graph

5067 Commits

Author SHA1 Message Date
chanda chewe
4d563da860 Added single missing quotes to currecies 2023-08-24 21:32:04 +02:00
chanda chewe
3b63290911 Added single missing quotes to currecies 2023-08-24 21:26:33 +02:00
chanda chewe
d931205798 Added single missing quotes to currecies 2023-08-24 21:24:49 +02:00
chanda chewe
2c807f433c Added single missing quotes to currecies 2023-08-24 21:22:14 +02:00
chanda chewe
37ad8cfd7f Added single missing quotes to currecies 2023-08-24 21:18:21 +02:00
chanda chewe
a70f20ff20 Added single missing quotes to currecies 2023-08-24 21:14:20 +02:00
johnnyq
6325301a00 Remove Licene Actions from Contact details this should be modified in licneses also removed the Login link with the asset as this can cause dupelicate assets if more than 1 password is assigned to an asset. This is due to 1 to 1 relation and really needs to be many to many relationship 2023-08-24 14:44:50 -04:00
johnnyq
01164e5415 Fixed Duplicating Licenes issue under client contact details page. This was becuase it was linking logins with licenses so if you had 5 logins for the license it would dupe 5 times. I need to change this code to be many to many relation in future. 2023-08-24 14:33:18 -04:00
johnnyq
597b7575d6 Reworked mail settings to include all mail related thing to be in one spot and easy to understand Also updated test email to test email from each email from address configured 2023-08-24 13:23:03 -04:00
chanda chewe
19e355f1a1 Added Missing Currencies 2023-08-24 10:52:20 +02:00
chanda chewe
2c3ac9d554 Added Missing Currencies 2023-08-24 10:03:44 +02:00
chanda chewe
c79c19bf8d Added Missing Currencies 2023-08-24 09:57:31 +02:00
chanda chewe
549fe8cc05 Added Missing Currencies 2023-08-24 09:37:00 +02:00
chanda chewe
44d84d2273 Added Missing Currencies 2023-08-24 09:25:49 +02:00
chanda chewe
f2a5963d84 Added Missing Currencies 2023-08-24 09:24:46 +02:00
chanda chewe
606307d255 Added Missing Currencies 2023-08-24 09:23:39 +02:00
johnnyq
0377eeb94e Add some padding between search and folders on phones in Client files and documents 2023-08-23 18:17:53 -04:00
johnnyq
12bbfd1db1 Add select2 Class on folder 2023-08-23 18:12:59 -04:00
johnnyq
f88f04edd8 Feature: Added Folder support for files 2023-08-23 18:02:51 -04:00
johnnyq
d200575aec Updated info to include only max 20 files can be uploaded at once 2023-08-23 16:52:57 -04:00
johnnyq
03e6e31f8c Also added 500MB Limit 2023-08-23 16:51:10 -04:00
johnnyq
1083ac88d9 Create some javascript that limits the amount of files to 20 that can be uploaded at once. 2023-08-23 16:48:42 -04:00
johnnyq
811f253470 DB Dump, store file hash in the db 2023-08-23 16:27:59 -04:00
johnnyq
a95b32a57e Upon upload the file contents are not hashed in Sha256 and used for the reference file in the DB 2023-08-23 16:10:15 -04:00
johnnyq
2633477575 Added Commented code to has the file contents itself instead of the name 2023-08-23 16:04:42 -04:00
johnnyq
4ec7c686c3 Updated the checkFileUpload fucntion to use SHA256 instead of MD5 for file reference and check file ext before checking size, also adding some error returns 2023-08-23 15:59:10 -04:00
johnnyq
30a6b3dadf Added a hint about selecting multiple files for upload 2023-08-23 15:50:51 -04:00
johnnyq
0897217357 Major UI / UX enhancements to Client Files. Files are now searchable can select between thumbnail and list view, pagination enabled, file renaming capabilities 2023-08-23 15:43:47 -04:00
johnnyq
037ae820a1 Removed old files upload code 2023-08-23 13:25:22 -04:00
johnnyq
44c4beba1e Feature: You can now upload multiple files at a time in the client files section 2023-08-23 13:24:05 -04:00
johnnyq
8f9753489f Updated contact extention ui 2023-08-23 10:41:14 -04:00
johnnyq
8fdc93ebde Show contact extention in the listing 2023-08-23 10:37:04 -04:00
johnnyq
1cf015c0b7 Use correct icon for mail queue 2023-08-22 18:36:56 -04:00
johnnyq
8402ca99ae Use correct icon for audit logs 2023-08-22 18:34:13 -04:00
johnnyq
c43b22ddd5 Fix initial DB Structure was causing new installs to direct to a non existent page dashboard.php 2023-08-22 18:19:15 -04:00
johnnyq
94e56f6d68 fixed an old unused var in client_locations which was allowing someone to delete a primary location which shouldnt be allowed 2023-08-22 15:48:55 -04:00
johnnyq
715938f367 Update login cred share guest sharing look 2023-08-22 14:19:28 -04:00
johnnyq
e5fea3ab9b Further cleanup of the guest sharing page 2023-08-22 13:55:42 -04:00
johnnyq
b361b3a384 Updated Guest sharing removed irrelevant info such as warnings about this will expire and notes as this will be sent in the pre email message, Removed App name and sharing from the top. Formatted the Style into a card, Added Company Info at the footer 2023-08-22 13:41:04 -04:00
johnnyq
c49ac5eb80 oops fix, added company name to guest share 2023-08-22 13:22:56 -04:00
johnnyq
42e23b6f08 Fix issue with editing client if accounting module was disabled due to the handling of client currency 2023-08-22 12:45:52 -04:00
johnnyq
6231d7b43c Fix logic to always show tech dashboard if accountiong module is disabled 2023-08-22 10:57:21 -04:00
johnnyq
9a7bea6ef9 Fix logic for showing billing column under client Management User role is admin or accountant and Module Accounting / billing is enabled 2023-08-22 10:50:40 -04:00
johnnyq
e31a0269b3 Make Client visible note optional in sharing 2023-08-22 10:15:01 -04:00
johnnyq
7c1cb0f617 Updated Sharing to include Unlimited Time and the option to use 0 for unlimited views 2023-08-22 09:57:57 -04:00
johnnyq
3f9c7fe220 Fixed empty var Last_login 2023-08-21 18:49:42 -04:00
johnnyq
8ef806ed1c Fix php error in users listing while fetching the last log it would return error if empty 2023-08-21 18:39:41 -04:00
johnnyq
9368a3b58d Fix user agent var is guest view 2023-08-21 18:20:27 -04:00
johnnyq
583fe9807d Updated placeholders for SMTP user and pass to inform users to leave blank if no auth is required 2023-08-21 12:25:10 -04:00
johnnyq
2fa442028a Updated sendSingleEmail function to allow for authless email sending 2023-08-21 10:44:54 -04:00