Project

General

Custom queries

Profile

Edit Copy Actions

Feature #378

open

Payment Single

Added by Junaid M 8 months ago. Updated 2 days ago.

Status:
Reopen Bugs Coding Done
Priority:
Normal
Target version:
Start date:
10/07/2024
Due date:
% Done:

70%

Estimated time:
Owner(Agency):
Travvise
Time Taken(HH):
Module:
Payment
Tested By:
Code Reviewed By:

Description

Module Name: Payment
Existing Receipt Name: Payment(+)

1. Like Debit Credit Note UI, Extra Divs belof FOP left side
2. Left Side: Fop
3. Right Side: Party
4. Use same Backend Code
5. Load Only Single Fop,Party Payment


Files

clipboard-202411181504-xglts.png (77.4 KB) clipboard-202411181504-xglts.png Theja Ponon, 11/18/2024 03:04 PM
clipboard-202411181505-rnvky.png (77.4 KB) clipboard-202411181505-rnvky.png Theja Ponon, 11/18/2024 03:06 PM
clipboard-202411181505-df4ca.png (77.4 KB) clipboard-202411181505-df4ca.png Theja Ponon, 11/18/2024 03:06 PM
clipboard-202502171206-szz9v.png (14.8 KB) clipboard-202502171206-szz9v.png Theja Ponon, 02/17/2025 12:06 PM
clipboard-202502171227-hppfx.png (14.8 KB) clipboard-202502171227-hppfx.png Theja Ponon, 02/17/2025 12:27 PM
clipboard-202502281045-jvr07.png (83.4 KB) clipboard-202502281045-jvr07.png Theja Ponon, 02/28/2025 10:45 AM
clipboard-202503221257-mf53t.png (144 KB) clipboard-202503221257-mf53t.png Arathy PS, 03/22/2025 12:57 PM
clipboard-202505021146-tqmnq.png (130 KB) clipboard-202505021146-tqmnq.png Arathy PS, 05/02/2025 11:46 AM
clipboard-202505241443-z4vb8.png (42.7 KB) clipboard-202505241443-z4vb8.png Theja Ponon, 05/24/2025 02:43 PM

Add

Subtasks


Add

Related issues

Updated by Anil KV 8 months ago

  • Subject changed from Single Payment UI to Payment

--> Single FOP, PARTY Payment UI Like "Debit Credit Note"
--> Sys Name "PAYMENT"
--> Use Payment's Controller and Cs function for all operations
--> After Completing module. Any Query hard coded module sysname change to IN query and add IN ("PAYMENT+", "PAYMENT")

Updated by Arathy PS 7 months ago

  • Status changed from Testing Started to Reopen Bugs
  • % Done changed from 60 to 50

ISSUE FOUND
---------------------------------------------
1. Incorrect value in posting when RoE is used.
2. Length of the code field for issued bank when fop is paid cheque.
3. When Fop is transfer, deduction/extra pay amount is not showing when saving/reload the document.
4. When FOP is paid cheque the date should be by default today's date.
5. When entering cheque no: the bank field should automatically fill up.
6. And if the cheque number is already used the a message should be shown that 'cheque no: is already used' ---> refer payment+

Updated by Theja Ponon 7 months ago

ISSUE FOUND
---------------
1)ON CHANGING THE CURRENCY CALCULATION MISTAKE

2) IF THE CURRENCY IN FOP SIDE IS CHANGED ON TRYING TO CHANGE THE CURRENCY ON PARTY SIDE WILL MAKE CHANGES IN USD AND QAR VALUES

Updated by Arathy PS 6 months ago

  • Status changed from Reopen Bugs Coding Done to New Changes
  • % Done changed from 70 to 50

NEW CHANGES
-----------------------------------------
1. Replace supplier status with new label 'approval status'.
2. Add title 'approval done from corporate/supplier side'.

Updated by Arathy PS 6 months ago

  • Status changed from New Changes Coding Done to Reopen Bugs
  • % Done changed from 70 to 50

ISSUE FOUND
-------------------------------------
1. On taking copy of a the payment with paid cheque we can save cheque with same cheque no:

Updated by Arathy PS 6 months ago

  • Status changed from Reopen Bugs Coding Done to Reopen Bugs
  • % Done changed from 70 to 50

ISSUE FOUND
---------------------------------------------
1. Can update/change the amount of payment with FOP as paid cheque and the status of the cheque is changed to cancel/return.
2. After saving the payment with paid cheque the status should be 'bank credited'.
3.enable the issued bank field after entering check number

Updated by Arathy PS 6 months ago

  • Status changed from Reopen Bugs Coding Done to Reopen Bugs
  • % Done changed from 70 to 50

