Sommaire
Fonctionnement
Crystal Reports
IMPRIME
Date
COPIER_TABLEAU
EST_WEEKEND
Decimal
COPIER_TABLEAU
Développement
LIEN_OUVRIR
VALIDER
VALIDER_TRANSACTION
VISU_ECRAN
Entier
COPIER_TABLEAU
Entier Court
COPIER_TABLEAU
Fichier
CHEMIN_VERS_VOLUME
CREER_REPERTOIRE
CSV_VERS_XLSX
DEZIPPER
ENVOYER
LISTER_FICHIERS
LISTER_REPERTOIRES
RECUP_EMPREINTE
RECUP_EXTENSION
RECUP_NOM
RECUP_NOM_COMPLET
SUPPR_REPERTOIRE
TELECHARGER
VOLUME_VERS_CHEMIN
ZIPPER
FTP
ENVOYER
LISTER
SUPPRIMER
TELECHARGER
Image
GENERER_CODE
IMAP
LISTER_DOSSIERS
JSON
COMPTER
DEFINIR_VALEUR
RECUP_CLES
RECUP_TYPE
RECUP_POS_CLE
RECUP_UN
RECUP_VALEUR
SUPPR_CLE
VERS_TAB
SMS
ENVOYER
SMTP
ENVOYER_EMAIL
Stock
RECUP_COUT
RECUP_QTE_DISPO
Texte
ALEATOIRE
COMPTER_OCCURRENCES
COPIER_TABLEAU
DECOUPER
EST_NUMERIQUE
HTML_DECODE
HTML_ENCODE
HTML_VERS_TXT
LIEN_DECODE
LIEN_ENCODE
REMPLACER
RTF_VERS_TXT
VERS_BASE64
Utilisateur
VERIF_PASSE
Vente
RECUP_TARIF
SOLDER_COMMANDE
func X3.FR_DEV_VALIDER_TRANSACTION(Char MODULE_IN, Integer TYPE_IN, Char CODE_IN, Char DOSSIER_IN) : Tinyint
Permet de valider des transactions de saisie.
- MODULE_IN Char Code du module à valider :
- "SAL" : Vente
- "PUR" : Achat
- "STK" : Stock
- "MFG" : Production
- "CPT" : Comptabilité
- "HDK" : Relation client
- "GTC" : Ecrans de consultation
- TYPE_IN Integer Fonction à valider selon le module :
- "SAL" :
- 0 = Toutes
- 1 = Devis
- 2 = Commande
- 3 = Commande ouverte
- 4 = Livraison
- 5 = Facture
- 6 = Retour client
- 7 = Retour prêt
- 8 = Retour matières sous-traitance
- 52= Avoir
- "PUR" :
- 0 = Toutes
- 1 = Appels d'offre
- 2 = Demandes d'achat
- 3 = Commandes standards
- 5 = Commandes ouvertes
- 6 = Réceptions fournisseurs
- 7 = Retours fournisseurs
- 8 = Factures/Avoirs
- 9 = Ordres de sous-traitance
- "STK" :
- 0 = Toutes
- 1 = Entrées diverses
- 2 = Sorties diverse
- 3 = Changements stock
- 4 = Modification lots
- 5 = Plan de rangement
- 6 = Inventaires
- 8 = Contrôle qualité
- 9 = Plan de reapprovisionnement
- 10= Plan de préparation
- 11= Colisage
- 12= Plan de préparation
- 51= Planning global de production
- 52= Plan de travail
- 53= Regroupements
- "MFG" :
- 0 = Toutes
- 1 = Ordre de fabrication
- 2 = Suivi de fabrication
- 60= Plan suivi des temps
- 61= Plan consommation
- 62= Plan production
- 63= Plan réintégration
- 65= Pilotage des plans
- 66= Plan des fiches techniques
- 90= Plan de pesée
- "HDK" :
- 0 = Toutes
- 1 = Parc
- 2 = Demandes de service
- 3 = Intervention
- CODE_IN Char Code d'une transaction particulière à valider : STD, ALL, etc ...
- DOSSIER_IN Char Nom du dossier dans lequel valider les transactions
Exemple
func X3.FR_DEV_VALIDER_TRANSACTION("SAL", 1, "", nomap)
Valide toutes les transactions de saisie Devis de Vente du dossier courant