nationalreports.org
About This Project
• See your sales and production number as a region, as a state and as a group
• Compare with stores having similar population, square feet, and economic factors
• Works with any POS system and can even work if you don't have a POS system
• It's automatic and it's free
Using JSON
Our API is one way to upload your data to nationalreports.org. Here's a JSON example:
{
"date": "2022-02-27",
"store_id": "test_store",
"store_password": "XXXX",
"sales_qty": "1",
"sales_amt": "2.00",
"prod_qty": "3",
"prod_amt": "4.00",
"roundup_qty": "5",
"roundup_amt": "6.00",
"voucher_qty": "7",
"voucher_amt": "8.00",
"cust_qty": "9",
"dropoff_qty": "10",
"sales_tax": "11.00",
"prod_hrs": "12.00"
}
Using SimpleEOD
SimpleEOD is another way to upload your data to nationalreports.org.
• SimpleEOD can automatically upload your data if your POS vendor saves your end of day numbers to a CSV file (request a template) at the end of each day.
• SimpleEOD can be used to manually upload your data if your POS cannot save a CSV file or you do not have a POS system.