ISSUE FOUND
-------------------------------------------------
1. Can edit, delete, print and attach in the documents after blocking them in user module previlage.
2. Show reco no: on the field for cheque.

Check
-------------------
1. If Menu service sys name and global constant name is same.
2. Sys name on document no: focus out and after saving.
3. Sys name while redirection.
4.Paid Cheque should be in cheque book is off in admin settings ,not possible to save a payment document without check book cheque number
5.amound is not updating in other documentsearch and other module

Updated by Arathy PS 4 months ago

  • Status changed from Reopen Bugs Coding Done to Reopen Bugs
  • % Done changed from 70 to 50

ISSUE FOUND
-------------------
1.When FOP is paid cheque and we take a copy even when using cheque no: that is not used validation is showing that cheque no: is already used.

Updated by Theja Ponon 4 months ago

  • Status changed from Reopen Bugs Coding Done to Reopen Bugs
  • % Done changed from 70 to 50

ISSUE FOUND
---------------
1)ISSUE ON UPDATION OF PAID CHEQUE WHEN FOCUS OUT FROM CHEQUE NO FIELD
2)CAN UPDATE WHEN STATUS OF CHEQUE IS CHANGED IN PAYMENT (show warning message that cant update due to status of the cheque has been changed)

Updated by Theja Ponon 4 months ago

ISSUE FOUND
-----------
1)Tax and charge are not claculating

2)space between label and reco number

3)saved data of cheque is not removing from tables after changing the fop to another mode

Updated by Arathy PS 3 months ago

ISSUE FOUND
---------------------------
1. Incorrect amount after converting using ROE when currency changed for both FOP and Party.

Updated by Theja Ponon 3 months ago

Issue Found
-----------
1)Disable the Issued bank field

Updated by Arathy PS 3 months ago

  • Status changed from Reopen Bugs Coding Done to Reopen Bugs
  • % Done changed from 70 to 50

ISSUE FOUND
--------------------
1. The save button is disabled when you click copy button on payment ( Condition: FOP is paid cheque which has the status:return)

Updated by Arathy PS 3 months ago

Set Document Id in Posting

Eg:

mdlTransaction.binDocumentId = mdlReceiptDocument.binDocumentId; // 1st time, Set From Procedure
mdlTransaction.binSubDocId = mdlReceiptDocument.binDocumentId; // 1st time, Set From Procedure

Updated by Arathy PS 3 months ago

  • Status changed from Reopen Bugs Coding Done to Reopen Bugs
  • % Done changed from 70 to 50

ISSUE FIXED
--------------------------------
1. If the currency in cheque and the same currency is not present in bank then add a validation.

Updated by Arathy PS 2 months ago

ISSUE FIXED-checked
---------------------------
1. While taking copy from from a payment document that is cleared the status of the new copied document is not changing on save and on reloading document no: reco no: of old doc is still present.

2.Customer card load in fop

Updated by Theja Ponon 2 months ago

  • Status changed from Reopen Bugs Coding Done to Reopen Bugs
  • % Done changed from 70 to 50

Issue Fixed--CHECKED
-----
1)Sub customer field clears on focus out
2)Against doc clear on saving.

Updated by Arathy PS about 2 months ago

  • Status changed from Reopen Bugs Coding Done to New Changes
  • % Done changed from 70 to 50

NEW CHANGES
------------------------
1. In the labels: Party (Dr), FOP (Cr)
2. Add reference in the party pop up.

Updated by Arathy PS about 2 months ago

NEW CHANGE
------------------------------
1. While choosing e-mail in print then the mail ID provided in the master module of the account should be loaded here by default.

Updated by Arathy PS about 1 month ago

ISSUE FIXED
----------------------------
1. Bank charge is not calculated based on set bank charge module and tax is also not calculated.
2. Add translation.

Updated by Theja Ponon 11 days ago

Issue Fixed
--------
1)Correct the print Including the extra pay/deduction--checked

Updated by Theja Ponon 8 days ago

  • Status changed from Reopen Bugs Coding Done to Reopen Bugs
  • % Done changed from 70 to 50

Issue Fixed
------------
1)On focus out from paid cheque field issued blank field get cleared

Updated by Arathy PS 4 days ago

  • Status changed from Reopen Bugs Coding Done to Reopen Bugs
  • % Done changed from 70 to 50

ISSUE FIXED
---------------------------------
1. When FOP is bank and cheque selected then when focus out on bank field the data changes to default setting (same case even after saving)
2. Service charge or tax is not getting calculated when FOP is agency credit card.

Edit Copy Actions

Also available in: Atom PDF