Help Center
How can we help? 👋

Numbering Fix

A description for second article

  1. Number one
  1. number two3. three
 

Edit this page in Notion

 
 
 

working?

 
 
adfasdfasdf asdfasdf asdfasdf
 
 
Notion image
 
 
Notion image
 
A toggle list

Huhu some text here :)

 
  1. miau cat
  1. leo is a cat too
 
["apple", "kiwi", "bread", "milk"]
a list of integers
{ 
"string" : ["apple", "kiwi", "bread", "milk"]
}
[ 1, 2, 3, 4, 5 ] 

[
	{ 
	"item": 1 
	}, 
	{ 
	"item" : 2 
	}
]
 
const cars = ["Saab", "Volvo", "BMW"];
["Saab", "Volvo", "BMW"];
const test = [{
  "color": "purple",
  "type": "minivan",
  "registration": new Date('2012-02-03'),
  "capacity": 7
}]
[{
  "color": "purple",
  "type": "minivan",
  "registration": new Date('2012-02-03'),
  "capacity": 7
},
{
  "color": "blue",
  "type": "porsche",
  "registration": new Date('2014-02-03'),
  "capacity": 2
}
]
 

How to create an RFP (Request For Reimbursement)


 
  1. Click on payments and reimbursements tile on dashboard.
    1. Notion image
  1. To start new request press “New Request” button:
    1. Notion image
  1. Press “Reimbursement” and choose if you want to reimburse:
      • Myself
      • Someone at MIT
      • External individual or supplier
 

Reimbursement for Someone at MIT/External individual or supplier


  1. Search up the person you are trying to reimburse. Your page should look like this:
 

How to create an RFP (Request For Reimbursement)


 
  1. Click on payments and reimbursements tile on dashboard.
    1. Notion image
  1. To start new request press “New Request” button:
Notion image
  1. Press “Reimbursement” and choose if you want to reimburse:
      • Myself
      • Someone at MIT
      • External individual or supplier
 

Reimbursement for Someone at MIT/External individual or supplier


  1. Search up the person you are trying to reimburse. Your page should look like this:
Did this answer your question?
😞
😐
🤩