Priec
|
aa8b36014e
|
preview pane in client
|
2026-08-14 08:46:08 +02:00 |
|
Priec
|
85602159f4
|
fixing pane in client for accounting + debug optimizations to run
|
2026-08-14 07:45:43 +02:00 |
|
Priec
|
2b68560359
|
search fix to new architecture3
|
2026-08-13 22:21:31 +02:00 |
|
Priec
|
09b4d5097a
|
search fix to new architecture2
|
2026-08-13 21:57:27 +02:00 |
|
Priec
|
810c8ffd08
|
search fix to new architecture
|
2026-08-13 21:23:49 +02:00 |
|
Priec
|
6c15fcedc8
|
automatic account creation in the client
|
2026-08-13 16:38:43 +02:00 |
|
Priec
|
1f8b73793d
|
aliasing3
|
2026-08-13 14:41:27 +02:00 |
|
Priec
|
5fe630fff7
|
aliasing2
|
2026-08-13 14:24:34 +02:00 |
|
Priec
|
27d3e9af34
|
aliasing for accounting, where accounting real column names are the same as others, which is 0..n as opposed to previously real names and hardcoded search via those. Now we are using a look up table for the numbers mapping to look em up
|
2026-08-13 13:41:07 +02:00 |
|
Priec
|
774c9a3ce0
|
ecb conversions with corrections2
|
2026-08-13 11:57:40 +02:00 |
|
Priec
|
8f8b5b4601
|
ecb for dashboard - WRONG NEEDS CORRECTION ASAP
|
2026-08-13 10:20:04 +02:00 |
|
Priec
|
fe8ea680e3
|
exporting ECB
|
2026-08-13 09:11:41 +02:00 |
|
Priec
|
9ebe038130
|
account_id is now being aliased cos its fk
|
2026-08-12 20:45:25 +02:00 |
|
Priec
|
49323b58d6
|
aliasing of account fields
|
2026-08-12 20:17:57 +02:00 |
|
Priec
|
f8a333e540
|
FK columns can be directly referenced from now on
|
2026-08-12 19:50:43 +02:00 |
|
Priec
|
cdaa1b2b7d
|
display what accouting would create
|
2026-08-12 18:57:10 +02:00 |
|
Priec
|
fa50f29ff0
|
internally hidden column forgotten
|
2026-08-12 17:04:52 +02:00 |
|
Priec
|
bd76efeaac
|
form catalog
|
2026-08-12 16:19:41 +02:00 |
|
Priec
|
91f6779f38
|
permissions display
|
2026-08-12 10:35:13 +02:00 |
|
Priec
|
7f931a7d6d
|
v archivation7 deleted data
|
2026-08-11 23:57:18 +02:00 |
|
Priec
|
d53c28c90a
|
versioning of FK for archiving2
|
2026-08-11 22:02:16 +02:00 |
|
Priec
|
dcc07ee708
|
versioning of FK for archiving
|
2026-08-11 21:07:21 +02:00 |
|
Priec
|
71106a04cb
|
pws reset
|
2026-08-11 08:40:49 +02:00 |
|
Priec
|
d9165696ed
|
pgdump from rust for superadmin2
|
2026-08-09 22:57:14 +02:00 |
|
Priec
|
e65b22d863
|
pgdump from rust for superadmin
|
2026-08-09 22:57:12 +02:00 |
|
Priec
|
408dbac004
|
pgBackRest db backup
|
2026-08-09 21:42:38 +02:00 |
|
Priec
|
a5c8e08513
|
dynamic rbac and roles2
|
2026-08-09 13:26:59 +02:00 |
|
Priec
|
4d6c18988b
|
dynamic rbac and roles
|
2026-08-09 12:56:57 +02:00 |
|
Priec
|
29ccd8d2d7
|
fixing tests4 - columns have required flag from now on
|
2026-08-09 01:32:29 +02:00 |
|
Priec
|
36de1b2fde
|
fixing tests3 - account is reserved when accounting is selected for that table
|
2026-08-09 00:03:41 +02:00 |
|
Priec
|
83899c00cc
|
auth roles are in db now, admin and superadmin can add more
|
2026-08-08 23:55:44 +02:00 |
|
Priec
|
9ea03e0cc9
|
mask optionally part of the data
|
2026-08-08 22:42:32 +02:00 |
|
Priec
|
d063ea3ffe
|
truncation fix and other drifts2
|
2026-08-08 22:24:07 +02:00 |
|
Priec
|
49f5ff6505
|
accounts are strings in the client side2
|
2026-08-08 20:37:37 +02:00 |
|
Priec
|
a7b8d2021a
|
accounts are strings in the client side
|
2026-08-08 20:31:29 +02:00 |
|
Priec
|
7db328ca2b
|
centralized system columns - BUG NEEDS FIX FOR SPECIFIC SYSTEM COLUMNS
|
2026-08-08 18:58:24 +02:00 |
|
Priec
|
58b7d0b5fb
|
internally using real column name and alias is for external api only
|
2026-08-08 14:00:41 +02:00 |
|
Priec
|
751bfd9226
|
multiFK2
|
2026-08-08 12:40:42 +02:00 |
|
Priec
|
5be1a5c661
|
_id is free
|
2026-08-08 00:19:33 +02:00 |
|
Priec
|
0d78556428
|
multirow FK
|
2026-08-07 22:39:59 +02:00 |
|
Priec
|
251b1ae13d
|
move decimal fn to common and reuse it with client and server
|
2026-08-07 19:34:03 +02:00 |
|
Priec
|
f13def52c1
|
doing the table definition columns in add_table
|
2026-08-06 15:24:04 +02:00 |
|
Priec
|
3c6aa56e27
|
table definition column types is shared
|
2026-08-06 12:32:52 +02:00 |
|
Priec
|
7f93865f7d
|
ACCOUNTING_TRANSFER
|
2026-08-05 12:07:04 +02:00 |
|
Priec
|
c2002c7da3
|
proto rename for migrating profile to a new year
|
2026-08-04 16:17:56 +02:00 |
|
Priec
|
caf44c28df
|
move from profile to profile with accounts
|
2026-08-04 16:03:20 +02:00 |
|
Priec
|
0635e3bf10
|
moving balances of accounts between profiles - also other things in proto files
|
2026-08-04 09:31:25 +02:00 |
|
Priec
|
f248a60b07
|
moving from one profile to another profile
|
2026-08-04 00:42:20 +02:00 |
|
Priec
|
050f93e1fd
|
currency per column in table definition
|
2026-08-03 15:48:21 +02:00 |
|
Priec
|
c6b4e62698
|
typst file generating syntax
|
2026-07-31 01:13:12 +02:00 |
|