Skip to content

isaaceeeeee/Scoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

Scoro Integration Tools

This repository contains scripts and tools for automating tasks and integrating data with the Scoro API. The primary focus is on simplifying project and invoice management, improving data consistency, and enhancing workflow efficiency.


Features

Invoice Automation

Retrieves, processes, and exports invoice data efficiently.

Project Mapping

Maps project IDs and names to ensure accurate system alignment.

Custom Reporting

Generates Excel reports for project tracking and financial analysis.


Installation

Clone this repository:

bash

git clone https://github.com/isaaceeeeee/Scoro.git

Install dependencies:

bash

pip install -r requirements.txt

Usage (Python)

1. API Configuration

Update the config.json file with your Scoro API credentials:

json

    
    {
        "base_url" : "https://your_site.scoro.com/api/v2/",
        "api_key": "your_api_key",
        "company_account_id": "your_company_account_id"
        "lang": "eng",
    }
    

2. Run Scripts

Run individual scripts depending on your task:

python invoices.py

Usage (VBA)

1. json Parser

2. Create Macro Environment


Folder Structure

  • scripts/: Core automation scripts.
  • data/: Example input/output files.
  • docs/: Additional documentation.

Roadmap

  • Add real-time status updates for tasks.
  • Expand functionality to other Scoro modules.

Contributing

Contributions are welcome! Submit an issue or pull request to propose changes or suggest new features.


License

This project is licensed under the MIT License.

Releases

No releases published

Packages

 
 
 

Contributors

Languages