diff options
Diffstat (limited to 'config.php')
-rw-r--r-- | config.php | 31 |
1 files changed, 17 insertions, 14 deletions
@@ -15,20 +15,20 @@ $db_place = '../data/'; | |||
15 | 15 | ||
16 | 16 | ||
17 | // le dossier latex par défaut est celui "inclu" dans ce programme | 17 | // le dossier latex par défaut est celui "inclu" dans ce programme |
18 | // $receipts = '../latex/'; | 18 | // $receiptsLaTeX = '../data/latex/'; |
19 | $receipts = '../latex/'; | 19 | $receiptsLaTeX = '../data/latex/'; |
20 | $receiptsStorageLaTeX = '~ORDIPOLO/factures/latex/'; | 20 | // $receiptsPDF = '../data/pdf/'; |
21 | $receiptsStoragePDF = '~ORDIPOLO/factures/PDF/'; | 21 | $receiptsPDF = '../data/pdf/'; |
22 | 22 | ||
23 | // $quotations = '../latex/'; | 23 | // $quotationsLaTeX = '../data/latex/'; |
24 | $quotations = '../latex/'; | 24 | $quotationsLaTeX = '../data/latex/'; |
25 | $quotationsStorageLaTeX = '~ORDIPOLO/devis/latex/'; | 25 | // $quotationsPDF = '../data/pdf/'; |
26 | $quotationsStoragePDF = '~ORDIPOLO/devis/PDF/'; | 26 | $quotationsPDF = '../data/pdf/'; |
27 | 27 | ||
28 | // $envelopes = '../latex/'; | 28 | // $envelopesLaTeX = '../data/latex/'; |
29 | $envelopes = '../latex/'; | 29 | $envelopesLaTeX = '../data/latex/'; |
30 | $envelopesStorageLaTeX = '~ORDIPOLO/enveloppes/latex/'; | 30 | // $envelopesPDF = '../data/pdf/'; |
31 | $envelopesStoragePDF = '~ORDIPOLO/enveloppes/PDF/'; | 31 | $envelopesPDF = '../data/pdf/'; |
32 | 32 | ||
33 | 33 | ||
34 | // $pub = "~/ORDIPOLO/PUB/"; // dossier extérieur au choix | 34 | // $pub = "~/ORDIPOLO/PUB/"; // dossier extérieur au choix |
@@ -47,12 +47,15 @@ $image_editor = 'gimp'; | |||
47 | // $publishing = 'scribus'; | 47 | // $publishing = 'scribus'; |
48 | $publishing = 'scribus'; | 48 | $publishing = 'scribus'; |
49 | 49 | ||
50 | // format des dates: EU = européenne 28-11-2022, US = américaine 11/28/2022 | 50 | // $sqliteGUI = 'sqlitebrowser'; |
51 | $sqlite_gui = 'sqlitebrowser'; | ||
52 | |||
53 | // format des dates: EU exemple européenne 28-11-2022, US exemple américaine 11/28/2022 | ||
51 | // $date_format = 'EU'; | 54 | // $date_format = 'EU'; |
52 | $date_format = 'EU'; | 55 | $date_format = 'EU'; |
53 | 56 | ||
54 | 57 | ||
55 | //$x_terminal = 'xterm'; | 58 | // $x_terminal = 'xterm'; |
56 | // -- état actuel du programme -- | 59 | // -- état actuel du programme -- |
57 | // les terminaux gérés sont: xterm, urxvt, lxterminal, xfce4-terminal, gnome-terminal, konsole, Terminal (MAC, désactivé tant que non testé) | 60 | // les terminaux gérés sont: xterm, urxvt, lxterminal, xfce4-terminal, gnome-terminal, konsole, Terminal (MAC, désactivé tant que non testé) |
58 | // ajouter à l'accaz: i3-sensible-terminal (pour i3), lxterminal-qt (pour LXQT, et donc lubuntu) | 61 | // ajouter à l'accaz: i3-sensible-terminal (pour i3), lxterminal-qt (pour LXQT, et donc lubuntu) |