Commit f4b8168
committed
fix: address remaining demo issues - positions, parties, audit, ledger
- Positions detail: fix BigInt crash by extracting units from
google.type.Money object instead of passing object to BigInt()
- Parties list: strip PARTY_STATUS_/PARTY_TYPE_ prefixes before
passing to StatusBadge for correct color mapping
- Audit log page: replace raw fetch with Connect-RPC client, add
protobuf Struct-to-object conversion for diff viewer
- Account detail: separate not-found vs server-error states
- Ledger: load postings in RetrieveFinancialBookingLog backend
endpoint (postings were intentionally not loaded in list queries)
- Manifests: improve error message when ManifestHistoryService
is not deployed1 parent 41227a8 commit f4b8168
9 files changed
Lines changed: 176 additions & 351 deletions
File tree
- frontend/src/features
- accounts
- hooks
- pages
- audit/pages
- manifests/pages
- parties/pages
- positions/pages
- services/financial-accounting/service
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
130 | 133 | | |
131 | 134 | | |
132 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
360 | 374 | | |
361 | 375 | | |
362 | 376 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments