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

circulation: Fees tab implementation #155

Merged
merged 1 commit into from
Mar 13, 2020

Conversation

zannkukai
Copy link
Contributor

@zannkukai zannkukai commented Feb 12, 2020

  • Implements Fee tab for a patron account.
  • Adapts existing features concerning fees.
  • Create PatronTransaction service.

Co-Authored-by: Renaud Michotte renaud.michotte@gmail.com

Why are you opening this PR?

  • Which task/US does it implement?
  • Which issue does it fix?

How to test?

Use the rero_ils.US659 branch.

Code review check list

  • Commit message template compliance.
  • Commit message without typos.
  • File names.
  • Functions names.
  • Functions docstrings.
  • Unnecessary commited files?
  • Extracted translations?

@zannkukai zannkukai added the WIP label Feb 12, 2020
@zannkukai zannkukai self-assigned this Feb 12, 2020
@zannkukai zannkukai force-pushed the zan-#1255-patron-transaction-tabs branch 12 times, most recently from a4342b7 to cf2c143 Compare February 13, 2020 10:07
@zannkukai zannkukai force-pushed the zan-#1255-patron-transaction-tabs branch 9 times, most recently from d026376 to db1bfac Compare February 14, 2020 18:28
@zannkukai zannkukai removed the WIP label Feb 18, 2020
@zannkukai zannkukai force-pushed the zan-#1255-patron-transaction-tabs branch 5 times, most recently from 47231e4 to c10ead7 Compare February 20, 2020 12:31
@AoNoOokami AoNoOokami self-requested a review February 26, 2020 07:22
<h5 class="card-title">{{ transaction.type }}</h5>
<div class="card-text">
<div class="row" *ngIf="transaction.note">
<label class="col-4 label-title" translate>Note</label>
Copy link
Contributor

@AoNoOokami AoNoOokami Feb 26, 2020

Choose a reason for hiding this comment

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

In the other views, we used col-lg-* or col-md-* for responsiveness. Just check the behaviour on small screen devices.
(EDIT: maybe not relevant here).

@benerken benerken self-requested a review February 26, 2020 08:35
@zannkukai zannkukai force-pushed the zan-#1255-patron-transaction-tabs branch from c10ead7 to c4bfb8e Compare March 2, 2020 12:30
@zannkukai zannkukai requested a review from lauren-d March 2, 2020 12:30
@zannkukai zannkukai force-pushed the zan-#1255-patron-transaction-tabs branch from c4bfb8e to 6861c79 Compare March 2, 2020 13:06
Copy link

@sebdeleze sebdeleze left a comment

Choose a reason for hiding this comment

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

In general, please add comments to all properties and methods.

@zannkukai zannkukai force-pushed the zan-#1255-patron-transaction-tabs branch 2 times, most recently from fd62792 to e6ad1bd Compare March 3, 2020 09:13
@zannkukai zannkukai requested a review from sebdeleze March 3, 2020 09:16
@zannkukai zannkukai force-pushed the zan-#1255-patron-transaction-tabs branch from e6ad1bd to e41c798 Compare March 3, 2020 09:50
@jma jma added PO Validation and removed demo labels Mar 4, 2020
@zannkukai zannkukai force-pushed the zan-#1255-patron-transaction-tabs branch 7 times, most recently from 070b8da to aa69f5f Compare March 9, 2020 09:12
* Implements Fee tab for a patron account.
* Adapts existing features concerning fees.
* Create PatronTransaction service.

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
@zannkukai zannkukai force-pushed the zan-#1255-patron-transaction-tabs branch from aa69f5f to 20a4316 Compare March 13, 2020 09:25
@zannkukai zannkukai merged commit afc6e04 into rero:dev Mar 13, 2020
@zannkukai zannkukai deleted the zan-#1255-patron-transaction-tabs branch April 14, 2020 07:23
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.

5 participants