Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin: CRUD for Stock Location #78

Merged
merged 2 commits into from May 22, 2018
Merged

Conversation

pkrawat1
Copy link
Member

@pkrawat1 pkrawat1 commented May 22, 2018

Stock Locations Admin Page CRUD

  • Listing (written in elm)
  • Create
  • Edit
  • Delete

Input Helper Added with Bootstrap 4 components

  • Basic test input field
    ex: <%= input f, :name%>
  • select input field with support for select to JS lib
    ex: <%= select_input f, :country_id, formated_list(:country) %>
  • switch for boolean input.
    ex: <%= checkbox_input f, :active %>
  • text arean input
    ex: <%= textarea_input f, :address_line_2 %>

delivers #157737724

Copy link
Contributor

@oyeb oyeb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, now we can start using the form helpers!

@pkrawat1 pkrawat1 merged commit 8002d76 into develop May 22, 2018
@pkrawat1 pkrawat1 deleted the pkrawat1/admin-stock-location branch May 22, 2018 09:09
pkrawat1 added a commit that referenced this pull request Oct 4, 2018
 1. Stock Locations Admin Page CRUD with UI

 2. Added Input Helper with Bootstrap 4 components
-  Basic test input field
ex: `<%= input f, :name%>`
-  select input field with support for select to JS lib
ex: `<%= select_input f, :country_id, formatted_list(:country) %>`
- switch for boolean input.
ex: `<%= checkbox_input f, :active %>`
- text arean input
ex: `<%= textarea_input f, :address_line_2 %>`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants