We need an input field that a user can input their address, state, or zip code, click submit,
and return geolocation data, including lat/lon and ideally a state value.
I'm using https://www.drupal.org/project/geolocation v7.x-1.7,but I don't see how to incorporate it
into a page that a user can enter info into. I tried setting up a content type,
but then it won't display on the finished page. It shows up great when setting up the content type, though.
I'm having a problem with the date format in Drupal 7. I want that JSON returns only the year in VALUE. But drupal devel renders the full date like `"value":"2018-01-01 00:00:00"`
I tried modifying the database but doesn't seem to work. I googled the problem but it looks like a date core module problem.
The last thing i tried was to modify the template.tpl with this code (according to devel module):
We need an input field that a user can input their address, state, or zip code, click submit,
and return geolocation data, including lat/lon and ideally a state value.
I'm using https://www.drupal.org/project/geolocation v7.x-1.7,but I don't see how to incorporate it
into a page that a user can enter info into. I tried setting up a content type,
but then it won't display on the finished page. It shows up great when setting up the content type, though.
Can some one explain me what I'm doing wrong? Please!!!
I have the field "fee" of decimal type for each user. Each user has some value and it can be different.
And I've added the same field "fee" for the line item (commerce)
Now I've created the rule: after adding the product to the cart the value from the field "fee" from user account must be added to the value of field "fee" of the line item. I mean the value from the field "fee" of the products author goes to the value "fee" of the line item.
I was asked by my boss to create an Human Resource system. We all know that Human Resource system is complex and has a lot of configurations. This includes payroll and timekeeping, performance management etc..
Now I am thinking of using Drupal or CodeIgniter.
CodeIgniter, I will have total control of the system. I have freedom and doesn't have to follow rules. And the database design is nice and easy to understand. But, it will take me a lot of time because I have to code from scratch.