-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Date range bug fixed, carbon applied on dates. 2. Code cleanup done, unnecessary code removed. 3. Report column names made more meaningful 4. Required validation on date range field added.
- Loading branch information
1 parent
acfa673
commit df15f32
Showing
15 changed files
with
212 additions
and
573 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,37 @@ | ||
{ | ||
"name": "tahiryasin/bagisto-reports", | ||
"name": "tahiryasin/bagisto-reports", | ||
"types": "bagisto-module", | ||
"description": "Sales, Inventory, Shipping, Refunds and Inventory reports for Bagisto opensource.", | ||
"keywords": [ | ||
"bagisto", | ||
"bagisto-reports" | ||
], | ||
"homepage": "https://github.com/tahiryasin/bagisto-reports", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Tahir Yasin", | ||
"email": "scriptbaker@gmail.com" | ||
} | ||
], | ||
"require": {}, | ||
"autoload": { | ||
"psr-4": { | ||
"Tahiryasin\\Reports\\": "src/" | ||
} | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"Tahiryasin\\Reports\\Providers\\ReportsServiceProvider" | ||
], | ||
"aliases": {} | ||
} | ||
}, | ||
"minimum-stability": "dev" | ||
} | ||
"version": "1.0.1", | ||
"homepage": "https://github.com/tahiryasin/bagisto-reports", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/tahiryasin/bagisto-reports/issues", | ||
"email": "scriptbaker@gmail.com" | ||
}, | ||
"author": { | ||
"name": "Tahir Yasin", | ||
"url": "https://github.com/tahiryasin", | ||
"email": "scriptbaker@gmail.com" | ||
}, | ||
"keywords": [ | ||
"bagisto", | ||
"bagisto-reports" | ||
], | ||
|
||
"require": {}, | ||
"autoload": { | ||
"psr-4": { | ||
"Tahiryasin\\Reports\\": "src/" | ||
} | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"Tahiryasin\\Reports\\Providers\\ReportsServiceProvider" | ||
], | ||
"aliases": {} | ||
} | ||
}, | ||
"minimum-stability": "dev" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.