Skip to content

Parses Amazon orders export text file and generates accounting report based on segments

Notifications You must be signed in to change notification settings

yomajo/Amazon-Accounting-Report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Accounting Report

Description

The firm calculates sales from Amazon market place based on VAT (value added tax) region and currency segments.

Program takes an export text file from Amazon and prepares a flexible Accounting Report in xlsx format.

Project is heavily based on previous work.

Project Caveats:

  • Not uploading source files, or databases due to sensitivity of personal information;
  • No Excel side (VBA) implementation is uploaded;

Features

  • Filters out:
    • today's orders (assumes incomplete date);
    • orders alreadt processed before (present in database)
  • Logs, backups database;
  • Automatic database self-flushing of records as defined by ORDERS_ARCHIVE_DAYS in orders_db.py;
  • Creates a Excel report with:
    • Datasheets for each present segments in loaded raw text file with selected data for each order;
    • Summary sheet

Example Report Screenshots

Example of report summary sheet:

Report Summary Sceenshot

Example of report data sheet for specific segment:

Report Datasheet Sample

Requirements

Python 3.7+

Most requirements are for compiling python executable for Windows. openpyxl is the only third-party library used.

pip install requirements.txt

About

Parses Amazon orders export text file and generates accounting report based on segments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages