shamoon
aa8be2c1a3
Fix: warn with proper error on ASN exists in trash ( #8176 )
2024-11-03 17:52:59 -08:00
shamoon
d09dec8b53
Fix: allow removing dead document links from UI, validate via API ( #8081 )
2024-10-28 10:39:17 -07:00
shamoon
af4d662409
Fix: Make customfieldinstance soft delete, fix filepath when deleted ( #8067 )
2024-10-28 14:02:09 +00:00
shamoon
b8111df963
Feature: live preview of storage path ( #7870 )
2024-10-09 23:35:36 +00:00
Trenton H
ca1f21fcca
Feature: Enhanced templating for filename format ( #7836 )
...
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-10-06 12:54:01 -07:00
shamoon
3507d297fa
Enhancement: management list button improvements ( #7848 )
2024-10-03 23:00:28 -07:00
shamoon
a3b4198408
Feature: auto-clean some invalid pdfs ( #7651 )
2024-09-25 15:57:20 +00:00
s0llvan
fd2bea0da9
Feature: page count ( #7750 )
...
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-09-25 08:22:12 -07:00
shamoon
dd4ada2a38
Feature: Enhanced backend custom field search API ( #7589 )
...
commit 910dae8413028f647e6295f30207cb5d4fc6605d
Author: Yichi Yang <yiy067@ucsd.edu>
Date: Wed Sep 4 12:47:19 2024 -0700
Fix: correctly handle the case where custom_field_lookup refers to multiple fields
commit e43f70d708b7d6b445f3ca8c8bf9dbdf5ee26085
Author: Yichi Yang <yiy067@ucsd.edu>
Date: Sat Aug 31 14:06:45 2024 -0700
Co-Authored-By: Yichi Yang <yichiyan@usc.edu>
2024-09-23 23:33:49 -07:00
Yichi Yang
4665f8bca6
Refactor: Reduce number of SQL queries when serializing List[Document] ( #7505 )
2024-08-24 21:20:24 -07:00
shamoon
0b22a10a71
Enhancement: allow specifying default currency for Monetary custom field ( #7381 )
2024-08-05 17:02:03 -07:00
shamoon
5ffcc83f23
Chore: upgrade to DRF 3.15 ( #7134 )
2024-07-09 16:57:53 +00:00
shamoon
a38e341015
Feature: select custom field type ( #7167 )
2024-07-09 07:57:07 -07:00
shamoon
099e4e0416
Fix: editing of existing custom fields violates throws unique error
2024-07-06 13:05:20 -07:00
shamoon
e9ba6de03e
Feature: documents trash aka soft delete ( #6944 )
2024-06-17 08:07:08 -07:00
Dominik Bruhn
6377233f38
Enhancement: support delete originals after split / merge ( #6935 )
...
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-06-08 11:29:03 -07:00
shamoon
7f6286e743
Change: rename redo OCR to reprocess ( #6866 )
2024-05-31 18:41:52 +00:00
shamoon
55912df056
Enhancement: only include correspondent 'last_correspondence' if requested ( #6792 )
2024-05-22 23:15:58 +00:00
shamoon
7973085859
Enhancement: delete pages PDF action ( #6772 )
2024-05-22 23:01:15 +00:00
Trenton H
16584328f1
Chore: Change the code formatter to Ruff ( #6756 )
...
* Changing the formatting to ruff-format
* Replaces references to black to ruff or ruff format, removes black from dependencies
2024-05-18 02:26:50 +00:00
Trenton H
8b215af7e7
Moves additional auditlog imports into protected blocks ( #6638 )
2024-05-08 09:04:32 -07:00
shamoon
0e03be895c
Fix: make backend monetary validation accept unpadded decimals ( #6626 )
2024-05-07 21:38:52 +00:00
shamoon
08da0f661e
Feature: global search, keyboard shortcuts / hotkey support ( #6449 )
2024-05-02 16:15:56 +00:00
shamoon
40b81c77e8
Feature: custom fields filtering & bulk editing ( #6484 )
2024-04-26 15:10:03 -07:00
shamoon
bcf8db0ad7
Feature: customizable fields display for documents, saved views & dashboard widgets ( #6439 )
2024-04-26 06:41:12 -07:00
shamoon
77752ec0a7
Feature: document history (audit log UI) ( #6388 )
2024-04-23 15:16:28 +00:00
Trenton H
c072313e25
Fix: Allow negative monetary values with a current code ( #6358 )
...
* Updates the currency validation to allow an optional negative
* Update frontend regex
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-04-10 07:33:13 -07:00
shamoon
46dbe9db2a
Fix: disable invalid create endpoints ( #6320 )
2024-04-07 18:50:40 +00:00
shamoon
3d784bb623
Enhancement: support custom fields in post_document endpoint ( #6222 )
2024-03-30 13:00:53 -07:00
shamoon
17e53dd020
Feature: PDF actions - merge, split & rotate ( #6094 )
2024-03-25 18:41:24 -07:00
shamoon
7e5bbd7dc2
Change: dont require empty bulk edit parameters ( #6059 )
2024-03-09 07:39:35 -08:00
shamoon
5bfb03de59
Feature: workflow removal action ( #5928 )
...
---------
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
2024-03-04 17:37:42 +00:00
shamoon
2f22e99b4a
Fix: always pass remove_inbox_tags
from UI, dont require in API ( #5962 )
2024-03-01 12:00:54 -08:00
shamoon
f1db5ae91a
Enhancement: better monetary field with currency code ( #5858 )
2024-02-27 16:26:06 +00:00
shamoon
390c925c28
Fix: only check workflow trigger source if not empty ( #5701 )
2024-02-09 08:57:09 -08:00
shamoon
e84ccbdf46
Enhancement: bulk delete objects ( #5688 )
2024-02-08 10:13:15 -08:00
Trenton H
ec0b0d0de4
Chore: Backend dependencies update ( #5676 )
2024-02-08 09:48:24 -08:00
shamoon
67fa48662e
Fix: Explicit validation of custom field name unique constraint ( #5647 )
2024-02-03 20:51:26 +00:00
shamoon
5de81e8482
Feature: option for auto-remove inbox tags on save ( #5562 )
2024-02-02 02:41:10 +00:00
shamoon
027b661a4e
Enhancement: mergeable bulk edit permissions ( #5508 )
2024-02-01 19:56:57 +00:00
shamoon
99422d09e5
Fix: doc link removal before assigning value ( #5451 )
2024-01-18 06:58:41 -08:00
shamoon
e96645141d
Enhancement: warn when outdated doc detected ( #5372 )
...
* Update modified property for target docs w bidirectional links
* Warn on doc change detected
2024-01-13 20:28:10 +00:00
shamoon
6336b6fbfb
Fix empty assign_title validation
2024-01-10 12:53:35 -08:00
shamoon
aabe4c48fc
Enhancement: title assignment placeholder error handling, fallback ( #5282 )
2024-01-10 10:18:55 -08:00
luzpaz
97f4690236
Documentation: Fix typos with automated tool ( #5319 )
...
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-01-08 16:58:41 +00:00
Bevan Kay
457165d66e
Enhancement: add storage_path
parameter to post_document API ( #5217 )
...
* Feature: add `storage_path` parameter to post_document API
* Complete coverage for validate_storage_path
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-01-03 08:31:56 +00:00
shamoon
1141b767a0
Feature: Workflows ( #5121 )
2024-01-03 08:19:19 +00:00
shamoon
f3590e688d
Fix symmetric doc links with target value None ( #5187 )
2023-12-31 07:56:26 -08:00
shamoon
8aaf093d2a
Fix: setting empty doc link with docs to be removed ( #5174 )
2023-12-30 07:43:29 -08:00
shamoon
718eaf04d4
Enhancement: improve validation of custom field values ( #5166 )
...
* Support all URI schemes
* Reworks custom field value validation to check and return a 400 error code in more cases and support more URL looking items, not just some basic schemes
* Fixes a spelling error in the message
---------
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
2023-12-29 14:45:29 -08:00