Strategy Maps: Converting Intangible Assets into Tangible Outcomes
Strategy Maps: Converting Intangible Assets into Tangible Outcomes
Individual order
ISBN:
9781591391340
Availability:
Author
Robert S. Kaplan
Format
Hardcover
Number of pages
480
Publisher
Harvard Business Review Press
Size
16 x 3.8 x 23.1
Year of publication
2004
Weight
0.00kg
Delivery terms
Please read the terms of delivery
Read more
- About the book
- Reviews (0)
About the book Strategy Maps: Converting Intangible Assets into Tangible Outcomes
Thematic,Leadership, Law, Business Strategy Maps: Converting Intangible Assets into Tangible Outcomes 9781591391340 Robert S. Kaplan
Other books by the author
Robert S. Kaplan
Strategy Maps: Converting Intangible Assets into Tangible Outcomes
The Execution Premium: Linking Strategy to Operations for Competitive Advantage
Book reviews Strategy Maps: Converting Intangible Assets into Tangible Outcomes (0 reviews)
+ Добавить отзыв
$('.add_reve').on('click', function(e){
jQuery("html, body").animate({scrollTop: jQuery('#tab-review .prod_text').offset().top}, 500);
e.preventDefault();
});
$('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){
$.ajax({
url: 'index.php?route=product/product/getRecurringDescription',
type: 'post',
data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'),
dataType: 'json',
beforeSend: function() {
$('#recurring-description').html('');
},
success: function(json) {
$('.alert-dismissible, .text-danger').remove();
if (json['success']) {
$('#recurring-description').html(json['success']);
}
}
});
});
//-->