Commit Graph

278 Commits

Author SHA1 Message Date
Florian Bosdorff 5188b1b7f9 Merge 'bagisto/master' into introduce-company-name-and-sales-tax-id-columns 2020-01-28 08:15:11 +01:00
Jitendra Singh 50e028d28d
Merge pull request #2161 from rahulshukla-webkul/development
Issue #2155
2020-01-28 11:42:45 +05:30
rahul shukla 905bbeb4a8 test case changes 2020-01-28 11:32:26 +05:30
rahul shukla e3e7c47b15 updated comment 2020-01-28 10:57:17 +05:30
rahul shukla 469ed35ede Issue #2155 2020-01-28 10:55:00 +05:30
Florian Bosdorff d125f9eba0 add reporting for try-catch-sections 2020-01-27 17:06:03 +01:00
Jitendra Singh 0cd4a2678a
Merge pull request #1996 from Haendlerbund/introduce-api-token-columns-into-database
add missing api_token columns to database (table customers and admins)
2020-01-27 18:31:13 +05:30
Herbert Maschke 08891a43b6 use correct vatId() formatter 2020-01-27 11:31:46 +01:00
Herbert Maschke 8a927d32c1 repair italian factory 2020-01-24 15:26:33 +01:00
Herbert Maschke 80dc92efa4 remove redundant factory registration 2020-01-24 15:21:27 +01:00
Herbert Maschke bd03852619 remove redundant function 2020-01-24 15:17:17 +01:00
Herbert Maschke 6c83e03fe4 remove redundant use statement 2020-01-24 15:16:26 +01:00
Herbert Maschke e948b30e35 Merge branch 'bagisto/master' into introduce-company-name-and-sales-tax-id-columns 2020-01-24 15:13:16 +01:00
Herbert Maschke 5ebb67dd81 Merge branch 'bagisto/master' into introduce-company-name-and-sales-tax-id-columns 2020-01-23 14:18:17 +01:00
Florian Bosdorff db00689a5c add basic backend tests 2020-01-23 13:11:47 +01:00
rahul shukla 2c0b7e4e54 try and catch in password section and wishlist add remove 2020-01-23 15:32:06 +05:30
rahul shukla 6147c3e5db Issue #2114 2020-01-23 11:01:04 +05:30
rahul shukla 2d8f5f412e Issue #2087 2020-01-23 10:42:09 +05:30
Herbert Maschke 6eacf880a4 use an locale from a country in europe so the vat id can be generated 2020-01-22 10:38:35 +01:00
Herbert Maschke 8d1d03d25b Merge branch 'bagisto/master' into introduce-company-name-and-sales-tax-id-columns 2020-01-21 13:44:09 +01:00
Jitendra Singh 92636543cd
Merge pull request #1970 from Haendlerbund/introduce-default-country
introduce default_country application configuration key
2020-01-21 16:34:38 +05:30
Herbert Maschke 4596a77c07 Merge branch 'bagisto/master' into introduce-company-name-and-sales-tax-id-columns 2020-01-21 11:36:26 +01:00
rahul shukla e3db0b164c conflict resolve 2020-01-21 13:24:19 +05:30
Jitendra Singh b18f2292c4 Issue #2071 fixed 2020-01-20 19:57:10 +05:30
Herbert Maschke bc44867956 check if date_of_birth and oldpassword are set in request in profile edit action 2020-01-20 08:54:06 +01:00
Herbert Maschke d281aa373b remove factories (except necessary ones) from this pull request, as we deliver them as a separate PR 2020-01-16 09:54:04 +01:00
Herbert Maschke e0c2814f2e Merge branch 'bagisto/master' into introduce-company-name-and-sales-tax-id-columns 2020-01-15 15:29:55 +01:00
Herbert Maschke ab28b75eff add validation rule 2020-01-15 15:29:31 +01:00
Herbert Maschke 57aa522282 introduce company_name and vat_id also in shop admin backend 2020-01-15 14:02:51 +01:00
Herbert Maschke 95e37044de introduce some more factories and place them into the webkul core package to be available everywhere 2020-01-15 10:32:01 +01:00
Herbert Maschke df9fce8930 typo fix, minor refactoring 2020-01-14 14:02:32 +01:00
Herbert Maschke 298a3a68ab use faker->vat in factory 2020-01-14 13:43:06 +01:00
David Große 9524c78ad5 various code style improvements 2020-01-14 10:49:22 +01:00
David Große d42236974d removed redundant migration 2020-01-14 10:27:39 +01:00
David Große 72c3e289c7 remove the splitting into first_name and last_name again - it can be desastrous to drop a column in a productive environment 2020-01-14 10:25:26 +01:00
David Große 70d424527e adjust factory 2020-01-13 11:44:36 +01:00
David Große da7db34fe9 add customer_vat_id column to order table 2020-01-13 11:43:28 +01:00
David Große 7eee7e3134 split the 'name' column in the customer addresses into 'first_name' and 'last_name' - it is more common to save the data in this structure 2020-01-13 11:20:04 +01:00
David Große 81c928025b remove address3 from customer_addresses fillable 2020-01-13 09:38:48 +01:00
Jitendra Singh cf36d252a0 Issue #1764 fixed 2020-01-13 12:44:36 +05:30
Jitendra Singh 0b71abedbf Issue #1764 fixexcd 2020-01-13 12:26:53 +05:30
David Große 109b503609 display vat_id and company_name in edit.blade.php 2020-01-10 14:16:34 +01:00
David Große 7429d32072 introduce VatValidator.php 2020-01-10 14:07:58 +01:00
David Große 3af9a825c9 add optional vat_id to customer addresses 2020-01-10 11:59:53 +01:00
David Große f1090efa73 add factories necessary for testing customer and customer addresses 2020-01-10 11:51:03 +01:00
David Große 3ca5c99f27 introduce company_name column to customer_addresses 2020-01-10 11:05:09 +01:00
David Große e962dbc988 allow defaultCountry also in edit.blade 2020-01-08 14:56:22 +01:00
David Große 37a4f6adb6 ensure the api_token is being generated on customer/admin creation 2020-01-03 09:14:12 +01:00
rahul shukla 5c0843c470 upgrade to lavael 6.0 2019-12-27 13:30:05 +05:30
rahul shukla 23a15be1e0 compatible with laravel 5.8 2019-12-24 19:31:13 +05:30