upd: update schema to support Sync Interval in minutes

This commit is contained in:
AbleKSaju
2025-05-30 15:58:08 +05:30
parent 0451edff1d
commit fe7279b8ce
2 changed files with 4 additions and 34 deletions
@@ -8,37 +8,7 @@ export class ERPNextSyncSettings extends Doc {
authToken?: string;
integrationAppVersion?: string;
isEnabled?: boolean;
dataSyncInterval?: number;
syncItem?: boolean;
itemSyncType?: string;
syncCustomer?: boolean;
customerSyncType?: string;
syncSupplier?: boolean;
supplierSyncType?: string;
syncSalesInvoice?: boolean;
salesInvoiceSyncType?: string;
syncSalesInvoicePayment?: boolean;
sinvPaymentType?: string;
syncStockMovement?: boolean;
stockMovementSyncType?: string;
syncPriceList?: boolean;
priceListSyncType?: string;
syncSerialNumber?: boolean;
serialNumberSyncType?: string;
syncBatch?: boolean;
batchSyncType?: string;
syncShipment?: boolean;
shipmentSyncType?: string;
dataSyncInterval?: string;
hidden: HiddenMap = {
syncPriceList: () => {
+3 -3
View File
@@ -39,10 +39,10 @@
"section": "Default"
},
{
"label": "Data Sync Interval",
"label": "Data Sync Interval (In Minutes)",
"fieldname": "dataSyncInterval",
"fieldtype": "Int",
"readOnly": true,
"fieldtype": "Data",
"default": "60",
"section": "Default"
},
{