phamos-eu / it_management

Management von IT-Bausteinen. Hierzu gehören IT-Geräte und IT-Lösungen wie Server, Rechner, Netzwerke und E-Mailserver sowie auch Backups, Dienstleistungsverträge, Accounts und Internetleistungen.
https://phamos.eu/module/it_management
GNU General Public License v3.0
64 stars 69 forks source link

IT Management Settings for IT Management Table #222

Open wojosc opened 2 years ago

wojosc commented 2 years ago

The Option to set the IT Management Table via a UI in IT Management Settings

majubewi commented 2 years ago

@wojosc what is meant by 'to set' ? Make it visible or not? Possible it is, that we modify the meta field Visible in Customize Doctype wherever we are using IT Management Table. One line of code per Doctype and a checkbox in IT Management Settings

majubewi commented 2 years ago

Pseudocode on_save: if checkbox != 0: frappe.db.set_value( dt, dtn, "eval visibility clause") ... for each doctype that uses IT Management Table