johnnyq
|
8e8b28df40
|
Fixed Querying wihtin Invoice status
|
2022-01-06 11:21:10 -05:00 |
johnnyq
|
0047198bcd
|
Added hidden status variable upon search form POSt under tickets to allow querying within a status
|
2022-01-05 22:40:26 -05:00 |
johnnyq
|
c6bafa9420
|
Enhanced @wrongcho Link ticket assets Merge
|
2022-01-05 22:28:29 -05:00 |
johnnyq
|
16344aa1a6
|
update DB Structure set to primary keys for documents_tagged move client_id last for consistancy as its a foriegn key for document_tags
|
2022-01-05 21:38:47 -05:00 |
Johnny
|
62470c1c45
|
Merge pull request #239 from wrongecho/doc-tags
Add tag functionality to documents
|
2022-01-05 21:27:31 -05:00 |
Johnny
|
733e56cd8c
|
Merge pull request #236 from wrongecho/client-bugs
Client bugs
|
2022-01-05 21:25:09 -05:00 |
Johnny
|
3455d2c576
|
Merge pull request #235 from wrongecho/readme-typo
Fix readme typos/slight rewording
|
2022-01-05 21:23:50 -05:00 |
Marcus Hill
|
77d7e7ba0d
|
Add tag functionality to documents
|
2022-01-05 21:58:10 +00:00 |
Marcus Hill
|
93853b77b4
|
Add confirmation for client deletion from the client summary banner
|
2022-01-05 14:27:20 +00:00 |
Marcus Hill
|
a48e3029f1
|
Ensure canned_date is defined before it is referenced, to prevent errors
|
2022-01-05 14:21:06 +00:00 |
Marcus Hill
|
a4497dd901
|
Require primary contact be populated when client is created. Otherwise, records such as tickets loop/fail to be created (due to no contact)
|
2022-01-05 14:18:18 +00:00 |
Marcus Hill
|
e298883e51
|
Fix readme typos/slight rewording
|
2022-01-05 14:05:39 +00:00 |
Johnny
|
e6c2f90e02
|
Merge pull request #233 from wrongecho/tickets
Tidy/Bugfix tickets
|
2022-01-05 00:47:23 -05:00 |
Johnny
|
6c6150011a
|
Merge pull request #234 from wrongecho/alert-type
Bug fix: Default alert type
|
2022-01-05 00:46:54 -05:00 |
Johnny
|
656bb3c5d5
|
Merge pull request #231 from wrongecho/ticket-assets
Link ticket assets
|
2022-01-05 00:46:32 -05:00 |
Marcus Hill
|
51a4469cfa
|
Set default alert type to primary, as sometimes we set alert_message in session, but not alert_type, causing errors
|
2022-01-04 22:38:50 +00:00 |
Marcus Hill
|
913d41e4b3
|
Tidy/Fix undefine variable errors, improve open/closed ticket filtering, still needs some work as open/close state is lost after search
|
2022-01-04 21:55:45 +00:00 |
Marcus Hill
|
f6900ae993
|
Allow linking of asset to a ticket via edit modal
|
2022-01-04 20:22:27 +00:00 |
Marcus Hill
|
57517f5122
|
Merge branch 'master' of https://github.com/wrongecho/itflow
|
2022-01-04 17:35:38 +00:00 |
Marcus Hill
|
b5cee625ce
|
Merge branch 'master' of https://github.com/johnnyq/itflow
|
2022-01-04 17:35:05 +00:00 |
wrongecho
|
670795431a
|
Merge branch 'johnnyq:master' into master
|
2022-01-04 17:31:51 +00:00 |
johnnyq
|
7112463e41
|
Commit Tidy allow public_cert to be null and move public_cert before notes
|
2022-01-04 11:35:34 -05:00 |
Johnny
|
c59e2e938c
|
Merge pull request #229 from wrongecho/config-writeable
Check that config.php is writable at the start of setup.
|
2022-01-04 11:25:27 -05:00 |
Johnny
|
82ba4d3b5a
|
Merge pull request #230 from wrongecho/cert-add-key
Add support for storing client certificate public key
|
2022-01-04 11:24:00 -05:00 |
Marcus Hill
|
21a22cb309
|
Ignore
|
2022-01-04 03:33:47 +00:00 |
Marcus Hill
|
ae98902a96
|
Add support for storing client certificate public key
|
2022-01-04 03:32:50 +00:00 |
Marcus Hill
|
dfbf0c788a
|
Check that config.php is writable at the start of setup.
|
2022-01-04 03:21:04 +00:00 |
johnnyq
|
de883f9ff5
|
Fixed Add Recurring and Edit Recurring Invoices going to a blank screen after submit this was due to a missing history_status var, Removed Activate and Deactivate from recurring list and the buttons from recurring details as this can be modified using edit recurring, Removed Redundant Force Send action on recurring list views, this can be accessed by going to the recurring details.
|
2022-01-02 13:39:25 -05:00 |
johnnyq
|
b8a1af2e0f
|
Show Ticket Reply Modified date if applicable
|
2022-01-02 01:50:18 -05:00 |
johnnyq
|
5ecac729a8
|
Fixed add ticket logging
|
2022-01-02 01:43:44 -05:00 |
johnnyq
|
466b7a51e4
|
removed logging client id key for global vendor
|
2022-01-02 00:58:50 -05:00 |
johnnyq
|
b2cef73dad
|
Removed Old Logging function under edit vendor
|
2022-01-02 00:56:28 -05:00 |
johnnyq
|
ebb37c0f06
|
Fix Spelling mistake
|
2022-01-02 00:28:38 -05:00 |
johnnyq
|
d5fcfeb417
|
Setup Fixes regarding user checks
|
2022-01-02 00:14:48 -05:00 |
johnnyq
|
2c76573471
|
Fixed Syntax error under setup
|
2022-01-01 18:30:06 -05:00 |
johnnyq
|
02f247a047
|
Incorrect DBHost Var Fix
|
2022-01-01 17:39:49 -05:00 |
johnnyq
|
0250ac0623
|
Forgot full php tag
|
2022-01-01 17:27:31 -05:00 |
johnnyq
|
cf3c0a6410
|
Fixed a vulnerability in the setup.php file and other code cleanups. Thanks to the person that wishes to remain anonymous for reporting and providing a patch Also added a notice to readme to not use this web app during beta for production use
|
2022-01-01 17:02:31 -05:00 |
johnnyq
|
a70105e731
|
Started Adding Detailed Assets more alert and audit logging work
|
2022-01-01 15:26:31 -05:00 |
johnnyq
|
ff0ce6077a
|
Removed Redundant Contact and location under edit client.
|
2021-12-31 16:24:28 -05:00 |
johnnyq
|
e978cd142e
|
More Audit Logging work, fixed a bunch of small bugs along the way
|
2021-12-31 15:33:41 -05:00 |
johnnyq
|
cd7ecc9593
|
More Audit Logging and alerts cleanup
|
2021-12-28 22:13:53 -05:00 |
johnnyq
|
119e491865
|
Added Refferal Datasets on new company
|
2021-12-28 20:54:17 -05:00 |
johnnyq
|
05702c4a1b
|
More Audit logging fixes and added proper permissions and added common datasets when a company is added
|
2021-12-28 18:53:48 -05:00 |
johnnyq
|
15d95a3647
|
Set Feedback Alerts to disappear after 4 seconds instead of 2 seconds
|
2021-12-28 18:20:15 -05:00 |
johnnyq
|
33400894d5
|
Updates and Fixings to Audit Logs, added client tag selection for mass email campaigns
|
2021-12-28 18:16:54 -05:00 |
johnnyq
|
c04353f284
|
Added not bull on db structure update for tag_type
|
2021-12-27 12:14:56 -05:00 |
johnnyq
|
484d4fff82
|
Added Tag Type to allow expansion of tagging support for other entities in the future
|
2021-12-27 12:06:37 -05:00 |
johnnyq
|
d23d455cd9
|
DB update The long awaited Client Tag support is finally complete along with icon support and color badges this has replaced the user maintenance field to allow further customization, fixed tickets as it was using the old permission system.
|
2021-12-27 11:42:13 -05:00 |
johnnyq
|
a9fb11e3ef
|
Fixed client details page as functions was declared twice
|
2021-12-23 10:58:16 -05:00 |