No description
This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2025-02-27 11:42:39 +01:00
accounts updated translations 2025-02-17 22:10:38 +01:00
facturio docker 2025-02-24 15:49:23 +01:00
invoices docker 2025-02-24 15:49:23 +01:00
locale/cs/LC_MESSAGES updated translations 2025-02-17 22:10:38 +01:00
scripts multistage working and is quite effective (storage wise) 2025-02-25 07:57:45 +01:00
subjects updated translations 2025-02-17 22:10:38 +01:00
templates/facturio updated translations 2025-02-17 22:10:38 +01:00
.dockerignore docker 2025-02-24 15:49:23 +01:00
.env.example docker 2025-02-24 15:49:23 +01:00
.gitignore Implement basic invoicing 2024-08-16 20:12:49 +00:00
.pre-commit-config.yaml docker 2025-02-24 15:49:23 +01:00
.python-version changed to UV 2025-02-17 14:12:58 +01:00
db_schema.drawio Implement basic invoicing 2024-08-16 20:12:49 +00:00
db_schema_rework.drawio Implement basic invoicing 2024-08-16 20:12:49 +00:00
docker-compose.build.yml not working yet 2025-02-24 23:43:55 +01:00
docker-compose.yml not working yet 2025-02-24 23:43:55 +01:00
Dockerfile multistage working and is quite effective (storage wise) 2025-02-25 07:57:45 +01:00
manage.py Implement basic invoicing 2024-08-16 20:12:49 +00:00
pyproject.toml not working yet 2025-02-24 23:43:55 +01:00
README.md docker 2025-02-24 15:49:23 +01:00
uv.lock not working yet 2025-02-24 23:43:55 +01:00

Facturio

Running

  1. docker compose build
  2. docker compose up

Adding new backend packages

docker compose run --rm backend uv add <package>