Logiciel de vérification de la numérotation des factures.
Project description
VeriFacturation
Vérifie les numéros de factures manquants et les numéros de factures en doublon.
Fonctionnalités
- Tente de deviner les préfixes et suffixes des séquences de factures
- Cherche les factures manquantes de chaque séquence
- Cherche les doublons de chaque séquence
- Exporte les résultats au format Excel
- Possède une interface graphique mais peut aussi être utilisé en ligne de commande
Formats d'import
- Fichier Ecritures Comptables (.txt)
- Journal des Ventes de Cador/ACD Groupe (.xlsx)
Installation
Exemples
import verifact
verifact.gui.run_app()
from verifact import Invoice
from tkinter import filedialog
file = filedialog.askopenfilename(title="Sélectionner le journal de vente")
factures = Invoice(file)
factures.import_invoices("CADOR")
find_pattern = factures
patterns = find_pattern.infer_pattern()
for pattern in patterns:
factures.serial.add_serial(
prefix=pattern["prefix"],
suffix=pattern["suffix"],
start=pattern["start"],
end=pattern["end"]
)
factures.search_pattern()
factures.search_missing()
factures.search_duplicate()
factures.export()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
verifacturation-1.1.0.tar.gz
(20.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file verifacturation-1.1.0.tar.gz.
File metadata
- Download URL: verifacturation-1.1.0.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c129cc6c74ed5cd90f03afb21c6175dfffa3df3900bf5f5d06be0a48d3b5b4d1
|
|
| MD5 |
134a1a5088079e5ff4286b650c950b37
|
|
| BLAKE2b-256 |
0c5242f0ddc5fa09c4f8d8edff6ab3bd47bfa67d994250e9fcbfc7c989f2c6fa
|
File details
Details for the file VeriFacturation-1.1.0-py3-none-any.whl.
File metadata
- Download URL: VeriFacturation-1.1.0-py3-none-any.whl
- Upload date:
- Size: 24.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b99023e1f5b2227f80938ccf7d7724feaaab951a7b11b7990e467c0c156dbf0
|
|
| MD5 |
50f5a24489fc95f80777f19b19678419
|
|
| BLAKE2b-256 |
31187aa725340949d65321519936bf5c9aaef684c8c352b2fb9d88b8cffcc1cd
|