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
- Host: GitHub
- URL: https://github.com/jenish-jain/bean_counter
- Owner: jenish-jain
- Created: 2023-04-08T17:56:33.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T05:03:14.000Z (over 1 year ago)
- Last Synced: 2024-09-15T09:20:35.884Z (over 1 year ago)
- Topics: accountant, cloud-run, golang-application, google-sheets-api-v4
- Language: Go
- Homepage: https://medium.com/@jenishjain6/how-i-automated-tax-reporting-for-my-father-b4db1edbcbd2
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bean counter 🫘
An Accountant application to help with monthly GST filing for our traditional business
## Latest build status
[](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