diff options
| author | polo <ordipolo@gmx.fr> | 2022-12-02 15:29:02 +0100 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2022-12-02 15:29:02 +0100 |
| commit | 6b55446d12a5c39d5a4a4584bfabc7507c2f9b74 (patch) | |
| tree | 8e2e337b93391225d5e702a553314164f6139d86 /config.php | |
| parent | 473ee4ec50a6bfdfa5c145471b077b7e3749beeb (diff) | |
| download | AppliGestionPHP-6b55446d12a5c39d5a4a4584bfabc7507c2f9b74.tar.gz AppliGestionPHP-6b55446d12a5c39d5a4a4584bfabc7507c2f9b74.tar.bz2 AppliGestionPHP-6b55446d12a5c39d5a4a4584bfabc7507c2f9b74.zip | |
date<->timestamp, ===, renommage, latex
Diffstat (limited to 'config.php')
| -rw-r--r-- | config.php | 22 |
1 files changed, 12 insertions, 10 deletions
| @@ -10,27 +10,29 @@ $business_name = 'ORDIPOLO'; | |||
| 10 | $db_name = "ordipolo"; | 10 | $db_name = "ordipolo"; |
| 11 | 11 | ||
| 12 | // défaut = racine de l'appli = dossier parent de celui du code source | 12 | // défaut = racine de l'appli = dossier parent de celui du code source |
| 13 | // $db_place = '../'; | 13 | // $db_place = '../data/'; |
| 14 | $db_place = '../data/'; | 14 | $db_place = '../data/'; |
| 15 | 15 | ||
| 16 | 16 | ||
| 17 | // $receipts = 'LaTeX/'; | 17 | // le dossier latex par défaut est celui "inclu" dans ce programme |
| 18 | $receipts = 'LaTeX/'; | 18 | // $receipts = '../latex/'; |
| 19 | $receiptsStorageLaTeX = '~ORDIPOLO/factures/LaTeX/'; | 19 | $receipts = '../latex/'; |
| 20 | $receiptsStorageLaTeX = '~ORDIPOLO/factures/latex/'; | ||
| 20 | $receiptsStoragePDF = '~ORDIPOLO/factures/PDF/'; | 21 | $receiptsStoragePDF = '~ORDIPOLO/factures/PDF/'; |
| 21 | 22 | ||
| 22 | // $quotations = 'LaTeX/'; | 23 | // $quotations = '../latex/'; |
| 23 | $quotations = 'LaTeX/'; | 24 | $quotations = '../latex/'; |
| 24 | $quotationsStorageLaTeX = '~ORDIPOLO/devis/LaTeX/'; | 25 | $quotationsStorageLaTeX = '~ORDIPOLO/devis/latex/'; |
| 25 | $quotationsStoragePDF = '~ORDIPOLO/devis/PDF/'; | 26 | $quotationsStoragePDF = '~ORDIPOLO/devis/PDF/'; |
| 26 | 27 | ||
| 27 | // $envelopes = 'LaTeX/'; | 28 | // $envelopes = '../latex/'; |
| 28 | $envelopes = 'LaTeX/'; | 29 | $envelopes = '../latex/'; |
| 29 | $envelopesStorageLaTeX = '~ORDIPOLO/enveloppes/LaTeX/'; | 30 | $envelopesStorageLaTeX = '~ORDIPOLO/enveloppes/latex/'; |
| 30 | $envelopesStoragePDF = '~ORDIPOLO/enveloppes/PDF/'; | 31 | $envelopesStoragePDF = '~ORDIPOLO/enveloppes/PDF/'; |
| 31 | 32 | ||
| 32 | 33 | ||
| 33 | // $pub = "~/ORDIPOLO/PUB/"; // dossier extérieur au choix | 34 | // $pub = "~/ORDIPOLO/PUB/"; // dossier extérieur au choix |
| 35 | // $pub = "../pub/"; | ||
| 34 | $pub = "../pub/"; // dossier pub inclu dans l'appli | 36 | $pub = "../pub/"; // dossier pub inclu dans l'appli |
| 35 | 37 | ||
| 36 | // $flyer = "flyer.xcf"; | 38 | // $flyer = "flyer.xcf"; |
