From 46ea02abbc6b629ecb0fcf16597918de97f91f05 Mon Sep 17 00:00:00 2001 From: Charles-Henri Decultot Date: Mon, 27 May 2024 17:06:55 +0200 Subject: [PATCH] fix: Update stats cards and avances --- .../total_expense_this_year/total_expense_this_year.json | 2 +- .../total_income_this_year/total_income_this_year.json | 2 +- .../total_profit_this_year/total_profit_this_year.json | 2 +- erpnext/patches.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/erpnext/accounts/number_card/total_expense_this_year/total_expense_this_year.json b/erpnext/accounts/number_card/total_expense_this_year/total_expense_this_year.json index 3e5ab47170..d7d2e4fbe9 100644 --- a/erpnext/accounts/number_card/total_expense_this_year/total_expense_this_year.json +++ b/erpnext/accounts/number_card/total_expense_this_year/total_expense_this_year.json @@ -11,7 +11,7 @@ "is_standard": 1, "label": "Total Expense This Year", "method": "erpnext.accounts.report.financial_statements.get_profit_and_loss_summary", - "modified": "2023-06-08 19:00:13.870339", + "modified": "2024-05-26 19:00:13.870339", "modified_by": "Administrator", "module": "Accounts", "name": "Total Expense This Year", diff --git a/erpnext/accounts/number_card/total_income_this_year/total_income_this_year.json b/erpnext/accounts/number_card/total_income_this_year/total_income_this_year.json index 7125f33a10..67c99f6009 100644 --- a/erpnext/accounts/number_card/total_income_this_year/total_income_this_year.json +++ b/erpnext/accounts/number_card/total_income_this_year/total_income_this_year.json @@ -11,7 +11,7 @@ "is_standard": 1, "label": "Total Income This Year", "method": "erpnext.accounts.report.financial_statements.get_profit_and_loss_summary", - "modified": "2023-06-08 19:00:07.713562", + "modified": "2024-05-26 19:00:07.713562", "modified_by": "Administrator", "module": "Accounts", "name": "Total Income This Year", diff --git a/erpnext/accounts/number_card/total_profit_this_year/total_profit_this_year.json b/erpnext/accounts/number_card/total_profit_this_year/total_profit_this_year.json index c92e02d9d5..b2f35b4344 100644 --- a/erpnext/accounts/number_card/total_profit_this_year/total_profit_this_year.json +++ b/erpnext/accounts/number_card/total_profit_this_year/total_profit_this_year.json @@ -11,7 +11,7 @@ "is_standard": 1, "label": "Total Profit This Year", "method": "erpnext.accounts.report.financial_statements.get_profit_and_loss_summary", - "modified": "2023-06-08 19:00:02.753806", + "modified": "2024-05-26 19:00:02.753806", "modified_by": "Administrator", "module": "Accounts", "name": "Total Profit This Year", diff --git a/erpnext/patches.txt b/erpnext/patches.txt index 0d797a235e..c414dc4f48 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt @@ -386,7 +386,7 @@ erpnext.patches.dokos.v4_0.add_customer_to_payment_request erpnext.accounts.doctype.mode_of_payment.patches.migrate_fees_and_cost_center_to_account_table execute:frappe.delete_doc_if_exists("DocType", "Integration References") execute:frappe.delete_doc_if_exists("DocType", "Social Media Post") -erpnext.patches.dokos.v4_0.update_advance_for_down_payments +erpnext.patches.dokos.v4_0.update_advance_for_down_payments #2024-05-207 # @dokos -- GitLab