Commit Graph

285 Commits

Author SHA1 Message Date
johnny@pittpc.com 0b691f6eec Added Automail overdue invoices to cron, with hardcoded days 2019-11-24 01:26:02 -05:00
johnny@pittpc.com e6e44969aa updated tickets ui, added close buttons on dashboard, other minor ui modifications 2019-11-23 21:34:56 -05:00
johnny@pittpc.com 08c4aa1bce finished porting over to select2 2019-11-22 21:17:19 -05:00
johnny@pittpc.com 328ac67d5b Minor UI cleanups started porting selects from bootstrap-select to select2 2019-11-22 20:37:55 -05:00
johnny@pittpc.com a66e2c7e33 Top Search bar now searches clients, added events and trips to client details, started adding trims to trim whitespace on beginning and end of some inputs 2019-11-21 21:23:34 -05:00
johnny@pittpc.com dfb963da32 started adding date_from date_to filters to tables, and linking them with reports and dashboard, added reference to payments listing 2019-11-20 18:18:48 -05:00
johnny@pittpc.com cc42bce43c Updated to AdminLTE 3.01 CSS Framework 2019-11-20 13:53:45 -05:00
johnny@pittpc.com 4c28dcf8a8 Fixed issue with guests requiring a login when viewing invoices by email. Removed check_login from guest header 2019-11-20 11:48:05 -05:00
johnny@pittpc.com c3e754466b Corrected setup for adminlte CSS framework 2019-11-19 20:04:38 -05:00
johnny@pittpc.com 4492af71d8 Fixed Cron, added alert when cron is run, added new vendors to dashboard, added some UI cleanup to clients 2019-11-19 19:25:22 -05:00
johnny@pittpc.com e5036253ed Migrated from sbadmin to AdminLTE CSS framework 2019-11-19 18:29:02 -05:00
johnny@pittpc.com bf9b659283 Removed Link Hove Style from invoices status links 2019-10-08 14:49:01 -04:00
johnny@pittpc.com 42918e90ae Fix for Auto Recurring Duplicate Invoice Numbers 2019-10-06 14:56:22 -04:00
johnny@pittpc.com f3c1df3e17 Added Created By toticket details 2019-09-30 09:48:35 -04:00
johnny@pittpc.com 7f8589fed6 Added category to products, also new db dump to include category_id under products Thanks @kristankenney 2019-09-28 14:16:16 -04:00
johnny@pittpc.com bc61b59244 Fixed password issue causing SQL escape characters to add slashes remove mysqli_real_escape_string as its not needs, md5 produces no sql escape characters by default so it it does not need santized 2019-09-24 14:52:53 -04:00
johnny@pittpc.com 37270183c5 Revert removing Auto Increment for Revenue_id that was a mistake. Fixed by removing auto increment for company_id in settings table 2019-09-23 22:22:40 -04:00
johnny@pittpc.com 5f51bc4cc9 Fixed base_url var in setup, added single quotes in phone number for setup removed starting_location in setup as this is not used anymore and caused the setting table not to populate remove auto increment for settings in the new db dump this should fix the login issues after setup 2019-09-23 22:18:39 -04:00
johnny@pittpc.com a9e3d0fa7e Added the missing October to Cashflow on the Dashboard, added more calendar events etc 2019-09-21 16:23:35 -04:00
johnny@pittpc.com cb439f2f47 Fixups 2019-09-19 16:12:41 -04:00
johnny@pittpc.com d5f6d6dd18 gave recurring invoice details a similair look as quote and invoice reverted the isset note in recurring 2019-09-18 23:28:23 -04:00
johnny@pittpc.com 0d3c82ecf0 Use not empty instead of isset for recurring notes 2019-09-18 19:00:57 -04:00
johnny@pittpc.com 399aec140e Fixed Blank item added when clicking save in recurring invoice 2019-09-18 18:53:44 -04:00
johnny@pittpc.com acbc6ca9dd Fixed copy invoice 2019-09-18 18:50:41 -04:00
johnny@pittpc.com 5e8c89889e Added some more escapes and checks for floatvals 2019-09-18 18:33:06 -04:00
johnny@pittpc.com e3800e295d Mysql escaped notes and itew name and descriptions when you copy an invoice to a recurring invoice as well as fix the cron.php when it converts Recurring into regular invoices 2019-09-18 18:13:14 -04:00
johnny@pittpc.com 705b2cb454 Fixed Partial Payment Total Calculation in invoices it was calculating partial payments instead of partial invoice amounts 2019-09-18 14:27:42 -04:00
johnny@pittpc.com 545f7eab6a Added amount field to recurring listings 2019-09-18 13:32:37 -04:00
johnny@pittpc.com 21bd01935e Added Inbound call logging and alerting when phone system is configured for database 2019-09-17 15:22:57 -04:00
johnny@pittpc.com 92a68cf926 Reverted last change and applied the fix to Expense by Category in dashboard which was showing transfers as expenses which was incorrect 2019-09-17 14:16:29 -04:00
johnny@pittpc.com e1be58f1e5 Fixed Expense by Vendor in dashboard showing transfers as expenses 2019-09-17 14:07:12 -04:00
johnny@pittpc.com e2b97afa20 Added Linking client to calendar events, added email event to add event, and many other small small fixes 2019-09-17 13:54:46 -04:00
johnny@pittpc.com 3439058053 Added more values to company edit and add 2019-09-14 23:34:11 -04:00
johnny@pittpc.com 11f1ca70ee Removed lingering php files 2019-09-14 23:00:49 -04:00
johnny@pittpc.com f4557a961d Updated Quote and Invoice GUI further adding footers to the html printables, added Quote view with details and an alert 2019-09-14 22:57:48 -04:00
johnny@pittpc.com 62b088e79d GUI Touchups in Invoice, Quote, clients, vendors, client. Added 2 new fields to client mobile and contact_name, added more pictyure extension in file jpeg anb JPEG and other fixesincluding a new DB dump 2019-09-14 20:40:22 -04:00
johnny@pittpc.com 59ce30bd79 Updated Client Detail Header for better mobile fit, lots of progress on stripe pay and some other minor updates 2019-09-13 20:33:00 -04:00
johnny@pittpc.com 5f30dbf9a9 Removed Cancelled and added Viewed to Invoice. Client Links mirror their accompanied tabs in the client portal, minor UI fixes on ticket view, client view of ticket sorted tickets DESC via ticket_id 2019-09-06 16:56:26 -04:00
johnny@pittpc.com d4992c4973 Updated README to document API calls 2019-09-06 03:35:28 -04:00
johnny@pittpc.com ca427ab763 Updated User Settings Page and added logging to most functions 2019-09-06 03:03:16 -04:00
johnny@pittpc.com d259d1b3dc Started Logs: Login attempts are now logged, created a logs list in the side nav 2019-09-06 00:16:19 -04:00
johnny@pittpc.com e47853f9cd Add User to company now works, Security: all edits and deletes now check to make sure they belong to the session_company_id. Security: started work on checking session_company when data is pulled from Get VARS, added clickable invoice status, dashboard session_company_id fixes 2019-09-05 23:27:11 -04:00
johnny@pittpc.com 7f3cdd975f Added a no records placeholder to all tables 2019-09-01 21:49:13 -04:00
johnny@pittpc.com 4579ed3d8c Code Formating fix 2019-08-31 16:04:56 -04:00
johnny@pittpc.com 9050f4b03a More Security fixes escaping search and sortby GET vars 2019-08-31 15:38:16 -04:00
johnny@pittpc.com 71decb9332 Updated the Readme 2019-08-29 18:00:16 -04:00
root 5fe485a28c Removed Datatables library from footer and headers we no longer use this as we use a customer server side option 2019-08-28 22:09:16 -04:00
johnny@pittpc.com 720a0df214 Added more mysql escapes to more get vars 2019-08-28 22:01:22 -04:00
johnny@pittpc.com 2d5ac7c2e6 Security Mysql Escaped current_code POST var under login 2019-08-28 21:56:45 -04:00
johnny@pittpc.com bbf8756882 Security Added some mysql escapes to some get vars in api and guest view invoice and quote 2019-08-28 21:54:27 -04:00