1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
| ┌─────────────────────────────────────────────────┐ │ MIRO — Logistics Invoice Verification│ ├─────────────────────────────────────────────────┤ │ Transaction Data │ │ [Invoice ▼] [PO Reference] [Amount] [Tax] │ ├─────────────────────────────────────────────────┤ │ Header Data │ │ (Invoice Date, Posting Date, Reference...) │ ├─────────────────────────────────────────────────┤ │ Assignment │ │ (Company Code, Currency...) │ ├─────────────────────────────────────────────────┤ │ Invoice Items │ │ ┌─────────────────────────────────────────┐ │ │ │PO │Material│Qty │Amount │Tax │GL Account│ │ │ ├───┼────────┼────┼───────┼────┼──────────┤ │ │ │450│100-100 │100 │1000.00│190│ 891000 │ │ │ └─────────────────────────────────────────┘ │ ├─────────────────────────────────────────────────┤ │ Vendor Data │ │ (Vendor No., Name, Terms of Payment...) │ ├─────────────────────────────────────────────────┤ │ Balance │ │ ┌─────────────────────────────────────────┐ │ │ │ Balance: 0.00 ← 必须为零才能过账 │ │ │ └─────────────────────────────────────────┘ │ └─────────────────────────────────────────────────┘
|