jenish-jain / bean_counter

🫘 An Accountant application to help with monthly GST filing for our traditional business
https://medium.com/@jenishjain6/how-i-automated-tax-reporting-for-my-father-b4db1edbcbd2
0 stars 0 forks source link
accountant cloud-run golang-application google-sheets-api-v4

Bean counter 🫘

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

Latest build status

Deploy to Cloud Run from Source

Libraries Used

Google API go client : https://github.com/googleapis/google-api-go-client

Curl to generate report

 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