Commit Graph

3062 Commits

Author SHA1 Message Date
o-psi b747bd4e9d Make all boxes links 2023-10-13 10:53:20 -05:00
johnnyq 8c56426186 Fixed a layout issue if no previos ticket exists for a selected contact under ticket details 2023-10-12 16:09:31 -04:00
Johnny 5a1b93ae17
Merge pull request #754 from o-psi/fixed2-typo-in-product-logging
Fixed a typo in product logging
2023-10-12 12:57:57 -04:00
Andrew Malsbury 9b7ef4761c
Merge branch 'itflow-org:master' into fixed2-typo-in-product-logging 2023-10-12 11:55:07 -05:00
Johnny df14ac8a83
Merge pull request #753 from o-psi/remove-foreign-key
Remove-foreign-key
2023-10-12 12:54:33 -04:00
o-psi 38c5547307 changed modifyed to modified 2023-10-12 16:54:18 +00:00
o-psi 8bce945a11 Moved accounts back to top, removed accounts type. 2023-10-12 16:49:56 +00:00
Andrew Malsbury 33cd0e89ca
Merge branch 'itflow-org:master' into master 2023-10-12 11:40:40 -05:00
Andrew Malsbury df9f5fb001
Update db.sql 2023-10-12 11:23:38 -05:00
Andrew Malsbury c7ca89b2e3
Update db.sql 2023-10-12 11:09:26 -05:00
Johnny 63ecb38bb7
Merge pull request #752 from o-psi/fix-account-type-fk
[Urgent] Fix Foreign Key for account types
2023-10-12 12:01:57 -04:00
Andrew Malsbury aa9163ae98
Merge pull request #1 from o-psi/fix-account-type-fk
fix fk for account types
2023-10-12 10:54:59 -05:00
Andrew Malsbury befbf457e8
fix fk for account types 2023-10-12 10:22:45 -05:00
wrongecho 448aaa8c1c
Merge pull request #751 from o-psi/fix-account-type-default
[Critical] Fix bug introduced in account type update
2023-10-12 15:49:03 +01:00
Andrew Malsbury 6506f64a6e
Update db.sql
Fix bug introduced in account type table
2023-10-12 09:27:38 -05:00
Johnny 101488f9f1
Merge pull request #750 from o-psi/Rename-Assets-SideNav-Category
Rename Assets and move documentation and files in
2023-10-11 22:21:09 -04:00
Andrew Malsbury aaf04f18c5 Rename Assets and move documentation and files in 2023-10-12 02:00:12 +00:00
johnnyq e6b15a0ff3 Do not Export Archived Data when Exporting client data to a PDF 2023-10-11 17:03:20 -04:00
johnnyq 964ff6740c Fix last commit opps on balance sheet report. use not equal to 0 instead of equal 0 as it will just sum up all the transfers 2023-10-11 15:12:14 -04:00
johnnyq 25751bdd85 Fix Balance sheet report so it doesn't calculate transfers, transfers use the expense and revenue tables as well. To fix this a transfer always has a vendor_id 0 in the expense table and category_id is always 0 for the revenues table, so dont sum those 2023-10-11 15:08:20 -04:00
johnnyq 66c16d6cff Increment Database again to insert the account types for PR #734 Add Balance Sheet report 2023-10-11 14:46:44 -04:00
johnnyq fb60412686 Increment the Database version as this was missed in PR #734 Add Balance Sheet report 2023-10-11 14:37:27 -04:00
Johnny c248af81fb
Merge pull request #749 from o-psi/remove-gui-custom-fields
Removed gui for custom fields
2023-10-11 14:34:38 -04:00
Johnny f1e74d926d
Merge pull request #748 from o-psi/quote_guest_view
Update guest quote view to make more sense
2023-10-11 14:34:18 -04:00
Johnny 7986a797a7
Merge pull request #747 from o-psi/technical-dashboard-for-admins
Update technical dashboard links.
2023-10-11 14:33:34 -04:00
Johnny 44671d4769
Merge pull request #734 from o-psi/balance-sheet
Add balance sheet report
2023-10-11 14:31:45 -04:00
Andrew Malsbury ddff9b929d Other PR code snuck in. Still learning git sry 2023-10-11 17:31:15 +00:00
Andrew Malsbury ce16db9413 removed gui for custom fields 2023-10-11 14:42:22 +00:00
Andrew Malsbury 7e9c22171b Update button logic to disallow on draft... 2023-10-10 22:49:34 +00:00
Andrew Malsbury 533a547622 Update technical dashboard links. 2023-10-10 18:31:01 +00:00
Andrew Malsbury 74e2866a01 Adjusted the type dropdown 2023-10-10 16:52:00 +00:00
Andrew Malsbury 22a072f2b4
Merge branch 'itflow-org:master' into balance-sheet 2023-10-10 08:27:14 -05:00
Andrew Malsbury 7b772cf529 Something is broken with the confirm-link 2023-10-09 23:21:48 +00:00
Andrew Malsbury 96e493df4a Removed a testcase 2023-10-09 23:16:22 +00:00
Andrew Malsbury 4fbf448597 Updated balance sheet to use DB types 2023-10-09 22:15:27 +00:00
Andrew Malsbury bb559a4bdb Fixed account type not showing by default on edit 2023-10-09 21:42:03 +00:00
Andrew Malsbury 9c099f7f98 Account Types bug 2023-10-09 21:24:31 +00:00
Andrew Malsbury d5e03f101a fixed what @wrongecho suggested. 2023-10-09 20:39:32 +00:00
Andrew Malsbury aef4ec0d20 Post handling for add and edit 2023-10-09 20:32:19 +00:00
Andrew Malsbury 31043da039 add more default account types 2023-10-09 20:31:54 +00:00
Andrew Malsbury e4fc7bca23 New settings menu 2023-10-09 20:31:31 +00:00
Andrew Malsbury 72da87e608 New Settings Screen 2023-10-09 20:31:21 +00:00
Andrew Malsbury 3ef045eea1 New Modal 2023-10-09 20:28:12 +00:00
Andrew Malsbury a8e03d4660 Switched to DB controlled Account Types 2023-10-09 20:27:53 +00:00
Andrew Malsbury 69272a8800 added account type post handling 2023-10-09 20:27:28 +00:00
Andrew Malsbury 03c8f47cf0 added account types table 2023-10-09 20:27:09 +00:00
Andrew Malsbury 81f34e20d7 Updated Version 2023-10-09 20:26:48 +00:00
Andrew Malsbury 749281a3e8 Switched to DB controlled Account Types 2023-10-09 20:26:36 +00:00
Andrew Malsbury 8b6c909d95 Switched to DB controlled Account Types 2023-10-09 20:26:03 +00:00
Andrew Malsbury f190e100e8 Switched to DB controlled Account Types 2023-10-09 20:24:54 +00:00