- Add Facturapi REST service (invoices, customers, orgs, cancel, downloads) - Add JSON payload builder for ingreso/egreso/pago/global invoices - Replace XML queue with Facturapi JSON queue (payload_unsigned, external_id) - Update invoicing blueprint with Facturapi config and download endpoints - Update global invoice service to use Facturapi payloads - Add migration v4.3_facturapi.sql and tenant rollout script - Update invoicing UI: payload preview, PDF/XML downloads, PAC status panel - Add FACTURAPI_USER_KEY to .env.example
11 lines
131 B
Plaintext
11 lines
131 B
Plaintext
Flask>=2.3
|
|
psycopg2-binary>=2.9
|
|
PyJWT>=2.8
|
|
bcrypt>=4.0
|
|
lxml>=4.9
|
|
gunicorn>=22.0
|
|
redis>=5.0
|
|
meilisearch>=0.40
|
|
orjson
|
|
facturapi>=1.0
|