Biruk Haileye Tabor
Biruk Haileye Tabor
Thanks for this awesome extension. :) I got the Unicode from the CSS and tried to use it in GIMP (both font awesome - otf - and extension - ttf...
Fix https://github.com/thoughtbot/administrate/issues/1332 To use specific [Policy Namespacing](https://github.com/varvet/pundit#policy-namespacing) for administrate, like admin namespace policies for example, just define the pundit_namespaces in an array format, like below. It is also backward compatible...
[Punditize](https://github.com/thoughtbot/administrate/blob/b85abcf965ecc843ee9b25e3a2ea65dfeb1b0b3c/app/controllers/concerns/administrate/punditize.rb) assumes that there is no Pundit [Policy Namespacing](https://github.com/varvet/pundit#policy-namespacing) being used. If we allow namespaces, we could even avoid the custom policy_scope_admin. Quick work around is, instead of including Punditize,...
Changing either the Waybill client factor or the transportable line item quantity shows tax error. Looks somehow related to the 14.0 bug https://github.com/Jarsa/transport-management-system/issues/430 
Refactor TMS Factor get_amount function for range based factors. Unless there is a need to address unknown factor types, looping doesn't seem to be necessary since all the factor types...
Waybill taxes are calculated appropriately on client factor change but the break down at the bottom left becomes empty after save. 
This is needed to show/edit the operating unit for the fleet vehicle. https://github.com/Jarsa/transport-management-system/blob/14.0/tms/demo/fleet_vehicle.xml#L4
This shows how Odometer distance is automatically calculated when Travel is done.
I did skip recaptcha verification on config/initializers/recaptcha.rb for Ruby on Rails `Recaptcha.configuration.skip_verify_env.push("development")`
Fix for https://github.com/spree/spree_auth_devise/issues/535