sbn_invoice / data_for_visual_path.js
Nra's picture
Upload 13 files
b39b5c2 verified
// Version: v5
const courseTopics =
[
{ category: "SAP AI - Technical Track - 2", topics: [
{ name: "SAP Artificial Intelligence Course", amount: 20000 }
]},
{ category: "SAP AI - Technical Track - 3", topics: [
{ name: "SAP Artificial Intelligence Course", amount: 30000 }
]},
{ category: "SAP AI - Technical Track - 4", topics: [
{ name: "SAP Artificial Intelligence Course", amount: 40000 }
]},
{ category: "SAP AI - Technical Track - 5", topics: [
{ name: "SAP Artificial Intelligence Course", amount: 50000 }
]},
{ category: "SAP AI - Technical Track - 6", topics: [
{ name: "SAP Artificial Intelligence Course", amount: 60000 }
]},
{ category: "SAP AI - Technical Track - 7", topics: [
{ name: "SAP Artificial Intelligence Course", amount: 70000 }
]},
{ category: "SAP AI - Technical Track - 8", topics: [
{ name: "SAP Artificial Intelligence Course", amount: 80000 }
]}
]