A simple command-line Python application
to help with SIPD-RI and accounting tasks.
Explore the docs »
Report Bug
·
Request Feature
·
Donate
TODO: update the donate/sponsor links
TODO: update the product screenshot
This project helps SIPD-RI users automate repetitive tasks like downloading reports, scraping tables, and performing batch operations such as approving or inputting data. It also offers additional features like compressing and merging Excel files, as well as converting .xls
files to the newer .xlsx
format.
To get started with this project, you can either run it directly from the source code or use the pre-built .exe
version for Windows.
- Download the Latest Release: Go to the releases page and download the latest
.exe
file for your system. - Run the Application: Once downloaded, simply double-click the
.exe
file to launch the app.
If you prefer to run the app from source, follow these steps:
- Make sure you have Python 3.6 (or higher) installed. You can download it from the official Python website.
- Clone the repository to your local machine.
git clone https://github.com/odhyp/sipd-ri.git && cd sipd-ri
- Install dependencies
pip install -r requirements.txt
- Run the application
python main.py
After launching the application (either by running the .exe
or via Python), you can start using it to automate tasks.
For more examples, please refer to the Documentation TODO: update the docs url
- SIPDBot
- Penatausahaan --- Download Realisasi for given month(s)
- AKLAP --- Input Jurnal Umum (Penyusutan)
- AKLAP --- Posting Jurnal (Approve Jurnal) Belanja
- ExcelHelper
- compress excel files
- compile Laporan Realisasi
- data cleaning Laporan Realisasi Compile
- compress file excel (optional)
- create LRA Mingguan
- create LRA Bulanan
- Other
- add utils.py
- remove/change test print and time.sleep
- add docstring for class and class methods
- prettify the print output using
rich
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.