aliasing now move column position also
This commit is contained in:
@@ -45,8 +45,8 @@ Commit 29ccd8d added `ColumnDefinition.required` end-to-end (definition → vali
|
||||
**10. `account` field is bare.**
|
||||
The server exposes physical `account_id` as API column `account` — TEXT, slash-delimited, required on ACCOUNTING tables, and sending `account_id` directly is rejected (`server/src/tables_data/account_binding.rs`, `table_structure/query.rs:258`). The client removed its old `account_id → accounts` special case (client 827e6a4) and added no `account` handling: the form shows it as a plain TEXT field with no account picker or format validation. The ledger display part was fixed (`ledger.rs` renders `line.account`).
|
||||
|
||||
**11. No alias rename UI.**
|
||||
`rename_column_alias` is defined in the client's gRPC client (`grpc_client.rs:441`) but never called; the server's renameable-alias feature (8881041) is unreachable from the client.
|
||||
**11. Column presentation is managed by the table-definition UI.**
|
||||
`SetColumnPresentation` atomically updates aliases and presentation order from the admin table workspace.
|
||||
|
||||
**12. `CreateInvoiceTemplateTable` not used.**
|
||||
The server added table bundles generated from Typst invoice templates (a5c8e08); the client ships the `typst-template` feature but has no call or screen for it.
|
||||
|
||||
Reference in New Issue
Block a user