added some new packages in setup.py
This commit is contained in:
@@ -19,7 +19,7 @@ pyramid.includes =
|
|||||||
pyramid_tm
|
pyramid_tm
|
||||||
|
|
||||||
|
|
||||||
sqlalchemy.url = mysql://phuoc:phuoc!@192.168.0.31/bddevfac?charset=utf8
|
sqlalchemy.url = mysql://phuoc:phuoc!@localhost/bddevfac?charset=utf8
|
||||||
|
|
||||||
mondumas.admin_email = cao.thien-phuoc@orange.fr
|
mondumas.admin_email = cao.thien-phuoc@orange.fr
|
||||||
mondumas.devfac_url = mondumas:static/DEVFAC/DOCS_ATTACHES/
|
mondumas.devfac_url = mondumas:static/DEVFAC/DOCS_ATTACHES/
|
||||||
|
|||||||
@@ -6,6 +6,49 @@ Home-page: UNKNOWN
|
|||||||
Author:
|
Author:
|
||||||
Author-email:
|
Author-email:
|
||||||
License: UNKNOWN
|
License: UNKNOWN
|
||||||
|
Description: # README #
|
||||||
|
|
||||||
|
Cette application web permet aux collaborateurs de l'entreprise Dumas :
|
||||||
|
|
||||||
|
- de consulter et de gérer les dossiers des clients depuis leur tablette
|
||||||
|
- de créer un rapport de fuite et le faire signer par le client
|
||||||
|
|
||||||
|
Elle est développée avec les composants open source suivants :
|
||||||
|
|
||||||
|
## Backend
|
||||||
|
|
||||||
|
- [Python](https://www.python.org/downloads/) 3.7
|
||||||
|
- [Pyramid web framework](https://trypyramid.com/) 1.10
|
||||||
|
- [MySQL server](https://mysql.com/) 5.7 sur Windows Server 2008 R2 Standard
|
||||||
|
- [Apache web server](https://apache.org/) 2.4 sur Debian GNU/Linux 9 (stretch)
|
||||||
|
|
||||||
|
## Frontend
|
||||||
|
|
||||||
|
- [Bootstrap framework](https://getbootstrap.com/) for CSS 3.3.7
|
||||||
|
- [Jquery](https://jquery.com/download/) for JavaScript 3.2.1
|
||||||
|
- Chameleon templates
|
||||||
|
- [FormValidation](https://formvalidation.io/) form validator 0.7.0
|
||||||
|
|
||||||
|
## Jquery Plugins
|
||||||
|
|
||||||
|
- [DataTables](https://datatables.net/) 1.10.20
|
||||||
|
- [Fullcalendar](https://fullcalendar.io/) 3.9.0
|
||||||
|
- [fullcalendar Scheduler](https://fullcalendar.io/) 1.9.4
|
||||||
|
- [Jquery-ui et jquery-ui-themes](https://jqueryui.com/) 1.12.1
|
||||||
|
- [jSignature](https://willowsystems.github.io/jSignature)
|
||||||
|
- [less.js](http://lesscss.org/) 3.11.1
|
||||||
|
- [moment.js](https://momentjs.com/) with-locales.min.js
|
||||||
|
|
||||||
|
|
||||||
|
[Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
0.0
|
||||||
|
---
|
||||||
|
|
||||||
|
- Initial version
|
||||||
|
|
||||||
Keywords: web wsgi bfg pylons pyramid
|
Keywords: web wsgi bfg pylons pyramid
|
||||||
Platform: UNKNOWN
|
Platform: UNKNOWN
|
||||||
Classifier: Programming Language :: Python
|
Classifier: Programming Language :: Python
|
||||||
@@ -13,48 +56,3 @@ Classifier: Framework :: Pyramid
|
|||||||
Classifier: Topic :: Internet :: WWW/HTTP
|
Classifier: Topic :: Internet :: WWW/HTTP
|
||||||
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
|
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
|
||||||
Provides-Extra: testing
|
Provides-Extra: testing
|
||||||
|
|
||||||
# README #
|
|
||||||
|
|
||||||
Cette application web permet aux collaborateurs de l'entreprise Dumas :
|
|
||||||
|
|
||||||
- de consulter et de gérer les dossiers des clients depuis leur tablette
|
|
||||||
- de créer un rapport de fuite et le faire signer par le client
|
|
||||||
|
|
||||||
Elle est développée avec les composants open source suivants :
|
|
||||||
|
|
||||||
## Backend
|
|
||||||
|
|
||||||
- [Python](https://www.python.org/downloads/) 3.7
|
|
||||||
- [Pyramid web framework](https://trypyramid.com/) 1.10
|
|
||||||
- [MySQL server](https://mysql.com/) 5.7 sur Windows Server 2008 R2 Standard
|
|
||||||
- [Apache web server](https://apache.org/) 2.4 sur Debian GNU/Linux 9 (stretch)
|
|
||||||
|
|
||||||
## Frontend
|
|
||||||
|
|
||||||
- [Bootstrap framework](https://getbootstrap.com/) for CSS 3.3.7
|
|
||||||
- [Jquery](https://jquery.com/download/) for JavaScript 3.2.1
|
|
||||||
- Chameleon templates
|
|
||||||
- [FormValidation](https://formvalidation.io/) form validator 0.7.0
|
|
||||||
|
|
||||||
## Jquery Plugins
|
|
||||||
|
|
||||||
- [DataTables](https://datatables.net/) 1.10.20
|
|
||||||
- [Fullcalendar](https://fullcalendar.io/) 3.9.0
|
|
||||||
- [fullcalendar Scheduler](https://fullcalendar.io/) 1.9.4
|
|
||||||
- [Jquery-ui et jquery-ui-themes](https://jqueryui.com/) 1.12.1
|
|
||||||
- [jSignature](https://willowsystems.github.io/jSignature)
|
|
||||||
- [less.js](http://lesscss.org/) 3.11.1
|
|
||||||
- [moment.js](https://momentjs.com/) with-locales.min.js
|
|
||||||
|
|
||||||
|
|
||||||
[Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
0.0
|
|
||||||
---
|
|
||||||
|
|
||||||
- Initial version
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -14,8 +14,8 @@ pdfkit
|
|||||||
python-dateutil
|
python-dateutil
|
||||||
user-agents
|
user-agents
|
||||||
xlrd
|
xlrd
|
||||||
image
|
|
||||||
pdfminer3
|
pdfminer3
|
||||||
|
pillow==6.1
|
||||||
|
|
||||||
[testing]
|
[testing]
|
||||||
WebTest>=1.3.1
|
WebTest>=1.3.1
|
||||||
|
|||||||
@@ -131,7 +131,7 @@
|
|||||||
<li class="active"><a data-toggle="tab" href="#tab_suivi"><b>SUIVI du DOSSIER</b></a></li>
|
<li class="active"><a data-toggle="tab" href="#tab_suivi"><b>SUIVI du DOSSIER</b></a></li>
|
||||||
<li tal:condition="access > 0">
|
<li tal:condition="access > 0">
|
||||||
<a data-toggle="tab" href="#tab_documents"><b>DEVIS - FACTURES</b></a></li>
|
<a data-toggle="tab" href="#tab_documents"><b>DEVIS - FACTURES</b></a></li>
|
||||||
<li tal:condition="access > 0">
|
<li>
|
||||||
<a data-toggle="tab" href="#tab_attaches"><b>DOCUMENTS ATTACHES</b></a></li>
|
<a data-toggle="tab" href="#tab_attaches"><b>DOCUMENTS ATTACHES</b></a></li>
|
||||||
<li tal:condition="nodossier.startswith('PL')">
|
<li tal:condition="nodossier.startswith('PL')">
|
||||||
<a data-toggle="tab" href="#tab_rdf"><b>RAPPORTS DE RDF</b></a></li>
|
<a data-toggle="tab" href="#tab_rdf"><b>RAPPORTS DE RDF</b></a></li>
|
||||||
@@ -217,6 +217,7 @@
|
|||||||
|
|
||||||
<!-- PANEL DOCS ATTACHES -->
|
<!-- PANEL DOCS ATTACHES -->
|
||||||
<div id="tab_attaches" class="tab-pane fade">
|
<div id="tab_attaches" class="tab-pane fade">
|
||||||
|
<div tal:condition="access > 0">
|
||||||
<h3 class="text-center">DOCUMENTS ATTACHES</h3>
|
<h3 class="text-center">DOCUMENTS ATTACHES</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="${request.application_url}/upload_doc/${nodossier}/CLT" class="btn btn-success" role="button">
|
<a href="${request.application_url}/upload_doc/${nodossier}/CLT" class="btn btn-success" role="button">
|
||||||
@@ -249,7 +250,7 @@
|
|||||||
<td class="text-center">${detail.usermaj}</td>
|
<td class="text-center">${detail.usermaj}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
<h3 class="text-center">DOCUMENTS TECHNIQUES</h3>
|
<h3 class="text-center">DOCUMENTS TECHNIQUES</h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="${request.application_url}/upload_doc/${nodossier}/FRN" class="btn btn-success" role="button">
|
<a href="${request.application_url}/upload_doc/${nodossier}/FRN" class="btn btn-success" role="button">
|
||||||
|
|||||||
Reference in New Issue
Block a user