This module currently only supports syncing areas from farmOS into the local database (and only limited fields from areas). We should provide support for syncing other record types, like assets, logs, and people. This would involve adding database tables for each record type, with a set of columns that make sense for each.
The database tables should be name "farmsync[record-name]" (eg: farm_sync_areas).
Additional checkboxes, and type-specific options, can be added to the sync form.
This module currently only supports syncing areas from farmOS into the local database (and only limited fields from areas). We should provide support for syncing other record types, like assets, logs, and people. This would involve adding database tables for each record type, with a set of columns that make sense for each.
The database tables should be name "farmsync[record-name]" (eg: farm_sync_areas).
Additional checkboxes, and type-specific options, can be added to the sync form.