Commit Graph

130 Commits

Author SHA1 Message Date
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 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 545f7eab6a Added amount field to recurring listings 2019-09-18 13:32:37 -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 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 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 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 9050f4b03a More Security fixes escaping search and sortby GET vars 2019-08-31 15:38:16 -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 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 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 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 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 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 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 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 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 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 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 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 8ca2b833e6 Invalid Get var in API redirect back to login Instead of showing error 2019-07-20 16:20:19 -04:00
root ef9c61c1cf Added Folders 2019-07-02 23:50:50 -04:00
root b65739bfc3 Updated 2FA UI 2019-06-16 23:56:40 -04:00
root e247ad4ee4 Implemented 2FA TOTP with Google Authenticator 2019-06-16 22:33:55 -04:00
root 4f77a7621f Made clients new the default client listing, added message after settings were updated 2019-06-15 12:46:06 -04:00
root 0eda7e9762 added input masks 2019-06-14 01:22:46 -04:00
root 3d3bcff09e UI Cleanups 2019-06-13 23:32:35 -04:00
root 98532b0c7d Added location to networks 2019-06-13 18:29:06 -04:00
root 4330254891 Added contact name to vendors 2019-06-13 17:37:08 -04:00
root 0686406e07 Moved invoice logo to general settings, fixed invoice and quote not displaying invoice logo, added a switch to enable disable invoice reminders 2019-06-12 12:56:51 -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