GST Release Display Chages

This commit is contained in:
2026-03-24 16:08:37 +05:30
parent 7146391c18
commit 675301df7f
38 changed files with 215 additions and 178 deletions

View File

@@ -8,7 +8,7 @@ class ItemCRUDType(Enum):
State = 4
HoldType = 5
Subcontractor = 6
GSTRelease = 7
class RegEx:
patternAlphabetOnly = "^[A-Za-z ]+$"