Commit 47389c07 authored by Radek Fučík's avatar Radek Fučík
Browse files

Update README.md

parent b46d5755
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
@@ -10,16 +10,15 @@ Skript umí spojit více souborů exportu rekapitulace čerpání osobních pros

## Návod k použití

- v systému https://mis.cvut.cz

- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
- přihlašte se do systému https://mis.cvut.cz 
- zvolte "Rekapitulace čerpání mezd"
- vyberte období, které chcete exportovat (optimálně celý kalendářní rok)
- vpravo nahoře zvolte "Export zdrojových dat do MS Excel" a po delší prodlevě se stáhne "verso_mis_p_rek_cerp_m_table.xls"
- tento soubor pojmenujte podle daného roku, například takto "verso_mis_p_rek_cerp_m_table_2023.xls"
- takto vytvořené soubory nahrajte do adresáře se skriptem a spusťte skript:

```
cd existing_repo
git remote add origin https://mmg-gitlab.fjfi.cvut.cz/gitlab/fucik/misaggregator.git
git branch -M main
git push -uf origin main
python skript.py
```

## Integrate with your tools