diff options
Diffstat (limited to 'manual/03_files.md')
| -rw-r--r-- | manual/03_files.md | 29 |
1 files changed, 29 insertions, 0 deletions
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. <br /> +**documents/** : Contains all documents from which invoices have been generated. <br /> +**C/** : Contacts. <br /> +**E/** : Cost centers. <br /> +**I/** : Invoices. <br /> +**T/** : Tax rates. <br /> +**P/** : Projects.
\ No newline at end of file |
