root
|
f06a66887d
|
Fixed issues with setup.php
|
2019-06-11 14:53:44 -04:00 |
root
|
99e7307c62
|
Consolidated setup files into one setup.php, creates default content and tables
|
2019-06-10 18:09:53 -04:00 |
root
|
a81f78a131
|
Fixes for setup.php
|
2019-06-10 01:01:10 -04:00 |
root
|
cc9f97067a
|
Added more created_at and updated_at to post finalizing setup
|
2019-06-10 00:24:22 -04:00 |
root
|
05f54a20db
|
Added select2 classes to all New records
|
2019-06-07 23:47:11 -04:00 |
root
|
925e635e9d
|
New SQL dump to reflect the additional fields
|
2019-06-06 13:25:14 -04:00 |
root
|
81438fef93
|
Edit Calendar Event Now Works, now you can create calendars and select a color, added bootstrap select to add additnal html content to select boxes and make them look prettier
|
2019-06-06 13:22:25 -04:00 |
root
|
9c313030ee
|
Fixed recurring not updating the last sent and next date due to the way recurring was linked to an invoice
|
2019-06-02 01:34:46 -04:00 |
root
|
59882a3af5
|
Updated Email Quote and Invoice Templates, Invoice and Quote Guest view fully work, along with the ability for a guest to approve or reject a quote. PDF are no longer attached to emails they are provided as a link within an email and are recorded when viewed. Once viewed they can be printed or Downloaded as a PDF from the guest view pages. New option config_recurring_auto_email to automatically email the invoice on auto generated recurring Invoices
|
2019-06-02 00:52:56 -04:00 |
root
|
d2bad1a4ba
|
Updated Guest View added viewed in history and downloaded in history etc
|
2019-05-30 13:18:45 -04:00 |
root
|
9bf60deeb9
|
started work on guest invoice view using a url key
|
2019-05-30 12:35:58 -04:00 |
root
|
f1ee97670c
|
Initial Integration of fullcalendar.io JS library, currently can see listed events
|
2019-05-29 20:05:55 -04:00 |
root
|
4b86947dd7
|
Removed invoice_id > 0 this was used to differentiate betweeen a recurring invoice and a normal invoice, recurring invoices have their own seperate table
|
2019-05-29 17:54:04 -04:00 |
root
|
e7f807af50
|
Added Expense by Vendor and Income by Category Pie Charts
|
2019-05-29 17:49:33 -04:00 |
root
|
51c79818cc
|
Fixed expense by Category Pie chart on dashboard
|
2019-05-29 17:28:20 -04:00 |
root
|
7b2f608355
|
Added an API along with a an API key
|
2019-05-29 14:14:43 -04:00 |
root
|
eddb065833
|
Fixed date error in cron.php regarding past due invoices
|
2019-05-29 12:47:16 -04:00 |
root
|
709f88e1ee
|
Added remove directory function
|
2019-05-27 13:49:13 -04:00 |
root
|
86b0c1c45a
|
Changed upload paths
|
2019-05-27 13:45:47 -04:00 |
root
|
e0e723bb9f
|
The start of client logins has begun, now can link a user with a client to allow client logins, clients can only view client.php there is more work to be done
|
2019-05-27 12:28:41 -04:00 |
root
|
889a749d88
|
Added alert feedback boxes, little ui fixes for quote invoice and recurring added rejected instead of cancelled for quotes, and other little ui cleanups
|
2019-05-25 21:14:08 -04:00 |
root
|
b559b58f34
|
Fixed add invoice, quote, recurring under client area, added alternative contact photo if one is not present using fontawesome stacked circle with contact initials inside
|
2019-05-18 23:27:15 -04:00 |
root
|
65c961986c
|
Got rid of the due date and used client_net_terms if not used use the system default net terms
|
2019-05-18 20:49:30 -04:00 |
root
|
857a298588
|
Format Company Phone properly
|
2019-05-18 19:43:18 -04:00 |
root
|
dccf96c7ec
|
rearranged side nav a little bit
|
2019-05-18 19:37:40 -04:00 |
root
|
3a3cd4ac47
|
Updates to recurring invoices
|
2019-05-18 18:46:14 -04:00 |
root
|
9b8f48794f
|
Added delete quotes which also deletes all history of that quote added status to recurring under client, changed password view to from its own th button to just an icon
|
2019-05-18 00:01:21 -04:00 |
root
|
3dd1905176
|
Updates to recurring invoice, updated the cron.php to loop through arrays
|
2019-05-17 23:30:41 -04:00 |
root
|
1f02a1d287
|
Quotes fully work now, including PDF, Email, Approval, Cancel, Edit, Copy, Copy to Invoice, also added quote_footer config to settings
|
2019-05-17 22:43:51 -04:00 |
root
|
a4e08b7296
|
Delete the receipt as well when an expense is deleted
|
2019-05-17 18:17:25 -04:00 |
root
|
85a8e071b8
|
Under client listing do not show Cancelled unpaid invoices as balance
|
2019-05-17 17:59:36 -04:00 |
root
|
acd5f840f2
|
Edit Expense now deletes old receipt and adds new receipt when attached
|
2019-05-17 17:56:04 -04:00 |
root
|
9634d7a1e4
|
More tidying up, added category to invoices, invoice delete now deletes invoice, pyaments, history and items associated with invoice. Exclude Cancelled invoice under dashboard income recieveables
|
2019-05-17 15:33:01 -04:00 |
root
|
9683d9f9f0
|
Removed some unused files
|
2019-05-17 01:15:22 -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
|
4b3c2c8c2a
|
Added the ability to upload a client contact photo
|
2019-05-15 03:00:24 -04:00 |
root
|
13c330d3b1
|
Added cancelled status to invoice, invoice copy now works, minor ui cleanups, added tickets to client page
|
2019-05-15 02:06:58 -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
|
b20ed30ada
|
Added hours of operation to client locations
|
2019-05-13 20:05:14 -04:00 |
root
|
6e2e21509f
|
Added tabs to client asset and vendor modals to reduce amount of inputs on a modal. Added more asset fields, more ui cleanups
|
2019-05-13 19:55:29 -04:00 |
root
|
5f36fd2ec3
|
More UI Cleanups
|
2019-05-13 16:33:34 -04:00 |
root
|
4389c92c0e
|
Lots of UI cleanups and update, gave a dark look for modals, bunch of icon changes etc
|
2019-05-13 14:53:17 -04:00 |
root
|
5c55358841
|
Fixed up client files can now download and delete files, added web link to client logins added payments, quotes and recurring to client print and lots of little ui cleanups here and there
|
2019-05-11 20:06:01 -04:00 |
root
|
f5377409b0
|
Cleaned up unused files, did some code tidying
|
2019-05-10 21:56:13 -04:00 |
root
|
f9d6f4d316
|
Added badge count to client side nav, switched from js active nav to using php
|
2019-05-10 18:04:03 -04:00 |
root
|
5af085a40b
|
Updated SBAdmin Template along with chartjs, boostrap, fontawesome, jquery etc updated numbers to use mono-space, Add buttons are now just a + icon
|
2019-05-09 22:04:51 -04:00 |
root
|
7565f8e86d
|
Added color category to categories
|
2019-05-07 00:24:11 -04:00 |
root
|
cf7003e7f1
|
Graphes are starting to work in dashboard
|
2019-05-06 23:19:22 -04:00 |
root
|
8ba1ec21d9
|
Moved edit note under invoice to an inline form instead of a modal
|
2019-05-04 20:25:48 -04:00 |