mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 09:54:47 +00:00
refactor: support JE posting date in semi-auto reconciilation tool
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
"is_advance",
|
"is_advance",
|
||||||
"section_break_5",
|
"section_break_5",
|
||||||
"difference_amount",
|
"difference_amount",
|
||||||
|
"gain_loss_posting_date",
|
||||||
"column_break_7",
|
"column_break_7",
|
||||||
"difference_account",
|
"difference_account",
|
||||||
"exchange_rate",
|
"exchange_rate",
|
||||||
@@ -153,11 +154,16 @@
|
|||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
"label": "Reconciled"
|
"label": "Reconciled"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "gain_loss_posting_date",
|
||||||
|
"fieldtype": "Date",
|
||||||
|
"label": "Difference Posting Date"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2024-03-27 13:10:18.933928",
|
"modified": "2025-01-23 16:09:01.058574",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Process Payment Reconciliation Log Allocations",
|
"name": "Process Payment Reconciliation Log Allocations",
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ class ProcessPaymentReconciliationLogAllocations(Document):
|
|||||||
difference_account: DF.Link | None
|
difference_account: DF.Link | None
|
||||||
difference_amount: DF.Currency
|
difference_amount: DF.Currency
|
||||||
exchange_rate: DF.Float
|
exchange_rate: DF.Float
|
||||||
|
gain_loss_posting_date: DF.Date | None
|
||||||
invoice_number: DF.DynamicLink
|
invoice_number: DF.DynamicLink
|
||||||
invoice_type: DF.Link
|
invoice_type: DF.Link
|
||||||
is_advance: DF.Data | None
|
is_advance: DF.Data | None
|
||||||
|
|||||||
Reference in New Issue
Block a user