An open API service indexing awesome lists of open source software.

https://github.com/jenish-jain/bean_counter

🫘 An Accountant application to help with monthly GST filing for our traditional business
https://github.com/jenish-jain/bean_counter

accountant cloud-run golang-application google-sheets-api-v4

Last synced: 5 months ago
JSON representation

🫘 An Accountant application to help with monthly GST filing for our traditional business

Awesome Lists containing this project

README

          

# Bean counter 🫘

An Accountant application to help with monthly GST filing for our traditional business

## Latest build status

[![Deploy to Cloud Run from Source](https://github.com/jenish-jain/bean_counter/actions/workflows/google-cloudrun-source.yml/badge.svg)](https://github.com/jenish-jain/bean_counter/actions/workflows/google-cloudrun-source.yml)

Libraries Used

Google API go client :

### Curl to generate report

```curl
curl --location 'https://bean-counter-t2xsqgseuq-uc.a.run.app/gstReport/monthly' \
--header "Authorization: Bearer $(gcloud auth print-identity-token)" \
--header 'Content-Type: application/json' \
--data '{
"month" : 6,
"year" : 2023
}
```

## Blog

https://medium.com/@jenishjain6/how-i-automated-tax-reporting-for-my-father-b4db1edbcbd2(https://medium.com/@jenishjain6/how-i-automated-tax-reporting-for-my-father-b4db1edbcbd2