Skip to content

jenish-jain/bean_counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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