Skip to content

Commit

Permalink
primeng: admin fees
Browse files Browse the repository at this point in the history
Co-Authored-by: Johnny Mariéthoz <[email protected]>
Co-Authored-by: Bertrand Zuchuat <[email protected]>
  • Loading branch information
jma and Garfield-fr committed Jan 8, 2025
1 parent 309d127 commit b778fe7
Show file tree
Hide file tree
Showing 20 changed files with 153 additions and 638 deletions.
293 changes: 19 additions & 274 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
"@ngx-loading-bar/router": "^6.0.0",
"@ngx-translate/core": "^15.0.0",
"@rero/ng-core": "^17.3.0",
"@swimlane/ngx-charts": "^20.5.0",
"@vpoppy/ngx-translate-extract": "^9.0.0",
"bootstrap": "^4.6.2",
"chart.js": "^4.4.7",
"crypto-js": "^4.2.0",
"easymde": "^2.18.0",
"font-awesome": "^4.7.0",
Expand Down
2 changes: 0 additions & 2 deletions projects/admin/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import {
TranslateLoader, TruncateTextPipe
} from '@rero/ng-core';
import { AppSettingsService, ItemHoldingsCallNumberPipe, MainTitlePipe, SharedModule, UserService } from '@rero/shared';
import { NgxChartsModule } from '@swimlane/ngx-charts';
import { FileUploadModule } from 'primeng/fileupload';
import { MenubarModule } from 'primeng/menubar';
import { TableModule } from "primeng/table";
Expand Down Expand Up @@ -339,7 +338,6 @@ export function appInitFactory(appInitializerService: AppInitializerService): ()
AppRoutingModule,
BrowserAnimationsModule,
BrowserModule,
NgxChartsModule,
FormsModule,
HttpClientModule,
ReactiveFormsModule,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,14 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<div class="description container pl-0">
@if (parent.note) {
<h5 class="mb-0">
[{{ 'Note' | translate }}: {{ parent.note }}]
</h5>
}
<dl class="row ml-3 mb-0">
<dt class="label-title col-3" translate>Patron</dt>
<dd class="col-9">
<a [routerLink]="['/records', 'patrons', 'detail', parent.patron.pid]">{{ parent.patron.pid | patronName | async }}</a>
</dd>
</dl>
</div>
@if (parent.note) {
<h5>
[{{ 'Note' | translate }}: {{ parent.note }}]
</h5>
}
<dl class="metadata">
<dt translate>Patron</dt>
<dd>
<a [routerLink]="['/records', 'patrons', 'detail', parent.patron.pid]">{{ parent.patron.pid | patronName | async }}</a>
</dd>
</dl>
Loading

0 comments on commit b778fe7

Please sign in to comment.