Commit Graph

6201 Commits

Author SHA1 Message Date
Marcus Hill
80d5f33253 Update price placeholder to use $invoice_currency_code 2022-02-26 11:22:27 +00:00
Marcus Hill
3f65bc5993 Text 2022-02-26 11:18:33 +00:00
Marcus Hill
0fac1f3039 Move ajax logic to ajax.php 2022-02-26 11:16:53 +00:00
AFTECH.RO
55f8ba652a Update ticket.php
- Display IP on Asset section so would be handy for the technician when troubleshooting
- Implement Asset warranty so the technician can take better decision regarding the asset fixing option (parts replacement under manufacturer warranty or in house parts replacement)
2022-02-26 02:08:38 +00:00
Johnny
3bd79635ec Merge pull request #376 from wrongecho/cert-parse
SSL Parse - escape issued_by
2022-02-24 15:42:58 -05:00
Johnny
f416d25fc7 Merge pull request #375 from wrongecho/backups
Add automatic database backup functionality
2022-02-24 15:42:48 -05:00
Johnny
c8afa7fa2e Merge pull request #374 from wrongecho/tickets
Ticketing updates
2022-02-24 15:42:29 -05:00
Marcus Hill
9837549fac Escape certificate issuer when parsed from public key, values like [Let's Encrypt] break it otherwise 2022-02-24 20:27:03 +00:00
Marcus Hill
ed9d62b393 Spacing 2022-02-24 19:17:44 +00:00
Marcus Hill
b3acfba28d Add automatic database backup functionality 2022-02-24 19:13:45 +00:00
Marcus Hill
797cd23c78 Comment invoice button as it does nothing right now 2022-02-24 18:32:07 +00:00
Marcus Hill
a335f3be99 Ticketing updates 2022-02-24 17:57:41 +00:00
Johnny
2b3dad9082 Merge pull request #373 from wrongecho/certs
Certificate update
2022-02-24 12:39:10 -05:00
Marcus Hill
ee2d9e1b08 Dynamically load certificate edit modal with ajax, fix certificate details fetch error 2022-02-24 16:03:00 +00:00
johnnyq
3f50449027 Fixed balance due and payment amount on payments under invoice this happened during the Currenty function conversion 2022-02-23 14:55:36 -05:00
Johnny
2fb7c5225c Merge pull request #371 from wrongecho/db
Make contact mobile default NULL
2022-02-22 18:20:23 -05:00
Johnny
4efdfe4cfe Merge pull request #372 from wrongecho/diff
Show diff between current DB structure and the latest DB structure
2022-02-22 18:20:00 -05:00
Marcus Hill
6d66e1f6f5 Show diff between current DB structure and the latest DB structure 2022-02-22 21:57:43 +00:00
Marcus Hill
717ae33449 Make contact mobile default NULL 2022-02-22 21:31:53 +00:00
johnnyq
c71c28f6f7 Added contacts to the global search 2022-02-22 15:44:24 -05:00
johnnyq
95e71f178b Seperated Reports in its own side nav menu to allow more reports 2022-02-22 15:01:13 -05:00
johnnyq
3b615d2f3a UI updates mainly icon swaps etc 2022-02-22 14:41:48 -05:00
johnnyq
a724807782 DB Structure Update - Added Extension to contact on export PDF, finished contact departments 2022-02-22 13:14:17 -05:00
johnnyq
1ed20217d1 Added Department name on client PDF Export and contact CSV export 2022-02-22 11:42:08 -05:00
johnnyq
e6b45f9627 Added Notification client id to Past due invoice notifications 2022-02-22 11:32:11 -05:00
johnnyq
d54238ecf8 bolded product name 2022-02-22 02:34:33 -05:00
johnnyq
6f40a4f458 Fixed Products listing broken due to unused funtion get_currency 2022-02-22 02:33:26 -05:00
johnnyq
4182e43b5e UI polish bolded contact under client listing 2022-02-22 02:22:03 -05:00
johnnyq
e633d1ad71 Merged contact with client on ticket listing 2022-02-22 02:15:41 -05:00
johnnyq
2f9a0447a8 Updated no results 2022-02-22 02:04:51 -05:00
johnnyq
950cbee979 Delete unused test files 2022-02-22 01:52:33 -05:00
johnnyq
2b639ecb65 oops deleted DB accidentally 2022-02-22 01:50:11 -05:00
johnnyq
581936267f DB Structure Update rename contact_department to contact_department_id, added Department to contacts view 2022-02-22 01:48:05 -05:00
johnnyq
71b7f60aeb Reworked Admin Settings Menu, moved items to their own side nav and removed settings from the main side nav and moved it to the user drop down on the top nav 2022-02-22 01:26:15 -05:00
johnnyq
057e3a6cbd Got ride of the side nav logic as this is not needed now as we modularized the includes 2022-02-22 00:37:58 -05:00
johnnyq
1829c7299e Made the php includes much more modular and simpler by lumping them all in 1 file inc_all.php instead of all over the place 2022-02-22 00:29:39 -05:00
johnnyq
7af0c11720 Updated Email template footers to include department and Email for Ticket replies, Invoices, Payment Receipts, Quotes, etc 2022-02-21 23:42:58 -05:00
johnnyq
06e76f529d Sort Dismissed Notification Descending Timestamp 2022-02-21 22:33:37 -05:00
johnnyq
54dc4d4523 Do not show Invoice or Quote Note under guest view if blank 2022-02-21 22:24:41 -05:00
johnnyq
70c5e22fa1 Update Guest View quote to include the new notification system 2022-02-21 22:20:20 -05:00
johnnyq
8376b5c6a2 added client to dismissed notifications 2022-02-21 22:16:40 -05:00
johnnyq
2e55aceda1 More Join workings 2022-02-21 22:02:44 -05:00
johnnyq
29422b9d52 Added Client name to logs along with a link to the client logs page 2022-02-21 21:56:16 -05:00
johnnyq
b4114fdad3 DB Structure Update - Added notification_client_id to notifications to link notification to clients to further use in client overview, added asset warranty expiration notification fixed a few DB queries to use join instead of = 2022-02-21 21:42:59 -05:00
johnnyq
583e0fa307 Opps removed some test theming 2022-02-21 21:24:58 -05:00
johnnyq
315bfd55d7 Added notification_dismissed_by 2022-02-21 21:23:32 -05:00
johnnyq
05e7b160b1 DB Structure Update table name alerts is now notifications also update the fields accordingly to the notifications table - Reworked Notifications a bit 2022-02-21 21:21:13 -05:00
johnnyq
fab9bcfa23 Move Global search to side nav 2022-02-21 20:08:09 -05:00
johnnyq
119df88f61 Merge branch 'master' of github.com:johnnyq/itflow 2022-02-21 19:12:33 -05:00
johnnyq
dc68eda592 Fixed Guest Accept or Decline Quote through guest URL, add correct bage color for Accepted quotes 2022-02-21 19:12:17 -05:00