Commit Graph

44 Commits

Author SHA1 Message Date
johnny@pittpc.com ad979ac8fd Added Referral as a category option, removed Hours and Client Size undr client, rerranged client add and edit New DB Dump 2021-01-15 19:03:07 -05:00
johnny@pittpc.com a2848fad09 Added seperate tax section and added the ability add taxes to invoice this update requires a new table called taxes see the db.sql file for the structure More to come 2021-01-15 15:07:27 -05:00
johnny@pittpc.com 1c98e61cf8 Added initial country support for Canada 2020-03-30 20:01:59 -04:00
johnny@pittpc.com 47d7515220 Added Notes to Software 2020-02-24 17:00:19 -05:00
johnny@pittpc.com 76ed7afa18 Added category to logins, added OS and MAC to assets, minor UI updates 2020-02-03 13:55:21 -05:00
johnny@pittpc.com da9cad0723 Lots of updates, modal design updates, added notes to many tables, added contact relation to location, moved next_date as primary sorted in recurring, updated database tables, few fixes for transfers and other small bug fixes 2020-02-02 01:08:27 -05:00
johnny@pittpc.com 1471543f65 Updated Client logins gui and DB structure 2020-01-28 09:48:00 -05:00
johnny@pittpc.com 382a4b2842 Added Phone Extensions to vendors, clients, and contacts, updated DB to relect new fields, some other minor cleanups 2020-01-20 17:05:39 -05:00
johnny@pittpc.com e8b13c6058 Added AES Encryption to client Logins Password Fields, updated DB modified field login_password from VARCHAR to VARBINARY to store password as encrypted, added additonal field to settings called config_aes_key the key is used to decrypt client login passwords, removed invoice, vendor, locaiton linkage in trips, other small cleanups fixups and UI updates, NOTE this will break existing install due to the db being updated 2020-01-04 19:52:41 -05: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 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 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 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 d55c9a5428 New DB Dump 2019-08-21 01:03:47 -04:00
root acb6c19c70 MySQL DB dump for addition of enable_cron 2019-08-15 22:34:44 -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 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 cae9b2b13b Dumped updated DB structure 2019-08-05 17:43:27 -04:00
johnny@pittpc.com bdcb8e3bb7 Some UI Enhancements, Fixed issue where dashboard was calculating transfers as well as payment as income, fixed missing syntax in cron.php, fixed issue where invoice notes were not showing under guest invoice view, updated the db to comply with mysql strict mode 2019-07-12 17:53:34 -04:00
root ef9c61c1cf Added Folders 2019-07-02 23:50:50 -04:00
root a5b7004e8a cleaned up the file hiearchy, added icons to asset types. fixed edit client net terms, added change photo for contacts, added some more options to settings 2019-06-11 19:37:42 -04:00
root a81f78a131 Fixes for setup.php 2019-06-10 01:01:10 -04:00
root 925e635e9d New SQL dump to reflect the additional fields 2019-06-06 13:25:14 -04:00
root 5dbb45655b New DB dump to reflect the many changes in the last commit 2019-05-17 01:10:24 -04:00
root fa08853640 Tons of UI and code cleanups, renamed many sql tables and fields, started adding created_at and updated_at fields 2019-05-17 01:09:16 -04:00
root f44b9b19fa More UI Cleanups, added a ticketing system, added milage linking with client, invoice, vendor or location, new DB dump 2019-05-14 19:03:42 -04:00
root 2e1a9ae7c7 Fixed Calculation in Profit and Loss under total expenses, it was calculating transfers too so added vendor_id > 0 2019-04-27 15:38:58 -04:00
root ee7a7f0ad7 Added select2 libs, started transactions, added additiona fields to vendor, new DB dump removed balance on invoices list 2019-04-27 12:10:12 -04:00
root a478a51489 Moved most of the config vars to SQL settings table more work on settings 2019-04-23 15:12:26 -04:00
root 2663ca5521 new DB Dump 2019-04-19 16:03:46 -04:00
root f4507b0cc0 New DB Dump to reflect recurring invoice changes 2019-04-16 19:58:49 -04:00
root cb2eefe8d4 Added Expense Reciept upload functionality new db dump as well 2019-04-09 16:18:03 -04:00
root df04ea7957 Started Alerts and the cron php script to trigger the alerts as well as check payment amount is greater than balance in invoice 2019-04-08 15:31:15 -04:00
root 04fa61421a Transfers now fully work and Fixed some math on the dashboard and new DB dump 2019-04-08 01:17:45 -04:00
root 40c08a1635 Added Products CRUD and new DB dump to include products 2019-04-08 00:26:49 -04:00
root 2b7bdee81e Initial work on recurring invoices some ui cleanup new DB dump 2019-04-07 23:41:11 -04:00
root 513648aa59 Rename table invoice_payments to just payments added per client net terms dumped new SQL DB Structure 2019-04-07 12:37:44 -04:00
root 9c31c49012 New DB Structure dumped removed some fields 2019-03-31 16:34:28 -04:00
root 357a8e909c Added Dashboard, Accounts balance now functional and dumped latest DB Structure 2019-03-31 13:26:51 -04:00
root f9bd340022 Dumped mySQL database structure to db.sql 2019-03-18 20:29:16 -04:00