@salesgenterp/ui-components 0.4.166 → 0.4.167
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/dist/index.js +16 -11
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +16 -11
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6768,28 +6768,33 @@ var Statement = function Statement(_ref) {
|
|
|
6768
6768
|
label: 'Type',
|
|
6769
6769
|
minWidth: 150
|
|
6770
6770
|
}, {
|
|
6771
|
-
|
|
6772
|
-
|
|
6773
|
-
|
|
6774
|
-
}, {
|
|
6775
|
-
id: 'description',
|
|
6776
|
-
label: 'Description',
|
|
6771
|
+
label: 'Excess Amt',
|
|
6772
|
+
id: 'excessAmount',
|
|
6773
|
+
format: renderMoney,
|
|
6777
6774
|
minWidth: 150
|
|
6778
6775
|
}, {
|
|
6779
|
-
label: '
|
|
6780
|
-
id: '
|
|
6776
|
+
label: 'Credit',
|
|
6777
|
+
id: 'creditAmount',
|
|
6781
6778
|
format: renderMoney,
|
|
6782
6779
|
minWidth: 150
|
|
6783
6780
|
}, {
|
|
6784
|
-
label: '
|
|
6785
|
-
id: '
|
|
6781
|
+
label: 'Debit',
|
|
6782
|
+
id: 'debitAmount',
|
|
6786
6783
|
format: renderMoney,
|
|
6787
6784
|
minWidth: 150
|
|
6788
6785
|
}, {
|
|
6789
|
-
label: '
|
|
6786
|
+
label: 'Balance',
|
|
6790
6787
|
id: 'balance',
|
|
6791
6788
|
format: renderMoney,
|
|
6792
6789
|
minWidth: 150
|
|
6790
|
+
}, {
|
|
6791
|
+
id: 'id',
|
|
6792
|
+
label: 'Order Id',
|
|
6793
|
+
minWidth: 150
|
|
6794
|
+
}, {
|
|
6795
|
+
id: 'description',
|
|
6796
|
+
label: 'Description',
|
|
6797
|
+
minWidth: 150
|
|
6793
6798
|
}];
|
|
6794
6799
|
React.useEffect(function () {
|
|
6795
6800
|
(function () {
|