[TikiWiki-commits] [Git][tikiwiki/tiki][master] [REM] System menu: Remove Tiki Accounting remnants

"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <6a3132f436a8a_3819624889741@gitlab-sidekiq-low-urgency-cpu-bound-v2-7d87cb8569-47m8s.mail>

luci pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
dd83d4f4 by Marcellin Wabo at 2026-06-16T11:08:41+00:00
[REM] System menu: Remove Tiki Accounting remnants
---
* [REM] Remove more remnants of Accounting from database

* [REM] Sytem menu: Remove Tiki Accounting remnants

See merge request tikiwiki/tiki!10529

- - - - -


2 changed files:

- db/tiki.sql
- + installer/schema/20260615_remove_accounting_remnants_tiki.sql


Changes:

=====================================
db/tiki.sql
=====================================
@@ -1685,8 +1685,6 @@ INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `s
 INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42,'o','Manage Tabular Formats','tiki-ajax_services.php?controller=tabular&action=manage',810,'tracker_tabular_enabled','tiki_p_tabular_admin','',0);
 INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42,'s','Machine Learning','tiki-ml-list',820,'feature_machine_learning','tiki_p_machine_learning','',0);
 INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42,'o','List Models','tiki-ml-list',825,'feature_machine_learning','tiki_p_machine_learning','',0);
-INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42,'s', 'Accounting', 'tiki-accounting_books.php', 830, 'feature_accounting', 'tiki_p_acct_view', '', 0);
-INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42,'o', 'Accounting books', 'tiki-accounting_books.php', 835, 'feature_accounting', 'tiki_p_acct_view', '', 0);
 INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42,'s','Surveys','tiki-list_surveys.php',850,'feature_surveys','tiki_p_take_survey','',0);
 INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42,'o','List Surveys','tiki-list_surveys.php',855,'feature_surveys','tiki_p_take_survey','',0);
 INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42,'o','Stats','tiki-survey_stats.php',860,'feature_surveys','tiki_p_view_survey_stats','',0);
@@ -3508,7 +3506,6 @@ UPDATE tiki_menu_options SET icon = 'admin_calendar' WHERE name = 'Calendar';
 UPDATE tiki_menu_options SET icon = 'admin_user' WHERE name = 'My Account';
 UPDATE tiki_menu_options SET icon = 'home' WHERE name = 'Home';
 UPDATE tiki_menu_options SET icon = 'admin_category' WHERE name = 'Categories';
-UPDATE tiki_menu_options SET icon = 'calculator' WHERE name = 'Accounting';
 UPDATE tiki_menu_options SET icon = 'admin_directory' WHERE name = 'Directory';
 UPDATE tiki_menu_options SET icon = 'receipt' WHERE name = 'Invoice';
 UPDATE tiki_menu_options SET icon = 'pen' WHERE name = 'Quizzes';
@@ -3596,7 +3593,6 @@ UPDATE tiki_menu_options SET icon = 'toggle-on' WHERE name = 'Offline mode';
 UPDATE tiki_menu_options SET icon = 'table' WHERE name = 'Manage Tabular Formats';
 UPDATE tiki_menu_options SET icon = 'robot' WHERE name = 'Machine Learning';
 UPDATE tiki_menu_options SET icon = 'layer-group' WHERE name = 'List Models';
-UPDATE tiki_menu_options SET icon = 'book' WHERE name = 'Accounting books';
 UPDATE tiki_menu_options SET icon = 'check-square' WHERE name = 'Admin Surveys';
 UPDATE tiki_menu_options SET icon = 'envelope' WHERE name = 'Send Newsletters';
 UPDATE tiki_menu_options SET icon = 'file-alt' WHERE name = 'Admin Newsletters';


=====================================
installer/schema/20260615_remove_accounting_remnants_tiki.sql
=====================================
@@ -0,0 +1,2 @@
+DELETE FROM tiki_menu_options WHERE name = 'Accounting books';
+DELETE FROM tiki_menu_options WHERE name = 'Accounting';



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/dd83d4f4ed1ab4c2a6127b2345ab70150138765c

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/dd83d4f4ed1ab4c2a6127b2345ab70150138765c
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.