From 955af14f6664574df1ff47e073e39f8d48d6355a Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 11 Oct 2025 23:36:54 +0200 Subject: doxygen setup --- manual/03_files.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 manual/03_files.md (limited to 'manual/03_files.md') diff --git a/manual/03_files.md b/manual/03_files.md new file mode 100644 index 0000000..acbafa9 --- /dev/null +++ b/manual/03_files.md @@ -0,0 +1,29 @@ + +# File and data format + +Your administration is stored in a single **.openbook** file. +This is a zip file with the following format: + + administration.openbook/ + ├── info.xml + ├── C/ + │ ├── 1.xml + ├── E/ + │ ├── 2.xml + ├── I/ + │ ├── 3.xml + ├── T/ + │ ├── 4.xml + ├── P/ + │ ├── 5.xml + ├── documents/ + │ ├── invoice_1.pdf + │ ├── invoice_2.pdf + +**info.xml** : contains all company settings and data.
+**documents/** : Contains all documents from which invoices have been generated.
+**C/** : Contacts.
+**E/** : Cost centers.
+**I/** : Invoices.
+**T/** : Tax rates.
+**P/** : Projects. \ No newline at end of file -- cgit v1.2.3-70-g09d2