ubk.erp.webpack 1.2.4 → 1.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -295,21 +295,11 @@ const LibraryPage = ({ token }) => {
295
295
  // Example returnArray:
296
296
  const example = [
297
297
  {
298
- studentId: 8,
299
- fromDate: "2026-09-13",
300
- toDate: "2026-08-13",
301
- customField1: 21,
302
- description: "Mathematics-John Smith",
303
- amount: 100,
304
- },
305
- {
306
- studentId: 8,
307
- fromDate: "2026-09-13",
308
- toDate: "2026-08-13",
309
- customField1: 22,
310
- description: "Science-Jane Doe",
311
- amount: 50,
312
- },
298
+ amount: 0,
299
+ books: "[{id:"2",fine_amount:"20",return_date:"2026-08-01",issue_date:"2026-08-18",book_issues_id:"76",book_title:"BOOK 1",author:"R Mitra",publish:"S R Publication",day_late:"17",totalfine:"340"}]",
300
+ collection_type: "FINE_PAY_LATER",
301
+ member_id: "9"
302
+ }
313
303
  ];
314
304
  };
315
305