Commit d006edb4 authored by Sai Srinivas's avatar Sai Srinivas
Browse files

18-06-2025 By Sai Srinivas

Pubspec, Order Module Add and Edit.
parent b06467c3
......@@ -160,14 +160,14 @@ class _PendingcomplaintsState extends State<Pendingcomplaints> {
Divider(thickness: 0.5, color: Color(0xFFD7D7D7)),
...List.generate(3, (j) {
final textheads = [
"ID",
"Generator Type",
"Complaint ID",
"Product Name",
"Address",
];
final textSubheads = [
provider
.technician_complaint_list[index]
.genId,
.complaintId,
provider
.technician_complaint_list[index]
.productName,
......
This diff is collapsed.
......@@ -95,8 +95,14 @@ const ordersOrderDetailsEditOrderUrl = "${baseUrl_test}crm_edit_order_view";
const ordersOrderDetailsEditOrderSubmitUrl = "${baseUrl_test}crm_edit_order_submit";
const ordersOrderDetailsDispatchProductsUrl = "${baseUrl_test}crm_dispatch_products_data";
const ordersAddOrderViewUrl ="${baseUrl_test}add_crm_order_view";
const ordersAddOrderAccountDetailsUrl ="${baseUrl_test}crm_account_details_for_add_order";
const ordersAddOrderTpcAgentListUrl ="${baseUrl_test}select_tpc_agent_for_add_order";
const ordersAddOrderSubmitUrl ="${baseUrl_test}add_crm_order_submit";
const ordersAddPaymentViewUrl ="${baseUrl_test}crm_add_order_payment_view";
const ordersAddPaymentSubmitUrl ="${baseUrl_test}crm_add_order_payment_submit";
const ordersEditPaymentDetailsUrl ="${baseUrl_test}crm_payment_update_edit_details";
const ordersEditPaymentDetailsAdjustedOrdersUrl ="${baseUrl_test}crm_payment_update_edit_adjusted_orders";
const ordersAddPaymentSelectAccountForOrderUrl ="${baseUrl_test}select_account_for_order_payment";
const ordersAddPaymentSelectOrderUrl ="${baseUrl_test}select_order_for_order_payment";
const ordersPaymentListFilterUrl = "${baseUrl_test}crm_payments_list_view";
......
......@@ -1533,6 +1533,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.10.1"
tuple:
dependency: "direct main"
description:
name: tuple
sha256: a97ce2013f240b2f3807bcbaf218765b6f301c3eff91092bcfa23a039e7dd151
url: "https://pub.dev"
source: hosted
version: "2.0.2"
typed_data:
dependency: transitive
description:
......
......@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.82+86
version: 1.0.83+87
environment:
sdk: ^3.7.2
......@@ -78,6 +78,7 @@ dependencies:
pdf: ^3.11.3
printing: ^5.14.2
interactive_slider: ^0.5.1
tuple: ^2.0.2
dev_dependencies:
flutter_test:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment