├── .github ├── FUNDING.yml ├── ISSUE_TEMPLATE │ └── bug_report.md └── workflows │ ├── codeql-analysis.yml │ ├── release.yml │ └── twitter.yml ├── .gitignore ├── .l10nignore ├── .travis.yml ├── .tx └── config ├── COPYING ├── Makefile ├── README.md ├── appinfo ├── info.xml └── routes.php ├── composer.json ├── composer.lock ├── css └── style.css ├── dist ├── 07723ae878c7e48ad441.svg ├── 07c018ae0160704a329067ec7fbdc614.png ├── 235da7467729c2a76213a5c455d27830.svg ├── 27ac5d1bc294b1fae0564fe461a6304d.png ├── 4bba59196d7ce26196967adefd7c5c3f.png ├── 70877b002e38b1438b21.png ├── 76d72a9c9134274cfceb.png ├── 7c1151bca8acc35fd9bb26dd6352e38e.svg ├── 8b117faa9d4dd934d6bbbd9f0cdb2459.png ├── 8debc83844d7e6a561da.png ├── a960f4c060ed06b0adf5.png ├── b58dcb5732c21a44cbc8.png ├── bd6354641338ea353bd465087cc088fb.svg ├── c4196d3286cc33244c83af3398675a6a.png ├── cabd619668a3d6c7c5c6188561d544b1.svg └── d95251f3f0245772fcf2.svg ├── drivers └── geckodriver ├── img ├── app-dark.svg ├── app.back.svg └── app.svg ├── js ├── 110.app.js ├── 119.app.js ├── 14.app.js ├── 221.app.js ├── 232.app.js ├── 268.app.js ├── 279.app.js ├── 346.app.js ├── 354.app.js ├── 359.app.js ├── 365.app.js ├── 399.app.js ├── 45.app.js ├── 454.app.js ├── 471.app.js ├── 473.app.js ├── 506.app.js ├── 56.app.js ├── 58.app.js ├── 586.app.js ├── 590.app.js ├── 615.app.js ├── 618.app.js ├── 635.app.js ├── 640.app.js ├── 66.app.js ├── 666.app.js ├── 673.app.js ├── 702.app.js ├── 71.app.js ├── 734.app.js ├── 741.app.js ├── 771.app.js ├── 785.app.js ├── 802.app.js ├── 814.app.js ├── 840.app.js ├── 856.app.js ├── 856.app.js.LICENSE.txt ├── 861.app.js ├── 862.app.js ├── 942.app.js ├── 986.app.js ├── adminSection.app.js ├── adminSection.app.js.LICENSE.txt ├── client.app.js ├── client.app.js.LICENSE.txt ├── configuration.app.js ├── configuration.app.js.LICENSE.txt ├── devis.app.js ├── devis.app.js.LICENSE.txt ├── devisShow.app.js ├── devisShow.app.js.LICENSE.txt ├── facture.app.js ├── facture.app.js.LICENSE.txt ├── factureShow.app.js ├── factureShow.app.js.LICENSE.txt ├── legalnotice.app.js ├── legalnotice.app.js.LICENSE.txt ├── pdf.app.js ├── pdf.app.js.LICENSE.txt ├── produit.app.js ├── produit.app.js.LICENSE.txt ├── statistique.app.js └── statistique.app.js.LICENSE.txt ├── l10n ├── .gitkeep ├── af.js ├── af.json ├── ar.js ├── ar.json ├── ast.js ├── ast.json ├── az.js ├── az.json ├── be.js ├── be.json ├── bg_BG.js ├── bg_BG.json ├── bn_BD.js ├── bn_BD.json ├── br.js ├── br.json ├── bs.js ├── bs.json ├── ca.js ├── ca.json ├── cs_CZ.js ├── cs_CZ.json ├── cy_GB.js ├── cy_GB.json ├── da.js ├── da.json ├── de.js ├── de.json ├── de_DE.js ├── de_DE.json ├── el.js ├── el.json ├── en_GB.js ├── en_GB.json ├── eo.js ├── eo.json ├── es.js ├── es.json ├── es_419.js ├── es_419.json ├── es_AR.js ├── es_AR.json ├── es_CL.js ├── es_CL.json ├── es_CO.js ├── es_CO.json ├── es_CR.js ├── es_CR.json ├── es_DO.js ├── es_DO.json ├── es_EC.js ├── es_EC.json ├── es_GT.js ├── es_GT.json ├── es_HN.js ├── es_HN.json ├── es_MX.js ├── es_MX.json ├── es_NI.js ├── es_NI.json ├── es_PA.js ├── es_PA.json ├── es_PE.js ├── es_PE.json ├── es_PR.js ├── es_PR.json ├── es_PY.js ├── es_PY.json ├── es_SV.js ├── es_SV.json ├── es_UY.js ├── es_UY.json ├── et_EE.js ├── et_EE.json ├── eu.js ├── eu.json ├── fa.js ├── fa.json ├── fi_FI.js ├── fi_FI.json ├── fr.js ├── fr.json ├── ga.js ├── ga.json ├── gl.js ├── gl.json ├── he.js ├── he.json ├── hr.js ├── hr.json ├── hu_HU.js ├── hu_HU.json ├── hy.js ├── hy.json ├── ia.js ├── ia.json ├── id.js ├── id.json ├── is.js ├── is.json ├── it.js ├── it.json ├── ja_JP.js ├── ja_JP.json ├── ka.js ├── ka.json ├── ka_GE.js ├── ka_GE.json ├── kab.js ├── kab.json ├── km.js ├── km.json ├── kn.js ├── kn.json ├── ko.js ├── ko.json ├── lb.js ├── lb.json ├── lo.js ├── lo.json ├── lt_LT.js ├── lt_LT.json ├── lv.js ├── lv.json ├── mk.js ├── mk.json ├── mn.js ├── mn.json ├── ms_MY.js ├── ms_MY.json ├── nb_NO.js ├── nb_NO.json ├── nl.js ├── nl.json ├── nn_NO.js ├── nn_NO.json ├── oc.js ├── oc.json ├── pl.js ├── pl.json ├── pt_BR.js ├── pt_BR.json ├── pt_PT.js ├── pt_PT.json ├── ro.js ├── ro.json ├── ru.js ├── ru.json ├── sc.js ├── sc.json ├── si.js ├── si.json ├── sk_SK.js ├── sk_SK.json ├── sl.js ├── sl.json ├── sq.js ├── sq.json ├── sr.js ├── sr.json ├── sv.js ├── sv.json ├── sw.js ├── sw.json ├── ta.js ├── ta.json ├── th_TH.js ├── th_TH.json ├── tr.js ├── tr.json ├── ug.js ├── ug.json ├── uk.js ├── uk.json ├── uz.js ├── uz.json ├── vi.js ├── vi.json ├── zh_CN.js ├── zh_CN.json ├── zh_HK.js ├── zh_HK.json ├── zh_TW.js └── zh_TW.json ├── lib ├── AppInfo │ └── Application.php ├── Controller │ ├── AdminController.php │ └── PageController.php ├── Db │ └── Bdd.php ├── Migration │ ├── Version20002Date20220201085856.php │ ├── Version20006Date20220223222222.php │ ├── Version20007Date20220311135612.php │ ├── Version20104Date20220728143910.php │ ├── Version20203Date20230115010101.php │ ├── Version20204Date20230202010101.php │ ├── Version20300Date20230714134445.php │ ├── Version20600Date20250326154440.php │ └── Version7Date20220125174818.php ├── Sections │ └── GestionAdmin.php └── Settings │ └── GestionAdmin.php ├── package.json ├── phpunit.integration.xml ├── phpunit.xml ├── phpunit.xml.dist ├── protocole_tests.sh ├── src ├── css │ └── mycss.less └── js │ ├── adminSection.js │ ├── client.js │ ├── configuration.js │ ├── devis.js │ ├── devisShow.js │ ├── facture.js │ ├── factureShow.js │ ├── legalnotice.js │ ├── listener │ └── main_listener.js │ ├── modules │ ├── ajaxRequest.js │ ├── list.js │ └── mainFunction.js │ ├── objects │ ├── client.js │ ├── devis.js │ ├── facture.js │ └── produit.js │ ├── pdf.js │ ├── produit.js │ └── statistique.js ├── templates ├── configuration.php ├── content │ ├── changelog.php │ ├── configuration.php │ ├── devis.php │ ├── devisshow.php │ ├── facture.php │ ├── factureshow.php │ ├── index.php │ ├── legalnotice.php │ ├── produit.php │ └── statistique.php ├── devis.php ├── devisshow.php ├── facture.php ├── factureshow.php ├── index.php ├── legalnotice.php ├── legalnotice │ ├── france.php │ └── france.php.old ├── modal │ └── configuration_modal.php ├── navigation │ └── index.php ├── produit.php ├── settings │ ├── admin.php │ └── index.php └── statistique.php ├── tests ├── Integration │ └── AppTest.php ├── Unit │ ├── Bdd │ │ └── BddTest.php │ ├── Controller │ │ └── PageControllerTest.php │ ├── Ihm │ │ └── JsTest.php │ └── Panther │ │ ├── IhmTest.php │ │ ├── initAppTest.php │ │ ├── initMysqlTest.php │ │ ├── initPgsqlTest.php │ │ └── screens │ │ ├── about.png │ │ ├── config.png │ │ ├── devis.png │ │ ├── facture.png │ │ ├── index.png │ │ ├── index_test.png │ │ ├── index_test_first.png │ │ ├── produit.png │ │ ├── selectFolder.png │ │ └── statistique.png ├── bootstrap.php ├── dataset.sql └── datasetpgsql.sql ├── translationfiles ├── de │ └── gestion.po └── fr │ └── gestion.po ├── vendor ├── autoload.php └── composer │ ├── ClassLoader.php │ ├── LICENSE │ ├── autoload_classmap.php │ ├── autoload_namespaces.php │ ├── autoload_psr4.php │ ├── autoload_real.php │ ├── autoload_static.php │ └── installed.json └── webpack.js /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: BAIMARD 2 | custom: ['https://www.buymeacoffee.com/benjaminaimard'] 3 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/workflows/codeql-analysis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/.github/workflows/codeql-analysis.yml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.github/workflows/twitter.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/.github/workflows/twitter.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | .* 3 | .vscode 4 | build 5 | vendor 6 | composer.lock -------------------------------------------------------------------------------- /.l10nignore: -------------------------------------------------------------------------------- 1 | js/ 2 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/.travis.yml -------------------------------------------------------------------------------- /.tx/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/.tx/config -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/COPYING -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/README.md -------------------------------------------------------------------------------- /appinfo/info.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/appinfo/info.xml -------------------------------------------------------------------------------- /appinfo/routes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/appinfo/routes.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/composer.json -------------------------------------------------------------------------------- /composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/composer.lock -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/css/style.css -------------------------------------------------------------------------------- /dist/07723ae878c7e48ad441.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/dist/07723ae878c7e48ad441.svg -------------------------------------------------------------------------------- /dist/07c018ae0160704a329067ec7fbdc614.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/dist/07c018ae0160704a329067ec7fbdc614.png -------------------------------------------------------------------------------- /dist/235da7467729c2a76213a5c455d27830.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/dist/235da7467729c2a76213a5c455d27830.svg -------------------------------------------------------------------------------- /dist/27ac5d1bc294b1fae0564fe461a6304d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/dist/27ac5d1bc294b1fae0564fe461a6304d.png -------------------------------------------------------------------------------- /dist/4bba59196d7ce26196967adefd7c5c3f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/dist/4bba59196d7ce26196967adefd7c5c3f.png -------------------------------------------------------------------------------- /dist/70877b002e38b1438b21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/dist/70877b002e38b1438b21.png -------------------------------------------------------------------------------- /dist/76d72a9c9134274cfceb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/dist/76d72a9c9134274cfceb.png -------------------------------------------------------------------------------- /dist/7c1151bca8acc35fd9bb26dd6352e38e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/dist/7c1151bca8acc35fd9bb26dd6352e38e.svg -------------------------------------------------------------------------------- /dist/8b117faa9d4dd934d6bbbd9f0cdb2459.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/dist/8b117faa9d4dd934d6bbbd9f0cdb2459.png -------------------------------------------------------------------------------- /dist/8debc83844d7e6a561da.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/dist/8debc83844d7e6a561da.png -------------------------------------------------------------------------------- /dist/a960f4c060ed06b0adf5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/dist/a960f4c060ed06b0adf5.png -------------------------------------------------------------------------------- /dist/b58dcb5732c21a44cbc8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/dist/b58dcb5732c21a44cbc8.png -------------------------------------------------------------------------------- /dist/bd6354641338ea353bd465087cc088fb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/dist/bd6354641338ea353bd465087cc088fb.svg -------------------------------------------------------------------------------- /dist/c4196d3286cc33244c83af3398675a6a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/dist/c4196d3286cc33244c83af3398675a6a.png -------------------------------------------------------------------------------- /dist/cabd619668a3d6c7c5c6188561d544b1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/dist/cabd619668a3d6c7c5c6188561d544b1.svg -------------------------------------------------------------------------------- /dist/d95251f3f0245772fcf2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/dist/d95251f3f0245772fcf2.svg -------------------------------------------------------------------------------- /drivers/geckodriver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/drivers/geckodriver -------------------------------------------------------------------------------- /img/app-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/img/app-dark.svg -------------------------------------------------------------------------------- /img/app.back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/img/app.back.svg -------------------------------------------------------------------------------- /img/app.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/img/app.svg -------------------------------------------------------------------------------- /js/110.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/110.app.js -------------------------------------------------------------------------------- /js/119.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/119.app.js -------------------------------------------------------------------------------- /js/14.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/14.app.js -------------------------------------------------------------------------------- /js/221.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/221.app.js -------------------------------------------------------------------------------- /js/232.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/232.app.js -------------------------------------------------------------------------------- /js/268.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/268.app.js -------------------------------------------------------------------------------- /js/279.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/279.app.js -------------------------------------------------------------------------------- /js/346.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/346.app.js -------------------------------------------------------------------------------- /js/354.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/354.app.js -------------------------------------------------------------------------------- /js/359.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/359.app.js -------------------------------------------------------------------------------- /js/365.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/365.app.js -------------------------------------------------------------------------------- /js/399.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/399.app.js -------------------------------------------------------------------------------- /js/45.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/45.app.js -------------------------------------------------------------------------------- /js/454.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/454.app.js -------------------------------------------------------------------------------- /js/471.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/471.app.js -------------------------------------------------------------------------------- /js/473.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/473.app.js -------------------------------------------------------------------------------- /js/506.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/506.app.js -------------------------------------------------------------------------------- /js/56.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/56.app.js -------------------------------------------------------------------------------- /js/58.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/58.app.js -------------------------------------------------------------------------------- /js/586.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/586.app.js -------------------------------------------------------------------------------- /js/590.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/590.app.js -------------------------------------------------------------------------------- /js/615.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/615.app.js -------------------------------------------------------------------------------- /js/618.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/618.app.js -------------------------------------------------------------------------------- /js/635.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/635.app.js -------------------------------------------------------------------------------- /js/640.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/640.app.js -------------------------------------------------------------------------------- /js/66.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/66.app.js -------------------------------------------------------------------------------- /js/666.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/666.app.js -------------------------------------------------------------------------------- /js/673.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/673.app.js -------------------------------------------------------------------------------- /js/702.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/702.app.js -------------------------------------------------------------------------------- /js/71.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/71.app.js -------------------------------------------------------------------------------- /js/734.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/734.app.js -------------------------------------------------------------------------------- /js/741.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/741.app.js -------------------------------------------------------------------------------- /js/771.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/771.app.js -------------------------------------------------------------------------------- /js/785.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/785.app.js -------------------------------------------------------------------------------- /js/802.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/802.app.js -------------------------------------------------------------------------------- /js/814.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/814.app.js -------------------------------------------------------------------------------- /js/840.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/840.app.js -------------------------------------------------------------------------------- /js/856.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/856.app.js -------------------------------------------------------------------------------- /js/856.app.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/856.app.js.LICENSE.txt -------------------------------------------------------------------------------- /js/861.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/861.app.js -------------------------------------------------------------------------------- /js/862.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/862.app.js -------------------------------------------------------------------------------- /js/942.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/942.app.js -------------------------------------------------------------------------------- /js/986.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/986.app.js -------------------------------------------------------------------------------- /js/adminSection.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/adminSection.app.js -------------------------------------------------------------------------------- /js/adminSection.app.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/adminSection.app.js.LICENSE.txt -------------------------------------------------------------------------------- /js/client.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/client.app.js -------------------------------------------------------------------------------- /js/client.app.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/client.app.js.LICENSE.txt -------------------------------------------------------------------------------- /js/configuration.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/configuration.app.js -------------------------------------------------------------------------------- /js/configuration.app.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/configuration.app.js.LICENSE.txt -------------------------------------------------------------------------------- /js/devis.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/devis.app.js -------------------------------------------------------------------------------- /js/devis.app.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/devis.app.js.LICENSE.txt -------------------------------------------------------------------------------- /js/devisShow.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/devisShow.app.js -------------------------------------------------------------------------------- /js/devisShow.app.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/devisShow.app.js.LICENSE.txt -------------------------------------------------------------------------------- /js/facture.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/facture.app.js -------------------------------------------------------------------------------- /js/facture.app.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/facture.app.js.LICENSE.txt -------------------------------------------------------------------------------- /js/factureShow.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/factureShow.app.js -------------------------------------------------------------------------------- /js/factureShow.app.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/factureShow.app.js.LICENSE.txt -------------------------------------------------------------------------------- /js/legalnotice.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/legalnotice.app.js -------------------------------------------------------------------------------- /js/legalnotice.app.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/legalnotice.app.js.LICENSE.txt -------------------------------------------------------------------------------- /js/pdf.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/pdf.app.js -------------------------------------------------------------------------------- /js/pdf.app.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/pdf.app.js.LICENSE.txt -------------------------------------------------------------------------------- /js/produit.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/produit.app.js -------------------------------------------------------------------------------- /js/produit.app.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/produit.app.js.LICENSE.txt -------------------------------------------------------------------------------- /js/statistique.app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/statistique.app.js -------------------------------------------------------------------------------- /js/statistique.app.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/js/statistique.app.js.LICENSE.txt -------------------------------------------------------------------------------- /l10n/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /l10n/af.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/af.js -------------------------------------------------------------------------------- /l10n/af.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/af.json -------------------------------------------------------------------------------- /l10n/ar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ar.js -------------------------------------------------------------------------------- /l10n/ar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ar.json -------------------------------------------------------------------------------- /l10n/ast.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ast.js -------------------------------------------------------------------------------- /l10n/ast.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ast.json -------------------------------------------------------------------------------- /l10n/az.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/az.js -------------------------------------------------------------------------------- /l10n/az.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/az.json -------------------------------------------------------------------------------- /l10n/be.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/be.js -------------------------------------------------------------------------------- /l10n/be.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/be.json -------------------------------------------------------------------------------- /l10n/bg_BG.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/bg_BG.js -------------------------------------------------------------------------------- /l10n/bg_BG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/bg_BG.json -------------------------------------------------------------------------------- /l10n/bn_BD.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/bn_BD.js -------------------------------------------------------------------------------- /l10n/bn_BD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/bn_BD.json -------------------------------------------------------------------------------- /l10n/br.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/br.js -------------------------------------------------------------------------------- /l10n/br.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/br.json -------------------------------------------------------------------------------- /l10n/bs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/bs.js -------------------------------------------------------------------------------- /l10n/bs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/bs.json -------------------------------------------------------------------------------- /l10n/ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ca.js -------------------------------------------------------------------------------- /l10n/ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ca.json -------------------------------------------------------------------------------- /l10n/cs_CZ.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/cs_CZ.js -------------------------------------------------------------------------------- /l10n/cs_CZ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/cs_CZ.json -------------------------------------------------------------------------------- /l10n/cy_GB.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/cy_GB.js -------------------------------------------------------------------------------- /l10n/cy_GB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/cy_GB.json -------------------------------------------------------------------------------- /l10n/da.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/da.js -------------------------------------------------------------------------------- /l10n/da.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/da.json -------------------------------------------------------------------------------- /l10n/de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/de.js -------------------------------------------------------------------------------- /l10n/de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/de.json -------------------------------------------------------------------------------- /l10n/de_DE.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/de_DE.js -------------------------------------------------------------------------------- /l10n/de_DE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/de_DE.json -------------------------------------------------------------------------------- /l10n/el.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/el.js -------------------------------------------------------------------------------- /l10n/el.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/el.json -------------------------------------------------------------------------------- /l10n/en_GB.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/en_GB.js -------------------------------------------------------------------------------- /l10n/en_GB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/en_GB.json -------------------------------------------------------------------------------- /l10n/eo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/eo.js -------------------------------------------------------------------------------- /l10n/eo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/eo.json -------------------------------------------------------------------------------- /l10n/es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es.js -------------------------------------------------------------------------------- /l10n/es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es.json -------------------------------------------------------------------------------- /l10n/es_419.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_419.js -------------------------------------------------------------------------------- /l10n/es_419.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_419.json -------------------------------------------------------------------------------- /l10n/es_AR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_AR.js -------------------------------------------------------------------------------- /l10n/es_AR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_AR.json -------------------------------------------------------------------------------- /l10n/es_CL.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_CL.js -------------------------------------------------------------------------------- /l10n/es_CL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_CL.json -------------------------------------------------------------------------------- /l10n/es_CO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_CO.js -------------------------------------------------------------------------------- /l10n/es_CO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_CO.json -------------------------------------------------------------------------------- /l10n/es_CR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_CR.js -------------------------------------------------------------------------------- /l10n/es_CR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_CR.json -------------------------------------------------------------------------------- /l10n/es_DO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_DO.js -------------------------------------------------------------------------------- /l10n/es_DO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_DO.json -------------------------------------------------------------------------------- /l10n/es_EC.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_EC.js -------------------------------------------------------------------------------- /l10n/es_EC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_EC.json -------------------------------------------------------------------------------- /l10n/es_GT.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_GT.js -------------------------------------------------------------------------------- /l10n/es_GT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_GT.json -------------------------------------------------------------------------------- /l10n/es_HN.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_HN.js -------------------------------------------------------------------------------- /l10n/es_HN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_HN.json -------------------------------------------------------------------------------- /l10n/es_MX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_MX.js -------------------------------------------------------------------------------- /l10n/es_MX.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_MX.json -------------------------------------------------------------------------------- /l10n/es_NI.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_NI.js -------------------------------------------------------------------------------- /l10n/es_NI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_NI.json -------------------------------------------------------------------------------- /l10n/es_PA.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_PA.js -------------------------------------------------------------------------------- /l10n/es_PA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_PA.json -------------------------------------------------------------------------------- /l10n/es_PE.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_PE.js -------------------------------------------------------------------------------- /l10n/es_PE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_PE.json -------------------------------------------------------------------------------- /l10n/es_PR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_PR.js -------------------------------------------------------------------------------- /l10n/es_PR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_PR.json -------------------------------------------------------------------------------- /l10n/es_PY.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_PY.js -------------------------------------------------------------------------------- /l10n/es_PY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_PY.json -------------------------------------------------------------------------------- /l10n/es_SV.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_SV.js -------------------------------------------------------------------------------- /l10n/es_SV.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_SV.json -------------------------------------------------------------------------------- /l10n/es_UY.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_UY.js -------------------------------------------------------------------------------- /l10n/es_UY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/es_UY.json -------------------------------------------------------------------------------- /l10n/et_EE.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/et_EE.js -------------------------------------------------------------------------------- /l10n/et_EE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/et_EE.json -------------------------------------------------------------------------------- /l10n/eu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/eu.js -------------------------------------------------------------------------------- /l10n/eu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/eu.json -------------------------------------------------------------------------------- /l10n/fa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/fa.js -------------------------------------------------------------------------------- /l10n/fa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/fa.json -------------------------------------------------------------------------------- /l10n/fi_FI.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/fi_FI.js -------------------------------------------------------------------------------- /l10n/fi_FI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/fi_FI.json -------------------------------------------------------------------------------- /l10n/fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/fr.js -------------------------------------------------------------------------------- /l10n/fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/fr.json -------------------------------------------------------------------------------- /l10n/ga.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ga.js -------------------------------------------------------------------------------- /l10n/ga.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ga.json -------------------------------------------------------------------------------- /l10n/gl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/gl.js -------------------------------------------------------------------------------- /l10n/gl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/gl.json -------------------------------------------------------------------------------- /l10n/he.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/he.js -------------------------------------------------------------------------------- /l10n/he.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/he.json -------------------------------------------------------------------------------- /l10n/hr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/hr.js -------------------------------------------------------------------------------- /l10n/hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/hr.json -------------------------------------------------------------------------------- /l10n/hu_HU.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/hu_HU.js -------------------------------------------------------------------------------- /l10n/hu_HU.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/hu_HU.json -------------------------------------------------------------------------------- /l10n/hy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/hy.js -------------------------------------------------------------------------------- /l10n/hy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/hy.json -------------------------------------------------------------------------------- /l10n/ia.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ia.js -------------------------------------------------------------------------------- /l10n/ia.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ia.json -------------------------------------------------------------------------------- /l10n/id.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/id.js -------------------------------------------------------------------------------- /l10n/id.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/id.json -------------------------------------------------------------------------------- /l10n/is.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/is.js -------------------------------------------------------------------------------- /l10n/is.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/is.json -------------------------------------------------------------------------------- /l10n/it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/it.js -------------------------------------------------------------------------------- /l10n/it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/it.json -------------------------------------------------------------------------------- /l10n/ja_JP.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ja_JP.js -------------------------------------------------------------------------------- /l10n/ja_JP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ja_JP.json -------------------------------------------------------------------------------- /l10n/ka.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ka.js -------------------------------------------------------------------------------- /l10n/ka.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ka.json -------------------------------------------------------------------------------- /l10n/ka_GE.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ka_GE.js -------------------------------------------------------------------------------- /l10n/ka_GE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ka_GE.json -------------------------------------------------------------------------------- /l10n/kab.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/kab.js -------------------------------------------------------------------------------- /l10n/kab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/kab.json -------------------------------------------------------------------------------- /l10n/km.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/km.js -------------------------------------------------------------------------------- /l10n/km.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/km.json -------------------------------------------------------------------------------- /l10n/kn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/kn.js -------------------------------------------------------------------------------- /l10n/kn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/kn.json -------------------------------------------------------------------------------- /l10n/ko.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ko.js -------------------------------------------------------------------------------- /l10n/ko.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ko.json -------------------------------------------------------------------------------- /l10n/lb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/lb.js -------------------------------------------------------------------------------- /l10n/lb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/lb.json -------------------------------------------------------------------------------- /l10n/lo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/lo.js -------------------------------------------------------------------------------- /l10n/lo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/lo.json -------------------------------------------------------------------------------- /l10n/lt_LT.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/lt_LT.js -------------------------------------------------------------------------------- /l10n/lt_LT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/lt_LT.json -------------------------------------------------------------------------------- /l10n/lv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/lv.js -------------------------------------------------------------------------------- /l10n/lv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/lv.json -------------------------------------------------------------------------------- /l10n/mk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/mk.js -------------------------------------------------------------------------------- /l10n/mk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/mk.json -------------------------------------------------------------------------------- /l10n/mn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/mn.js -------------------------------------------------------------------------------- /l10n/mn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/mn.json -------------------------------------------------------------------------------- /l10n/ms_MY.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ms_MY.js -------------------------------------------------------------------------------- /l10n/ms_MY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ms_MY.json -------------------------------------------------------------------------------- /l10n/nb_NO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/nb_NO.js -------------------------------------------------------------------------------- /l10n/nb_NO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/nb_NO.json -------------------------------------------------------------------------------- /l10n/nl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/nl.js -------------------------------------------------------------------------------- /l10n/nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/nl.json -------------------------------------------------------------------------------- /l10n/nn_NO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/nn_NO.js -------------------------------------------------------------------------------- /l10n/nn_NO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/nn_NO.json -------------------------------------------------------------------------------- /l10n/oc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/oc.js -------------------------------------------------------------------------------- /l10n/oc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/oc.json -------------------------------------------------------------------------------- /l10n/pl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/pl.js -------------------------------------------------------------------------------- /l10n/pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/pl.json -------------------------------------------------------------------------------- /l10n/pt_BR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/pt_BR.js -------------------------------------------------------------------------------- /l10n/pt_BR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/pt_BR.json -------------------------------------------------------------------------------- /l10n/pt_PT.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/pt_PT.js -------------------------------------------------------------------------------- /l10n/pt_PT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/pt_PT.json -------------------------------------------------------------------------------- /l10n/ro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ro.js -------------------------------------------------------------------------------- /l10n/ro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ro.json -------------------------------------------------------------------------------- /l10n/ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ru.js -------------------------------------------------------------------------------- /l10n/ru.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ru.json -------------------------------------------------------------------------------- /l10n/sc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/sc.js -------------------------------------------------------------------------------- /l10n/sc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/sc.json -------------------------------------------------------------------------------- /l10n/si.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/si.js -------------------------------------------------------------------------------- /l10n/si.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/si.json -------------------------------------------------------------------------------- /l10n/sk_SK.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/sk_SK.js -------------------------------------------------------------------------------- /l10n/sk_SK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/sk_SK.json -------------------------------------------------------------------------------- /l10n/sl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/sl.js -------------------------------------------------------------------------------- /l10n/sl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/sl.json -------------------------------------------------------------------------------- /l10n/sq.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/sq.js -------------------------------------------------------------------------------- /l10n/sq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/sq.json -------------------------------------------------------------------------------- /l10n/sr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/sr.js -------------------------------------------------------------------------------- /l10n/sr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/sr.json -------------------------------------------------------------------------------- /l10n/sv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/sv.js -------------------------------------------------------------------------------- /l10n/sv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/sv.json -------------------------------------------------------------------------------- /l10n/sw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/sw.js -------------------------------------------------------------------------------- /l10n/sw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/sw.json -------------------------------------------------------------------------------- /l10n/ta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ta.js -------------------------------------------------------------------------------- /l10n/ta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ta.json -------------------------------------------------------------------------------- /l10n/th_TH.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/th_TH.js -------------------------------------------------------------------------------- /l10n/th_TH.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/th_TH.json -------------------------------------------------------------------------------- /l10n/tr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/tr.js -------------------------------------------------------------------------------- /l10n/tr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/tr.json -------------------------------------------------------------------------------- /l10n/ug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ug.js -------------------------------------------------------------------------------- /l10n/ug.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/ug.json -------------------------------------------------------------------------------- /l10n/uk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/uk.js -------------------------------------------------------------------------------- /l10n/uk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/uk.json -------------------------------------------------------------------------------- /l10n/uz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/uz.js -------------------------------------------------------------------------------- /l10n/uz.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/uz.json -------------------------------------------------------------------------------- /l10n/vi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/vi.js -------------------------------------------------------------------------------- /l10n/vi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/vi.json -------------------------------------------------------------------------------- /l10n/zh_CN.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/zh_CN.js -------------------------------------------------------------------------------- /l10n/zh_CN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/zh_CN.json -------------------------------------------------------------------------------- /l10n/zh_HK.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/zh_HK.js -------------------------------------------------------------------------------- /l10n/zh_HK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/zh_HK.json -------------------------------------------------------------------------------- /l10n/zh_TW.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/zh_TW.js -------------------------------------------------------------------------------- /l10n/zh_TW.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/l10n/zh_TW.json -------------------------------------------------------------------------------- /lib/AppInfo/Application.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/lib/AppInfo/Application.php -------------------------------------------------------------------------------- /lib/Controller/AdminController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/lib/Controller/AdminController.php -------------------------------------------------------------------------------- /lib/Controller/PageController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/lib/Controller/PageController.php -------------------------------------------------------------------------------- /lib/Db/Bdd.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/lib/Db/Bdd.php -------------------------------------------------------------------------------- /lib/Migration/Version20002Date20220201085856.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/lib/Migration/Version20002Date20220201085856.php -------------------------------------------------------------------------------- /lib/Migration/Version20006Date20220223222222.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/lib/Migration/Version20006Date20220223222222.php -------------------------------------------------------------------------------- /lib/Migration/Version20007Date20220311135612.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/lib/Migration/Version20007Date20220311135612.php -------------------------------------------------------------------------------- /lib/Migration/Version20104Date20220728143910.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/lib/Migration/Version20104Date20220728143910.php -------------------------------------------------------------------------------- /lib/Migration/Version20203Date20230115010101.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/lib/Migration/Version20203Date20230115010101.php -------------------------------------------------------------------------------- /lib/Migration/Version20204Date20230202010101.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/lib/Migration/Version20204Date20230202010101.php -------------------------------------------------------------------------------- /lib/Migration/Version20300Date20230714134445.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/lib/Migration/Version20300Date20230714134445.php -------------------------------------------------------------------------------- /lib/Migration/Version20600Date20250326154440.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/lib/Migration/Version20600Date20250326154440.php -------------------------------------------------------------------------------- /lib/Migration/Version7Date20220125174818.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/lib/Migration/Version7Date20220125174818.php -------------------------------------------------------------------------------- /lib/Sections/GestionAdmin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/lib/Sections/GestionAdmin.php -------------------------------------------------------------------------------- /lib/Settings/GestionAdmin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/lib/Settings/GestionAdmin.php -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/package.json -------------------------------------------------------------------------------- /phpunit.integration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/phpunit.integration.xml -------------------------------------------------------------------------------- /phpunit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/phpunit.xml -------------------------------------------------------------------------------- /phpunit.xml.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/phpunit.xml.dist -------------------------------------------------------------------------------- /protocole_tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/protocole_tests.sh -------------------------------------------------------------------------------- /src/css/mycss.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/src/css/mycss.less -------------------------------------------------------------------------------- /src/js/adminSection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/src/js/adminSection.js -------------------------------------------------------------------------------- /src/js/client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/src/js/client.js -------------------------------------------------------------------------------- /src/js/configuration.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/src/js/configuration.js -------------------------------------------------------------------------------- /src/js/devis.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/src/js/devis.js -------------------------------------------------------------------------------- /src/js/devisShow.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/src/js/devisShow.js -------------------------------------------------------------------------------- /src/js/facture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/src/js/facture.js -------------------------------------------------------------------------------- /src/js/factureShow.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/src/js/factureShow.js -------------------------------------------------------------------------------- /src/js/legalnotice.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/src/js/legalnotice.js -------------------------------------------------------------------------------- /src/js/listener/main_listener.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/src/js/listener/main_listener.js -------------------------------------------------------------------------------- /src/js/modules/ajaxRequest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/src/js/modules/ajaxRequest.js -------------------------------------------------------------------------------- /src/js/modules/list.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/src/js/modules/list.js -------------------------------------------------------------------------------- /src/js/modules/mainFunction.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/src/js/modules/mainFunction.js -------------------------------------------------------------------------------- /src/js/objects/client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/src/js/objects/client.js -------------------------------------------------------------------------------- /src/js/objects/devis.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/src/js/objects/devis.js -------------------------------------------------------------------------------- /src/js/objects/facture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/src/js/objects/facture.js -------------------------------------------------------------------------------- /src/js/objects/produit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/src/js/objects/produit.js -------------------------------------------------------------------------------- /src/js/pdf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/src/js/pdf.js -------------------------------------------------------------------------------- /src/js/produit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/src/js/produit.js -------------------------------------------------------------------------------- /src/js/statistique.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/src/js/statistique.js -------------------------------------------------------------------------------- /templates/configuration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/configuration.php -------------------------------------------------------------------------------- /templates/content/changelog.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/content/changelog.php -------------------------------------------------------------------------------- /templates/content/configuration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/content/configuration.php -------------------------------------------------------------------------------- /templates/content/devis.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/content/devis.php -------------------------------------------------------------------------------- /templates/content/devisshow.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/content/devisshow.php -------------------------------------------------------------------------------- /templates/content/facture.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/content/facture.php -------------------------------------------------------------------------------- /templates/content/factureshow.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/content/factureshow.php -------------------------------------------------------------------------------- /templates/content/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/content/index.php -------------------------------------------------------------------------------- /templates/content/legalnotice.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/content/legalnotice.php -------------------------------------------------------------------------------- /templates/content/produit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/content/produit.php -------------------------------------------------------------------------------- /templates/content/statistique.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/content/statistique.php -------------------------------------------------------------------------------- /templates/devis.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/devis.php -------------------------------------------------------------------------------- /templates/devisshow.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/devisshow.php -------------------------------------------------------------------------------- /templates/facture.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/facture.php -------------------------------------------------------------------------------- /templates/factureshow.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/factureshow.php -------------------------------------------------------------------------------- /templates/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/index.php -------------------------------------------------------------------------------- /templates/legalnotice.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/legalnotice.php -------------------------------------------------------------------------------- /templates/legalnotice/france.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/legalnotice/france.php -------------------------------------------------------------------------------- /templates/legalnotice/france.php.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/legalnotice/france.php.old -------------------------------------------------------------------------------- /templates/modal/configuration_modal.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/modal/configuration_modal.php -------------------------------------------------------------------------------- /templates/navigation/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/navigation/index.php -------------------------------------------------------------------------------- /templates/produit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/produit.php -------------------------------------------------------------------------------- /templates/settings/admin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/settings/admin.php -------------------------------------------------------------------------------- /templates/settings/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/settings/index.php -------------------------------------------------------------------------------- /templates/statistique.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/templates/statistique.php -------------------------------------------------------------------------------- /tests/Integration/AppTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/tests/Integration/AppTest.php -------------------------------------------------------------------------------- /tests/Unit/Bdd/BddTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/tests/Unit/Bdd/BddTest.php -------------------------------------------------------------------------------- /tests/Unit/Controller/PageControllerTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/tests/Unit/Controller/PageControllerTest.php -------------------------------------------------------------------------------- /tests/Unit/Ihm/JsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/tests/Unit/Ihm/JsTest.php -------------------------------------------------------------------------------- /tests/Unit/Panther/IhmTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/tests/Unit/Panther/IhmTest.php -------------------------------------------------------------------------------- /tests/Unit/Panther/initAppTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/tests/Unit/Panther/initAppTest.php -------------------------------------------------------------------------------- /tests/Unit/Panther/initMysqlTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/tests/Unit/Panther/initMysqlTest.php -------------------------------------------------------------------------------- /tests/Unit/Panther/initPgsqlTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/tests/Unit/Panther/initPgsqlTest.php -------------------------------------------------------------------------------- /tests/Unit/Panther/screens/about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/tests/Unit/Panther/screens/about.png -------------------------------------------------------------------------------- /tests/Unit/Panther/screens/config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/tests/Unit/Panther/screens/config.png -------------------------------------------------------------------------------- /tests/Unit/Panther/screens/devis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/tests/Unit/Panther/screens/devis.png -------------------------------------------------------------------------------- /tests/Unit/Panther/screens/facture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/tests/Unit/Panther/screens/facture.png -------------------------------------------------------------------------------- /tests/Unit/Panther/screens/index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/tests/Unit/Panther/screens/index.png -------------------------------------------------------------------------------- /tests/Unit/Panther/screens/index_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/tests/Unit/Panther/screens/index_test.png -------------------------------------------------------------------------------- /tests/Unit/Panther/screens/index_test_first.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/tests/Unit/Panther/screens/index_test_first.png -------------------------------------------------------------------------------- /tests/Unit/Panther/screens/produit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/tests/Unit/Panther/screens/produit.png -------------------------------------------------------------------------------- /tests/Unit/Panther/screens/selectFolder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/tests/Unit/Panther/screens/selectFolder.png -------------------------------------------------------------------------------- /tests/Unit/Panther/screens/statistique.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/tests/Unit/Panther/screens/statistique.png -------------------------------------------------------------------------------- /tests/bootstrap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/tests/bootstrap.php -------------------------------------------------------------------------------- /tests/dataset.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/tests/dataset.sql -------------------------------------------------------------------------------- /tests/datasetpgsql.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/tests/datasetpgsql.sql -------------------------------------------------------------------------------- /translationfiles/de/gestion.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/translationfiles/de/gestion.po -------------------------------------------------------------------------------- /translationfiles/fr/gestion.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/translationfiles/fr/gestion.po -------------------------------------------------------------------------------- /vendor/autoload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/vendor/autoload.php -------------------------------------------------------------------------------- /vendor/composer/ClassLoader.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/vendor/composer/ClassLoader.php -------------------------------------------------------------------------------- /vendor/composer/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/vendor/composer/LICENSE -------------------------------------------------------------------------------- /vendor/composer/autoload_classmap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/vendor/composer/autoload_classmap.php -------------------------------------------------------------------------------- /vendor/composer/autoload_namespaces.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/vendor/composer/autoload_namespaces.php -------------------------------------------------------------------------------- /vendor/composer/autoload_psr4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/vendor/composer/autoload_psr4.php -------------------------------------------------------------------------------- /vendor/composer/autoload_real.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/vendor/composer/autoload_real.php -------------------------------------------------------------------------------- /vendor/composer/autoload_static.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/vendor/composer/autoload_static.php -------------------------------------------------------------------------------- /vendor/composer/installed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/vendor/composer/installed.json -------------------------------------------------------------------------------- /webpack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/baimard/gestion/HEAD/webpack.js --------------------------------------------------------------------------------