johnnyq
|
67f5de1170
|
Fix accidentally zeroed out edit ticket modal
|
2023-07-13 17:09:08 -04:00 |
johnnyq
|
46f7960cd0
|
Fix issue where primary contact is not being automatically selected when creating a new ticket under client this was due to how we changed the way primary contacts are stored in the Database - Also added display of the contact title and if they are primary or technical. Also Sort Primary first then technical under ticket add or edit -- see here https://forum.itflow.org/d/207-tickets-broke-again
|
2023-07-13 15:04:14 -04:00 |
johnnyq
|
8fa7449084
|
Fix Creating Scheduled Tickets under Main Scheduled Tickets - Was assigning the primary contact the old way changed it to the new way
|
2023-07-12 16:32:34 -04:00 |
johnnyq
|
c5eb4bddd2
|
Fix Creating Ticket under Main Ticket - Was assigning the primary contact the old way changed it to the new way
|
2023-07-12 16:21:42 -04:00 |
johnnyq
|
cb20894fc0
|
Fixed Centering footer for Guest viewing invoices and quotes
|
2023-07-11 13:47:13 -04:00 |
johnnyq
|
13ebb6c627
|
Late fees will be applied if enabled as a seperate line item on each over due invoice. The late fees will be applied every 30 days after the initial overdue invoice this is done by running cron.php daily
|
2023-07-11 13:25:37 -04:00 |
johnnyq
|
bb16c4b7b8
|
Feature: Late Fees can now be assessed to unpaid invoices
|
2023-07-11 11:40:53 -04:00 |
johnnyq
|
eb1e792e77
|
Only Show Monthly Recurring based off the year selected and all previous years
|
2023-07-10 16:01:53 -04:00 |
johnnyq
|
bec2156fa2
|
Combine Montly Recurring and Yearly Recurring to together to create a new monthly recurring
|
2023-07-09 12:25:42 -04:00 |
johnnyq
|
1bacabc72b
|
Prevent duplicate sort, order and page GET VARs in the URL when Clicking to Sort a field or Clicking a page number. We now unset the GET VAR arrays before recreating the URL GET Strings
|
2023-07-08 14:40:00 -04:00 |
johnnyq
|
e7572c9e8f
|
Rename vars sb to sort, o to order, p to page. This makes the code easier to understand and brings consistency
|
2023-07-08 12:34:28 -04:00 |
johnnyq
|
8213ef1e24
|
Updated .gitignore added .gitkeep files to HTMLPurifier Cache Directories as git ignore empty folders - fixes https://forum.itflow.org/d/197-actual-answer-to-customer-in-email-is-missing/6
|
2023-07-07 18:57:45 -04:00 |
johnnyq
|
473cf14610
|
Sort logins marked important always first
|
2023-07-07 16:50:22 -04:00 |
johnnyq
|
c916e249bd
|
Fix Viewing Invoices and Quotes from Client Portal in Edge Browser reversed the slashes from backslashes to forward slashes - see https://forum.itflow.org/d/198-customers-unable-to-view-invoices-client-portal-using-edge
|
2023-07-07 16:45:48 -04:00 |
johnnyq
|
9baf64964a
|
Fixed Umlaughts in email subject with the new Mail Queue System
|
2023-07-06 15:25:10 -04:00 |
johnnyq
|
6ea31adb99
|
Removed Old Duplicate code for reply tickets as it was using the queue method and the old method
|
2023-07-06 15:09:52 -04:00 |
Johnny
|
b54a388c15
|
Merge pull request #702 from haymaker/imap-credentials
Feature update: add credentials for IMAP
|
2023-07-06 14:47:51 -04:00 |
Haymaker
|
0633107514
|
update db migration statements - somehow missed in prev commit
|
2023-07-05 22:35:34 -04:00 |
Haymaker
|
aa984b92ef
|
add credentials for imap
|
2023-07-04 18:52:00 -04:00 |
johnnyq
|
448da5f393
|
Moved Ticket Replies to the new Mail Queue
|
2023-07-04 15:00:41 -04:00 |
johnnyq
|
12d1fc5cb8
|
Added HTML Line Breaks after Ticket Reply
|
2023-07-04 13:32:31 -04:00 |
johnnyq
|
379529c6af
|
Fix Regression issue when replying to a ticket via the web app the content doesnt show in the email body see https://forum.itflow.org/d/197-actual-answer-to-customer-in-email-is-missing
|
2023-07-04 13:08:53 -04:00 |
johnnyq
|
7f2f9a3c9e
|
Fix Regression Global Search
|
2023-07-03 21:56:19 -04:00 |
johnnyq
|
9d39ad2628
|
Fix broken calendar events due to the new contact_primary field being moved
|
2023-07-03 20:34:15 -04:00 |
johnnyq
|
9d7d78473f
|
Removed primary_contact and primary_location from the clients table
|
2023-07-03 20:23:29 -04:00 |
johnnyq
|
a5100ea187
|
Update the remaining logic to take advantage of the moved contact_primary and contact_location fields
|
2023-07-03 20:16:39 -04:00 |
johnnyq
|
85c19e36c6
|
Updated client listing logic to work with the new contact_primary and location_primary vars
|
2023-07-03 18:12:26 -04:00 |
johnnyq
|
86ef22dfc9
|
Copy primary_contact and primary_location enties over to thier respecting tables through a DB update
|
2023-07-03 17:59:12 -04:00 |
johnnyq
|
957b5b583c
|
Sort primary location at the top always
|
2023-07-03 17:41:43 -04:00 |
johnnyq
|
567c01ce3f
|
Update logic for adding and editing primary location
|
2023-07-03 17:40:14 -04:00 |
johnnyq
|
18274d532e
|
When Adding new client add contact as important as well, when assigning a new contact as primary contact label them as important updated the logic add and edit logic to include the new field primary contact field under contacts
|
2023-07-03 17:31:37 -04:00 |
johnnyq
|
70a080a24e
|
Always Sort primary contact at the top and Important Contacts under the primary contact following normal contacts
|
2023-07-03 16:50:52 -04:00 |
johnnyq
|
b12e3677bd
|
DB Structure Update This is the beginnings to move primary_contact and primary_location fields out of the clients table and into their respectable table. Created the fields in contacts and locations, next is to write SQL query to migrate and then update pieces of the codes in the App
|
2023-07-03 16:40:45 -04:00 |
johnnyq
|
66ec189fae
|
removed -
|
2023-07-03 16:20:28 -04:00 |
johnnyq
|
457bc7d471
|
Feature - Accounting: Added option in account transfer to add selectable payments to transfer notes which is useful to keep track what checks were deposited in a bank transaction such as a deposit as most banks don't display each check in a deposit.
|
2023-07-03 16:18:01 -04:00 |
johnnyq
|
cf494a2f4e
|
Removed Edit Modal Fucntion within document listing, it was causing documents listing to slow with large documents. Still can be edited when clicked into the document
|
2023-07-02 14:12:43 -04:00 |
Johnny
|
335ff27e06
|
Merge pull request #701 from wrongecho/post-split-1
Separate post.php into sub-module files
|
2023-07-02 13:49:04 -04:00 |
Marcus Hill
|
f6c4e72c86
|
Fix some codesmells
|
2023-07-02 15:07:50 +01:00 |
Marcus Hill
|
ebecdd3da2
|
Post.php - Separate 9k lines into separate files by sub-modules (e.g. ticket, invoice, expense) for easier development and troubleshooting
|
2023-07-02 14:56:12 +01:00 |
johnnyq
|
1f29d68ad5
|
Updated client Documents to use folder icon on the side nav and header. Update Date Format as well
|
2023-07-01 13:33:42 -04:00 |
Johnny
|
2b871e06f0
|
Merge pull request #700 from wrongecho/cron-ticket-closed-replies
Ticket parser: Better handle clients replying to closed tickets
|
2023-06-26 19:42:29 -04:00 |
Marcus Hill
|
0240d316e7
|
Ticket parser: Better handle clients replying to closed tickets
|
2023-06-24 22:10:06 +01:00 |
johnnyq
|
1ad1b35101
|
Mail Queue support added for sending welcome email to contact
|
2023-06-22 21:51:03 -04:00 |
johnnyq
|
7ddff0421a
|
Mail Queue support added to Manual Quote Emailing
|
2023-06-22 21:28:20 -04:00 |
johnnyq
|
149db0e715
|
Mail Queue support added to adding payment to invoice
|
2023-06-22 20:54:38 -04:00 |
johnnyq
|
76c82128d9
|
Cleanup send invoie logic
|
2023-06-22 15:09:57 -04:00 |
johnnyq
|
2d0458a2f3
|
Fix some formatting and additonal white space before contact name in Ticket Details part 2
|
2023-06-22 11:05:24 -04:00 |
johnnyq
|
6ccbe67b59
|
Fix some formatting and additonal white space before contact name in Ticket Details
|
2023-06-22 10:57:14 -04:00 |
johnnyq
|
682407ad64
|
Trim white space before and after when adding password to a contact
|
2023-06-22 10:29:27 -04:00 |
johnnyq
|
db9c102f53
|
Trim white space before and after username and password and before encrypting when adding a client password
|
2023-06-22 10:23:44 -04:00 |