paul121
|
48b292bfd4
|
Update default done value to match form state.
|
2020-07-24 10:57:26 -04:00 |
|
Michael Stenta
|
f4ecb23098
|
Add description to photo fields that explains how to attach multiple photos.
|
2020-07-24 10:57:26 -04:00 |
|
Michael Stenta
|
61d16ab2c9
|
Translate "Planned for" text.
|
2020-07-24 10:57:26 -04:00 |
|
Michael Stenta
|
6dcccac4f2
|
Use entity_label() and check_plain() with entity labels.
|
2020-07-24 10:57:26 -04:00 |
|
Michael Stenta
|
08921b9af6
|
Filter to pending activity logs in the query itself.
|
2020-07-24 10:57:26 -04:00 |
|
Paul Weidner
|
9996e83c13
|
Add hours and minutes to movement date field.
|
2020-07-24 10:57:26 -04:00 |
|
Paul Weidner
|
1d5df1ddc5
|
Save assets previous location geometry in post grazing logs.
|
2020-07-24 10:57:26 -04:00 |
|
Paul Weidner
|
2a6033cb65
|
Display assets current location geometry on map.
|
2020-07-24 10:57:26 -04:00 |
|
Paul Weidner
|
21818a6004
|
Create movement logs for multiple assets.
|
2020-07-24 10:57:26 -04:00 |
|
Paul Weidner
|
b4f457cf15
|
Save custom geometry to pre-grazing logs.
|
2020-07-24 10:57:26 -04:00 |
|
Paul Weidner
|
96a9dd8231
|
Uncollapse the geometry fieldset default geometry is provided.
|
2020-07-24 10:57:26 -04:00 |
|
Paul Weidner
|
4d5041367e
|
Update map layers when selecting a planned movement log.
|
2020-07-24 10:57:26 -04:00 |
|
Paul Weidner
|
71882433af
|
Add helper functions to build ajax commands.
|
2020-07-24 10:57:26 -04:00 |
|
Paul Weidner
|
34b413f6d2
|
Edit planned movement logs.
|
2020-07-24 10:57:26 -04:00 |
|
Paul Weidner
|
425a7534da
|
Only create observation logs if movement is marked as completed.
|
2020-07-24 10:57:26 -04:00 |
|
Paul Weidner
|
210268a74e
|
Add checkbox to set the movement log status.
|
2020-07-24 10:57:26 -04:00 |
|
Paul Weidner
|
f06cb357bc
|
Save photos with pre and post grazing observation logs.
|
2020-07-24 10:57:26 -04:00 |
|
Michael Stenta
|
ce457d88d0
|
Add fields for photo attachments (not processed yet).
|
2020-07-24 10:57:26 -04:00 |
|
Paul Weidner
|
2ea0c1f1f0
|
Link created logs to the quick form.
|
2020-07-07 14:24:45 -04:00 |
|
Michael Stenta
|
faa9fdadba
|
Use #default_value instead of #value and unset $form_state['input'] so that custom geometries are saved.
|
2020-07-03 08:48:18 -04:00 |
|
Michael Stenta
|
ede70d0358
|
Pass geometry for farm_movement_create() instead of using farm_map_geofield_populate() because that doesn't populate movement geometries.
|
2020-07-03 08:48:18 -04:00 |
|
paul121
|
19db0bd560
|
Move next location ajax logic to form builder function.
|
2020-07-03 08:48:18 -04:00 |
|
paul121
|
948944e6bf
|
Move current location ajax logic to form builder function.
|
2020-07-03 08:48:18 -04:00 |
|
paul121
|
64b4860a42
|
Rename ajax function to farm_livestock_move_form_current_location_ajax.
|
2020-07-03 08:48:18 -04:00 |
|
paul121
|
ec7aa6c19b
|
Use log_save() method instead of $log->save().
|
2020-07-03 08:48:18 -04:00 |
|
paul121
|
6f231744f1
|
Create an editable Movement layer that updates with area geometry.
|
2020-07-03 08:48:18 -04:00 |
|
paul121
|
baa8fd5329
|
Display the assets current location on the map.
|
2020-07-03 08:48:18 -04:00 |
|
paul121
|
69ca698238
|
Link post grazing logs to area(s) animals are moving from.
|
2020-07-03 08:48:18 -04:00 |
|
paul121
|
f4d6aaabfb
|
Create post grazing observation log before movement log.
|
2020-07-03 08:48:18 -04:00 |
|
paul121
|
f0dd507f80
|
Link pre grazing logs to the area animals are moving to.
|
2020-07-03 08:48:18 -04:00 |
|
paul121
|
544ef28f5a
|
Create pre and post grazing observation logs.
|
2020-07-03 08:48:18 -04:00 |
|
paul121
|
b818781b5c
|
Validate pasture height and forage quality are numbers.
|
2020-07-03 08:48:18 -04:00 |
|
paul121
|
75bb72069e
|
Determine pasture height unit based on system of measurement.
|
2020-07-03 08:48:18 -04:00 |
|
paul121
|
208ffb4ed0
|
Create movement activity logs with optional precise geometry.
|
2020-07-03 08:48:18 -04:00 |
|
paul121
|
7fcc984e41
|
Validate animal or group asset.
|
2020-07-03 08:48:18 -04:00 |
|
paul121
|
5580aa9e85
|
Make the movement form a tree.
|
2020-07-03 08:48:18 -04:00 |
|
paul121
|
bfbed98499
|
Add movement date field.
|
2020-07-03 08:48:18 -04:00 |
|
Michael Stenta
|
292bc23b44
|
Initial sketch of post/pre-grazing observation fields.
|
2020-07-03 08:47:03 -04:00 |
|
Michael Stenta
|
be0fa3b336
|
Add geometry field.
|
2020-07-03 08:45:28 -04:00 |
|
Michael Stenta
|
588796769b
|
Initial animal move quick form sketch.
|
2020-07-03 08:43:14 -04:00 |
|