Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garodriguezlp/payroll
https://github.com/garodriguezlp/payroll
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/garodriguezlp/payroll
- Owner: garodriguezlp
- License: agpl-3.0
- Created: 2022-07-30T22:27:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T19:32:08.000Z (8 months ago)
- Last Synced: 2024-03-26T20:39:24.249Z (8 months ago)
- Language: Java
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Payroll CLI Tool
## What is Payroll?
Payroll is a CLI tool built with Java and Jbang, designed to process PDF files following Perficient Colombia's payroll standards.
It extracts information from bi-weekly payment vouchers and converts it into a CSV-like format for easy analysis in spreadsheet
applications. This tool is tailored to streamline data extraction from payroll documents.## How to Use Payroll
To use the Payroll CLI tool, follow these simple steps:
1. Navigate to the folder containing all the relevant PDF files. Ensure that this folder only contains the PDFs you wish to
process.2. Execute the following command:
```bash
payroll * | pbcopy
```This command processes all PDF files in the current directory, extracting the necessary data and copying it to your clipboard in a
CSV-like format, ready to be pasted into your preferred spreadsheet application for analysis.## Installation
To install the Payroll CLI tool, first install [Jbang](https://jbang.dev/) if not already done. Then, use the following command to
install the Payroll tool:```bash
jbang app install payroll@garodriguezlp
```This command installs the Payroll tool, making it readily available for use on your system.