Commit Graph

5803 Commits

Author SHA1 Message Date
johnnyq
a3567af8a1 Added some legal terms to client pays fees and some links to stripe's current pricing 2024-02-03 18:11:48 -05:00
johnnyq
b386cbb170 Client Payment Gateway Fee is added as a line item if client pays fees is on and client chooses online pay this Fixes the negative invoice Balances when client pays fees is enabled 2024-02-03 17:44:48 -05:00
johnnyq
a6a93fd820 Fix client pays fees calculation. I didn't quite understand why the previous formula was used until i read this https://support.stripe.com/questions/passing-the-stripe-fee-on-to-customers 2024-02-03 17:14:48 -05:00
johnnyq
4f4bb56820 update .gitignore to include custom favicon 2024-02-03 14:33:48 -05:00
johnnyq
5d9ab76689 Remove Custom favicon 2024-02-03 14:32:08 -05:00
johnnyq
e9c85297eb Feature: Allow to upload custom fav icon under settings > Theme, icon is limited to .ico format only 2024-02-03 14:30:03 -05:00
johnnyq
01b717615e Added favicon condition everywhere 2024-02-03 13:18:20 -05:00
johnnyq
a5f08af78e Added condition to check if favicon.ico exists in /uploads else use the default 2024-02-03 13:11:04 -05:00
johnnyq
16420f417f Add Default Fav icon for now 2024-02-03 13:02:24 -05:00
johnnyq
505ecb2701 Fix Delete Confirmation for services, missing </div> Tag in add Service was causing it, also tidyed up service code 2024-02-03 12:25:38 -05:00
Andrew Malsbury
c26787b1d2 Merge pull request #2 from twetech/Unbilled-tickets-dashboard
Add unbilled tickets to dashboard if tickets and accounting is on
2024-02-02 13:28:27 -06:00
Andrew Malsbury
23770ac114 Merge pull request #1 from twetech/scheduled-tickets
Scheduled tickets
2024-02-02 12:38:33 -06:00
o-psi
3a74786cc4 Update side_nav.php to highlight "scheduled_tickets.php" as active 2024-02-02 17:42:24 +00:00
o-psi
f71d3d9b19 finish rename scheduled tickets to recurring tickets in UI 2024-02-02 15:08:44 +00:00
o-psi
0ac36f91eb Update recurring expenses icon 2024-02-02 14:40:35 +00:00
o-psi
a6f105e660 Update side_nav.php with recurring tickets link 2024-02-02 14:40:24 +00:00
o-psi
03d3b04bdb Update side_nav.php: Changed label from "Scheduled Tickets" to "Recurring Tickets" 2024-02-02 14:38:25 +00:00
Andrew Malsbury
6c247e0f58 Merge branch '0.1.7' into scheduled-tickets 2024-02-01 21:42:24 -06:00
johnnyq
1303f18218 Tidy 2024-01-31 22:16:21 -05:00
johnnyq
28e7a6b195 Removed Gateway Fee from the baance of Guest View Invoice and displayed it on the Pay Online button, as the client can pay other ways if they decide to not pay online if Client Pays Fees is enabled 2024-01-31 22:11:27 -05:00
johnnyq
1bbb4426f6 Fix Expense being off for Payment Gateway Fee 2024-01-31 21:33:37 -05:00
johnnyq
96ff92d070 Feature: Bulk Edit Category, Client and Account for expenses 2024-01-31 17:09:35 -05:00
johnnyq
19f4e215de feat. Bulk Reply To Tickets including create a private note 2024-01-31 15:24:54 -05:00
johnnyq
7975505823 feat. Updated Bulk Close Ticket to allow for a Private Note instead of public 2024-01-31 14:49:25 -05:00
johnnyq
5818c7fe18 feat. Added Contact Roles to Bulk Actions 2024-01-31 14:23:47 -05:00
johnnyq
dad2a7d376 Update Contact Department wording to also include group changed icon from building to users which is more suitable 2024-01-31 13:56:00 -05:00
johnnyq
00197cef96 feat: Bulk Set Contact Department / Group 2024-01-31 13:53:25 -05:00
johnnyq
da98f84774 Move the MailQueue Action out of the get email loop on close Bulk Tickets this prevent unessessary mysql connections 2024-01-30 16:55:04 -05:00
johnnyq
e524f1ce7c Fix issue with adding slashes to close email config_from_name vars 2024-01-30 16:40:19 -05:00
johnnyq
80fdad81e9 Fix Not being able to Enable Stripe Pay on Updated or new Installs 2024-01-30 16:25:27 -05:00
johnnyq
731b60b07a Feature: Added Bulk Ticket Closure 2024-01-30 16:04:29 -05:00
johnnyq
c6f1a25692 Feature: Added Bulk Set Priority on Tickets 2024-01-30 14:54:00 -05:00
johnnyq
db8ae13135 Feature: Add Bulk Move Folder Action to Client Documents and Files 2024-01-30 14:11:29 -05:00
johnnyq
ff1616de94 Updated Guest Invoice logic so if they payed gateway fee is not shown 2024-01-29 21:56:13 -05:00
johnnyq
e82ba786a5 Added One more code piece from Pull #866 to fix Gateway Fees shown and to fix balance on guest view invoice 2024-01-29 21:17:12 -05:00
johnnyq
007d07d417 Added unbilled ticket wording per Pull Req #866 2024-01-28 15:57:27 -05:00
johnnyq
f8dc67fbf9 Added Gateway Fee to the Guest View Invoice and minor fix for ticket counter per Pull Request #866 also added stripe flat and percent config vars to guest view invoice. Note We do not need to merge Pull #866 as all changes nessessary have been implented manually 2024-01-28 15:55:05 -05:00
johnnyq
5afacf78cf Convert strip Percentage Decimal from decimal vlaue to percentage value on view form and then reconvert from Percent back to Decimal value on POST 2024-01-28 15:23:58 -05:00
johnnyq
9bd924dc67 Only create a Stripe Expense if client pays fee is off, a stripe expense vendor and expense category is selected in settings 2024-01-28 14:54:28 -05:00
johnnyq
063d042378 Update guest_ajax.php with the new stripe vars 2024-01-28 14:45:43 -05:00
johnnyq
56c138fb12 cleanup 2024-01-28 02:08:11 -05:00
johnnyq
3d3bb6a436 Feature: Stripe Payment now logs an expense to the selected account 2024-01-28 01:49:49 -05:00
johnnyq
b986f04a0c Add More Configurable variabled for Stripe including such as Flat Rate and Percent Fees, expense vendor and expense category update guest stripe pay to take advantage of these vars and updated settings 2024-01-28 00:00:28 -05:00
johnnyq
777637277b Fix Issue where if you edited first record that shared the same form input name like location then it would blank out the first record if edited this is fixed by adding bulk_ in front of the form Input names under the bulk modals not sure why this happens but this is the fix 2024-01-27 14:15:18 -05:00
johnnyq
c711db937d Updated Edit Location logic in contacts added Pop Over Title for archived Items in assets and contacts 2024-01-27 14:01:10 -05:00
johnnyq
50b00c5712 Feature: Bulk Edit Contact Phone Number useful where the share an Office Number but have seperate extensions 2024-01-27 13:45:11 -05:00
johnnyq
8b85ae377a Updated the way Archived Items are displayed in asset list view and when editing, this will be standard going forward, added Bulk Set Asset Status, further work on improving the archived logic, assets is pretty much gold standard here now 2024-01-27 13:23:44 -05:00
johnnyq
d8de41d937 Do Not show archived items when copying asset 2024-01-27 11:59:05 -05:00
johnnyq
36e9f8cd3d Add Red X next to Assigned to for Archived Users still palying with this design maybe just make the user text red with a pop over that says archived when hovered 2024-01-27 03:44:32 -05:00
johnnyq
0b7b7e298a Remove unessesary () 2024-01-27 03:35:22 -05:00