api-to-roefact by RENware Software Systems
CHANGELOG 0.1.10.dev
0.1.10 command interface improved, msi package building, invoice template & updated documentation (231207 h12:00)
-
231207piu_b build a
MSIpackage for0.1.10version ==>0.1.10-xl2roefact-0.1-win64.msi, also installedPython 3.11+cx-Freeze& updatedrequirements_xl2roefact.txt -
231207piu_a FIXED errors due to Excel files directory duplication in
xl2roefact&rdinv() -
231206piu_a clean code for
rdinv&xl2roefact, reviewed cnd closed some open issues (todos, notes, ...) -
231205piu_b made a directory for INVOICE TEMPLATE (
excel_invoice_template/) to be delivered with solutions "for who need a simple template", also write here aREADME_excel_invoice_rules.mdto describe all required conditions in order to be "RECOGNIZED & TRANSLATED to JSON" -
231205piu_a change all solution to use
richlibrary instead ofcolorama(Rich library refhttps://rich.readthedocs.io/en/stable/index.html)- drop all
from colorama import Fore, Back, Style - add new
from rich import print - update all places where
{Fore....}with[...]as:-
{Fore.YELLOW}with[yellow] -
{Fore.GREEN}with[green] -
{Fore.MAGENTA}with[magenta] -
{Fore.BLUE}with[blue] -
{Fore.CYAN}with[cyan] -
{Fore.RED}with[red]
-
- change all
typer.echowithprint - update all places where
{Style.RESET_ALL}with[/]
- drop all
-
231204piu_c build new executable and installer ==>
dist/0.1.10.231204piu_a-xl2roefact-0.1-win64.msi -
231204piu_b created
./doc/renamed and moved all documentation documents - intention to keep cleanxl2roefact root -
231204piu_a
xl2roefact xl2jsoncheck rdinv() result and if return False, ONLY print a message of "INFO note" then continue with next file (the effective error was print by module itself) && build a new executable package ==>dist/0.1.10.231204piu_a-exe.win-amd64-3.10.zip