-
{$package['type']} - {$package['namebp']}
-
- -
- {Lang::T('Active')} {if
- $package['status']=='on'}yes{else}no
- {/if}
-
- -
- {Lang::T('Type')}
- {if $package['prepaid'] eq yes}Prepaid{else}Postpaid{/if}
-
- -
- {Lang::T('Bandwidth')}
- {$package['name_bw']}
-
- -
- {Lang::T('Created On')} {Lang::dateAndTimeFormat($package['recharged_on'],$package['recharged_time'])}
-
- -
- {Lang::T('Expires On')} {Lang::dateAndTimeFormat($package['expiration'],
- $package['time'])}
-
- -
- {$package['routers']} {$package['method']}
-
-
-
-
-
+
+
+
+
+
+ {if Lang::arrayCount($activation)}
+
+
+ {Lang::T('Invoice')} |
+ {Lang::T('Username')} |
+ {Lang::T('Plan Name')} |
+ {Lang::T('Plan Price')} |
+ {Lang::T('Type')} |
+ {Lang::T('Created On')} |
+ {Lang::T('Expires On')} |
+ {Lang::T('Method')} |
+
+
+
+ {foreach $activation as $ds}
+
+ {$ds['invoice']} |
+ {$ds['username']} |
+ {$ds['plan_name']} |
+ {Lang::moneyFormat($ds['price'])} |
+ {$ds['type']} |
+
+ {Lang::dateAndTimeFormat($ds['recharged_on'],$ds['recharged_time'])}
+ |
+ {Lang::dateAndTimeFormat($ds['expiration'],$ds['time'])} |
+ {$ds['method']} |
+
+ {/foreach}
+
+ {/if}
+ {if Lang::arrayCount($order)}
+
+
+ {Lang::T('Plan Name')} |
+ {Lang::T('Gateway')} |
+ {Lang::T('Routers')} |
+ {Lang::T('Type')} |
+ {Lang::T('Plan Price')} |
+ {Lang::T('Created On')} |
+ {Lang::T('Expires On')} |
+ {Lang::T('Date Done')} |
+ {Lang::T('Method')} |
+
+
+
+ {foreach $order as $ds}
+
+ {$ds['plan_name']} |
+ {$ds['gateway']} |
+ {$ds['routers']} |
+ {$ds['payment_channel']} |
+ {Lang::moneyFormat($ds['price'])} |
+ {Lang::dateTimeFormat($ds['created_date'])} |
+ {Lang::dateTimeFormat($ds['expired_date'])} |
+ {if $ds['status']!=1}{Lang::dateTimeFormat($ds['paid_date'])}{/if}
+ |
+ {if $ds['status']==1}{Lang::T('UNPAID')}
+ {elseif $ds['status']==2}{Lang::T('PAID')}
+ {elseif $ds['status']==3}{$_L['FAILED']}
+ {elseif $ds['status']==4}{Lang::T('CANCELED')}
+ {elseif $ds['status']==5}{Lang::T('UNKNOWN')}
+ {/if} |
+
+ {/foreach}
+
+ {/if}
+
+
+ {include file="pagination.tpl"}
+
+
+ {foreach $packages as $package}
+
+
+
+
{$package['type']} - {$package['namebp']}
+
+
+ -
+ {Lang::T('Active')} {if
+ $package['status']=='on'}yes{else}no
+ {/if}
+
+ -
+ {Lang::T('Type')}
+ {if $package['prepaid'] eq yes}Prepaid{else}Postpaid{/if}
+
+ -
+ {Lang::T('Bandwidth')}
+ {$package['name_bw']}
+
+ -
+ {Lang::T('Created On')} {Lang::dateAndTimeFormat($package['recharged_on'],$package['recharged_time'])}
+
+ -
+ {Lang::T('Expires On')} {Lang::dateAndTimeFormat($package['expiration'],
+ $package['time'])}
+
+ -
+ {$package['routers']} {$package['method']}
+
+
+
-
- {/foreach}
-
-
-
-
-
- {if Lang::arrayCount($activation)}
-
-
- {Lang::T('Invoice')} |
- {Lang::T('Username')} |
- {Lang::T('Plan Name')} |
- {Lang::T('Plan Price')} |
- {Lang::T('Type')} |
- {Lang::T('Created On')} |
- {Lang::T('Expires On')} |
- {Lang::T('Method')} |
-
-
-
- {foreach $activation as $ds}
-
- {$ds['invoice']} |
- {$ds['username']} |
- {$ds['plan_name']} |
- {Lang::moneyFormat($ds['price'])} |
- {$ds['type']} |
- {Lang::dateAndTimeFormat($ds['recharged_on'],$ds['recharged_time'])}
- |
- {Lang::dateAndTimeFormat($ds['expiration'],$ds['time'])} |
- {$ds['method']} |
-
- {/foreach}
-
- {/if}
- {if Lang::arrayCount($order)}
-
-
- {Lang::T('Plan Name')} |
- {Lang::T('Gateway')} |
- {Lang::T('Routers')} |
- {Lang::T('Type')} |
- {Lang::T('Plan Price')} |
- {Lang::T('Created On')} |
- {Lang::T('Expires On')} |
- {Lang::T('Date Done')} |
- {Lang::T('Method')} |
-
-
-
- {foreach $order as $ds}
-
- {$ds['plan_name']} |
- {$ds['gateway']} |
- {$ds['routers']} |
- {$ds['payment_channel']} |
- {Lang::moneyFormat($ds['price'])} |
- {Lang::dateTimeFormat($ds['created_date'])} |
- {Lang::dateTimeFormat($ds['expired_date'])} |
- {if $ds['status']!=1}{Lang::dateTimeFormat($ds['paid_date'])}{/if} |
- {if $ds['status']==1}{Lang::T('UNPAID')}
- {elseif $ds['status']==2}{Lang::T('PAID')}
- {elseif $ds['status']==3}{$_L['FAILED']}
- {elseif $ds['status']==4}{Lang::T('CANCELED')}
- {elseif $ds['status']==5}{Lang::T('UNKNOWN')}
- {/if} |
-
- {/foreach}
-
- {/if}
-
-
- {include file="pagination.tpl"}
+
+
+
diff --git a/version.json b/version.json
index 217c3e99..33f2616c 100644
--- a/version.json
+++ b/version.json
@@ -1,3 +1,3 @@
{
- "version": "2024.9.25"
+ "version": "2024.10.7"
}
\ No newline at end of file