Skip to content
/ sipd Public

💼 🇮🇩 A simple command-line app for SIPD-RI tasks

License

Notifications You must be signed in to change notification settings

odhyp/sipd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issues Stargazers License Sponsor




Logo

SIPD-RI

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

🏖️ About This Project

Product Name Screen Shot 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.

👍 Getting Started

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.

Option 1: Using the Pre-Built .exe

  1. Download the Latest Release: Go to the releases page and download the latest .exe file for your system.
  2. Run the Application: Once downloaded, simply double-click the .exe file to launch the app.

Option 2: Running from Source Code

If you prefer to run the app from source, follow these steps:

  1. Make sure you have Python 3.6 (or higher) installed. You can download it from the official Python website.
  2. Clone the repository to your local machine.
     git clone https://github.com/odhyp/sipd-ri.git && cd sipd-ri
  3. Install dependencies
    pip install -r requirements.txt
  4. Run the application
    python main.py

📙 Usage

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

🗺️ Roadmap

  • 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).

💌 Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

😃 License

Distributed under the MIT License. See LICENSE for more information.