You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click, your profile icon on the top right corner. Select My Settings
You should be taken to Settings tab in your user profile.
Look for API Access section, usually located below Third Party Authentication. If you can't find it, contact your adminstrator to give you correct permission.
Once you see API Access section, click down arrow to show the content. Click Generate Keys.
Copy and save the API Key and API Secret securely, as ERPNext will only show this key:secret pair once. If you forget, you neeed to regenerate it.
Enter API Key and API Secret
Go to Timesheet Project admin page, usually at localhost:8000/admin.
Login with the username and password you've created.
Go to directly to http://localhost:8000/admin/auth/user/1/change/, scroll down to Profile section.
Enter your API Key and API Secret correctly. Do not mix them up.
Click Save at the bottom of the screen.
Fetch Data from ERP Next
In terminal, run
python manage.py update_erp_data
This should populate your Projects, Tasks, Public Holidays, and many more.