Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unifier la gestion des remboursements et des ventes coté front/serveur. #288

Open
darnuria opened this issue Dec 26, 2017 · 1 comment
Open

Comments

@darnuria
Copy link
Contributor

Actuellement les fichiers:

  • ./ifaces/modification_verification_objet_remboursement.php
  • ./ifaces/remboursement.php
  • ./ifaces/viz_remboursement.php
  • ./ifaces/modification_verification_remboursement.php
  • ./moteur/remboursement_post.php
  • ./moteur/modification_verification_objet_remboursement_post.php

Servent à gérer une une vente avec un « remboursement ».
Il serait vachement cool de les dégager et d'unifier ça dans les fichiers suivants:

  • ./ifaces/verif_vente.php
  • ./ifaces/modification_verification_vente.php
  • ./ifaces/viz_vente.php
  • ./ifaces/modification_points_vente.php
  • ./ifaces/edition_points_vente.php
  • ./ifaces/ventes.php
  • ./moteur/modification_points_vente_post.php
  • ./moteur/ventes_visibles_post.php
  • ./moteur/modification_verification_vente_post.php
  • ./moteur/edition_points_vente_post.php

Un peu à part mais il faudra aller voir la dedans aussi:

  • ./api/ventes.php
  • ./js/ventes.js

Ça permetrait de se séparer de beaucoup de code doublon. <3

@mart1ver
Copy link
Owner

mart1ver commented Jan 2, 2018

Remboursements un peu cassé

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants