Benjamin Beganović
b67b97430c
Export data for the migration (master) ( #3239 )
...
* Scaffold migration controller & steps
* - Basic controller scaffold
- Intro step
- Downloading data
* Import step for the v2
* Export file using account_key property
* Fix button displaying
* Client export mappings
* Company export mappings
* Add withTrashed() for clients
* Export users mappings
* Export invoices mappings
* Export company properties as array
* add withTrashed() for invoices
* Downloading the json file
* Fix 'account_id' for company export
- Code cleanup & leftovers
* Creating zip for logo & storing json as file (wip)
* Zipping & sending migration files (wip)
* Exporting & mappings for quotes
* Re-enable headers for downloading
* Mappings for tax rates
* Mappings for the products
* Fix formattings & php doc messages
* Bring back headers for downloading
* Export 'company_id', 'user_id' with clients
* Export 'id' with users resource
* Remove unused parameter
* Export mappings for payments
* Export 'line_items' with invoices
* Export credits & export client id
* Export 'credits' within main JSON
* Mappings for line_items
* Fix 'is_amount_discount' for invoice export
* Exporting migration file as .zip archive
* Improve settings card for migration
* Removed duplicated keys in texts.php for en
* Fix formatting in en/texts.php
* Integrate the migration part with rest of UI
* Export company as object, not array
* Clean up
* Fixes for V1
* Apply formatting
* Remove comments
- Added 'ext-zip' in composer.json
- Fixed $credits transform
* Remove unused params
Co-authored-by: David Bomba <turbo124@gmail.com>
2020-01-24 07:34:30 +11:00
trevDev()
0dfaf043bf
allow scrolling in time-tracker task form ( #3211 )
2020-01-15 21:24:28 +10:00
Hillel Coren
202d644d53
Update lang files
2019-11-04 11:01:18 +02:00
Hillel Coren
6ebc492454
Update lang files
2019-10-27 11:53:22 +02:00
Hillel Coren
e763a2b233
Update lang files
2019-10-06 12:25:40 +03:00
Hillel Coren
29ed0dd94b
Bug fixes
2019-09-29 12:28:34 +03:00
Hillel Coren
fbb5826178
Duplicate payments
2019-09-29 12:02:30 +03:00
Joshua Dwire
f222390ce8
Upgrade to Laravel 5.5 and PHP 7.3
2019-09-12 19:30:10 -04:00
Hillel Coren
34600446d9
Update lang files
2019-08-29 13:18:02 +03:00
Hillel Coren
c1fa41ee30
Update lang file
2019-08-20 22:05:14 +03:00
Hillel Coren
f2416b3b91
Update lang files
2019-07-21 09:52:42 +03:00
Hillel Coren
5b76c0a2d1
Make 'email history' easier to find
2019-07-21 09:19:39 +03:00
Francisco Ferreira
5f998b0ea8
Fixes recurring invoices end date parsing (port of #2905 to master) ( #2906 )
...
* Invoice edit view: fix date parsing
View gets the date already formatted and Carbon isn't always able to parse that format automatically, so convert it back to SQL format
* RecurringInvoiceDatatable: fix status label
2019-07-18 16:26:59 +10:00
Francisco Ferreira
b0e680ee5c
Stripe improvements (port #2863 to master) ( #2903 )
...
* View credit card: send more billing data to Stripe when available
As commit 8e8414ab498a6fcfee423a81294789769b68305f shows, this commit had more code that was wrongly commited in ff064367d6f64ce6c05249459ca8ea88c846c99a by another author
* Stripe: fill payment card details
2019-07-18 16:26:08 +10:00
Hillel Coren
6a41952552
Merge pull request #2898 from joshuadwire/master
...
Merge Stripe 3D Secure into master
2019-07-13 22:19:50 +03:00
Joshua Dwire
ff064367d6
Support Stripe 3D secure
2019-07-09 17:16:20 -04:00
Hillel Coren
e3dcf4aa47
Fix for tests
2019-05-26 21:57:43 +03:00
Hillel Coren
099e61343d
Update lang files
2019-05-26 21:22:23 +03:00
Hillel Coren
1a5f89a905
Fix overlapping text
2019-05-26 18:40:08 +03:00
Hillel Coren
6c5af5c593
Fix recurring invoice status label
2019-05-26 18:31:28 +03:00
Hillel Coren
14684c8ba7
Add currencies
2019-05-22 14:41:09 +03:00
Hillel Coren
a1d781c435
Fix endless reminder translation
2019-04-17 18:18:19 +03:00
kilian
5f576a8852
Fix Typo: Speciy -> Specify
2019-03-14 11:12:38 +01:00
Hillel Coren
ecaf16f9bd
Fix placholder translation
2019-02-28 15:07:40 +02:00
Hillel Coren
1a6e940888
Update language files
2019-02-28 09:45:38 +02:00
Hillel Coren
4426be8303
Add currencies
2019-02-28 09:39:07 +02:00
Hillel Coren
6c1bf7534a
Hide export PDF option
2019-02-28 09:26:17 +02:00
Hillel Coren
3e8565bd70
Added lang strings
2019-02-22 09:04:22 +02:00
Hillel Coren
31a0641943
Update language files
2019-02-19 18:00:49 +02:00
Hillel Coren
6fddd3a815
Added BOB currency
2019-02-19 12:15:34 +02:00
Hillel Coren
fa45a02134
Add currencies
2019-02-19 11:47:29 +02:00
Hillel Coren
02b78055d4
Bug fixes
2019-02-18 16:08:16 +02:00
Hillel Coren
16cc898e6a
Bug fixes
2019-02-18 13:05:00 +02:00
Hillel Coren
08be751aa4
Hide report export to PDF option
2019-02-18 12:02:56 +02:00
Hillel Coren
cd8b7649a1
Fixes for mobile app
2019-02-17 13:52:56 +02:00
David Bomba
ad973919ad
Fix for Google Maps ( #2651 )
2019-02-03 11:52:02 +11:00
David Bomba
aefe133ba0
fix permissions ( #2637 )
2019-01-30 22:25:37 +11:00
David Bomba
0fc66b0f02
Rebase to latest version of v4.5.9
2019-01-30 22:12:41 +11:00
David Bomba
5ccf7369ca
Rebase to v4.5.9
2019-01-30 21:45:46 +11:00
David Bomba
b091c27d57
fix for dashboard links for quotes / invoices ( #2409 )
2018-10-05 00:45:21 +10:00
David Bomba
3d8742de1b
fix for side bar nav ( #2408 )
2018-10-05 00:40:40 +10:00
Hillel Coren
af5492db5e
Fix for borderless PDF view
2018-09-30 11:00:35 +03:00
Hillel Coren
66df763747
Remove extra parentheses from projects page
2018-09-06 11:59:05 +03:00
Hillel Coren
8411e37d80
Fix for kanban
2018-08-08 21:59:58 +03:00
Hillel Coren
089f5f6cb4
Overlapping elements on dashboard #2259
2018-07-26 22:12:33 +03:00
Hillel Coren
7401e632b4
Fix links to docs
2018-07-26 18:42:25 +03:00
Hillel Coren
a04f448692
Lang fixes
2018-07-26 12:15:30 +03:00
Hillel Coren
a4cace64b9
Added new languages
2018-07-26 11:33:54 +03:00
Hillel Coren
7d17ed6234
Can't add blank database password #2230
2018-07-17 19:12:49 +03:00
Hillel Coren
1d13604979
Fix for client statements
2018-07-17 17:19:59 +03:00