Display meeting room names
Want to highlight all meeting rooms with their names? Just enter "meet" in the searchbox :)Link to search results
You would like to pass a link to someone with a search?Use the following syntax:
https://tvmaps/index.php?map=MAPNAME&findme=SEARCHTEXT
Example: https://tvmaps/index.php?map=goeppingen&findme=vogt
Multitarget search link
You would like to pass a link with multiple search terms?Use the following syntax:
https://tvmaps/index.php?map=MAPNAME&findme=SEARCH1|SEARCH2
Example: https://tvmaps/index.php?map=goeppingen&findme=vogt|hoerz
Teamlinks
Share whole teams easily!Use the following syntax:
https://tvmaps/index.php?findteam=TEAMNAME
Example: https://tvmaps/index.php?findteam=Chimera
Changes API
Get all newcomers and title changes as a beautiful JSONrest/changes
Optional parameters:
maxresults: limits the output to the last n changes
Desks API
Get all desks with additional information assigned to themrest/desks
Optional parameters:
map: lists only desks of the specified map
search: list only people and desksnumbers that match the search string
Teams API
Get all teams in Companymapsrest/teams
Users API
Get a list of all syncronized LDAP usersrest/users
Optional parameters:
search: list only people and desksnumbers that match the search string
title: list only people which titles match the search string
Version 5:
2020-10-21: Version 5.2- Fully revamped admin panel: cleaner look and better assistance for fixing problems
- Properly declared variables to remove unnecessary PHP warnings
- Removed obsolete code
2020-10-19: Version 5.11
- User authentication now supports LDAPS, too
2020-10-15: Version 5.1
- LDAP connections now support encryption (=LDAPS)
2020-10-12: Version 5.0.1
- Some desk numbers exceeded the space on the nameplates, so the space has been increased by 50% now.
2020-08-12: Version 5.0
- New Statistics API: For all those (anonymous) funky usage charts. Now with less data collection and much more speed!
- New LDAP API: sync has been rewritten from scratch, offering more functionality and a consistent user experience for our admins.
- Some companies grow bigger than expected. To provide more scalability, the LDAP sync is now able to fetch data of up to 26.000 people.
- Slack notifications now are bundled into a single message per sync, so you don't get spammed any more.
- If you are curious how many people already used Cmaps today, you can enable a counter in the options.
- Some visuals were refined to provide a nicer overall look.
- Fixed some inconsistencies dating back from the changes between v3 and v4.
- Made some adjustments to support PHP 7.4
Version 4:
2019-12-26: Version 4.1- Introducing mobile mode (preview): a new UI for smaller devices like smartphones and tablets to assist you on the go.
- Overlapping labels do not really help. That's why peoples names are now hidden when displaying teams.
- As more and more locations were added, the map selection sometimes grew out of the screen. It will now split into two columns if it gets too long.
- In some cases the URL with all its parameters blocked the workflow. In will now be reset to the base URL to keep everything running smoothly.
- Added customization options for logo and apptitle via database (relevant for admins only)
- Fixed a bug where names and numbers of shared desks were displayed out of place
2019-12-03: Version 4.0
- Part-time employees and students are important to us - so every desk now supports up to 4 people to make them visible!
- The database has been redesigned and all items are now properly identified by an extra attribute instead of using some strange algorithm.
- Search engine has been rewritten in pure JavaScript to fully rely on the APIs introduced in Version 3.x - hyper speed, less network load!
- Because R&D loves funny team names: Searching for people now also highlights the teams they are part of.
- Update triggers have been fine-tuned to run less often and save your battery for more important tasks.
- Leading and trailing whitespaces will be automatically removed from your search now, because nobody should care of invisible typos.
- The admin dashboard now uses JavaScript to refresh. Finally no more page reloading.
- Many useless bugs have been kicked out of the house to make your stay more enjoyable.
Version 3:
2019-10-05: Version 3.4- Changes to database scheme to simplify desktypes for v4
- Code cleanup for easier readability
- All update timers (notications, desks, meetings...) reduced to optimize power usage
- Fixed: Manager border colors don't mess with the color of the desk (blue) anymore
- Fixed: Hover on mapflag is now always on top
2019-09-18: Version 3.3
- Copy-to-clipboard now uses a fadeout dialog box - saves you one click that can be used somewhere more meaningful ;-)
- Copy-to-clipboard is now possible for whole maps from the overview, too
- Dismiss location info now by clicking anywhere on the overview map
- Fixed: Adding new maps with upper case letters could cause problems on database
- Fixed: Zoom effect on overview map could cause blurry items on Safari
- Fixed: On Safari, fonts for smaller items on the overview appeared too large
2019-09-14: Version 3.2
- Overview has been completely redesigned with new map, detail view on locations and scalable icons
- New feature: Get direct links to people! Click on a desk to stick it and use the copy icon :-)
- Timezone is now fetched from mapconfig in database
- Some minor bugfixes
2019-07-22:
- Fixed: Broken links in notifications
2019-07-07: Version 3.1
Printer status has been added
- See availability and cadridge status (if available)
- Stick it to get a link to the configuration page
Drag and drop for edit mode (admins only)
- Click on a desk to edit its properties as before
- Move a desk to a new position directly
Added a map creator for the frontend (admins only)
- Works like adding a desk on normal maps
- Preview of map included
- Deletion only available on the backend, no change here
Some minor improvements and bugfixes
- Overview is now using JS as well
- Fixed cutoff nameplates when too near to top border
- Code has been cleaned up
2019-06-28: Release of Companymaps 3 with tons of new features, including:
- Most of the code has been completely rewritten in JavaScript using REST APIs
- Redesign of most legacy stuff, like the nameplates
- Meeting room integration: Status of all Robin-connected rooms is now visible on the map
- Mobile phone numbers have been added to make it easier to contact people on HomeOffice
- A clock with the local time of the map has been added at the bottom of the screen
- Much easier editing of desks (#1 pain point for the admins)
Version 2:
20190616 - New Desks API in /rest/desks - use the map parameter to filter results. Documentation updated with API section.20190613 - New Users API in /rest/users - use the search and/or title parameters to filter results
20190305 - New Option: Show names. Displays all names directly on the map.
20190228 - New ChangeNotifier: see who is new on TVmaps and who got promoted or changed department.
20190215 - Added filter options to the auditlog (AdminPanel).
20190205 - Teams can now be linked with their teamnames.
20190205 - Teams have been included in search results.
20190205 - Addressbook has been removed.
20181223 - Role-based permission controls implemented in frontend and admin panel
20181215 - Teams sidebar frontend and admin panel implemented
20181116 - New map selection menu, looks much cleaner now
20181116 - Bugfix to desknumber display option to support names with multiple dashes
20181014 - Consistency check results are ordered now
20180704 - Bugfixes to global search and AJAX requests
20180624 - New infobox implemented - replaces Quickactions
20180612 - Global search suggestions added to regular maps (by popular demand)
20180609 - Fixed a display bug for the consistency check.
20180609 - Login and AddItem Dialog are now done via AJAX.
20180609 - Stats in Admin Panel are now shown as soon as they are fetched.
20180609 - Slack Icons removed - did not work as expected.
20180415 - Config and ShareLibs have been separated for easier updates.
20180404 - Maps can now also be disabled in addition to be deleted. Admin Panel has been updated to reflect those changes.
20180324 - HotSeats added
20180313 - Experimental Slack support added. Click on a desk to open chat window.
20180313 - Addressbook is now an optional setting to save bandwidth.
20180224 - VIP desks have been moved to a db-based configuration. Admin Panel updated to reflect those changes.
20180114 - Some tweaks to the print mode. No more printmap required, inverting the map is now done at runtime via CSS.
20180105 - Full featured admin dashboard has been implemented!
20180105 - LDAP connector updated to dynamically use configuration in database
20180105 - New mapflags in SVG format have been included
20180105 - Bugfixes to global search algorithm
20171223 - All configuration settings have been moved to database
20170813 - Minor fixes to scaling algorithm
20170716 - Manual Scaling reimplemented for more convenience
20170707 - Perfect AutoScaling implemented! No more manual zooming anymore. Try it out by resizing your browser window :)
20170626 - Lots of graphical changes to the admin panel to give it a fresher look.
20170407 - Small fixes to the group display.
20170406 - Printers now have status links
20170212 - QuickActions for all occupied desks - click on people to mail or call them
20170125 - Added a print mode in the options menu (beta!)
20170120 - Addressbook supports direct dialing via CTI client now
20170120 - Security improvements by switching to session based user authentication
20170113 - Improved overall search experience - should be faster and more reliable now.
20161230 - Addressbook added! See a list of all employees, search, mail or call them or do an easy multisearch.
20161221 - Optimized touch screen navigation. iPad should have a much better experience now!
20161217 - Your shiny new keycard does not work on a particular door? No problem! All keycard locks in GP are now on the map with their names - and IT will handle the rest for you :)
20161204 - TeamViewer Chat is now disabled by default and may be enabled in the settings.
20161122 - Added an overlay for the logo
20160828 - TeamViewer Chat Snippet integrated
20160827 - Slight adjustment on info boxes: Mail and phone icons added
20160820 - First Aid: all kits and rooms of GP/VAI now visible in the map. Try a click on them ;)
20160818 - Some code cleanup. Everything should look the same as before :)
20160814 - New item: Service. Displays information of useful services in your building.
20160814 - New item: Exits. Shows where to get out if you need a break from your hard work ;)
20160814 - Modified color of Food item - that sort of yellow looked really strange.
20160813 - Added new option. The mailto links may now be disabled, so you will get the info box on touch devices, too.
20160806 - Addressbox on overview map locations added
20160806 - Multitarget search implemented: Demo
20160806 - Fixed some character encoding problems by switching to UTF-8
20160805 - New map: London added. All location maps available now.
20160804 - Javascript for settings Menu: opens instantly now
20160801 - TODA SSL support: Images are loaded via https now, so no mixed content anymore
20160727 - Instant search: 750% speed increase for all your searches using AJAX! 25% faster than ServiceCamp ;-)
20160727 - Redesign of search results: dark background and centering for better readability
20160727 - New map: Yerevan added
20160723 - New maps: Adelaide, Munich and Stuttgart-Vaihingen added
20160723 - Multiseating: One person may occupy more than one desk now
20160723 - Itemscaling: Items are able to have a map-specific scale now
20160723 - Blocked desks: Desks may have the status "blocked" now. These desks are neither free nor in use
20160721 - New setting: all team leaders may be highlighted now using the WoW quality colors