industry taxes testing
This commit is contained in:
@@ -43,8 +43,6 @@ class StructureController extends Controller
|
|||||||
//Get the dates we are working with
|
//Get the dates we are working with
|
||||||
$dates = $sHelper->GetTimeFrameInMonths($months);
|
$dates = $sHelper->GetTimeFrameInMonths($months);
|
||||||
|
|
||||||
//Get a list of structures - context_id is not structure id, it's job id.
|
|
||||||
dd($dates);
|
|
||||||
foreach($dates as $date) {
|
foreach($dates as $date) {
|
||||||
$tax = StructureIndustryTaxJournal::select('amount')
|
$tax = StructureIndustryTaxJournal::select('amount')
|
||||||
->whereBetween('date', [$date['start'], $date['end']])
|
->whereBetween('date', [$date['start'], $date['end']])
|
||||||
|
|||||||
Reference in New Issue
Block a user