Add JRCC 2026 invoices; ignore generated PDFs #2
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
|||||||
.history
|
.history
|
||||||
node_modules
|
node_modules
|
||||||
*.pdf
|
*.pdf
|
||||||
|
.DS_Store
|
||||||
|
invoice/
|
||||||
|
|||||||
@ -136,6 +136,40 @@
|
|||||||
"taxTotal": 1300,
|
"taxTotal": 1300,
|
||||||
"total": 11300
|
"total": 11300
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"number": "2026-JRCC11",
|
||||||
|
"date": "2026-05-31",
|
||||||
|
"sender": "Levkin Inc.",
|
||||||
|
"client": "JRCC - Jewish Russian Community Centre",
|
||||||
|
"products": [
|
||||||
|
{
|
||||||
|
"description": "Design and development of PunimTag Web: full-stack facial recognition photo management platform (FastAPI backend, React frontend) with DeepFace-based face detection and identification, PostgreSQL/SQLite data storage, Redis/RQ background processing, advanced search and tagging, and deployment-ready configuration and documentation.",
|
||||||
|
"price": 10000,
|
||||||
|
"quantity": 1,
|
||||||
|
"taxRate": 13
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"subtotal": 10000,
|
||||||
|
"taxTotal": 1300,
|
||||||
|
"total": 11300
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"number": "2026-JRCC12",
|
||||||
|
"date": "2026-06-30",
|
||||||
|
"sender": "Levkin Inc.",
|
||||||
|
"client": "JRCC - Jewish Russian Community Centre",
|
||||||
|
"products": [
|
||||||
|
{
|
||||||
|
"description": "Design and development of PunimTag Web: full-stack facial recognition photo management platform (FastAPI backend, React frontend) with DeepFace-based face detection and identification, PostgreSQL/SQLite data storage, Redis/RQ background processing, advanced search and tagging, and deployment-ready configuration and documentation.",
|
||||||
|
"price": 10000,
|
||||||
|
"quantity": 1,
|
||||||
|
"taxRate": 13
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"subtotal": 10000,
|
||||||
|
"taxTotal": 1300,
|
||||||
|
"total": 11300
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"number": "2026-INNO16",
|
"number": "2026-INNO16",
|
||||||
"date": "2026-03-31",
|
"date": "2026-03-31",
|
||||||
@ -170,6 +204,40 @@
|
|||||||
"taxTotal": 1944.8,
|
"taxTotal": 1944.8,
|
||||||
"total": 16904.8
|
"total": 16904.8
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"number": "2026-INNO18",
|
||||||
|
"date": "2026-05-31",
|
||||||
|
"sender": "Levkin Inc.",
|
||||||
|
"client": "Innosphere SDG Ltd.",
|
||||||
|
"products": [
|
||||||
|
{
|
||||||
|
"description": "Javascript Developer - May 1 - May 31, 2026",
|
||||||
|
"price": 85,
|
||||||
|
"quantity": 160,
|
||||||
|
"taxRate": 13
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"subtotal": 13600,
|
||||||
|
"taxTotal": 1768,
|
||||||
|
"total": 15368
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"number": "2026-INNO19",
|
||||||
|
"date": "2026-06-30",
|
||||||
|
"sender": "Levkin Inc.",
|
||||||
|
"client": "Innosphere SDG Ltd.",
|
||||||
|
"products": [
|
||||||
|
{
|
||||||
|
"description": "Javascript Developer - Jun 1 - Jun 30, 2026",
|
||||||
|
"price": 85,
|
||||||
|
"quantity": 168,
|
||||||
|
"taxRate": 13
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"subtotal": 14280,
|
||||||
|
"taxTotal": 1856.4,
|
||||||
|
"total": 16136.4
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"number": "2026-LFSU01",
|
"number": "2026-LFSU01",
|
||||||
"date": "2026-03-22",
|
"date": "2026-03-22",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user