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

feature/Card Column #703

Merged
merged 1 commit into from
May 9, 2019
Merged

feature/Card Column #703

merged 1 commit into from
May 9, 2019

Conversation

ibelar
Copy link
Contributor

@ibelar ibelar commented May 9, 2019

Allow to used only certain columns in Model to be displayed in Card.

$card->setModel($invoice_model, ['client','balance', 'paid_total','g_total']);

Allow to used only certain columns in Model to be displayed in Card.
@codecov
Copy link

codecov bot commented May 9, 2019

Codecov Report

Merging #703 into develop will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #703      +/-   ##
=============================================
+ Coverage      68.82%   68.82%   +<.01%     
- Complexity      2043     2046       +3     
=============================================
  Files            106      106              
  Lines           4811     4812       +1     
=============================================
+ Hits            3311     3312       +1     
  Misses          1500     1500
Impacted Files Coverage Δ Complexity Δ
src/Card.php 95.45% <100%> (+0.21%) 10 <0> (+3) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d437ff7...b119eeb. Read the comment docs.

@romaninsh romaninsh merged commit a4e73ce into develop May 9, 2019
@romaninsh romaninsh deleted the feature/card-column branch May 9, 2019 22:36
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.

2 participants