supersam/docs
root a879ad01c3 fix: get_delivery_invitation_by_token returns full order composition with items
RPC was returning only top-level invoice numbers (nom) without the nested
product items inside orderList[].items[]. Now returns {name, quantity, items}
structure matching flattenOrderProducts() expectations in OrderCompositionPanel.

Before: orderItems = [{name: 'ТП-008590', quantity: '1'}]
After:  orderItems = [{name: 'ТП-008590', items: [{name: 'СФ Т\ЕА-28944', items: [{product_name, product_quantity, product_ed}]}]}]

Also includes stop words, delivery type, pickup code, payed_ship fields.
2026-06-23 05:12:00 +00:00
..
integrations feat: complete delivery workflow updates 2026-04-13 16:32:18 +03:00
operations feat: tighten email otp auth flow 2026-04-09 22:35:13 +03:00
sql fix: get_delivery_invitation_by_token returns full order composition with items 2026-06-23 05:12:00 +00:00
superpowers feat(delivery): auto-create invitation links 2026-05-13 18:59:30 +03:00
architecture.md docs: update documentation for pickup (самовывоз) feature and autodeploy 2026-06-10 12:22:56 +00:00
chatbot-integration.md Initial import 2026-03-14 18:40:54 +03:00
customer-demo-readiness-audit-plan.md Polish demo UI and delivery filters 2026-05-13 18:59:30 +03:00
n8n-order-group-delivery-flow.md docs: update documentation for pickup (самовывоз) feature and autodeploy 2026-06-10 12:22:56 +00:00
product-overview.md docs: update documentation for pickup (самовывоз) feature and autodeploy 2026-06-10 12:22:56 +00:00
scenarios.md docs: update documentation for pickup (самовывоз) feature and autodeploy 2026-06-10 12:22:56 +00:00
security-audit-remediation-plan.md Harden auth and delivery endpoints 2026-05-13 18:59:30 +03:00