/* toolbar settings */
wn.provide('erpnext.toolbar');
erpnext.toolbar.setup = function() {
// profile
$('#toolbar-user').append('
Profile Settings')
// help
$('.topbar .secondary-nav').append('\
Help\
')
$('#toolbar-help').append('\
Documentation')
$('#toolbar-help').append('\
Forum')
$('#toolbar-help').append('\
Live Chat (Office Hours)')
// billing
if(pscript.is_erpnext_saas && is_system_manager) {
$('#toolbar-user').append('Billing')
}
}