SupplierInvoice — ProShop
Entité unifiée FicheTransactions · entité native ProShop : bill.
Page générée, ne pas éditer — voir la version du dataset pour la provenance.
Voir aussi : page SupplierInvoice · Acomba · QuickBooks Online · Avantage · Sage 50.
Opérations
| Opération | Statut | Champs exhaustifs | Flags | Limitations |
|---|---|---|---|---|
| EXTRACT (GET) | Partielle | non | Lecture depuis ProShop 'bills' — EN-TÊTE seulement ; Lignes (LigneFacture[]) et taxes NON mappées en v1 (TODO) ; Formats : PROSHOP, SOLINFO|FULLTRANSACTION (partiel) ; INVOICEAR non supporté (TODO v2) ; Pas de mark-as-synced (les bills n'ont pas de champ status/originCode) | |
| CREATE (POST) | Non supportée | — | ||
| UPDATE (PUT) | Non supportée | — | ||
| DELETE (DELETE) | Non supportée | — |
Un champ absent du tableau est ? (inconnu), pas non supporté. En cas de doute, nous écrire.
Champs
| Champ unifié | Champ natif | CREATE | UPDATE | EXTRACT | FILTER | Note |
|---|---|---|---|---|---|---|
NoFacture | `ReferenceNumber | BillId` | X | X | OK | in |
NoUniqueSystemeSource | billId | X | X | OK | in | ID interne du bill ProShop. |
SousTypeTransaction | — | X | X | OK | — | Constante 'Bill'. |
DateFacture | DateIssued | X | X | OK | — | |
DateEcheance | DueDate | X | X | X | — | NON mappé (TODO). |
Description | Note | X | X | OK | — | |
Devise | Currency | X | X | OK | eq | |
EstActif | — | X | X | OK | — | Constante true. |
TotalFacture | TotalDollars | X | X | OK | — | |
InfoClientFacturerA.NoClient | `Supplier.CadSystem | Supplier.Name | SupplierId` | X | X | OK |
InfoClientFacturerA.NomClient | `Supplier.CompanyName | SupplierPlainText` | X | X | OK | — |
TermeDePaiement | PaymentTerms | X | X | X | — | NON entièrement mappé (TODO). |
Fiche_DerniereModification | lastModifiedTime | X | X | OK | eq, in, gt, ge, lt, le | |
LigneFacture | Items.Records | X | X | X | — | STUB v1 : les lignes du bill (partDescription, quantity, pricePer, totalDollars, accountNumber, taxType) existent côté ProShop mais NE SONT PAS mappées vers LigneFacture[]. TODO. |
ListeDesTaxes | TaxType | X | X | X | — | STUB v1 : TaxType non mappé dans ListeDesTaxes. TODO. |
Axes : OK supporté · X non supporté · ~ partiel · DEPR déprécié · EXP expérimental · ? inconnu.
Opérateurs en syntaxe $filter : eq égal · ne différent · gt/ge plus grand (ou égal) · lt/le plus petit (ou égal) · in dans une liste (InList) · contains contient · startswith commence par · — non filtrable.
Notes
Facture fournisseur = 'bill' ProShop. Lecture seule. EXTRACT marqué partial car seul l'EN-TÊTE est
mappé : les LIGNES (Items.Records) et les TAXES (TaxType) ne sont PAS encore converties en v1 (TODO). Le
format INVOICEAR n'est pas supporté (NotSupportedException, prévu v2). Contrairement aux factures clientes,
les bills n'ont pas de champ status/originCode → pas de mark-as-synced (à confirmer avec ProShop/Usitech).
fields_exhaustive: false.