location export fixed

This commit is contained in:
Gowtham M 2026-07-22 17:29:42 +05:30
parent 81516a42d0
commit 70deacb969

View File

@ -166,8 +166,11 @@ const exportLocations = async (query, type = null) => {
{ key: 'code', header: 'Code' },
{ key: 'name', header: 'Name' },
{ key: 'gstin', header: 'GSTIN' },
{ key: 'address', header: 'Address' },
{ key: 'city', header: 'City' },
{ key: 'state', header: 'State' },
{ key: 'pincode', header: 'Pincode' },
{ key: 'phone', header: 'Phone' },
{ key: 'is_active', header: 'Is Active' },
{ key: 'created_at', header: 'Created At', type: 'datetime' },
]
@ -175,6 +178,13 @@ const exportLocations = async (query, type = null) => {
{ key: 'type', header: 'Type' },
{ key: 'code', header: 'Code' },
{ key: 'name', header: 'Name' },
{ key: 'gstin', header: 'GSTIN' },
{ key: 'address', header: 'Address' },
{ key: 'city', header: 'City' },
{ key: 'state', header: 'State' },
{ key: 'pincode', header: 'Pincode' },
{ key: 'phone', header: 'Phone' },
{ key: 'location', header: 'Location' },
{ key: 'is_active', header: 'Is Active' },
{ key: 'created_at', header: 'Created At', type: 'datetime' },
];