igolaizola / agorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

agorer

agorer is a tool to sync Agora Retail software with Todostuslibros.com using SINLI format.

๐Ÿ“ฆ Installation

You can use the Golang binary to install agorer:

go install github.com/igolaizola/agorer/cmd/agorer@latest

Or you can download the binary from the releases

๐Ÿ•น๏ธ Usage

Create a configuration file. You can use example.conf as a template.

Use the help command to see the available options:

agorer --help
agorer stock --help
agorer sales --help

stock

Run this command to obtain the stock data from Agora Retail and send it by email in SINLI format:

agorer stock --config stock.conf

sales

Run this command to obtain sales data of a given day from Agora Retail and send it by email in SINLI format:

agorer stock --config sales.conf --day 2023-02-28

If day is not specified, the current day is used.

๐Ÿš€ Deployment

See deployment folder for a deployment template.

๐Ÿ“š Resources

About

License:MIT License


Languages

Language:Go 95.2%Language:Makefile 2.4%Language:Batchfile 2.1%Language:Dockerfile 0.4%