Bug 21051 - [Import][General Journal] - General Journal import should restrict amounts exceeding the defined digit limit.
Summary: [Import][General Journal] - General Journal import should restrict amounts ex...
Status: HOLD
Alias: None
Product: ML DB 64-bit Mac 2027
Classification: Unclassified
Component: Import (show other bugs)
Version: 27.0.0 Ver-01
Hardware: MAC macOS Sequoia
: Medium Medium
Target Milestone: ---
Assignee: pmyadav
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-08-18 17:42 IST by G.Shivasai
Modified: 2026-09-21 12:51 IST (History)
0 users

See Also:


Attachments
Here is the attached text file of General Journal. (81 bytes, text/plain)
2026-08-18 17:42 IST, G.Shivasai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description G.Shivasai 2026-08-18 17:42:31 IST
Created attachment 3476 [details]
Here is the attached text file of General Journal.

When importing a General Journal entry, the application allows amounts exceeding the defined transaction amount limit. Amounts with 13 digits for positive values and 14 digits for negative values should be restricted.

Expected Amount Limit:
During transaction creation, the application supports:
* Positive amount: Up to 12 digits
* Negative amount: Up to 13 digits

Examples:
* '123456789.00' → 12 digits — accepted
* '-123456789.00' → 13 digits — accepted


Current Import Behavior:
During import, the application currently allows:
* '12345678901.00' → 14 digits — should be restricted
* '-12345678901.00' → 15 digits — should be restricted

Expected Behavior:
The General Journal import validation should enforce the same amount limits as transaction creation and reject amounts exceeding the permitted digit length.

Screenshot:
https://prnt.sc/feV72_thTkMC