-
Notifications
You must be signed in to change notification settings - Fork 3
Adding the Inventory Module to InvoicePlane V2 #20
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
Conversation
…h `user_password` again
Description Update
Table change, Description update
Description update
| Group::make()->schema([ | ||
| Placeholder::make('explanation Product Family') | ||
| ->label('just some text'), | ||
| ->label('Material Type'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
trans('ip.material_type')
or
trans('ip.product_family')
And then translate Product Family into "Material Type"
| Group::make()->schema([ | ||
| Placeholder::make('explanation Product Unit') | ||
| ->label('just some text'), | ||
| ->label('Color'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
trans('ip.color')
or
trans('ip.product_unit')
And then translate Product Unit into "Color"
No description provided.