Merge pull request 'Invoice Add Edit and Delete Done' (#17) from swapnil-dev into main

Reviewed-on: #17
This commit was merged in pull request #17.
This commit is contained in:
2026-03-24 10:51:43 +00:00
3 changed files with 677 additions and 302 deletions

View File

@@ -66,7 +66,7 @@ def get_all_villages():
return fetch_all(cursor)
return execute_db_operation(operation)
# ------------------- Invoice Functions -------------------
def insert_invoice(data, village_id):
def operation(cursor):