ubk.erp.webpack 1.2.5 → 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 +5 -21
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -323,28 +323,12 @@ const LibraryPage = ({ token }) => {
|
|
|
323
323
|
## Example Output
|
|
324
324
|
|
|
325
325
|
```js
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
fromDate: "2026-09-13",
|
|
332
|
-
toDate: "2026-08-13",
|
|
333
|
-
customField1: 21,
|
|
334
|
-
description: "Mathematics-John Smith",
|
|
335
|
-
amount: 100
|
|
336
|
-
},
|
|
337
|
-
{
|
|
338
|
-
studentId: 8,
|
|
339
|
-
branchId: 2,
|
|
340
|
-
academicYearId: 2026,
|
|
341
|
-
fromDate: "2026-09-13",
|
|
342
|
-
toDate: "2026-08-13",
|
|
343
|
-
customField1: 22,
|
|
344
|
-
description: "Science-Jane Doe",
|
|
345
|
-
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"
|
|
346
331
|
}
|
|
347
|
-
]
|
|
348
332
|
```
|
|
349
333
|
|
|
350
334
|
### Store
|