Skip to content

Commit

Permalink
Final Fourth Draft
Browse files Browse the repository at this point in the history
Added new harvester functions from the following Risat tabs:

- Pengabdian Masyarakat 'Telah Direview'

- Pengabdian Masyarakat 'Disetujui Dgn Revisi'

- Pengabdian Masyarakat 'Ditolak'
  • Loading branch information
groaking committed Sep 6, 2023
1 parent 96f29ee commit f1aa040
Show file tree
Hide file tree
Showing 4 changed files with 3,483 additions and 543 deletions.
2 changes: 1 addition & 1 deletion ND.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
> > ...
> should be wrapped in 'try-except' clause, to prevent future data empty cases
> [2] On 2023-07-03:
> [2] On 2023-07-03:[2023-09-06][Patched to the main program]
> As per Guitar's request, add the following functions (both on 'Penelitian' and 'Pengabdian' menu):
> 1. Usulan penelitian
> 2. Berkas direvisi
Expand Down
2 changes: 1 addition & 1 deletion compile.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pyinstaller main.py ^
--log-level INFO ^
--onefile ^
--windowed ^
--name sipesat-final-third-draft-20230822
--name sipesat-final-fourth-draft-20230906
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
# Compile SiPe.Sat into a Linux executable
pyinstaller main.py --clean --log-level INFO --onefile --windowed --name sipesat-final-third-draft-20230822
pyinstaller main.py --clean --log-level INFO --onefile --windowed --name sipesat-final-fourth-draft-20230906
Loading

0 comments on commit f1aa040

Please sign in to comment.