Commit Graph

2 Commits

Author SHA1 Message Date
Claude Agent
f315aad14c fix: round acquisition price to 2 decimals in inventory note script
4 decimal places in STOC.PRET caused FACT-008 errors during invoicing
because pack_facturare.descarca_gestiune does exact price matching.
Also add pack_facturare flow analysis documentation.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 17:15:08 +00:00
Claude Agent
0ab83884fc feat: add inventory note script for populating stock from imported orders
Resolves all SKUs from imported GoMag orders directly against Oracle
(ARTICOLE_TERTI + NOM_ARTICOLE), creates id_set=90103 inventory notes
(DOCUMENTE + ACT + RUL + STOC) with configurable quantity and 30% markup
pricing. Supports dry-run, --apply, and --yes flags.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 16:30:55 +00:00