Metadata-Version: 2.1
Name: repl_uploader
Version: 2.2.6
Summary: Collection of scripts to upload Replicon expenses
Home-page: https://github.com/thig0w/replicon
Author: Thiago Weidman
Author-email: tw@weidman.com.br
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Development Status :: 4 - Beta 
Description-Content-Type: text/markdown
License-File: LICENSE

## Synopsis

This is a simple code to extract data information from an excel (with a predefined format) and send it to a new Replicon expense sheet using webservices.

## Motivation

Simplify my expenses reports

## Installation

1. Install Python - https://www.python.org/downloads/ (I am using python 3.8)

2. Check if python is in the path environment variable

    a) Command+r > type "rundll32 sysdm.cpl,EditEnvironmentVariables"

    b) Check if there is somenthing like "C:\Program Files (x86)\Python37-32\scripts;C:\Program Files (x86)\Python37-32" in the PATH variable

    c) Add it if necessary

3. Open a command window and install the required python modules using the following command:
```
pip install repl_uploader
```

4. Install de xlwings addon on excel typing the following command on a command window:
```
xlwings addin install
```

5. Garantee that the Project Name Format in your replicon is set to "Name - Code"

	a) Login on your Replicon account
	
	b) Go to settings (engine wheel - upper right corner)
	
	c) Change "Project Name Format" to "Name - Code"

6. When a new release is available, upgrade with the following command:
```
pip install --upgrade repl_uploader
```

## API Reference

xlwings - http://docs.xlwings.org/en/stable/quickstart.html

## Author
* **Thiago Weidman**

## Contributors
* **Danilo Passos** - The guy who made the worksheet template (Yeap, I stole the idea).
* **Rodrigo Tomazeli** - The Beta tester and "implementer"
* **Manuel Cardoso** - The new features specifier :)
