Code Monkey home page Code Monkey logo

label-generator-for-qbo's Introduction

Label Generator for QBO

alt text

Description

This Flask-based web application is designed for generating 4x6 shipping labels using QuickBooks Online (QBO) data and it is optimized for deployment on Google Cloud Run.

Click here to see an example of a generated PDF for 3 labels (one for each box).

Quickstart

  1. Navigate to your local repository directory.
cd your-repository-path/
  1. Replace or edit all ".example" files.

  2. Choose either to deploy and run on Google Cloud or to run on your local machine and then proceed accordingly.

To deploy this application to Google Cloud Run:

Run the following command:

gcloud run deploy [DESIRED NAME FOR THE APP] --source . --region [DESIRED REGION] --allow-unauthenticated --memory 1G

Example:

gcloud run deploy label-generator --source . --region us-central1 --allow-unauthenticated --memory 1G

To run this application on your local machine:

Run the following commands:

pip install -r requirements.txt
python app.py --on-premises [--sandbox or --production]

Application Flags

--sandbox

The --sandbox flag is used to run the application on Intuit's (QBO) sandbox environment. This is typically used for testing and development purposes, where changes can be made and tested without affecting the production environment.

--on-premises

The --on-premises flag allows the application to be run on a local machine.

Note on .example Files

All ".example" files provided in this repository are templates. They should be either replaced or renamed without the ".example" extension - if you choose the second option, then moddify the content with the actual values relevant to your deployment.

label-generator-for-qbo's People

Contributors

ygalvao avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.