Bug 426 - haven't consider the case in which record a transaction creditting and debitting the same account
Summary: haven't consider the case in which record a transaction creditting and debitt...
Status: RESOLVED FIXED
Alias: None
Product: Group 3
Classification: Unclassified
Component: Corporation Accounting System (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- enhancement
Assignee: Hsu To-Liang
URL:
Depends on:
Blocks:
 
Reported: 2020-11-21 12:21 HKT by Hsu To-Liang
Modified: 2020-11-23 20:54 HKT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hsu To-Liang 2020-11-21 12:21:22 HKT

    
Comment 1 hsiangtai2-c 2020-11-23 20:54:20 HKT
You are correct. The program should not allow the user to debit and credit the same account in one transaction, since the effect would be canceled out and not make sense from an accounting standpoint. The program has been fixed and now checks whether the debited account and credited account are the same, in which case it will mark it as an invalid transaction record and not proceed with the recording process.