Giter Site home page Giter Site logo

auto-invoicer's Introduction

Auto-Invoicer

This project is a tool that helps automate the invoicing process. It allows the user to send invoices to clients via email and backup the invoices once sent. This tool does not convert xps to pdf, to do this use https://xpstopdf.com/ and move the downloaded pdf's to the input directory

Installation

To install the Auto-Invoicer tool, follow these steps:

  1. Clone the repository to your local machine.
  2. Install the required dependencies by running the command pip install -r requirements.txt.
  3. Update the configuration in settings.py to match your environment.

Usage

To use the Auto-Invoicer tool, follow these steps:

  1. Open a terminal.
  2. Navigate to the Auto-Invoicer directory.
  3. Update the settings.py file to point to valid paths in your system and with the correct column names. Here are the configuration options you need to update:
    • PATH_EXCEL: The full path to where the excel file is located. This file must contain a column with the client number and email.
    • PATH_INPUT: The path where all the pdfs live.
    • PATH_BACKUP: The path to backup invoice once emails are sent.
    • SEND_EMAIL: A flag to enable sending emails.
    • BACKUP_PDF: A flag to enable backing up pdfs.
    • PDF_INVOICE_STR: The string in the pdf directly to the left of the invoice number.
    • PDF_CUSTOMER_STR: The string in the pdf directly to the left of the customer number.
    • EXCEL_EMAIL_STR: The name of the column in the excel file that contains the email address.
    • EXCEL_CUSTOMER_STR: The name of the column in the excel file that contains the customer number.
    • CC: Email that will be cc on the email
  4. Run the command python -m main to execute the tool.

auto-invoicer's People

Contributors

kobilee avatar

Watchers

 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.