Question / #1637

Hello Tom,

Thomas and me, we would like to start programming (when we get our svn login ;) ).
In that context, I would like to know if it's okay to add the dropdown menus and the tabs like described below?

Person:

employee (Mitarbeiter)
  • staff (fester Mitarbeiter)
  • freelancer (freier Mitarbeiter)
  • working student (Werkstudent)
  • apprentice (Auszubildender)
  • intern (Praktikant)
  • ex-employee (ehemaliger Mitarbeiter)
contact person
  • customer (Kunde)
  • prospective customer (Interessent)
  • supplier (Lieferant)
  • partner (Partner)
=> 2 additional tabs to differ employees and contact persons (subtabs of 'Person')

=> new database field 'ptype' --> tinyint(4)

Company:
  • customer (Kunde)
  • prospective customer (Interessent)
  • supplier (Lieferant)
  • partner (Partner)
=> 4 additional tabs to differ the different company types (subtabs of 'Company')

=> new database field 'ctype' --> tinyint(4)