ubk.erp.webpack 1.2.4 → 1.2.6

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
 
@@ -333,28 +323,12 @@ const LibraryPage = ({ token }) => {
333
323
  ## Example Output
334
324
 
335
325
  ```js
336
- [
337
- {
338
- studentId: 8,
339
- branchId: 2,
340
- academicYearId: 2026,
341
- fromDate: "2026-09-13",
342
- toDate: "2026-08-13",
343
- customField1: 21,
344
- description: "Mathematics-John Smith",
345
- amount: 100
346
- },
347
- {
348
- studentId: 8,
349
- branchId: 2,
350
- academicYearId: 2026,
351
- fromDate: "2026-09-13",
352
- toDate: "2026-08-13",
353
- customField1: 22,
354
- description: "Science-Jane Doe",
355
- amount: 50
326
+ {
327
+ amount: 0,
328
+ 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"}]",
329
+ collection_type: "FINE_PAY_LATER",
330
+ member_id: "9"
356
331
  }
357
- ]
358
332
  ```
359
333
 
360
334
  ### Store