{assign var = tsrealestateunitspaids value = 0}
{assign var = tcrealestateunitspaids value = 0}
{assign var = texpenses value = 0}
{assign var = trestaurantrawdestruction value = 0}
المدفوع للمالك : {$tsrealestateunitspaids}
المصروفات : {$texpenses - $tsrealestateunitspaids}
الاهلاكات : {$trestaurantrawdestruction}
التحصيل من المستأجرين : {$tcrealestateunitspaids / $months}
{$tcrealestateunitspaids - ($tsrealestateunitspaids - $texpenses)}
المدفوع للمالك
{foreach $srealestateunitspaids as $srealestateunitspaid}
| المالك |
العقار |
| {$srealestateunitspaid->supplier.suppliername} |
{$srealestateunitspaid->realestate->realestatename} |
| الايجار |
المدفوع |
| {$srealestateunitspaid->valuerents} |
{$srealestateunitspaid->totalpaid} |
| التاريخ |
الدفع |
| المقدم |
{$srealestateunitspaid->advancepayment} |
{foreach $srealestateunitspaid->realestateunitpaidinstallments as $realestateunitpaidinstallment}
| {$realestateunitpaidinstallment->installmentdate} |
{$realestateunitpaidinstallment->totalpaid}
|
{/foreach}
| {$srealestateunitspaid->totalpaid} |
{assign var = tsrealestateunitspaids value = $tsrealestateunitspaids + $srealestateunitspaid->totalpaid}
{/foreach}
{$tsrealestateunitspaids}
المصروفات
{foreach $expenses as $expense}
| العقار |
الوحده |
نوع المصروف |
المصروف |
قيمة |
التاريخ |
| {$expense.realestatename} |
{$expense.unitname} |
{$expense.expensestypename} |
{$expense.expensesname} |
{$expense.expensesValue} |
{$expense.expensesdate} |
| {$expense.expensesValue} |
{assign var = texpenses value = $texpenses + $expense.expensesValue}
{/foreach}
{$texpenses}
الاهلاكات
{foreach $restaurantrawdestruction as $restaurant}
| العقار |
الوحده |
المنتج |
الكميه |
قيمة |
التاريخ |
| {$restaurant.realestatename} |
{$restaurant.unitname} |
{$restaurant.productName} |
{$restaurant.quantitynew} |
{$restaurant.buypricenew * $restaurant.quantitynew} |
{$restaurant.sysdate} |
| {$restaurant.buypricenew * $restaurant.quantitynew} |
{assign var = trestaurantrawdestruction value = $trestaurantrawdestruction + ($restaurant.buypricenew * $restaurant.quantitynew)}
{/foreach}
{$trestaurantrawdestruction}
التحصيل من المستأجرين
{foreach $crealestateunitspaids as $crealestateunitspaid}
| المستاجر |
العقار |
| {$crealestateunitspaid->client.clientname} |
{$crealestateunitspaid->realestate->realestatename} |
| الايجار |
المدفوع |
| {$crealestateunitspaid->valuerents} |
{$crealestateunitspaid->totalpaid} |
| الوحده / التاريخ |
الدفع |
| المقدم |
{$crealestateunitspaid->advancepayment} |
{foreach $crealestateunitspaid->realestateunitpaidinstallments as $realestateunitpaidinstallment}
| {$crealestateunitspaid->realestatesunit->unitname} / {$realestateunitpaidinstallment->installmentdate} |
{$realestateunitpaidinstallment->totalpaid}
|
{/foreach}
| {$crealestateunitspaid->totalpaid} |
{assign var = tcrealestateunitspaids value = $tcrealestateunitspaids + $crealestateunitspaid->totalpaid}
{/foreach}
{$tcrealestateunitspaids}
المدفوع للمالك : {$tsrealestateunitspaids}
المصروفات : {$texpenses - $tsrealestateunitspaids}
الاهلاكات : {$trestaurantrawdestruction}
التحصيل من المستأجرين : {$tcrealestateunitspaids / $months}
{($tcrealestateunitspaids / $months) - (($tsrealestateunitspaids + ($texpenses - $tsrealestateunitspaids) + $trestaurantrawdestruction) / 12 )}
{literal}
{/literal}