Skip to content
This repository has been archived by the owner on Aug 8, 2021. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 679 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 679 Bytes

settings.json

Add settings.json on root.

{
  "profiles": [
    {
      "company_code": "test",
      "company_name": "Company Testing"
    }
  ]
}

LetsGO.exe

x86 build only

Python version

Client is using Python 3.7.2.

service-account.json

Add service-account.json on root (/src).

To create a new service-account.json, visit https://console.cloud.google.com/iam-admin/serviceaccounts/details/108078427194927849620;edit=true?project=letsgo-2019 Just add a new key and obtain the service-account.json.

Connect to Firebird iSQL

connect "C:\eStream\SQLAccounting\DB\ACC-0001.FDB" user "ADMIN" password "admin" role ADMIN; show tables;