@@ -7717,6 +7717,7 @@ const CONST = {
77177717 WITHDRAWAL_ID : this . TABLE_COLUMNS . WITHDRAWAL_ID ,
77187718 } ,
77197719 EXPENSE_REPORT : {
7720+ AVATAR : this . TABLE_COLUMNS . AVATAR ,
77207721 DATE : this . TABLE_COLUMNS . DATE ,
77217722 SUBMITTED : this . TABLE_COLUMNS . SUBMITTED ,
77227723 APPROVED : this . TABLE_COLUMNS . APPROVED ,
@@ -7762,17 +7763,20 @@ const CONST = {
77627763 get GROUP_CUSTOM_COLUMNS ( ) {
77637764 return {
77647765 FROM : {
7766+ AVATAR : this . TABLE_COLUMNS . AVATAR ,
77657767 FROM : this . TABLE_COLUMNS . GROUP_FROM ,
77667768 EXPENSES : this . TABLE_COLUMNS . GROUP_EXPENSES ,
77677769 TOTAL : this . TABLE_COLUMNS . GROUP_TOTAL ,
77687770 } ,
77697771 CARD : {
7772+ AVATAR : this . TABLE_COLUMNS . AVATAR ,
77707773 CARD : this . TABLE_COLUMNS . GROUP_CARD ,
77717774 FEED : this . TABLE_COLUMNS . GROUP_FEED ,
77727775 EXPENSES : this . TABLE_COLUMNS . GROUP_EXPENSES ,
77737776 TOTAL : this . TABLE_COLUMNS . GROUP_TOTAL ,
77747777 } ,
77757778 WITHDRAWAL_ID : {
7779+ AVATAR : this . TABLE_COLUMNS . AVATAR ,
77767780 WITHDRAWN : this . TABLE_COLUMNS . GROUP_WITHDRAWN ,
77777781 WITHDRAWAL_STATUS : this . TABLE_COLUMNS . GROUP_WITHDRAWAL_STATUS ,
77787782 BANK_ACCOUNT : this . TABLE_COLUMNS . GROUP_BANK_ACCOUNT ,
@@ -7830,6 +7834,7 @@ const CONST = {
78307834 this . TABLE_COLUMNS . TOTAL_AMOUNT ,
78317835 ] ,
78327836 EXPENSE_REPORT : [
7837+ this . TABLE_COLUMNS . AVATAR ,
78337838 this . TABLE_COLUMNS . DATE ,
78347839 this . TABLE_COLUMNS . STATUS ,
78357840 this . TABLE_COLUMNS . TITLE ,
@@ -7846,9 +7851,10 @@ const CONST = {
78467851 } ,
78477852 get GROUP_DEFAULT_COLUMNS ( ) {
78487853 return {
7849- FROM : [ this . TABLE_COLUMNS . GROUP_FROM , this . TABLE_COLUMNS . GROUP_EXPENSES , this . TABLE_COLUMNS . GROUP_TOTAL ] ,
7850- CARD : [ this . TABLE_COLUMNS . GROUP_CARD , this . TABLE_COLUMNS . GROUP_FEED , this . TABLE_COLUMNS . GROUP_EXPENSES , this . TABLE_COLUMNS . GROUP_TOTAL ] ,
7854+ FROM : [ this . TABLE_COLUMNS . AVATAR , this . TABLE_COLUMNS . GROUP_FROM , this . TABLE_COLUMNS . GROUP_EXPENSES , this . TABLE_COLUMNS . GROUP_TOTAL ] ,
7855+ CARD : [ this . TABLE_COLUMNS . AVATAR , this . TABLE_COLUMNS . GROUP_CARD , this . TABLE_COLUMNS . GROUP_FEED , this . TABLE_COLUMNS . GROUP_EXPENSES , this . TABLE_COLUMNS . GROUP_TOTAL ] ,
78517856 WITHDRAWAL_ID : [
7857+ this . TABLE_COLUMNS . AVATAR ,
78527858 this . TABLE_COLUMNS . GROUP_WITHDRAWN ,
78537859 this . TABLE_COLUMNS . GROUP_WITHDRAWAL_STATUS ,
78547860 this . TABLE_COLUMNS . GROUP_BANK_ACCOUNT ,
0 commit comments