Commit Graph

239 Commits

Author SHA1 Message Date
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
johnny@pittpc.com 0e451056b4 Added get OS Browser Device and IP functions, added these functions to guest view invoice, also added invoice view alert and other minor fixes 2019-08-28 21:47:40 -04:00
johnny@pittpc.com 2e270a7f4e Fixed total tax not displaying for quote 2019-08-26 18:42:11 -04:00
johnny@pittpc.com ceef449e37 Add viewed status to invoice and quote when viewed via the guest portal 2019-08-26 18:20:37 -04:00
johnny@pittpc.com 2d44222ad9 Fixed incorrect account balance under add revenue 2019-08-26 17:14:11 -04:00
johnny@pittpc.com a176de7245 Modified setup.php to create a subfolder of the user_id under users, removed some uneeded config.php from setup.php 2019-08-25 00:25:23 -04:00
johnny@pittpc.com ec2f9f02f1 Fixed Alerts 2019-08-25 00:09:40 -04:00
johnny@pittpc.com 4e6e6a5d6a Readded config_base_url as it broke cron.php 2019-08-24 22:12:48 -04:00
johnny@pittpc.com 970568b182 fix redirect loop if no config.php exists 2019-08-24 21:26:26 -04:00
johnny@pittpc.com 59db66f17e Changes to alerts settings moved enable cron to alerts, updated base url for guest portal 2019-08-24 20:20:38 -04:00
johnny@pittpc.com de48438987 New DB Dump 2019-08-23 16:36:49 -04:00
johnny@pittpc.com 89762313c5 Modified the way the app detects setup mode, added an alerts setting page and other minor fixes and cleanups 2019-08-23 16:32:15 -04:00
johnny@pittpc.com be1b4d50fb get settings vars updates added default net_terms to settings and some php var fixes in dashboard 2019-08-23 00:35:56 -04:00
johnny@pittpc.com 67a0c8bfbf Created a tmp directory, added states array to setup add localhost default database host value to setup, added inputmask to setup 2019-08-22 13:24:36 -04:00
johnny@pittpc.com d55c9a5428 New DB Dump 2019-08-21 01:03:47 -04:00
johnny@pittpc.com 2e5763dc8d Refinements to ticketting system, Added force recurring option created company_id chile directories for clients, settings, expenses, added dir checks to add client and add contact and much more. 2019-08-21 00:59:27 -04:00
root 2984f0ec6c Login and Top Nav Refinements 2019-08-16 00:28:54 -04:00
root b2746ddfa5 Another Fix setup where user_companies was not creating a record due to user_id being out of the loop 2019-08-16 00:12:47 -04:00
root aa766c7671 Fix setup where user_companies was not creating a record due to user_id being out of the loop 2019-08-15 22:38:31 -04:00
root acb6c19c70 MySQL DB dump for addition of enable_cron 2019-08-15 22:34:44 -04:00
root e114e61261 Added support for multi-company to cron.php added enable_cron variable and some other tiny things 2019-08-15 22:11:57 -04:00
johnny@pittpc.com 5ca8d201b0 Remove some old files, updated guest urls to work with the new multi company features, and some other multi company update 2019-08-15 18:29:28 -04:00
johnny@pittpc.com 01f820b394 Added further refinements to multi-company feature 2019-08-14 13:28:25 -04:00
johnny@pittpc.com 103b110042 New mysql dump to accommodate multi company feature 2019-08-14 11:19:20 -04:00
johnny@pittpc.com bc07fe0090 Started work on multi-company feature 2019-08-14 11:05:54 -04:00
johnny@pittpc.com 1514d2ac9f Added Mobile Phone to contacts 2019-08-12 17:45:51 -04:00
johnny@pittpc.com 44ac404d17 Updated Cron.php to reflect the changes on how invoices numbers get incremented 2019-08-12 13:35:39 -04:00
johnny@pittpc.com 41e6e01eb3 Removed even more static Quote and Invoice Prefixes 2019-08-12 13:28:50 -04:00
johnny@pittpc.com 421b2b997c Removed more static Quote and Invoice Prefixes 2019-08-12 13:27:14 -04:00
johnny@pittpc.com f34630dbaa Removed static Quote Prefixes 2019-08-12 13:23:36 -04:00
johnny@pittpc.com 2eeef5b218 Updated the way quotes get incremented using settings next number with prefix instead of just adding 1 to the latest quote 2019-08-12 13:19:15 -04:00
johnny@pittpc.com 4427c7ab49 Updated the way invoice get incremented using settings next number with prefix instead of just adding 1 to the latest invoice 2019-08-12 12:54:16 -04:00
johnny@pittpc.com 90042531f2 Fixed overdue status in invoice also added description under edit revenue 2019-08-12 12:19:44 -04:00
johnny@pittpc.com 778ecb356e Fixed receipt uploads on copy expense modal 2019-08-12 12:00:13 -04:00
johnny@pittpc.com 49035afbe9 New Database dump to include the reworkings of transfers, and the addition of revenues 2019-08-11 13:47:46 -04:00
johnny@pittpc.com 0c4021fd23 reworked transfers, added revenues to add income in other ways besides just invoices, reports now uses a compact table to see all data clearly and some other minor fixes. 2019-08-11 13:42:35 -04:00
johnny@pittpc.com cae9b2b13b Dumped updated DB structure 2019-08-05 17:43:27 -04:00
johnny@pittpc.com c2786d42ff even more gitignore fixes 2019-08-05 17:39:19 -04:00
johnny@pittpc.com 3770e8bdc5 more gitignore fixes 2019-08-05 17:34:24 -04:00
johnny@pittpc.com 4f65fcb86f Cleared git cache to honor gitignore 2019-08-05 17:29:49 -04:00
johnny@pittpc.com 235ae1c7eb Added transfer_id to both payments and expenses tables, updated gitignore to include config.php and files in uploads folder 2019-08-05 17:26:07 -04:00
johnny@pittpc.com 69337ad52f Added Defaults for common tasks fex Default Calendar, default expense account 2019-08-03 20:11:57 -04:00
johnny@pittpc.com bf250cd1fe Fixed Login Software relation, fixed asset logins etc 2019-08-03 19:41:58 -04:00
johnny@pittpc.com 09e2ce4369 tocuhed up avatar icon and placement on top nav 2019-08-03 16:46:12 -04:00
johnny@pittpc.com dfebcaedfe Made first field in record listings clickable to edit modal 2019-07-30 15:14:51 -04:00
johnny@pittpc.com 56f839809a Added Red * to required fields, fixed blank form dates not erroring out because of not being null, current defaults to 0000-00-00 if blank 2019-07-27 19:58:59 -04:00
johnny@pittpc.com 6a83e960f6 API CallerID lookup Update: added multiple tables for phone number lookup 2019-07-20 19:28:42 -04:00