Skip to content

Python script to process and visualise 'Sales Detailed' and 'Payment Data' in .cvs format from qsl.quadranet service.

Notifications You must be signed in to change notification settings

hmelino/QuadraNpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuadraNpy

QuadraNpy is module to process "Payment Data" and "Sales Detailed " .csv reports from qls.quadranet website and creates graph with searched items.

  • Search for items sales in specified time period
  • Plot a graph using matplotlib

Tech

QuadraNpy uses a number of open source projects to work properly:

How to use

QuadraNpy requires 'PaymentData.csv' and 'SalesDetailed.csv' from same time period (month/week/year ...)

The newest version of QuadraNpy can automaticly detect type of report, so they can be bulk imported from folder, instead of importing them one by one.

 import QuadraNpy.main import Sales
 yearlyReport = Sales()
 yearlyReport.loadFolder('D:\Reports')
 yearlyReport.findTotal('Cappucino')

About

Python script to process and visualise 'Sales Detailed' and 'Payment Data' in .cvs format from qsl.quadranet service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages