David Bomba
1e7b9007d1
Bug Fixes ( #3233 )
...
* Working on projects and tasks
* Fixes for company transformer
2020-01-21 20:13:16 +11:00
David Bomba
a1ae991684
Working on projects and tasks ( #3232 )
2020-01-21 11:32:34 +11:00
David Bomba
63de0d86ca
Bug fixes ( #3231 )
2020-01-20 21:53:47 +11:00
David Bomba
db558acf70
V2 ( #3230 )
...
* Improve test data quality
* Add Projects and Tasks to schema
* Improve invoice data quality
2020-01-20 21:40:22 +11:00
David Bomba
8a202d54a0
Improve test data quality ( #3229 )
2020-01-20 21:16:16 +11:00
David Bomba
a70b024d94
Payment refunds, Projects, Expenses and Vendors. ( #3228 )
...
* OpenAPI Documentation for Vendors and Expenses
* Rules for refunds
* Rules for Payment Refunds
* Fixes for quote invitation link
* Project
2020-01-20 21:10:33 +11:00
David Bomba
0e9d098049
Fixes for Vendor Contacts ( #3227 )
...
* bug Fixes
* Working on Vendor GET route
* Fixes for vendor contacts
2020-01-20 15:53:40 +11:00
David Bomba
84642bf035
Expense and Vendors ( #3226 )
...
* add expenses, vendors and vendor_contacts along with factories and test data
* padding out vendors, expenses
* Minor fixes
* Add Expense and Company TransformerS
2020-01-20 12:31:58 +11:00
David Bomba
27d06a2ae1
Payment tests ( #3224 )
...
* Auto Calculate Payment amount if parameter is not supplied
* Tests for payments
* Flag logs to be sent with support messages
2020-01-19 13:02:02 +10:00
David Bomba
770f0763f4
OpenAPI documentation for Payments. ( #3223 )
...
* Working on API docs for payments
* Fixes for OpenAPI documentation
* Fix for conditionals in invoice calculator
2020-01-19 11:19:10 +10:00
Benjamin Beganović
67c485c1b8
Fix PaymentRepository data parameter ( #3217 )
...
* Fix PaymentRepository.php parameters
* Apply formatting
* Fix return when $data['invoice'] !== $invoice_total_adjustment
* Pass $request->all() instead of whole request
* Pass $request->all() on update method
2020-01-18 07:10:38 +10:00
David Bomba
1d55e8aa3f
Fixes for leaky data ( #3219 )
2020-01-17 21:46:04 +10:00
michael-hampton
96a66b42fd
Update TemplateEmail.php ( #3216 )
2020-01-16 20:59:09 +10:00
David Bomba
6167907a8e
Fix invoice payable rules ( #3212 )
2020-01-15 19:43:40 +10:00
Benjamin Beganović
633a75318e
Fix inconsistency at ProductRepository ( #3209 )
...
- Remove required Request object to be passed
- Use array of data instead
2020-01-14 08:26:36 +10:00
David Bomba
2c99d3478b
Payment fixes ( #3204 )
...
* Fixes for unused variables and annotating the paymentrepository for future work
* Refactor Payment repository
* rename variables for payments
2020-01-12 08:01:28 +10:00
David Bomba
0878decf18
Implement payment rules at application edge (FormRequest) ( #3202 )
...
* Ensure payments, invoice and credit amount balance in the validator prior to saving
* additional payment validation rules and tests for processing payments
* Factories for credits
* Tests for payments
* Working on updating a payment
* Working on updating a payment
* fixes for updating a payment
* Working on Payment Tests
* More tests for payments, formrequests
* remove product_key as required from products
2020-01-10 07:15:10 +11:00
David Bomba
c1c016a5b2
Included trashed records ( #3200 )
2020-01-07 20:59:24 +11:00
David Bomba
a573558bdd
Fix for missing relationship ( #3199 )
2020-01-07 20:35:55 +11:00
David Bomba
957ac9f5d8
Fix for password protected authorization ( #3198 )
...
* Remove unnecessary save() on invoice
* Update copyright
* Working on Credit Repository
* Implement credits as a paymentable entity
* Add credit_id to transformer
* fix rules for update payment
* Fix random deleted_at keys in transformers
* Fix for password_protect check
2020-01-07 11:13:47 +11:00
David Bomba
ad06de25f5
Fixes for Payments ( #3194 )
...
* Set payment number on completed payment
* Fix for paymentables not returning
* Do not set invoice status to paid if only a partial amount of the invoice has been paid
2020-01-04 13:27:51 +11:00
David Bomba
b92a6a78c3
Fixes for factories ( #3192 )
2020-01-03 20:34:10 +11:00
David Bomba
08d8d11dea
Fixes for missing contact_key in seeder ( #3190 )
...
* Stub refund payment
* Fixes for missing contact_key in seeder
2020-01-03 19:49:59 +11:00
David Bomba
c47bf76f48
Change invoice_item_type_id to line_item_type_id ( #3187 )
...
* fix typo
* php-cs traits
* CS fixer pass
* Password protect User routes
* Implement checks to prevent editing a deleted record
* Clean up payment flows
* Fixes for tests
* Fix for missing
* Change invoice_item_type_id to line_item_type_id
2020-01-02 10:09:34 +11:00
David Bomba
f712b789ca
Fixes for tests ( #3184 )
...
* fix typo
* php-cs traits
* CS fixer pass
* Password protect User routes
* Implement checks to prevent editing a deleted record
* Clean up payment flows
* Fixes for tests
2019-12-31 08:59:12 +11:00
David Bomba
167b503fa1
fix typo ( #3182 )
2019-12-30 09:13:31 +11:00
David Bomba
ffe5b5e4df
Fix missing variable ( #3181 )
2019-12-30 09:12:24 +11:00
David Bomba
9790a841c4
Performance improvements. ( #3180 )
...
* Fixes for missing company object in events
* Cleanup client balancing code
* Fixes for client balance
* Fixes for missing company variable
* Fix activity transformer to prevent multiple DB calls
2019-12-30 09:06:42 +11:00
David Bomba
ff7b62de51
Fixes for missing company object in job classes. ( #3179 )
...
* Fixes for missing company object in events
* Cleanup client balancing code
* Fixes for client balance
* Fixes for missing company variable
2019-12-29 17:28:57 +11:00
Benjamin Beganović
1f7c661929
Fix PaymentWasCreated event second parameter ( #3175 )
2019-12-28 17:25:18 +11:00
David Bomba
e406020ee5
Bug Fixes ( #3177 )
...
* Implement first_load query parameter which checks client size and returns an truncated response if client count is greater than 1000
* Fixes for listeners
2019-12-28 06:30:22 +11:00
David Bomba
54fc78a88b
Refactor jobs to be MultiDB aware ( #3174 )
2019-12-27 11:28:36 +11:00
David Bomba
8eb3c75eb4
Fixes for including company.quotes ( #3173 )
2019-12-27 09:49:47 +11:00
David Bomba
d797799196
Fixes for V2 ( #3172 )
...
* Optimizations for large queries
* Fixes for client activities
* Implement UpdateOrCreate for products
2019-12-27 09:33:07 +11:00
David Bomba
e9b9cef2f1
Add quotes to randomdata generator ( #3171 )
2019-12-26 17:09:14 +11:00
David Bomba
6bf4cfe395
Add Credits to Schema ( #3169 )
...
* Fix formatting and variable insertion for email templates
* Refactoring for invoice emails
* Fixes for midddleware
* Improve refresh includes
* change setting name
2019-12-25 23:22:10 +11:00
David Bomba
4c2cbb2dee
Bug fixes for middleware/ ( #3167 )
...
* Fix formatting and variable insertion for email templates
* Refactoring for invoice emails
* Fixes for midddleware
2019-12-25 08:55:29 +11:00
David Bomba
5e7512071f
Implement EmailInvoice Job ( #3166 )
...
* Working on quote counter
* Add tests for quote number + shared counter tests
* Create invoice job
* Add last_sent_date to invoice/quote table, remove type_id
* Implement EmailInvoice Job
2019-12-22 21:28:41 +11:00
David Bomba
b0da84baa7
Fix Quote transformer. ( #3165 )
...
* Use native Laravel prepareForValidation method instead of custom sanitize
* fix quote transformer
2019-12-20 22:23:09 +11:00
David Bomba
519c1114c1
Add additional date formats / performance improvements. ( #3161 )
...
* Improve eager loading
* Fixes for performance on client portal datatable with large datasets
* Add missing date format
2019-12-18 21:49:28 +11:00
David Bomba
e125052f96
Implement invoice reminder scheduler ( #3160 )
...
* Do not set email template defaults in settings
* Set invoice reminders, trait + tets
* Fixes for tets
* Only all an account owner to delete companies/users
2019-12-18 13:45:18 +11:00
David Bomba
556b2ab1c9
Fixes for Storing Quotes ( #3159 )
...
* Return blank object for group settings
* Implement Quote Store
* Clean up Logging
2019-12-18 09:40:15 +11:00
Benjamin Beganović
da49880733
Massively creating resources ( #3152 )
...
* Bulk storing request & accesing policy service
* Transform hardcoded action to self-property
* Testing, support for multiple resources
* Uncomment, response(200)
* Change authorize to isAdmin() property
2019-12-17 21:58:23 +11:00
David Bomba
b6cb0172c3
Add custom values to user and companygateway transformer ( #3157 )
2019-12-17 21:57:15 +11:00
David Bomba
f6f5b89af9
Return company user settings as object ( #3156 )
...
* Conditional in test
* Add additional fields to payments
* Additional fields for payments table
* Return company user as object
2019-12-17 21:50:45 +11:00
David Bomba
2895e6df2d
Fixes for codacy ( #3150 )
2019-12-16 22:53:16 +11:00
Benjamin Beganović
104e8728c2
Fix artisan:route issue ( #3149 )
2019-12-16 22:52:00 +11:00
David Bomba
c6e1658ffe
Refactors ( #3148 )
...
* Refactor company properties to be presented from settings object instead of company properties
* Working on Email Tests
* Working on emails
* Working on email templats
* Include text version of email
* Refactor Email template builder into trait'
* Fix for custom_value4
* Refactor payment_date -> date && payment_type_id -> type_id
* expose paymentables to API
* expose paymentables to API
* Implement a next_send_date field in invoice/quote tables to allow control over reminder scheduling
* Add custom_values to users,documents and company_gateways tables
2019-12-16 22:34:38 +11:00
David Bomba
f8551d6119
Multi-Master Support for MySQL ( #3146 )
...
* Minor fixes for OpenAPI docs for clients
* Add fields to company transformer
* Padding email templates, system level and custom
* Minor fixes for email template subject
* Working on Email Templates
* Clean up User model, remove redundant permissions methods
* Implement Locale for API
* Implement Locale middleware for client routes
* Remove global constants
* Fixes for removing the global constants file
* Working on TDD for emails
* TDD for emails
* implement additional template variables
* Add support for Multi-Master replication with MySQL
2019-12-14 16:49:48 +11:00
David Bomba
9d8e4fdb06
Change companies table property domain to subdomain ( #3141 )
2019-12-11 07:53:41 +11:00
David Bomba
550cb42722
Dynamically apply locale ( #3140 )
...
* Minor fixes for OpenAPI docs for clients
* Add fields to company transformer
* Padding email templates, system level and custom
* Minor fixes for email template subject
* Working on Email Templates
* Clean up User model, remove redundant permissions methods
* Implement Locale for API
* Implement Locale middleware for client routes
2019-12-11 07:25:54 +11:00
David Bomba
ec5cbe66a0
New Validation rule for USER POST route ( #3138 )
2019-12-08 21:28:52 +11:00
David Bomba
90eeb59754
Fixes for client display_name ( #3137 )
...
* Minor fixes for OpenAPI docs for clients
* Add fields to company transformer
* Padding email templates, system level and custom
* Set Unique value on client_contact_id & invoice_id on invitations table
* Fix for client display_name
2019-12-08 18:33:44 +11:00
Benjamin Beganović
259a28099f
Various fixes ( #3136 )
2019-12-07 22:33:49 +11:00
David Bomba
d07c11ef62
Add fields to company transformer ( #3132 )
...
* Minor fixes for OpenAPI docs for clients
* Add fields to company transformer
2019-12-06 07:41:13 +11:00
David Bomba
01173c66d8
Fixes for validation. ( #3130 )
...
* Fixes for OpenAPI Documentation + fix support for docs for PHP 7.4
* Minor fixes for GMail API
* Add fix for 2 contacts with no email addresses failing validation, emails are optional! but cannot be duplicated if a value is set
* Return template as a object with subject and body components
* Fixes for OpenAPI Schema
* Stubs for payment edge cases
* payment tests
2019-12-05 17:22:20 +11:00
David Bomba
a2cf42766d
Minor fixes for Gmail API ( #3125 )
2019-12-04 16:26:07 +11:00
David Bomba
1b6ec9699a
Gmail Email via API ( #3124 )
...
* Working on GMail Driver
* working on custom Gmail Mail Provider
* Add total_taxes to quotes and recurring_*
* Implementation of new mailserviceprovider to allow native use of Mail:: with gmail email sending
2019-12-04 15:52:04 +11:00
David Bomba
1d2ec4c4ad
Fixes for invokable class ( #3123 )
...
* Reset DB connection after a DB scan in the same request
* Testing Gmail Oauth Email
* fixes for invokable class
* Fixes for test email
2019-12-04 13:32:28 +11:00
David Bomba
7d073a2313
Fixes for invokable class ( #3122 )
...
* Reset DB connection after a DB scan in the same request
* Testing Gmail Oauth Email
* fixes for invokable class
2019-12-04 13:30:19 +11:00
David Bomba
bc85bcd747
Test Gmail Sending using oauth ( #3121 )
...
* Reset DB connection after a DB scan in the same request
* Testing Gmail Oauth Email
2019-12-04 13:27:28 +11:00
David Bomba
c71f49a6db
Fix property name on user model ( #3120 )
2019-12-04 13:03:51 +11:00
David Bomba
329a9ffb73
Update OAuth token on Auth. ( #3119 )
...
* Fixes for OAuth
* Update token on OAuth login
2019-12-04 13:00:59 +11:00
David Bomba
fb2ca5dbe9
Fixes for OAuth ( #3118 )
2019-12-04 12:26:57 +11:00
David Bomba
0d15926e02
OAuth Token support ( #3117 )
...
* Add oauth->token to users table
* Add oauth->token to fillableon model
2019-12-04 12:14:55 +11:00
David Bomba
75df82a71c
Fixes ( #3116 )
...
* Fixes for OpenAPI Documentation + fix support for docs for PHP 7.4
* User update tests
* Add total_taxes to invoice table, implement addition create-test-data fields for item and invoice level taxes
2019-12-04 12:06:14 +11:00
David Bomba
abcd2fd1bb
Fixes for templates and bulk actions ( #3112 )
...
* change route names from camelcase to snake case
* Fixes for bulk actions
* fixes for bulk actions
* fixes for templates
* fixes for templates
2019-12-02 15:18:36 +11:00
David Bomba
25514b43cf
Allow fine grained payments ( #3110 )
...
* Allow payment amounts to be partial per invoice paid
* edge case tests for payments
* Allow per invoice payment amounts and allow direct payments which simply credit a clients credit_balance
* Fixes
2019-12-01 22:23:24 +11:00
David Bomba
cbe4dc072b
Adjustments for template controller to make entity and entity_id optional ( #3108 )
2019-11-30 14:11:49 +11:00
David Bomba
32aedf26dd
Attach and Detach a user to a company ( #3107 )
...
* fixes for template controller
* Default gateway as string
* Bulk actions
* Move currency_id back to settings
* Allow store and update currency ID
* Attach user to company_user
* Add / Detach company users
2019-11-30 13:42:44 +11:00
David Bomba
bf41c634c0
Cast to string - default_gateway_type_id ( #3105 )
...
* fixes for template controller
* Default gateway as string
2019-11-29 22:15:50 +11:00
David Bomba
4391ad087c
Fixes for client contacts updating ( #3104 )
2019-11-29 21:41:07 +11:00
David Bomba
a7048ee61d
Implement Support for PHP 7.4 ( #3102 )
...
* Fixes for company factor
* Add dates to create test data
* Fixes for transformers, use faker to generate random dates
* Bump to PHP 7.4git add app/Http/Requests/User/DetachCompanyUserRequest.php
* Fixes for route model binding
2019-11-28 21:35:13 +11:00
David Bomba
9702dc741c
Refactor for invoices/quotes/credit transformers ( #3100 )
...
* Refactor Invoices / Quotes / Credits to use the same transformer
* Add contact_key to factories
2019-11-27 21:27:24 +11:00
David Bomba
4bc92a7aa1
Stub GMail Driver ( #3099 )
...
* fix for blank client settings
* Force all custom fields to strings
* Fixes for bulk actions
* Fixes for company POST route..
* Change text from Bitcoin to CRYPTO
* Implement default_gateway_type_id in transformer
* use scopes for company filtering
* Implement validation for portal_domain
* Add Google API client
* Add activities to company transformer
2019-11-27 20:47:59 +11:00
David Bomba
34cf93b78e
Portal Domain Validation ( #3098 )
...
* fix for blank client settings
* Force all custom fields to strings
* Fixes for bulk actions
* Fix for client transformer
* Validation for portal domain -> url
* Portal Domain Validation
2019-11-26 21:32:01 +11:00
David Bomba
cec7b756e8
Fix for client transformer ( #3097 )
...
* fix for blank client settings
* Force all custom fields to strings
* Fixes for bulk actions
* Fix for client transformer
2019-11-26 21:27:44 +11:00
David Bomba
4b4921703a
Fixes for blank client settings and force strings for custom_fields ( #3096 )
...
* fix for blank client settings
* Force all custom fields to strings
2019-11-26 20:11:22 +11:00
David Bomba
0606973035
Fixes for Token Name ( #3095 )
...
* Fix for CORs error where file download were being prevented by headers
* Fixes for CORs and File downloads
* give contextual error messages for invalid route actions
* Clean up LoginController for OAuth Testing
* Quote Actions
* Invoice and Quote Actions
* Fixes for Token Name
* Change test data seeder to create separate small,medium,large companies
2019-11-26 19:14:01 +11:00
David Bomba
0908893180
Fixes for client currency id ( #3092 )
...
* Fix for CORs error where file download were being prevented by headers
* Fixes for CORs and File downloads
* give contextual error messages for invalid route actions
* Clean up LoginController for OAuth Testing
* Quote Actions
* Invoice and Quote Actions
* Fix for client currency
2019-11-25 20:38:55 +11:00
David Bomba
808c6deb88
Workaround for recursion issue on login company_user -> user -> company_user ( #3091 )
2019-11-24 19:19:53 +11:00
David Bomba
52c031e290
Email template defaults ( #3090 )
...
* Update User and Company User
* Email Template Defaults for Settings
* Separate methods for saving client and group settings
2019-11-24 17:37:53 +11:00
David Bomba
5c9ada0f77
V2 ( #3089 )
...
* Set default templates in Company Settings
* Working on Company User creation
* Working on company_user relationship
* Fixes for company_user relation
* Clean up
2019-11-23 08:10:53 +11:00
David Bomba
69efd4d574
Enhancements to API ( #3088 )
...
* working on email throttling
* Fixes for invitaiton links
* pass custom fields as object
* Add user agent to company token
* Update company token transformer
* Remove prefix setting from CompanySettings
* Implement user agent on company token & provide better error handling for undefined relationships includes
* Fix bulk actions
* Working on updating/creating a company user
* Fixes for tests
2019-11-21 19:38:57 +11:00
David Bomba
170340cdfa
Migrations fixes ( #3086 )
...
* working on email throttling
* Fixes for migrations
2019-11-21 07:55:16 +11:00
David Bomba
f59585dd62
Fixes for tests ( #3082 )
...
* Update client paid to date job:
* Backup Invoice HTML when invoice is marked as sent and paid
* Store HTML of invoice when invoice was paid
* Fix foreign keys in db schema
* V2 Endpoints for Company Migrations
* Fixes for tests
2019-11-20 16:41:49 +11:00
David Bomba
6d225b7fe7
Fixes for payments ( #3081 )
...
* Bump client contacts in test data
* Only allow a payment to be deleted once
* Update client balance and paid to date on payment
* Clean up
2019-11-20 08:06:48 +11:00
David Bomba
ff17e3eb67
Payment deletes ( #3079 )
...
* Add amount to paymentable tables to enable reversing payments gracefully
* Create Test Data artisan comannd
* Delete Payments + Fixes for company settings persistence
2019-11-19 21:23:56 +11:00
David Bomba
fe5a97e174
Activity API fixes + Payments API ( #3076 )
...
* Fixes for Store Payment Validation
* Tests for Payments
* Use custom validator to ensure payments are made ONLY to payable invoices
* Working on custom payment validators
* Update Client balance
* fixes for client balance
* Fixes for activity API
2019-11-18 21:46:01 +11:00
David Bomba
81c481c071
Fixes for RandomDataSeeder ( #3073 )
...
* Provide failsafe creation of invoice invitations
* URL Links for invitations
* open up route for invitations
* Set DB by Invite
* Set DB By invitation Key
* Tests for setting DB based on user email address
* Middleware for setting db by email address
* fixes for tets
* fixes for tests
* Tests for bulk actions
* Payments API
* Fixes for tests
2019-11-16 14:12:29 +11:00
David Bomba
b3262b00b7
Fixes for CORS ( #3068 )
...
* fix regression in company name
* HasOneThrough for company user
* Validation rules for contact email addresses
* Force a blank contact if no contacts passed in client
* Fixes for COR
* Fixes for COR
* Fixes for CORS
2019-11-13 22:39:53 +11:00
David Bomba
62a616fbdc
Fixes for CORS ( #3066 )
...
* fix regression in company name
* HasOneThrough for company user
* Validation rules for contact email addresses
* Force a blank contact if no contacts passed in client
* Fixes for COR
2019-11-13 22:36:39 +11:00
David Bomba
e1fa1186d1
CORS implementation ( #3065 )
...
* fix regression in company name
* HasOneThrough for company user
* Validation rules for contact email addresses
* Force a blank contact if no contacts passed in client
2019-11-13 22:32:53 +11:00
David Bomba
0354b58f82
Remove CORS from middleware ( #3064 )
...
* Remove headers
* Unique emails per client
* fixes for company name
* remove cors from middleware
2019-11-13 17:18:24 +11:00
David Bomba
12dc613b9b
Remove headers ( #3063 )
2019-11-13 08:54:06 +11:00
David Bomba
5e950ba5cd
Add additional headers ( #3062 )
2019-11-13 08:50:12 +11:00
David Bomba
6c089f994b
Add Cors functionality and Company Settings Saver ( #3060 )
...
* Cleanup for settings remove from entities
* Fixes for saving and transforming company settings
* CompanySettingsSaver
* Add Cors
2019-11-13 08:32:28 +11:00
David Bomba
12798b40b8
Fixes for transforming and saving company settings. ( #3059 )
...
* Cleanup for settings remove from entities
* Fixes for saving and transforming company settings
* CompanySettingsSaver
2019-11-13 08:28:17 +11:00
David Bomba
384a3b4603
Fixes for transforming and saving company settings. ( #3058 )
...
* Cleanup for settings remove from entities
* Fixes for saving and transforming company settings
2019-11-13 08:26:40 +11:00
David Bomba
cb939ed986
Implement Company Settings Sieve ( #3057 )
...
* remove redundant custom gateways
* Implement view_all,edit_all_create_all permissions
* Fixes for company settings sieve
2019-11-12 22:36:24 +11:00
David Bomba
2ce89e5f48
Fixes for actions ( #3056 )
...
* Update API docs
* cleaning up migrations
* Fixes for tests
* fixes for tests
* Delete client contacts when soft deleting a client
* Fixes for actions
2019-11-12 15:41:02 +11:00
David Bomba
e4c18e734a
Implement fees and limits map for company gateways ( #3053 )
...
* Add ability to remove group settings level company logo
* Company Gateway Fees and Limits
* Validation tests for FeesAndLimits
* Working on company gateways
* Working on transforming fees_and_limits in transformer
* Implement fees and limits map for company gateways
2019-11-11 23:21:19 +11:00
David Bomba
49ecde8a38
Fixes for group settings id put/post hashing ( #3052 )
2019-11-11 08:12:21 +11:00
David Bomba
37a826374b
Remove settings from invoice table ( #3051 )
...
* Implement client/group/company level counters clientCounter, groupCounter and counter
* Implement functionalityfor customising the timing of invoice_number creation
* Add Jobs
* adjustments
* clean line items at the request layer
* Clean line items at the request layer
* minor formatting for notification
* Schema Fixes
* schema changes, cast country_id to stirng
* Fixes for tests
* force line item ids to string
* Map company gateway fees and limits
* Schema changes
* Remove id from invoice item stdClass
* Remove settings object from invoice table
2019-11-10 23:06:30 +11:00
David Bomba
a78b6aaacd
Set casts on Invoice Line Items ( #3049 )
...
* Implement client/group/company level counters clientCounter, groupCounter and counter
* Implement functionalityfor customising the timing of invoice_number creation
* Add Jobs
* adjustments
* clean line items at the request layer
* Clean line items at the request layer
2019-11-08 11:38:22 +11:00
David Bomba
a6f928b181
Fixes for settings, implement invitations from invoice request ( #3047 )
...
* Fixes for client portal localization
* Replace Invoice Ninja Logo with user defined logo and website URL in client portal
* Minor Fixes
* Refactor for invitations on invoices
* Fixes for settings
2019-11-07 09:57:09 +11:00
David Bomba
3405b91c64
Bulk download PDF, Client Portal formatting ( #3046 )
...
* Update OpenAPI for TemplateController
* Add bulk invoice download functionality
* Working on Client portal
* Move selective queries to cache instead of DB
* Fix formatting in Payments table, implement cache for languages, resolve route model for clientcontacts and users
2019-11-06 09:52:57 +11:00
Benjamin Beganović
4694675b91
Payment methods ( #3045 )
...
- Deleting payment methods
2019-11-06 09:51:39 +11:00
David Bomba
97a4fb3696
Fixes for Templates - Add Assigned User functionality ( #3044 )
...
* Request Cancellation
* Add fields to settings
* Recurring invoice cancellation request
* change REST endpoint for entity_id templates
2019-11-05 21:16:38 +11:00
David Bomba
06a120e128
Resolve conflicts ( #3043 )
...
* Request Cancellation
* Add fields to settings
* Recurring invoice cancellation request
* Stub Template controller
* Template Controller
* Fixes for git commit
2019-11-05 10:26:15 +11:00
Benjamin Beganović
11690ae50e
(v2): Automatic resolving on route binding ( #3035 )
...
* Resolve route binding
* add withTrashed() property
* Remove route binds from the Provider
2019-11-05 10:22:36 +11:00
David Bomba
9050d4e564
Template Controller ( #3042 )
...
* Request Cancellation
* Add fields to settings
* Recurring invoice cancellation request
* Stub Template controller
2019-11-05 07:50:10 +11:00
David Bomba
b7d3f4e7aa
Client Portal conditionals ( #3039 )
...
* Fixes for tests
* add additional fields for company settings
* fixes for travis
* update company settings schema
* Disable client portal
* Client Portal middleware
* Working on client portal
* hide portal
* Implement notification channgels for User and ClientContact models
* Push notifications onto queue
* Force authentication if client portal is password protected
2019-11-04 11:22:59 +11:00
David Bomba
ea2f15d1a9
remove default includes ( #3033 )
2019-10-30 18:55:22 +11:00
David Bomba
74f416cd2d
Add users relation to company model ( #3032 )
...
* fixes for invoice footer"
* Add users relation to company model
2019-10-30 18:48:44 +11:00
David Bomba
2759fb4b72
implement invoice.footer
2019-10-30 17:08:18 +11:00
David Bomba
14ea3fe256
Tax Rate fixes ( #3031 )
...
* Ensure tax rate queries are scoped appropriately
* Add Tax Rate Policy
* Fixes for settings
* doc blocks
* Add failed jobs tables to migrations
* Only 1 migration file for failed table
2019-10-30 13:41:18 +11:00
David Bomba
e7a6a8c403
Set defaults and cast invoice items if they are blank ( #3030 )
2019-10-30 08:42:42 +11:00
David Bomba
aad22f607e
set defaults for line items ( #3029 )
2019-10-29 22:44:54 +11:00
David Bomba
13e104c1d9
Fixes for line items ( #3028 )
2019-10-29 22:12:59 +11:00
David Bomba
004d39cc73
Fixes for blank settings ( #3027 )
2019-10-29 20:51:23 +11:00
David Bomba
5fafbac36f
Tax Rates ( #3026 )
...
* Insert generic for client country if not set
* Invoice fixes
* fixes
* Schema changes
* Refactor Schema and implement fixes for testS
* Use Dispatcher for system logs
* Add TaxRateController
* Update OpenAPI definitions for Tax Rates
2019-10-29 13:55:26 +11:00
David Bomba
0f9aae454b
Update Company settings, OpenAPI documentation and Company Migration ( #3025 )
...
* Insert generic for client country if not set
* Invoice fixes
2019-10-28 08:36:09 +11:00
David Bomba
b371dbaf47
Insert generic for client country if not set ( #3022 )
2019-10-25 20:58:16 +11:00
David Bomba
b42702fbdd
V2 ( #3021 )
...
* Implement transformer for ClientGatewayTokens
* Add company_gateway_id to client gateway token transformer
* Fixes for client model
* Fixes for Number class
* Insert generic for client country if not set
2019-10-25 20:56:38 +11:00
David Bomba
3fe3c04091
Fixes for Number class. ( #3020 )
...
* Implement transformer for ClientGatewayTokens
* Add company_gateway_id to client gateway token transformer
* Fixes for client model
* Fixes for Number class
2019-10-25 20:49:38 +11:00
David Bomba
2ddc87ba6e
Fixes for invoice controlleR ( #3019 )
2019-10-25 13:26:16 +11:00
David Bomba
8e3e5a2cb2
Fixes for saving invoice. ( #3015 )
...
* update company settings and OpenAPI definitions
* Fixes for tests
* Add extra variables to company settings
* Track signup platform when new account signup processed
* Fixes for invoice save
2019-10-24 20:23:37 +11:00
David Bomba
a60613aa26
Track signup platform ( #3014 )
...
* update company settings and OpenAPI definitions
* Fixes for tests
* Add extra variables to company settings
* Track signup platform when new account signup processed
2019-10-24 15:46:24 +11:00
David Bomba
adfced11d6
Add design_id to invoice and quote table ( #3013 )
...
* Add conditional checks in client portal
* Add ability to cancel recurring invoices from client portal
* Fixes for types
* Add fields to invoice and quote table
2019-10-24 07:37:20 +11:00
David Bomba
9dfa97eedf
enforce settype() for strings that are _ids ( #3010 )
...
* Add Includes
* Clean up company settings + tests
* Update Company Settings Schema
* Fixes for tests
* fixes for tests
* fixes for settings
* Enforce settype(string) for _ids
2019-10-23 17:21:16 +11:00
David Bomba
e4f0b08d3e
Fixes for settings ( #3009 )
...
* Add Includes
* Clean up company settings + tests
* Update Company Settings Schema
* Fixes for tests
* fixes for tests
* fixes for settings
2019-10-23 12:01:25 +11:00
David Bomba
ed449ea1ab
Default gateway type ID ( #3008 )
...
* Show Recurring Invoice - Client Portal
* Password protect some routes
* Password Protection Routes
* Add default_gateway_type_id to gateway table
2019-10-22 22:27:03 +11:00
David Bomba
d29f37ef8b
Improve invoice calculations ( #3007 )
...
* Fixes for test
* Invoice Items Inclusive Tax Calculator
* Inclusive taxes
* Invoice Inclusive Tax Tests
* More tests
* clean up
* fixes for inclusive tests
2019-10-22 13:07:00 +11:00
David Bomba
02fadc8272
Exclusive tax rate calculations ( #3005 )
...
* clean up invoice calculations - exclusive taxes
* Fixes for tests
* Clean up and fixes for tests
2019-10-20 17:23:35 +11:00
David Bomba
03eb26a6db
clean up invoice calculations - exclusive taxes ( #3000 )
2019-10-17 23:09:39 +11:00
David Bomba
e2284132ec
Add gateway transformer ( #2999 )
2019-10-17 22:49:09 +11:00
David Bomba
ad75344503
OpenAPI docs for support message API
2019-10-17 20:31:47 +11:00
David Bomba
16ce454037
Clean Up
2019-10-17 19:44:49 +11:00
David Bomba
52936f2307
Fixes for invoice taxes - exclusive
2019-10-17 19:43:42 +11:00
David Bomba
fbc03aa9f7
Update setting fields
2019-10-17 19:26:46 +11:00
David Bomba
85ba2091fc
Working on Invoice Taxes
2019-10-17 16:09:52 +11:00
David Bomba
6fb9ba89ee
Woring on invoice is_amount_discounts
2019-10-17 14:14:17 +11:00
David Bomba
66f1f9889b
Fixes for exclusive taxes
2019-10-17 11:25:57 +11:00
David Bomba
c7a82d25b8
inclusive tax implementation
2019-10-17 09:51:05 +11:00
Benjamin Beganović
b35bff3cde
Forward support messages to contact@invoiceninja.com with system-level info ( #2993 )
...
* Sending support messages via API
* Sending log files only if self-hosted
* Remove legacy code
2019-10-17 07:12:38 +11:00
David Bomba
b6d6d3928b
Eager loading ( #2995 )
...
* Fixes for tests
* Eager load payment types
2019-10-16 21:24:33 +11:00
David Bomba
7eb0f8d44b
Invoice calculations ( #2994 )
...
* Add traits for invoice calculations
* V2 of invoice calculator
* Tests for invoice item calculator
* Test for Invoice Item Calculations
* Invoice Calculation Tests
* fix for tests
* Fixes for invoice calculations
2019-10-16 20:28:52 +11:00
David Bomba
b90122443f
Fixes for incorrect payment gateway meta data. ( #2992 )
...
* Fixes for staging
* Fixes for gateway fields
* fix for null design
2019-10-16 08:35:32 +11:00
David Bomba
c43eb96333
Fixes for staging ( #2990 )
2019-10-15 21:36:51 +11:00
David Bomba
1c21b6dc7c
Invoice Calculations ( #2985 )
...
* Fixes for invoice item line totals
* Refactoring invoice calculations
* Update api-docs
* Fixes for invoice calculations
* remove tests
* fixes for config files
2019-10-13 21:59:55 +11:00
David Bomba
01d6b854fa
Fixes for invoice calculations ( #2981 )
2019-10-11 17:08:41 +11:00
David Bomba
dde3f1192a
Change company_logo_url to company_logo ( #2980 )
2019-10-11 15:30:26 +11:00
David Bomba
778b655aa3
Clean up todos ( #2979 )
2019-10-11 13:20:04 +11:00
David Bomba
3cbe60abda
clean up ( #2978 )
2019-10-11 11:54:53 +11:00
David Bomba
6698609512
Fixes for tests
2019-10-11 11:26:35 +11:00
David Bomba
9cc31195f7
fixes for storing invoice
2019-10-11 09:11:36 +11:00
David Bomba
87d5e50557
fixes
2019-10-10 22:08:02 +11:00
David Bomba
8d14c6b2bd
Switch currency_id back to settings object
2019-10-10 21:43:50 +11:00
David Bomba
84edb28652
Move custom labels into single column on DB custom_fields
2019-10-10 13:52:57 +11:00
David Bomba
fb150cc1b0
Documentation for SettingsSaver trait
2019-10-10 13:24:19 +11:00
David Bomba
cb466e4d34
Company Settings Tests
2019-10-10 12:55:21 +11:00
David Bomba
60020734d5
Custom validations for settings
2019-10-10 12:18:00 +11:00
David Bomba
3123547e55
Implement validation rule for settings
2019-10-10 12:01:38 +11:00
David Bomba
7a4decdd3d
working on type casting
2019-10-10 10:15:35 +11:00
David Bomba
859efb9445
Tests for types
2019-10-10 09:20:38 +11:00
David Bomba
e56aac5e73
Implement type checking for settings objects
2019-10-10 08:36:50 +11:00
David Bomba
056b2cbdb7
Tests for company settings
2019-10-09 23:21:21 +11:00
David Bomba
0e9ca5c1ce
Company Settings
2019-10-09 16:57:32 +11:00
David Bomba
0469de7466
fix for returning token on company creation
2019-10-09 16:47:12 +11:00
David Bomba
710732a1fb
company settings
2019-10-09 15:28:58 +11:00
David Bomba
534b515849
Abstract settings save to separate trait
2019-10-09 10:53:33 +11:00
David Bomba
ebf439adcf
fixes for client number incrementation
2019-10-08 22:17:05 +11:00
David Bomba
faa5a05ac1
Validation rules for update client
2019-10-08 22:14:23 +11:00
David Bomba
2e4cd7459a
Add pay now button to each row in table
2019-10-08 16:09:59 +11:00
David Bomba
fb513ebe69
Customise column width for datatable
2019-10-08 14:04:35 +10:00
David Bomba
75b089fa19
Multi payment invoices with filtering of already paid invoices
2019-10-08 13:06:27 +10:00
David Bomba
accbbcf67b
Flash message
2019-10-08 12:03:40 +10:00
David Bomba
091673a7ac
Payment edge cases
2019-10-08 09:05:41 +10:00
David Bomba
9a60e72a56
Fixes for display unpaid invoices with overdue invoices
2019-10-08 08:28:09 +10:00
David Bomba
60e58abab5
Company Logo upload to groups
2019-10-08 08:07:43 +10:00
David Bomba
7a78702a1f
Fixes for tests
2019-10-08 07:43:25 +10:00
David Bomba
cc85746af0
Upload company logo to group settings
2019-10-08 07:17:55 +10:00
David Bomba
db3ccaf4bc
validation fixes
2019-10-08 06:49:16 +10:00
David Bomba
d35a90cb94
change logo_url to company_logo_url
2019-10-07 22:06:23 +11:00
David Bomba
b8515e26b0
Upload company logo to client settings
2019-10-07 22:05:06 +11:00
David Bomba
2a7f62b579
Fixes for tests
2019-10-07 21:36:30 +11:00
David Bomba
fda6ec33fd
Company Settings OpenAPI
2019-10-07 21:21:02 +11:00
David Bomba
c46ebb2778
Fixes for tets
2019-10-07 20:39:22 +11:00
David Bomba
264d6662e3
set blank object for client settings
2019-10-07 17:43:19 +11:00
David Bomba
03d0babd26
Remove show_currency_symbol
2019-10-07 17:37:46 +11:00
David Bomba
5bbc274a48
Fixes for api-headeR
2019-10-07 17:31:26 +11:00
David Bomba
6ae11ce039
group settings on client transformer
2019-10-07 17:16:41 +11:00
David Bomba
a54b6c3055
Finalized OpenAPI
2019-10-07 15:57:14 +11:00
David Bomba
0cad2c1c90
Users OpenAPI
2019-10-07 15:34:57 +11:00
David Bomba
ad1f8dc928
Recurring Quote OpenAPI
2019-10-07 15:32:29 +11:00
David Bomba
eacc1fe66a
Recurring Invoice OpenAPI
2019-10-07 15:29:16 +11:00
David Bomba
19caaac912
Payments OpenAPI
2019-10-07 15:19:25 +11:00
David Bomba
d999212a34
GroupSettings OpenAPI
2019-10-07 15:13:50 +11:00
David Bomba
2f7c403992
company_gateway OpenAPI
2019-10-07 15:09:04 +11:00
David Bomba
e784705aaf
Clients and Companies OpenAPI
2019-10-07 15:03:01 +11:00
David Bomba
24714dc9f4
Clients OpenAPI
2019-10-07 10:32:36 +11:00
David Bomba
6d81f981f8
Invoices OpenAPI
2019-10-07 09:00:02 +11:00
David Bomba
6ea2140578
Remove json validation
2019-10-07 08:13:16 +11:00
David Bomba
165182266a
OpenAPI
2019-10-06 23:24:15 +11:00
David Bomba
febe32b7d8
OpenAPI
2019-10-06 23:18:22 +11:00
David Bomba
65757f4b71
OpenAPI
2019-10-06 23:09:56 +11:00
David Bomba
b7a90a4cae
add custom values to settings object
2019-10-06 22:58:11 +11:00
David Bomba
ac96a01c03
OpenAPI
2019-10-06 22:51:33 +11:00
David Bomba
daa402c778
OpenAPI Docs
2019-10-06 22:27:56 +11:00
David Bomba
897e4855c1
OpenAPI
2019-10-06 22:24:54 +11:00
David Bomba
cf67589f23
Open API
2019-10-06 19:44:00 +11:00
David Bomba
59abbd04f9
Integrating OpenAPI documentation
2019-10-06 17:05:46 +11:00
David Bomba
95be70a7b5
Group Settings
2019-10-06 08:24:46 +11:00
David Bomba
d05e7fb845
Force all avatars to be PNG
2019-10-05 13:55:25 +10:00
David Bomba
5e553b36e9
logo uploads
2019-10-05 13:18:52 +10:00
David Bomba
eca7452de3
Add additional tax rate 3 into the system
2019-10-05 12:28:23 +10:00
David Bomba
d39d837895
Fixes for tests
2019-10-05 11:58:33 +10:00
David Bomba
305eea7fc8
Tests for client presenter using new settings object for company meta data
2019-10-05 11:48:00 +10:00
David Bomba
70fe64ed96
Fixes for tests
2019-10-05 10:11:04 +10:00
David Bomba
2f657aaac8
Stubs for group settings controller
2019-10-05 08:58:51 +10:00
David Bomba
7c69de5ebb
validate json fields
2019-10-05 08:15:57 +10:00
David Bomba
24075072df
refactor for pushing company meta data into settings
2019-10-04 22:37:40 +10:00
David Bomba
2c25f20a25
Force at least 1 product quantity
2019-10-04 21:57:33 +10:00
David Bomba
1f1ffd3240
transform datetimes to timestamps
2019-10-04 21:54:03 +10:00
David Bomba
187fb67275
remove work_ prefix
2019-10-04 21:01:52 +10:00
David Bomba
a83099dad8
Refactor payment events
2019-10-04 16:22:22 +10:00
David Bomba
3900529e83
Format dates for client
2019-10-04 08:06:38 +10:00
David Bomba
ae02953a8f
Client portal client screen
2019-10-04 07:51:54 +10:00
David Bomba
5adc88d01e
Docs
2019-10-03 22:17:48 +10:00
David Bomba
87d61262ca
Move atomic operations to Jobs instead of listeners
2019-10-03 22:02:31 +10:00
David Bomba
724cccacfc
Fixes for tests
2019-10-03 21:50:50 +10:00
David Bomba
3af84f7de7
Company Gateway endpoint and tests
2019-10-03 21:18:12 +10:00
David Bomba
16cd98980b
Company Gateway Tests
2019-10-03 20:59:19 +10:00
David Bomba
3b6fa39d43
Fixes for transformers
2019-10-03 15:42:58 +10:00
David Bomba
9afcc28549
Fixes for company logo output
2019-10-03 15:17:57 +10:00
David Bomba
3e3cde2e1e
pdate
2019-10-03 13:23:00 +10:00
David Bomba
fd58aeb856
Company Gateway API
2019-10-03 13:21:24 +10:00
David Bomba
b41966d41e
working on company gateway API endpoint
2019-10-03 11:13:25 +10:00
David Bomba
4e51256b51
Company Logo upload test
2019-10-03 10:17:29 +10:00
David Bomba
db40a4ab71
handle logo upload for company
2019-10-03 07:59:27 +10:00
David Bomba
70d2531ab4
validation rules
2019-10-03 07:53:59 +10:00
David Bomba
0c5202ea8c
API Tests for clients
2019-10-02 20:22:10 +10:00
David Bomba
7a32986cf0
fixes
2019-10-02 19:44:11 +10:00
David Bomba
34f05df288
fixes
2019-10-02 19:41:38 +10:00
David Bomba
f19d28a70a
fixes
2019-10-02 19:40:32 +10:00
David Bomba
72afe5912c
fixes
2019-10-02 19:34:39 +10:00
David Bomba
63ec6d6fcf
contact key
2019-10-02 19:07:35 +10:00
David Bomba
a6579e43df
Transformer fixes
2019-10-02 19:04:27 +10:00
David Bomba
bd1952df3a
Fixes for payment terms
2019-10-02 18:59:47 +10:00
David Bomba
ba8638d965
Fixes
2019-10-02 18:50:54 +10:00
David Bomba
1248407101
transformer fixes
2019-10-02 18:38:33 +10:00
David Bomba
f5d4ec951e
fixes for client creation
2019-10-02 17:52:38 +10:00
David Bomba
98362e0347
fixes for product transformer
2019-10-02 17:41:22 +10:00
David Bomba
60ee687401
fixes for contact saves
2019-10-02 17:40:10 +10:00
David Bomba
b243ce4643
Log system events
2019-10-02 13:00:51 +10:00
David Bomba
833f986b43
Company Ledger updates
2019-10-02 11:16:51 +10:00
David Bomba
a57de08178
Working on partial invoice payments
2019-10-02 08:44:13 +10:00
David Bomba
78ae24df46
Balances with company ledger
2019-10-01 19:59:32 +10:00
David Bomba
37ec6afdad
Working on payment events
2019-10-01 16:03:57 +10:00
David Bomba
f2a8e5f4df
fixes for tests
2019-10-01 15:54:21 +10:00
David Bomba
4bccdae01e
using events to fire updates for invoices and company ledger
2019-10-01 14:27:04 +10:00
David Bomba
2d5d9b816b
Payment Events
2019-10-01 11:56:48 +10:00
David Bomba
3721e2b7f1
paypal
2019-10-01 07:16:46 +10:00
David Bomba
62949b2fad
Paypal response
2019-09-30 16:54:24 +10:00
David Bomba
c4f777b20e
Working on paypal response
2019-09-30 15:27:05 +10:00
David Bomba
0b7054b315
Complete paypal response
2019-09-30 11:15:57 +10:00
David Bomba
e89d7cebaa
Working on Paypal Driver
2019-09-30 09:26:37 +10:00
David Bomba
b8aaa8c082
Payment hooks
2019-09-30 07:49:43 +10:00
David Bomba
85de581fac
Fix for company filtering
2019-09-29 18:46:53 +10:00
David Bomba
441d52523d
Add activities to API
2019-09-27 14:31:13 +10:00
David Bomba
1e025dcbe1
enforce blank strings in transformers
2019-09-27 08:14:02 +10:00
David Bomba
58a01b7296
remove defaults from DB
2019-09-27 07:54:03 +10:00
David Bomba
487f93933b
Laravel V6
2019-09-26 23:00:51 +10:00
David Bomba
515b32fd87
Bump to Laravel 6
2019-09-26 20:49:52 +10:00
David Bomba
49b97038f7
Working on Paypal
2019-09-26 15:47:37 +10:00
David Bomba
bbe5049a2d
add padding to tables
2019-09-26 15:14:07 +10:00
David Bomba
e21d425093
Expose product price in API
2019-09-26 09:47:33 +10:00
David Bomba
1778e63421
cast created_at/updated_at/deleted_at to timestamps
2019-09-26 08:27:26 +10:00
David Bomba
2c05f5a47e
Refresh route
2019-09-25 21:49:43 +10:00
David Bomba
2df455c21d
update invoice status
2019-09-25 16:55:09 +10:00
David Bomba
0687817ae8
Create payment after payment and mark invitations as paid
2019-09-25 16:23:51 +10:00
David Bomba
362f197fbb
Store payment after invoice is confirmed paid
2019-09-25 15:55:52 +10:00
David Bomba
5090c963d3
Payment responses and saving card details
2019-09-25 14:03:28 +10:00
David Bomba
46602a21c5
Stripe payments
2019-09-25 12:07:33 +10:00
David Bomba
8027e72217
Laravel standard error pages
2019-09-25 07:18:41 +10:00
David Bomba
6bff6d6fac
refactor gateway fields
2019-09-24 22:54:23 +10:00
David Bomba
7dfc783c4a
Change json output of gateway_fields
2019-09-24 22:03:08 +10:00
David Bomba
d7f307feab
Implement gateway fields in statics
2019-09-24 21:48:25 +10:00
David Bomba
f59b74b01b
Refactors for gateways - using keys instead of Pkeys
2019-09-24 21:22:41 +10:00
David Bomba
d34b129474
fix error formatting
2019-09-24 08:37:38 +10:00
David Bomba
176ba8dac5
fixes
2019-09-23 22:42:02 +10:00
David Bomba
6e12c3e2d3
Fixes
2019-09-23 22:38:34 +10:00
David Bomba
bbabe4836b
Fix DB search
2019-09-23 22:19:37 +10:00
David Bomba
3ad0a3ff9a
Sort response in alphabetical order by key
2019-09-23 21:29:30 +10:00
David Bomba
1e1be26980
Invitation routing
2019-09-23 15:59:01 +10:00
David Bomba
d5ec342764
Nuances of client contact invitations
2019-09-23 13:22:24 +10:00
David Bomba
308406c0fb
Create or Update invitations on invoice save / creation
2019-09-23 13:10:51 +10:00
David Bomba
3860e770f6
Add reset link to API
2019-09-23 08:24:25 +10:00
David Bomba
a9f4a5feaf
add group settings to company transformer:
2019-09-22 20:41:43 +10:00
David Bomba
7382ff0b84
fixes for datetime formats
2019-09-22 20:25:05 +10:00
David Bomba
50d52c5323
Add DateFormats to model
2019-09-22 19:30:03 +10:00
David Bomba
b6a0350952
Logic for modal display
2019-09-21 14:18:08 +10:00
David Bomba
4aa781fb03
Working on settings - safe guards to updating the settings object
2019-09-21 14:09:25 +10:00
David Bomba
04b4f224fa
Working on terms and signature authorization
2019-09-21 12:17:27 +10:00
David Bomba
4fd41dbe1d
Client payment flow
2019-09-20 15:13:58 +10:00
David Bomba
6037e30887
fixes for travis
2019-09-19 21:43:59 +10:00
David Bomba
bc2feba3fb
Clean up
2019-09-19 21:40:05 +10:00
David Bomba
85c645fbeb
Set default payment method when inserting first record
2019-09-19 21:31:49 +10:00
David Bomba
a926c48f21
Payment methods list view
2019-09-19 20:16:41 +10:00
David Bomba
cc7ee120d5
Fixes for test
...
s
2019-09-19 16:22:32 +10:00
David Bomba
86a099587d
Refactor for settings to force types
2019-09-19 15:50:05 +10:00
David Bomba
ff0406d564
Fixes
2019-09-18 22:49:26 +10:00
David Bomba
89cc4170d6
Fixes
2019-09-18 22:43:37 +10:00
David Bomba
d5d1d7d9a3
Refactor for API
2019-09-18 16:02:05 +10:00
David Bomba
a331368383
List view for payment methods
2019-09-18 12:39:53 +10:00
David Bomba
905aaf7c98
fixes for DB constraints. nest company users
2019-09-18 07:51:40 +10:00
David Bomba
23acdb6394
Add Credit card to client portal
2019-09-17 21:57:59 +10:00
David Bomba
0f9f418e7e
Add Credit card to client portal
2019-09-17 21:54:14 +10:00
David Bomba
70d146333b
Casts
2019-09-17 20:27:48 +10:00
David Bomba
5211434d49
Working on multiple payment methods per gateway
2019-09-17 15:59:09 +10:00
David Bomba
c79211c4f4
Mitigate nulls in database
2019-09-17 15:42:10 +10:00
David Bomba
bacf1f74a0
Fixes for signup route
2019-09-17 07:42:08 +10:00
David Bomba
3ff6dd4472
Working on credit card auth response
2019-09-16 21:16:20 +10:00
David Bomba
662aa3aed1
Working on credit card auth response
2019-09-16 21:03:25 +10:00
David Bomba
0331575197
Working on card authorisation for Stripe
2019-09-16 14:59:59 +10:00
David Bomba
6b8cbe4e7c
Working on preauth credit card stripe
2019-09-16 12:05:30 +10:00
David Bomba
8944727d6b
Working on client payment methods
2019-09-15 21:40:46 +10:00
David Bomba
cbb1ca7660
Working on updating credit card
2019-09-14 22:34:05 +10:00
David Bomba
7cfe0c22fb
Add Payment Method - client side
2019-09-13 15:52:01 +10:00
David Bomba
b1836224e2
Working on contact payment page
2019-09-13 08:33:48 +10:00
David Bomba
2f164d6a76
Add account to login response
2019-09-12 22:02:25 +10:00
David Bomba
da0c0080a5
Fixes for login api
2019-09-12 21:46:09 +10:00
David Bomba
9431abb300
Working on payment flow - client side
2019-09-12 16:10:21 +10:00
David Bomba
6368ab10f7
Doc Blocks for settings
2019-09-12 13:23:44 +10:00
David Bomba
b7920a072a
Set all ID's to strings for consistency
2019-09-12 11:28:41 +10:00
David Bomba
6544ca2977
Dusk UI tests
2019-09-11 21:04:03 +10:00
David Bomba
4536bc0566
API fixes
2019-09-11 20:15:44 +10:00
David Bomba
de3c724f48
Bug Fixes
2019-09-11 16:35:31 +10:00
David Bomba
0d4d1041f5
Refactor of client settings and cascading settings Client > Group > Company finished
2019-09-11 16:00:23 +10:00
David Bomba
ac19a4bb12
Working on cascading settings
2019-09-11 15:32:47 +10:00
David Bomba
af28b02fae
Fixes for tests
2019-09-11 13:46:23 +10:00
David Bomba
e329c24879
Fixes for tests
2019-09-11 12:01:49 +10:00
David Bomba
42e54d0bd5
include statics with login response
2019-09-11 10:37:53 +10:00
David Bomba
a840136575
API cleanup
2019-09-11 09:31:55 +10:00
David Bomba
a74d60a5ee
fixes for tests
2019-09-10 20:30:55 +10:00
David Bomba
6561602fef
fixes for tests
2019-09-10 20:25:29 +10:00
David Bomba
f98f2902dc
Refactor company gateways
2019-09-10 19:35:18 +10:00
David Bomba
1c2ba3a53e
force status codes to be returned
2019-09-10 19:31:51 +10:00
David Bomba
1f624e28bc
Refactor Group level settings
2019-09-10 12:30:43 +10:00
David Bomba
db7043abd9
Working on Groups
2019-09-09 21:24:22 +10:00
David Bomba
5f7a0b96d7
Tests tests and more tests
2019-09-09 21:05:53 +10:00
David Bomba
b853dd80ed
Working on payment methods
2019-09-09 16:25:33 +10:00
David Bomba
2ffca37e74
Working on gateways and gateway fees
2019-09-09 14:54:39 +10:00
David Bomba
c7512f1572
Working on gateway fees
2019-09-09 13:27:16 +10:00
David Bomba
8a90d46287
Working on payment methods
2019-09-09 12:19:19 +10:00
David Bomba
0856fc2dfd
Working on gateway payment flow
2019-09-08 22:13:55 +10:00
David Bomba
0b0f0759f1
Working on Gateways
2019-09-08 20:39:13 +10:00
David Bomba
31afd09a0f
Working on stripe payments using Omnipay
2019-09-06 15:22:05 +10:00
David Bomba
f72bd34483
Fleshing out payment drivers
2019-09-06 09:00:23 +10:00
David Bomba
f8734db1b6
Working on Stripe payment driver
2019-09-05 22:42:26 +10:00
David Bomba
03c3cc8702
Working on Payment Drivers
2019-09-05 17:00:12 +10:00
David Bomba
f5e19ece06
Payment screen
2019-09-05 15:04:52 +10:00
David Bomba
374cc88c06
Display PDF
2019-09-05 09:52:49 +10:00
David Bomba
ebeed02d03
Clean up
2019-09-05 07:55:49 +10:00
David Bomba
c4bccddbb3
Clean up trait
2019-09-05 07:50:16 +10:00
David Bomba
af601e0b03
WOrking on invoice template layouts - css
2019-09-04 23:26:08 +10:00
David Bomba
43dc9158f6
Cleaning up Tests
2019-09-04 22:01:19 +10:00
David Bomba
0051145d2e
Working on invoice item tax calculations
2019-09-04 15:15:42 +10:00
David Bomba
bc7e09b924
Working on tests for line item taxes
2019-09-04 15:10:10 +10:00
David Bomba
cd40ba95e6
Invoice templates
2019-09-04 11:45:53 +10:00
David Bomba
e60bcf2d23
Dynamic invoice tables for PDF generation
2019-09-04 09:16:23 +10:00
David Bomba
ea07174df6
Invoice Item Array factory
2019-09-04 08:16:53 +10:00
David Bomba
f9a5bd3444
Custom values for invoice templates
2019-09-03 16:01:40 +10:00
David Bomba
28a214a9bc
Tests
2019-09-03 13:39:35 +10:00
David Bomba
47cdeef258
Working on building dynamic tables for invoices
2019-09-03 09:00:52 +10:00
David Bomba
d99443806a
working on invoice labels and template values
2019-09-02 15:08:26 +10:00
David Bomba
019cc09dbb
Working on replacing variables for templates
2019-08-30 16:16:39 +10:00
David Bomba
e4f33b06ba
Saving PDF's to their correct location
2019-08-30 07:44:22 +10:00
David Bomba
10272a1eeb
Working on PDF generation with mocked Invoice Data. - Finishing saving to file location
2019-08-29 22:47:45 +10:00
David Bomba
2c65a6305c
Render PDF in HTML
2019-08-29 14:58:04 +10:00
David Bomba
2704c179c7
Presenter variables for invoice
2019-08-29 14:13:16 +10:00
David Bomba
13f21710ce
Presenter variables for invoice
2019-08-29 14:12:09 +10:00
David Bomba
668e01b814
Stubbing invoice design templates
2019-08-29 14:07:04 +10:00
David Bomba
b7d9ad1808
Create more date helpers
2019-08-29 08:13:26 +10:00
David Bomba
17b2bc4e69
Click on table rows to mark checkbox
2019-08-28 15:19:36 +10:00
David Bomba
1c31f6de0f
Refactors, and create a number helper
2019-08-28 12:36:53 +10:00
David Bomba
e5b60195d8
Working on Formatting data in client timezone
2019-08-28 11:13:10 +10:00
David Bomba
0af0d9786d
Fixes for test
2019-08-28 10:58:13 +10:00
David Bomba
33b42db47c
Tests
2019-08-28 09:19:54 +10:00
David Bomba
b92b7cbe63
Merge branch 'v2' of https://github.com/invoiceninja/invoiceninja into v2
2019-08-27 11:21:41 +10:00
David Bomba
a9bf593708
model changes
2019-08-27 11:21:25 +10:00
David Bomba
d50cab40c2
Create client logo's
2019-08-26 19:28:21 +10:00
David Bomba
d313151f2c
Clean up transformers of old Swagger documentation stubs
2019-08-26 18:25:05 +10:00
David Bomba
9a1d7d7e49
Clean up validation around how we handle email addresses
2019-08-25 20:43:21 +10:00
David Bomba
bfa053717c
fixes for user creation
2019-08-25 15:55:25 +10:00
David Bomba
4163ce77a6
fixes for user creation
2019-08-25 15:54:33 +10:00
David Bomba
dbb2256819
fixes for user creation
2019-08-25 15:53:16 +10:00
David Bomba
d02e62e46f
Padding out Company Gateways - Default gateways per company and per client
2019-08-22 11:58:42 +10:00
David Bomba
cc1997b390
Gateway Types
2019-08-22 10:25:30 +10:00
David Bomba
bad61e8984
Payment Gateways - padding
2019-08-22 08:34:20 +10:00
David Bomba
b9605925e3
Show company and client details in portal
2019-08-22 07:46:11 +10:00
David Bomba
e9e12f59af
Padding out client dashboard
2019-08-21 14:29:07 +10:00
David Bomba
f3d3385678
Fix badgers
2019-08-20 08:29:19 +10:00
David Bomba
a40fb82971
Working on Payment list for client portal
2019-08-19 16:50:33 +10:00
David Bomba
c2441bdef0
Client Portal Payments List View
2019-08-16 15:20:28 +10:00
David Bomba
0892993afe
Recurring Invoice ListView
2019-08-15 21:10:02 +10:00
David Bomba
03d67bbb52
Recurring Invoices - Client Portal
2019-08-15 15:19:00 +10:00
David Bomba
a6b78fd7a6
Working on recurring invoices listview
2019-08-15 14:31:03 +10:00
David Bomba
ec939e2f61
Working on client payment flow
2019-08-14 20:23:44 +10:00
David Bomba
dc65ede956
Remove links to multidatabaseuserprovider
2019-08-14 15:40:22 +10:00
David Bomba
434d4a46d7
Work on paying bulk invoices
2019-08-14 13:22:47 +10:00
David Bomba
c55d4f1b5b
Invoice List View - Client Portal
2019-08-14 12:16:09 +10:00
David Bomba
104ff30468
Finished Client Profile CRUD
2019-08-14 10:15:21 +10:00
David Bomba
60853a8510
Edit client information
2019-08-14 07:41:02 +10:00
David Bomba
b2f7740fa1
Unique email validation for contact
2019-08-14 07:16:31 +10:00
David Bomba
7c35859a6e
Finished Contact Details Page
2019-08-13 09:56:46 +10:00
David Bomba
4a08414ca5
Working on User profile
2019-08-12 22:45:13 +10:00
David Bomba
3f1fcdda76
Working on client portal
2019-08-12 08:33:17 +10:00
David Bomba
433a2a01d7
clean up
2019-08-08 21:18:02 +10:00
David Bomba
9823df51b3
Working on Client Uploads
2019-08-08 21:07:26 +10:00
David Bomba
37e8f41bff
Working on Client Uploads
2019-08-08 18:13:32 +10:00
David Bomba
5ea1ac6fd2
Telescope
2019-08-08 15:33:11 +10:00
David Bomba
fac762391a
Working on dropzone uploads
2019-08-08 10:22:54 +10:00
David Bomba
3e91a4f700
Working on client side uploads
2019-08-07 16:56:19 +10:00
David Bomba
c50fb68b21
Working on dropzone uploads - generic
2019-08-07 13:07:06 +10:00
David Bomba
f37f28a846
Working on upload avatar - generic
2019-08-07 10:44:38 +10:00
David Bomba
3da6eb69f0
Working on DropZone
2019-08-06 13:31:55 +10:00
David Bomba
68f43671a8
Working on profile avatar upload - with dropzone
2019-08-05 15:29:50 +10:00
David Bomba
b96b03440d
Implement Select 2 filtering for client portal invoices
2019-08-05 12:58:12 +10:00
David Bomba
d15d212ad1
Working on select 2
2019-08-05 12:02:32 +10:00
David Bomba
dcfd65ec32
Fixes for filtering datatable
2019-08-05 09:31:55 +10:00
David Bomba
9387072711
Datatables
2019-08-05 05:59:28 +10:00
David Bomba
9b1075539c
Working on client portal profile
2019-08-02 10:31:48 +10:00
David Bomba
1e7bb34326
Are partials a status?
2019-07-30 21:27:09 +10:00
David Bomba
46822855a7
Client Status Filters
2019-07-30 11:08:39 +00:00
David Bomba
df5778c3c5
Working on Javascript front end
2019-07-30 08:28:38 +10:00
David Bomba
3829a874aa
Add Former dependency
2019-07-29 13:59:28 +10:00
David Bomba
888fecf886
Working on client portal - datatables
2019-07-26 08:19:01 +10:00
David Bomba
a215e9b056
Working on client portal - datatables
2019-07-26 08:05:13 +10:00
David Bomba
fd9c746c8d
Working on datatables
2019-07-25 14:51:00 +10:00
David Bomba
7a6f9c993b
Stubs for datatables
2019-07-23 13:31:53 +10:00
David Bomba
f237bd958d
fix spacing between sidebar icons and link text
2019-07-23 09:25:53 +10:00
David Bomba
1823a23b2d
view composers for client portal
2019-07-22 13:54:34 +10:00
David Bomba
2df2ec44ba
View Composer for Client Portal
2019-07-19 14:32:51 +10:00
David Bomba
990bba510b
Notifications
2019-07-18 14:53:22 +10:00
David Bomba
f63803fe7b
Finished - Client auth + password reset + mailables
2019-07-18 09:45:18 +10:00
David Bomba
7e4294fcc5
Client password resets
2019-07-17 14:52:54 +10:00
David Bomba
7448ef9b0a
Client-Contact password reset stubs
2019-07-17 14:15:25 +10:00
David Bomba
99a535eed8
Default skin client auth
2019-07-17 13:09:37 +10:00
David Bomba
4cc9ca2748
Handle fallback routes from different route group
2019-07-17 08:59:09 +10:00
David Bomba
241cb02a86
Start Front End of Client Portal - Authentication
2019-07-16 12:38:11 +10:00
David Bomba
9effc2ebca
Align Signup and Login responses for consistency
2019-07-14 19:34:49 +10:00
David Bomba
feff6a1c76
Refactoring how we set the DB in the request cycle
2019-07-12 15:03:30 +10:00
David Bomba
89797b0991
Handle list filters from Contact Routes
2019-07-10 13:10:18 +10:00
David Bomba
2f401e3457
Log contact logins
2019-07-10 11:50:49 +10:00
David Bomba
9f624b3c61
Mock Client InvoiceList
2019-07-10 11:42:34 +10:00
David Bomba
45d00be174
Create specific transformer for client login response
2019-07-09 20:32:26 +10:00
David Bomba
e669b96f8a
Fixes for tests
2019-07-09 19:13:33 +10:00
David Bomba
60e0e84980
Fixes for tests - base PHP version now 7.3
2019-07-09 10:01:29 +10:00
David Bomba
7bc3f94162
tests for php 7.3
2019-07-08 15:54:46 +10:00
David Bomba
8a08e9b12e
documentation
2019-07-08 15:16:38 +10:00
David Bomba
51b0c17c4c
Working on client login routes
2019-07-08 10:08:57 +10:00
David Bomba
83f6a88cb3
fixes for tests
2019-07-05 08:36:40 +10:00
David Bomba
5b0cb2a218
Validation rules
2019-07-04 14:31:01 +10:00
David Bomba
accd7ae348
Rules for company update
2019-07-04 14:04:01 +10:00
David Bomba
548c9b31d0
fixes for tests
2019-07-03 19:58:34 +10:00
David Bomba
f01c038c6e
Move from guarded models to fillable properties.. overcomes handling additional response parameters
2019-06-26 14:04:10 +10:00
David Bomba
879d87ea60
Add ability to upload company logo
2019-06-26 13:25:14 +10:00
David Bomba
65afb4242b
Finished implementing add additional company to account
2019-06-26 09:44:08 +10:00
David Bomba
07b4b81117
company policy
2019-06-26 07:55:04 +10:00
David Bomba
220bedf3a0
fixes for company tests
2019-06-25 15:08:07 +10:00
David Bomba
de4e3f5655
Refactoring the order of data displayed when creating accounts and companies
2019-06-25 13:55:02 +10:00
David Bomba
518d5f12e7
working on testing signup routes again
2019-06-24 21:05:47 +10:00
David Bomba
67fa34fe82
Implement forced includes to allow forcing additional objects in the json response
2019-06-24 10:13:53 +10:00
David Bomba
9cb33f3e10
working on Company Tests
2019-06-21 08:15:53 +10:00
David Bomba
2ddb9ddde3
Company TestS
2019-06-20 16:20:14 +10:00
David Bomba
a793100f79
Working on Company CRUD
2019-06-17 10:15:42 +10:00
David Bomba
42e7369c08
Fixes for tests
2019-06-17 09:58:33 +10:00
David Bomba
fc06feceb9
Fixes for travis
2019-06-12 14:33:57 +10:00
David Bomba
ec5e35cd96
Fixes for travis
2019-06-12 14:23:38 +10:00
David Bomba
544e59bbba
Transform id keys from Bulk routes
2019-06-12 14:22:05 +10:00
David Bomba
3ca2c26e90
additional middleware filters for users that are logging in
2019-06-12 11:00:38 +10:00
David Bomba
26f2bf71d5
Updates a user
2019-06-12 09:38:16 +10:00
David Bomba
d9c216433a
Fixes for cascading rules
2019-06-12 09:24:42 +10:00
David Bomba
79907e6206
Refactor the way we harvest the company entity
2019-06-12 09:15:17 +10:00
David Bomba
49a48db8a0
User Tests
2019-06-11 15:28:24 +10:00
David Bomba
f4ae84e954
Re work the way we harvest a user token
2019-06-11 13:20:23 +10:00
David Bomba
51c5b96b68
Working on User Crud
2019-06-06 14:51:28 +10:00
David Bomba
cd84cd48ba
Working on User routes
2019-06-05 19:50:37 +10:00
David Bomba
4debbf1f38
Tests for unique users
2019-06-05 15:33:48 +10:00
David Bomba
542a63707a
unique email check
2019-06-05 14:06:27 +10:00
David Bomba
671760eda4
Fixes for unique email rule
2019-06-05 10:43:23 +10:00
David Bomba
fabc45d162
minor formatting
2019-06-04 15:53:34 +10:00
David Bomba
04b0784afa
ninja
2019-06-04 08:08:13 +10:00
David Bomba
4dcb047c05
Static helper for installation type
2019-06-04 08:07:57 +10:00
David Bomba
e458ec6331
Update user table on access
2019-06-04 07:46:46 +10:00
David Bomba
d057903229
Logging
2019-06-03 15:31:20 +10:00
David Bomba
c2791815a7
Tests for File Uploading
2019-06-03 10:28:12 +10:00
David Bomba
ea9430f691
Transformers for invitesd
2019-06-02 19:57:12 +10:00
David Bomba
4e4d134230
Fixes for tests - new implementation for invitations
2019-06-02 16:36:31 +10:00
David Bomba
96f61865d8
Implement logic to throttle emails
2019-05-31 14:01:47 +10:00
David Bomba
6c80df9835
remove invoice_email_list from settings
2019-05-31 11:10:05 +10:00
David Bomba
7ccd9114aa
doc blocks
2019-05-30 16:01:17 +10:00
David Bomba
ce8d440ec5
fixes for recurring invoice request
2019-05-30 09:58:00 +10:00
David Bomba
f20183025b
Model updates
2019-05-30 08:22:25 +10:00
David Bomba
32ca69bc52
Working on invitationsg
2019-05-29 21:15:42 +10:00
David Bomba
866111cbbb
Working on Invoice Invitations
2019-05-29 14:33:53 +10:00
David Bomba
e898494b72
Fixes for new implementation of GeneratesCounter
2019-05-29 10:44:33 +10:00
David Bomba
efe81ffc64
Working on client numbering
2019-05-28 15:55:50 +10:00
David Bomba
7cf3b23089
Document tests
2019-05-27 21:56:16 +10:00
David Bomba
b2dcd5cbcb
Tests for Generates Counter
2019-05-27 21:54:27 +10:00
David Bomba
494504a2d0
Working on tests for new GeneratesCounterTest
2019-05-27 20:48:52 +10:00
David Bomba
0a12e2d49a
Complete rewrite of Generates Numbers
2019-05-27 15:26:34 +10:00
David Bomba
058e12fbf6
Refactor - Breaking changes to GeneratesNumberCounter that require attention
2019-05-24 19:23:38 +10:00
David Bomba
e4b0aba5a0
Working on tests for recurring invoice cron
2019-05-24 15:13:17 +10:00
David Bomba
9f56e5f99e
Bug Fixes
2019-05-24 08:37:47 +10:00
David Bomba
474d99505e
working on sending recurring invoices
2019-05-23 16:15:06 +10:00
David Bomba
2549da4e6f
Working on Sending Recurring invoices
2019-05-23 15:08:31 +10:00
David Bomba
364df6bfe2
Cleaning up OAuth
2019-05-23 10:25:55 +10:00
David Bomba
383c04827d
Custom Scopes depending on provider
2019-05-23 08:28:03 +10:00
David Bomba
608f580760
fixes for invoice transformer
2019-05-22 20:33:18 +10:00
David Bomba
3c7b2a9417
patch for basic web views
2019-05-22 13:53:11 +10:00
David Bomba
d7fa857f10
patch for basic web views
2019-05-22 13:52:38 +10:00
David Bomba
c8c965384d
use correct Cookie dependency
2019-05-22 13:48:25 +10:00
David Bomba
e33273e360
Add new db discovery middleware
2019-05-22 13:46:42 +10:00
David Bomba
c25e2e6a6d
Fixes for logining in via web
2019-05-22 13:43:51 +10:00
David Bomba
1c48c51407
bug fix
2019-05-22 13:24:40 +10:00
David Bomba
b121955cd7
bug fix
2019-05-22 13:23:31 +10:00
David Bomba
02a9dc228e
bug fix
2019-05-22 13:22:31 +10:00
David Bomba
bdf4c8b028
Expand Scopes
2019-05-22 13:21:23 +10:00
David Bomba
d2a2378f4b
OAuth from Third Party Client <> Server finished
2019-05-22 13:18:18 +10:00
David Bomba
914496b75a
fix for login controller
2019-05-22 11:24:05 +10:00
David Bomba
3d4100394f
enforce stateless API
2019-05-22 11:18:52 +10:00
David Bomba
2f6d330a7a
fix for signup over OAuth
2019-05-22 11:09:36 +10:00
David Bomba
2334a3a870
Fix for oauth signup
2019-05-22 11:00:23 +10:00
David Bomba
ef25cfa320
OAuth login and signup. Improve handling of login via API
2019-05-22 10:56:47 +10:00
David Bomba
97d3093b2b
Working on oAuth
2019-05-22 09:00:12 +10:00
David Bomba
289556e673
refactor job names
2019-05-16 16:00:27 +10:00
David Bomba
543795bc74
Company Ledger Tests
2019-05-16 15:36:53 +10:00
David Bomba
8b3432f350
Apply payments and adjust ledgeR
2019-05-16 09:40:53 +10:00
David Bomba
c236925e6d
Fix Invoice Create routes
2019-05-16 08:26:21 +10:00
David Bomba
92b46d5ed8
tests
2019-05-15 19:20:52 +10:00
David Bomba
b365d8dc6e
Wire up Activity Listeners for update/create invoice
2019-05-15 15:19:18 +10:00
David Bomba
5467fc64b1
Invoice activity listeners
2019-05-15 15:03:18 +10:00
David Bomba
c3a94a9add
Delete .DS_Store
2019-05-15 14:47:38 +10:00
David Bomba
139008ed14
Working on Company ledger
2019-05-15 14:47:07 +10:00
David Bomba
a2a0e6738e
Working on adding transactions to the company ledger
2019-05-14 20:27:47 +10:00
David Bomba
924d5b5f7b
Working on tests for Mark as Paid (invoice)
2019-05-14 14:05:05 +10:00
David Bomba
ad76169b6c
Working on invoice payments
2019-05-13 16:18:46 +10:00
David Bomba
9b86780fa3
Update copyright
2019-05-11 13:32:07 +10:00
David Bomba
3fde744d77
Working on client saves
2019-05-10 16:08:33 +10:00
David Bomba
4cae3fdcfb
Working on Invoice and Payment Jobs
2019-05-10 07:50:21 +10:00
David Bomba
98d1480450
Store Invoice Job
2019-05-09 15:29:31 +10:00
David Bomba
79ed18d9ff
invoice repo doc
2019-05-09 08:47:38 +10:00
David Bomba
ca71819086
Change custom dateFormat until laravel has better support for microtime date timestmaps
2019-05-07 20:48:43 +10:00
David Bomba
44a57b2679
Clean up models
2019-05-07 15:33:20 +10:00
David Bomba
e8d92f627d
Make all timestamps microtime stamps
2019-05-07 15:08:10 +10:00
David Bomba
6333a2e8c5
Company Ledger
2019-05-07 15:06:42 +10:00
David Bomba
52800bdc4b
Minor refactors
2019-05-06 15:34:59 +10:00
David Bomba
10e0c8a05f
Recurring Quotes
2019-05-05 10:49:01 +10:00
David Bomba
9538626b03
Add Payment Repo
2019-05-03 18:32:30 +10:00
David Bomba
6660e881ef
Fixes for Payment tests
2019-05-03 18:28:48 +10:00
David Bomba
ac05fc6ff6
Working on Payments
2019-05-03 17:57:55 +10:00
David Bomba
9f9f3439b4
Fixes for recurring invoices test
2019-05-03 17:35:49 +10:00
David Bomba
5bc41b4d79
payments
2019-05-03 16:11:43 +10:00
David Bomba
7b62c50f90
Fix Recurring implicit binding
2019-05-03 11:30:08 +10:00
David Bomba
7985315335
Recurring Invoice Filters
2019-05-03 08:33:32 +10:00
David Bomba
c35f9fbe04
recurring invoices
2019-05-03 08:29:04 +10:00
David Bomba
d9324697c0
Quote Tests
2019-05-02 21:24:00 +10:00
David Bomba
6d14821528
Working on Quotes
2019-05-02 21:07:38 +10:00
David Bomba
0102d1a22b
Getters and Setters on Invoice model
2019-05-02 15:47:16 +10:00
David Bomba
7a65ef24d2
Refactor Generated number trait
2019-05-02 14:04:51 +10:00
David Bomba
c77c2811ef
Fixes for creating a client invoice number
2019-05-01 19:31:16 +10:00
David Bomba
599ff31f9d
Working on more tests for generates numbers
2019-05-01 16:09:55 +10:00
David Bomba
87bae37350
Implement more testing on generates numbers
2019-05-01 13:49:23 +10:00
David Bomba
71d00c1aeb
Implement more testing on generates numbers
2019-05-01 13:33:04 +10:00
David Bomba
568fbdf6c8
Use Company ScopeS
2019-05-01 12:23:13 +10:00
David Bomba
b276cc729f
Tests for generates numbers
2019-04-30 22:30:47 +10:00
David Bomba
21edcdf919
Generates number
2019-04-30 19:23:44 +10:00
David Bomba
defbae832b
Working on Generates Number
2019-04-30 16:02:39 +10:00
David Bomba
19a5c7119b
Test for Number generation:
2019-04-29 22:14:11 +10:00
David Bomba
76d625d723
Working on client, quote, invoice number generator
2019-04-29 15:50:08 +10:00
David Bomba
50a43720d1
Create settings getter on Client Model
2019-04-29 10:54:26 +10:00
David Bomba
2a032ab253
Refactor default client settings
2019-04-29 08:40:38 +10:00
David Bomba
cc4032ef3a
prototype document upload class
2019-04-28 22:23:22 +10:00
David Bomba
a54fd4b931
Upload a file
2019-04-28 20:25:18 +10:00
David Bomba
897794dd66
Upload Files
2019-04-28 15:46:45 +10:00
David Bomba
f958effb81
Documents
2019-04-28 15:31:32 +10:00
David Bomba
63f8700db1
bump laravel version to 5.8, include new GCS storage library
2019-04-28 15:11:08 +10:00
David Bomba
16379fe514
User Requests
2019-04-27 19:20:03 +10:00
David Bomba
acdc8fad94
Finalize tests for Factories
2019-04-26 21:18:23 +10:00
David Bomba
49427b1acb
Tests for factories
2019-04-26 20:51:02 +10:00
David Bomba
b649a24745
Stub counter variables
2019-04-26 15:57:45 +10:00
David Bomba
2cfcc35f70
Fire events for User
2019-04-25 21:33:03 +10:00
David Bomba
e0da0c14a8
User event-listener pairs
2019-04-25 20:21:07 +10:00
David Bomba
6326a3c840
Tuning SQL queries
2019-04-25 17:16:41 +10:00
David Bomba
d8f5d10b58
Fixes for tests
2019-04-24 20:01:40 +10:00
David Bomba
e37c6912b1
Refactor for invoice calculations, implementing testing for Invoice Invitation creation
2019-04-24 15:18:48 +10:00
David Bomba
572d368da7
disable dusk
2019-04-24 12:34:39 +10:00
David Bomba
56d4a98707
Trying to fix chrome for laravel dusk - travis
2019-04-24 11:49:41 +10:00
David Bomba
c2cd8e9d14
Fixes for php7.4 - travis
2019-04-24 11:34:41 +10:00
David Bomba
3c763e7d95
Fixes for php7.4 - travis
2019-04-24 11:27:51 +10:00
David Bomba
2a613d2722
start mysql in travis
2019-04-24 11:21:50 +10:00
David Bomba
639b22c69c
Bump dist version to xenial for travis
2019-04-24 11:12:27 +10:00
David Bomba
86d123ff9a
Working on Invitations
2019-04-24 10:22:02 +10:00
David Bomba
e364bcf6ec
Stub clone to quote
2019-04-23 23:17:49 +10:00
David Bomba
13e859bcea
Invoice to Quote factory
2019-04-23 22:22:13 +10:00
David Bomba
18d2284a8e
Quotes and Recurring Invoice migrations
2019-04-23 21:44:41 +10:00
David Bomba
b1e264e5e4
Remove unused Job
2019-04-23 16:20:18 +10:00
David Bomba
f496949008
Refactor bulk actions
2019-04-23 16:19:45 +10:00
David Bomba
706625e83f
Working on invoice actions
2019-04-23 14:16:41 +10:00
David Bomba
94fe6ff7a2
rename trait
2019-04-23 08:41:32 +10:00
David Bomba
e4d3fa523a
Working on timezone conversions
2019-04-22 22:17:52 +10:00
David Bomba
d3f2c4a571
working on conversion of datetime to and from UTC
2019-04-22 21:59:04 +10:00
David Bomba
4e126b03f0
create lock_sent_invoices settings variable
2019-04-22 09:21:57 +10:00
David Bomba
ab07513e3d
User Listener
2019-04-22 09:15:07 +10:00
David Bomba
f3994f4a07
Rename listeners
2019-04-21 22:28:45 +10:00
David Bomba
cd8d479209
fixes for activities
2019-04-21 22:28:28 +10:00
David Bomba
2545935d31
Wiring up Activities table and events
2019-04-21 22:24:26 +10:00
David Bomba
9790ed17f5
Working on loggin activities
2019-04-20 22:09:40 +10:00
David Bomba
c9fcc465ff
Working on activities
2019-04-20 11:54:11 +10:00
David Bomba
61b7481eda
Listeners
2019-04-20 11:19:43 +10:00
David Bomba
d39a00ab3c
fixes for tests
2019-04-20 08:47:10 +10:00
David Bomba
e06773bdc4
fixes for tests
2019-04-20 08:27:37 +10:00
David Bomba
a1a5561ee8
fixes for tests
2019-04-20 08:14:52 +10:00
David Bomba
89d42bcab8
Create model observers
2019-04-19 19:09:55 +10:00
David Bomba
5282b6e77d
Add Events
2019-04-19 18:49:14 +10:00
David Bomba
5b8f56593e
Implement API throttling, and ensure output is JSON
2019-04-19 17:59:48 +10:00
David Bomba
72dee9bfb6
User login via API
2019-04-19 12:58:40 +10:00
David Bomba
f82aaefd4c
Working on API login
2019-04-19 11:59:07 +10:00
David Bomba
ac382fe3e7
Refactor for Signup via API
2019-04-18 21:57:22 +10:00
David Bomba
8ad045ecc4
fixes for tests
2019-04-18 17:24:53 +10:00
David Bomba
788a42e9a4
Working on API Login Authentication
2019-04-18 16:11:37 +10:00
David Bomba
f03da9d02d
Wired Up Account Confirmation
2019-04-18 15:01:40 +10:00
David Bomba
d5e2787272
Documentation for InvoiceController
2019-04-18 08:30:59 +10:00
David Bomba
d8280b7f73
Fixes for tests
2019-04-18 08:00:04 +10:00
David Bomba
2b24753813
Working on Invoice Tests, refactoring Settings integration
2019-04-17 16:20:32 +10:00
David Bomba
2de838cb62
Invoice List Tests
2019-04-17 10:58:23 +10:00
David Bomba
82d573d759
Invoice API tests scaffolding
2019-04-16 15:28:30 +10:00
David Bomba
cb7eea0e7b
Refactor invoice calculations class, use FormRequests on destroy()
2019-04-16 13:28:05 +10:00
David Bomba
c5e0d2a8d9
Scaffolding Invoice
2019-04-15 10:10:54 +10:00
David Bomba
5e86fa33c1
Fixes for tests. Fixes for invoice calculations
2019-04-15 09:51:43 +10:00
David Bomba
2008b38473
Invoice Test Assertions
2019-04-11 14:40:36 +10:00
David Bomba
3813d31994
Invoice Test Assertions
2019-04-11 10:57:06 +10:00
David Bomba
82c1df5c6d
Fixes baseline errors in tests
2019-04-11 10:35:30 +10:00
David Bomba
b7dc753d58
Mocking objects for tests
2019-04-10 19:42:19 +10:00
David Bomba
f7c31bd5a1
Mock tests for invoice calculations
2019-04-10 19:09:57 +10:00
David Bomba
1ce11fcb36
Fixes for invoice calculations
2019-04-10 17:57:02 +10:00
David Bomba
3c5ccf2da3
Add Sentry Support
2019-04-10 12:01:28 +10:00
David Bomba
35c196305e
Configuring invoice settings for consumption
2019-04-08 22:43:20 +10:00
David Bomba
0a1965b598
Documentation InvoiceCalc Class
2019-04-08 14:28:28 +10:00
David Bomba
bbaf4e9cf6
working on invoice calcs
2019-04-05 20:32:59 +11:00
David Bomba
6f264567c7
Refactor private variables in calc class
2019-04-05 20:08:29 +11:00
David Bomba
deface29da
,
2019-04-05 15:52:30 +11:00
David Bomba
56f05f7122
Working on getters and setters for invoice attributes
2019-04-05 14:58:26 +11:00
David Bomba
19350f345d
Work on aggregating taxes
2019-04-05 08:33:12 +11:00
David Bomba
336bd26bb9
Tests for Invoice Item
2019-04-04 20:53:40 +11:00
David Bomba
ae57c05659
Working on tests for invoice items
2019-04-04 20:28:53 +11:00
David Bomba
31ce0eaca8
Working on Invoice Calculator
2019-04-04 15:49:13 +11:00
David Bomba
d28fe81c51
Invoice Item Factory
2019-04-04 12:38:39 +11:00
David Bomba
1f630eb119
app/Filters/InvoiceFilters.php
2019-04-04 12:38:17 +11:00
David Bomba
4620cd7640
Invoice Factory and Quote Model
2019-04-04 10:30:49 +11:00
David Bomba
931ea9634c
Invoice Factory and Repo
2019-04-04 10:17:15 +11:00
David Bomba
2d5fc9e066
Working on tests for Product Route
2019-04-04 09:40:56 +11:00
David Bomba
b8331bb3d6
Bulk action and delete Product
2019-04-03 20:54:27 +11:00
David Bomba
cb93b9ebe4
Update a Product
2019-04-03 14:22:13 +11:00
David Bomba
39617644ad
Save a product
2019-04-03 13:34:28 +11:00
David Bomba
08c4579464
Working on Products
2019-04-03 12:17:21 +11:00
David Bomba
0f19056b8f
Obfuscate primary ID
2019-04-03 11:09:22 +11:00
David Bomba
b25f2b72a0
Change to firstOrFail() for route model binding
2019-04-02 17:43:17 +11:00
David Bomba
ef08afc240
Catch Model Not Found and return JSON
2019-04-02 17:36:49 +11:00
David Bomba
fd085e7e9c
Invoice Transformer
2019-04-02 16:16:39 +11:00
David Bomba
e95558334e
Add fallback route to catch all non existant routes
2019-03-30 20:30:41 +11:00
David Bomba
44c987fd41
Fixes for client transformer
2019-03-29 15:14:58 +11:00
David Bomba
34bbeeb146
Add Transformers
2019-03-29 08:35:35 +11:00
David Bomba
8ae8300785
Implement Fractal API output
2019-03-29 08:34:58 +11:00
David Bomba
6c874274b6
doc blocks
2019-03-28 21:20:08 +11:00
David Bomba
d2e5563dbe
Filter scope to company
2019-03-28 21:16:41 +11:00
David Bomba
fd8c19d911
implement filterable query models
2019-03-28 21:07:45 +11:00
David Bomba
7d86c8306a
Clean up for tests
2019-03-28 20:05:13 +11:00
David Bomba
25b26a2e5d
Working on determining the current company the best way using the API
2019-03-28 16:03:18 +11:00
David Bomba
88f96be135
working on transformers
2019-03-28 13:36:36 +11:00
David Bomba
47b1adf3a4
fixes for broken tests
2019-03-28 09:30:32 +11:00
David Bomba
caf653ed69
Force DB to be set only on company table
2019-03-28 09:21:28 +11:00
David Bomba
1c3f0c590c
More tests for Client REST api endpoints
2019-03-28 08:32:50 +11:00
David Bomba
74a01f8731
move away from session variables
2019-03-27 20:38:28 +11:00
David Bomba
1986714927
fixeS
2019-03-27 19:38:01 +11:00
David Bomba
08e4f9724f
Client Tests
2019-03-27 17:22:27 +11:00
David Bomba
ebddf93353
Test for API
2019-03-27 15:50:13 +11:00
David Bomba
e8da725aa1
testing api
2019-03-27 08:17:28 +11:00
David Bomba
7defe077bc
working on client test
2019-03-26 22:31:07 +11:00
David Bomba
ea5f045509
Setting up for tests
2019-03-26 15:46:08 +11:00
David Bomba
9ff835a52e
V2 First Push
2019-03-26 14:08:19 +11:00
David Bomba
0d508d67f1
Client Settings ( #2711 )
...
* Fixes for travis
* Additional settings variables at the company and client level
* Implement accessor for client settings
* Currency symbol or code setter
* Implement custom JS number and currency formatter
* Implement VueX state management for client settings
* Move settings logic into its own class
* Working on client settings
* client settings
* Move Client Settings helper into PHP
* Move translation helper into its own class
* Working on Client Settings
* fixes for client settings
* Client setting defaults
* fixes for .env
* Fixes for Travis
2019-03-03 08:44:08 +11:00
David Bomba
7b5028820d
Fixes for travis ( #2669 )
2019-02-17 22:07:58 +11:00
David Bomba
eddb9adc73
Client Settings ( #2668 )
...
* Clean up Client Show
* Working on Show Client menu action
* working on client view permissions
* Finishing up Client Statement View
* Workig on client settings
* add mix manifest
* css for client settings
* Client Settings
* Working on Client Settings
* Implement StartupCheck and static seeders
* Implement cached statics in view composers
* Working on client settings
* Payment Terms
* Working on Payment Terms View Composer
* Payment Terms builder
* Client Settings
* refactor companies table
* Refactor for company settings, move settings to json
* Set object cast on settings column of Company table
* Fixes for refactor of companies and clients table
* Test
* Client Settings Datamapper
* Client Settings
* Default client language
* Client Settings
* Working on client settings options
* Client Settings
* Settings Json serialization/deserialization handling
2019-02-17 21:34:46 +11:00
David Bomba
1ad19734e3
Stubs for Client Settings ( #2655 )
...
* Clean up Client Show
* Working on Show Client menu action
* working on client view permissions
* Finishing up Client Statement View
* Workig on client settings
* add mix manifest
2019-02-04 23:06:19 +11:00
David Bomba
748409471c
Implement Embedded Google Maps - remove redundant npm and composer dependencies
2019-01-30 15:52:26 +11:00
David Bomba
6a8f8b8691
Geocoding library
2019-01-29 21:15:03 +11:00
David Bomba
49e4ae134b
force collection on nested view model
2019-01-28 11:19:29 +11:00
David Bomba
068ff4107d
Remove telescope
2019-01-28 09:54:25 +11:00
David Bomba
ce16c4d4c0
Use factories to create default models
2019-01-28 09:13:12 +11:00
David Bomba
f345986157
Working on google maps implementation
2019-01-28 08:34:57 +11:00
David Bomba
545a8df362
DocBlocks
2019-01-27 10:22:57 +11:00
David Bomba
64d3ca0474
Added docs
2019-01-27 08:24:16 +11:00
David Bomba
e3fc50ebdb
Working on Show Client
2019-01-26 20:34:38 +11:00
David Bomba
63191d513b
fixes for travis
2019-01-25 22:20:02 +11:00
David Bomba
985b2202a5
fixes for travis
2019-01-25 22:14:09 +11:00
David Bomba
cf1e65f1c0
ctrans() translator helper ( #2621 )
...
* Refactor pivot table accessors
* Add select2 for client - country selector
* Fixes for client contact update
* implement ctrans() function across application
* Increase custom fields to 4 across the application
* Refactor: remove repos calling other repos, implement 4 custom values across application
* include querying the custom values in the client list
* Fix null custom value labels
* Scaffold for client - show view
* Working on Client Show
2019-01-25 21:47:23 +11:00
David Bomba
37e4b67ab9
V5.0 ( #2617 )
...
* Add URL link directly to client view in list view
* Implement Form requests for all client routes
* Refactor how permissions are implemented on Datatable row action menus
* fixes for tests
* bug fix
* Add ctrans global function for custom translations. Reduced DB queries for Client List. Added Debugbar for dev environments
* ctrans
2019-01-22 20:47:26 +11:00
David Bomba
da325e1797
Refactor permissions for datatables. ( #2615 )
...
* Add URL link directly to client view in list view
* Implement Form requests for all client routes
* Refactor how permissions are implemented on Datatable row action menus
* fixes for tests
2019-01-22 01:06:49 +11:00
David Bomba
d454f8e0da
Implement list view per_page rows with refresh ( #2610 )
2019-01-20 17:34:04 +11:00
David Bomba
0c1fc0d904
List views ( #2609 )
...
* Wire up Create Entity Button to create route
* Refactor permissions, we must also ensure the user company id and entity id matches at the Gate::
* Add translations for Status filters
* Bug fix for initial list view not displaying
* Apply actions to menu for list items
* Wire up list view actions, individual
* Place permission filters on datatable lists
2019-01-20 16:00:50 +11:00
David Bomba
cc53d08b4d
Bulk Actions ( #2606 )
...
* Wired up Bulk Archive / Delete / Restore button with reactivity on checkbox actions
* Working on POSTing bulk actions
* Working on Filtering by status
* Add Action Entity
* Implement Vuex for state management
* Implement Vuex storage & list view bulk actions
* Clean up console logs
* Configure entity list views server side
2019-01-19 21:35:21 +11:00
David Bomba
77969243fa
Revert "Implement Bulk Actions ( #2605 )" ( #2607 )
...
This reverts commit b635f3b32e
.
2019-01-19 21:34:58 +11:00
David Bomba
b635f3b32e
Implement Bulk Actions ( #2605 )
...
* Wired up Bulk Archive / Delete / Restore button with reactivity on checkbox actions
* Working on POSTing bulk actions
* Working on Filtering by status
* Add Action Entity
* Implement Vuex for state management
* Implement Vuex storage & list view bulk actions
* Clean up console logs
2019-01-19 17:21:34 +11:00
David Bomba
64a0248f50
Scaffold Laravel permissions (Client - Entity) ( #2602 )
...
* Wired up Bulk Archive / Delete / Restore button with reactivity on checkbox actions
* Scaffold Laravel permissions (Client - Entity)
2019-01-16 20:28:06 +11:00
David Bomba
feafbd9826
User Settings ( #2601 )
...
* Datamapping JSON Settings
* JSON Mapping
* User Setting Defaults
* Testing Json Mapper
* Implemented User Settings - hydrated from JSON format
2019-01-16 09:00:25 +11:00
David Bomba
9204510193
Vue Datatables ( #2597 )
...
* Adding Vue components for Charts and Multi Select
* List Views
* Improve UI of datatable
* Refactor Vue Datatable for reusability
2019-01-13 12:42:03 +02:00
David Bomba
0faf91dd5d
Generated Datatable Action Menus ( #2590 )
...
* Style Datatable
* Component Actions
* Harvest user permissions from Pivot table
* Pad out permissions
* Client actions
* Fixes for travis
* Client Datatables
* Menu permissions
* Tests for menu permissions
* Action menu
* Implement query builder filter
* Flatten user permissions
* Implement rendering of client action dropdowns
* Generated Action Menus
2019-01-07 22:30:28 +11:00
David Bomba
43342fb98b
Datatables using Vue ( #2568 )
...
* Vue DataTables
* Vue Datatables - Pagination
* Sort Vue Tables
* Working on Vue Datatables
* Apply filter to vue table
* Search implementation for vue datatables
* Clean up
2018-12-24 08:45:55 +08:00
David Bomba
f9ea784d63
Module relationships ( #2556 )
...
* Fix for wrong contact being deleted
* dynamically load module relationships
2018-12-16 00:04:46 +11:00
David Bomba
95f1d24b8f
Access module relations from parent ( #2553 )
...
* Refactor JS directory structure
* Access Module relations from Parent entity
2018-12-13 22:01:33 +11:00
David Bomba
bdb0f43d33
Modules, VueJS ( #2552 )
...
* Fix for comparing delete contacts change diffKeys to diff()
* Client create
* Client Settings
* Working on localization
* Refactor DataTables
* protyping blade vs pure vue
* Rebuild test module
* Generic notes module
* Small Client Notes Module
* Tests for TabMenu Trait
* implements tab pills in client screen
* Integrate Modules
2018-12-13 10:23:21 +11:00
David Bomba
17a7f0564e
Create client ( #2543 )
...
* Fix for comparing delete contacts change diffKeys to diff()
* Client create
* Create client
* Create client
2018-12-07 21:57:20 +11:00
David Bomba
7ee295ec44
JS Form abstraction ( #2542 )
...
* added npm package to resolve typescript dependencies
* OO JS forms
* OO forms
* Refactors forms to abstract form CRUD
* Working on Promises
* Fix for errors in js form
* Form validation with array of data
* Client update validation - array
* handle array validation
* Toastr notifications
* Clean up
2018-12-05 19:23:12 +11:00
David Bomba
c72e1f0139
Client Creation ( #2533 )
...
* Working on Oauth
* splitting out JS files
* Working on oAuth
* working on oAuth
* minor fixes
* create client
* create client
* create client
* Working on adding a client
2018-12-02 21:42:06 +11:00
David Bomba
4abe61f493
Fix for tests, set return types ( #2524 )
...
* View composers
* Saving client and contacts
* saving client and contacts
* update client job
* unique emails
* fix for tests
2018-11-27 18:24:26 +11:00
David Bomba
348890e8fa
Save Client / Contacts ( #2523 )
...
* View composers
* Saving client and contacts
* saving client and contacts
* update client job
* unique emails
2018-11-27 17:59:16 +11:00
David Bomba
cdb98ce528
View Composers + JS testing framework ( #2521 )
...
* Add Jest testing to travis
* View Composers
* Composers
2018-11-26 15:15:08 +11:00
David Bomba
fa83ce10a3
Implement Typescript ( #2514 )
...
* Add contact
* Saving client and contacts
* working on ts implementation
* Need to pass into TS
* client_edit.ts
* Need to pass into TS
* declare variables
2018-11-22 22:12:41 +11:00
David Bomba
0f66625cdf
Refactor clients ( #2513 )
...
* attempting to bind vue to blade partials
* typo for vue
* working on client contact page
* refactor shipping-billing addresses back to client model
* clean up
2018-11-21 19:28:07 +11:00
David Bomba
af9ae06289
Model encode primary keys ( #2510 )
...
* Client Address
* Vue components for address
* Fix for null objects being passed to Vue
* Copy Billing Address
* route key
* Social auth
* Pad out route bindings
* Deploy hashes across models
* social auth buttons
2018-11-20 15:36:56 +11:00
David Bomba
6769ade16f
Explicit route model binding ( #2498 )
...
* Switch to explicit route model binding
2018-11-12 18:52:20 +11:00
David Bomba
b989cf82b7
Client CRUD with VueJS ( #2497 )
...
* working on js localizations
* remove dependencies
* Pad Hashes to at least 10 characters in length
* Inject JS translations into front end dynamically
* Implement VueJS for Client Edit Page with reactivity
* Conditionally hide rows if not enabled (custom_value)
* Split client template into smaller components
* implementing ui buttons
* CRUD cycles of a client
* Working on Client CRUD - Integrity constraint issues
2018-11-11 00:24:36 +11:00
David Bomba
1ad857bac9
Vue JS Scaffolding ( #2493 )
...
* client ui
* Paddin out client detail view
* Padding out clients
* Padding out clients
* show maps
* Padding out clients
* fixes for migrations
* client padding
* Working on different Client UX
* more client ux
* New Client UI
* Vue Scaffolding
2018-11-07 16:22:36 +11:00
David Bomba
db8f962d9b
Remove Laravel Telescope ( #2488 )
2018-11-03 12:22:43 +11:00
David Bomba
3b0cda1502
Set default company on account creation ( #2487 )
...
* Fixes for tests
* fixes for permissions
* Set default company on account creation
* Ensure default company ID is registered in session variables
* Implement a generic resolver to harvest an entity from encoded value
* Laravel Telescope
2018-11-03 12:01:40 +11:00
David Bomba
c6f70c2832
fixes for tests ( #2485 )
2018-11-02 22:57:59 +11:00
David Bomba
d430600e1e
Datatables, Base Model, Base Presenter ( #2484 )
...
* Fixes for datatables
* Implement a BaseModel
* Working on reusable header data model
* Working on adding session variables
* Clean up header data
* Random Data Seeder
* working on searching datatables across relationships.
* Working on transforming primary keys between client and server facinglogic
* Updated assets
2018-11-02 21:54:46 +11:00
David Bomba
2d9f7b3ae6
Fixes for travis ( #2474 )
...
* fixes for travis
2018-10-29 15:24:12 +11:00
David Bomba
ede0668caf
Update ClientController.php
2018-10-29 14:17:40 +11:00
David Bomba
dde1cd6cfb
Confirmation Emails, Datatables ( #2473 )
...
* Fixes for MakesHash trait
* Client List DataTables
* Data table dependencies
* Confirmation URLs
* Wire up firing events for notification emails
2018-10-29 14:16:17 +11:00
David Bomba
849f6e5439
Fixes for Tests, implement MakeHash trait ( #2469 )
...
* Fixes for Feature and browser tests
* Change .env.example variable names, implement hash encoding of db numbers for URIs
2018-10-26 15:53:29 +11:00
David Bomba
dac1aa88d5
Tests, Multi-DB support for incoming URLs ( #2466 )
...
* Tests for authentication
* Add db field to company table (required if we are doing jobs without an auth()->user() )
* Add Laravel Dusk for browser testing, add ability to set DB by incoming URL Hash
2018-10-24 21:24:09 +11:00
David Bomba
64041fb3cb
Refactor signup flow ( #2465 )
2018-10-24 14:50:15 +11:00
David Bomba
e4f46c2a4e
Presenters, skinned views, model refactoring ( #2464 )
...
* Default database connection - set defaults for engine and strict
* Working on tests for refactored model
* Fixes for tests, use polymorphic relationships for Invitations
* skin the password reset pages
2018-10-22 23:04:37 +11:00
David Bomba
50e22ee1d6
Refactor constants, set active db connection in middleware, add socket.io dependencies ( #2463 )
2018-10-21 09:26:21 +11:00
David Bomba
103a95955a
Sign up ( #2460 )
...
* Privacy Policy & TOS
* configure additional dependency packages for redis and modules, middleware implementation for multi-db
* Stub the signup
2018-10-19 14:45:55 +11:00
David Bomba
0f64ade43f
Vue.JS init ( #2459 )
...
* Fixes for code coverage + style
* Integration tests for MultiDB
* Start sprinking Vue.JS
2018-10-18 21:47:55 +11:00
David Bomba
f745c3f0a6
Working on Social Authentication ( #2458 )
...
* Laravel Socialite + Refactor for searching for Users across multiple databases
* Refactor for Unique User Rules, add Middleware for setting active DB connection per request, more tests
2018-10-18 16:04:36 +11:00
David Bomba
62e2444a2c
Sign Up Scaffolding ( #2453 )
...
* Fix js dependencies
* Breadcrumb implementation
* Test for UniqueEmailRule Validation
* reduce length of account_key to prevent key too long error
* Fixes for travis - reduce user email length
* Reduce all unique field lengths to 100 to prevent key overflow
* Fix for Bank Model
* Prevent a user from registering multiple account with one email address when using multiple databases
2018-10-17 23:26:27 +11:00
David Bomba
528c99f655
Login UI, Database Seeds, Dashboard layouts ( #2450 )
...
* Implement CoreUI Interface
* Core UI Navigation wire frame
* UI - Fix sidebar nav - add Invoice Ninja Logo
* Create layout using CoreUI admin template
* Login UI, Database seeds
2018-10-16 22:42:43 +11:00
David Bomba
f42024f84a
Migrations + Translations + POPO ( #2446 )
2018-10-15 23:40:34 +11:00
David Bomba
275be96d4f
Switch Multi-DB to Eloquent driver ( #37 ) ( #2443 )
...
Switch Multi-DB to Eloquent driver
2018-10-15 20:06:57 +11:00
David Bomba
4076a00dae
Multi Auth - Multi DB ( #2442 )
...
* Multi Auth / Multi DB cleanup
* Fixes for Multi-DB
* Fixes for Multi auth using Multi DB
* Remove register routes from application
2018-10-15 16:00:48 +11:00
David Bomba
19a836b010
Scaffolding Auth ( #2438 )
...
Scaffolding Auth
2018-10-12 22:29:34 +11:00
David Bomba
85180bfdb7
Multi DB Authentication ( #2431 )
...
* Custom Multi DB User Provider
* Multi DB Authentication provider
* Finalized Multi Auth DB
* Apply fixes from StyleCI (#22 )
2018-10-08 20:38:45 +11:00
David Bomba
537b53859f
StyleCI fixes ( #2416 )
...
* Env for travis
* Apply fixes from StyleCI (#7 )
2018-10-05 21:40:02 +10:00
David Bomba
efa75de4df
Project layout + Travis Integration ( #2412 )
2018-10-05 17:51:37 +10:00
David Bomba
e88604594b
Project layout ( #2411 )
...
* Nav bar ideas
* Project structure
2018-10-05 14:26:05 +10:00
Hillel Coren
f03dd652e6
Initial commit
2018-10-04 20:10:43 +03:00