-
Notifications
You must be signed in to change notification settings - Fork 13
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
circulation: Fees tab implementation #155
Conversation
a4342b7
to
cf2c143
Compare
d026376
to
db1bfac
Compare
47231e4
to
c10ead7
Compare
<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> |
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.
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).
c10ead7
to
c4bfb8e
Compare
c4bfb8e
to
6861c79
Compare
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.
In general, please add comments to all properties and methods.
...on/patron/patron-transactions/patron-transaction-event/patron-transaction-event.component.ts
Outdated
Show resolved
Hide resolved
projects/admin/src/app/circulation/patron/main/main.component.ts
Outdated
Show resolved
Hide resolved
projects/admin/src/app/circulation/patron/main/main.component.ts
Outdated
Show resolved
Hide resolved
...patron-transactions/patron-transaction-event-form/patron-transaction-event-form.component.ts
Outdated
Show resolved
Hide resolved
projects/admin/src/app/circulation/patron/patron-transactions/patron-transactions.component.ts
Outdated
Show resolved
Hide resolved
fd62792
to
e6ad1bd
Compare
e6ad1bd
to
e41c798
Compare
070b8da
to
aa69f5f
Compare
* Implements Fee tab for a patron account. * Adapts existing features concerning fees. * Create PatronTransaction service. Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
aa69f5f
to
20a4316
Compare
Co-Authored-by: Renaud Michotte renaud.michotte@gmail.com
Why are you opening this PR?
How to test?
Use the
rero_ils.US659
branch.Code review check list