From aa8b36014e330dc04f77a0f196caabba10bb12ad Mon Sep 17 00:00:00 2001 From: Priec Date: Fri, 14 Aug 2026 08:46:08 +0200 Subject: [PATCH] preview pane in client --- client | 2 +- common/proto/tables_data.proto | 4 ++++ common/src/proto/descriptor.bin | Bin 182105 -> 182366 bytes common/src/proto/komp_ac.tables_data.rs | 4 ++++ server | 2 +- 5 files changed, 10 insertions(+), 2 deletions(-) diff --git a/client b/client index 75221c3a..7027c474 160000 --- a/client +++ b/client @@ -1 +1 @@ -Subproject commit 75221c3adb22e3c6d8da59f9a93d5797d49bf7df +Subproject commit 7027c47443088a7e0be1013f96b75fc04ff587b3 diff --git a/common/proto/tables_data.proto b/common/proto/tables_data.proto index a27afb5f..5009fca0 100644 --- a/common/proto/tables_data.proto +++ b/common/proto/tables_data.proto @@ -386,6 +386,10 @@ message GetTableDataResponse { // The generation returned by this response. Zero is never returned. int64 row_version = 5; + + // Active journal containing this row's automatic accounting line, when the + // table is ACCOUNTING-enabled and the row has been posted. + optional int64 journal_id = 6; } // Count non-deleted rows. diff --git a/common/src/proto/descriptor.bin b/common/src/proto/descriptor.bin index d840f0b63e59066b3b8a34ea7322876661c4491c..9269e9c2d2916cfd48bbee3a5690169fbfb20bd2 100644 GIT binary patch delta 670 zcmYL_&ui0Q7{~KIZ<@Am8SB!mnF{(Mx`}Q>n26VHhdG4_;!dI?O@fWoq%?20)7X@O zlToQS8v-3W2;xof2RX{X?ch=H;KhUgh(2$Y*yHE@KHo2&oHI@yW8e}zBl=4--KbqsR4`kVqky-oO>CEPWK zrwiQjJz=_@>pkM4?gqT&uTKWtYzzO1DO`)2mgToSA@hdoIa7SS?s$0WFfPnm!{OMO zTUfZWvV3o8d2!nD>0*}SWa50iPnEiEKB7qB{Cg3 zlOdIO_8gmJpjLHlmnyHq_!~@=cWHsMtN5K&P;|9J!^6Mi$~6Ss>rf~p1BkfSp~bNb zaj!$iPq7cj!(leuJOXW|JLr)lDpt}S!CseE4R#wn3|-r!%6|Ci2yT`4XyIbw zVMvc&>VbeBy=)H=_j;KJBJTAv4+AiaPCO2dL7R>SJ?RnA)B_K(7fFx%=x+e%YCrsO h3=b~%DdZDZe8fth7Eb;sB3AmeGFsD`EnoPv{{YtMjr#xq delta 411 zcmcaNf%|43cS8%~7N%tdOdHm2Us1rciJ$EmGna^a>hyy}Ov2lX8<=z$S)|OlIHy0j z&uBXRPa{(ni&6}i#Po9=OcIlCgsV(%s9}=Zez}Qh4I5{34Hvr*D#1ug?F78Wrk1|gQt=^u|W8R>R1GjVY7 zasx#CPrLM$_;Uq8+it2Kj}i5=`dpde7o3}y}i U7#FBz2D7k85?eu0eo4MD0BLtn*#H0l diff --git a/common/src/proto/komp_ac.tables_data.rs b/common/src/proto/komp_ac.tables_data.rs index 7a924291..3b8b3c78 100644 --- a/common/src/proto/komp_ac.tables_data.rs +++ b/common/src/proto/komp_ac.tables_data.rs @@ -350,6 +350,10 @@ pub struct GetTableDataResponse { /// The generation returned by this response. Zero is never returned. #[prost(int64, tag = "5")] pub row_version: i64, + /// Active journal containing this row's automatic accounting line, when the + /// table is ACCOUNTING-enabled and the row has been posted. + #[prost(int64, optional, tag = "6")] + pub journal_id: ::core::option::Option, } /// Count non-deleted rows. #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)] diff --git a/server b/server index f57088e5..e17f9278 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit f57088e548dd3afb14f018697a12e82b13863b42 +Subproject commit e17f92785a816de2a0fff9d27eea5cb09ffb65a0