1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-23 01:41:34 +02:00
Commit Graph

823 Commits

Author SHA1 Message Date
Troels Liebe Bentsen
68a53db5bb Merge branch 'master' of https://github.com/hillelcoren/invoice-ninja 2014-10-20 19:10:04 +02:00
Hillel Coren
f6e18f0e45 Merge pull request #181 from andrenam/sqliteissues
SQLite: fix issues migrating and seeding
2014-10-20 19:29:04 +03:00
Andre-Nam
21f4ac3cab * SQLite issues: added missing default values for columns custom_value1, custom_value2 in table
invoices
* SQLite issues: corrected NOT NULL constraint violation when seeding gateways
2014-10-20 18:14:59 +02:00
Hillel Coren
9ac9ebca5a Enabled using date variables for non-recurring invoices 2014-10-19 23:22:18 +03:00
Hillel Coren
c8146a3d09 Merge branch 'master' of github.com:hillelcoren/invoice-ninja 2014-10-19 23:15:42 +03:00
Hillel Coren
ca8db0ffbc Enabled using date variables for non-recurring invoices 2014-10-19 23:15:37 +03:00
Hillel Coren
39eda076c1 Merge pull request #179 from wanchopeblanco/master
Improved the spanish translation
2014-10-19 23:10:23 +03:00
Hillel Coren
001208e345 fix #174 - Tax rate error in live PDF 2014-10-19 23:10:16 +03:00
Hillel Coren
76e9f107e7 Added support for a demo account 2014-10-19 23:03:57 +03:00
wanchopeblanco
2a7185b5ce Improved the spanish translation
Some more improvements for the spanish translation.
2014-10-19 14:08:57 -05:00
Hillel Coren
1b71aa6fcb fix #168 - Allow :MONTH, :QUARTER or :YEAR for products even when the invoice is not recurring 2014-10-19 21:32:10 +03:00
Hillel Coren
3d6ed21adc Merge branch 'master' of github.com:hillelcoren/invoice-ninja 2014-10-19 21:21:09 +03:00
Hillel Coren
de7f2d5bbd Added payment gateway help/sign-up links 2014-10-19 21:20:59 +03:00
Hillel Coren
e994db2187 Merge pull request #175 from wanchopeblanco/master
Improved spanish translation
2014-10-19 21:03:56 +03:00
wanchopeblanco
4fec739d37 Added Factura de Venta
To comply to Colombias law invoice should translate to "Factura de Venta"
2014-10-19 12:32:44 -05:00
wanchopeblanco
52d9a2dcf2 Improved the spanish translation
It still need some more improvement, im working on it.
2014-10-19 12:27:31 -05:00
Hillel Coren
ad8d5df8d5 fix #171 - Quote to invoice should change the Prefix and the number 2014-10-19 19:44:20 +03:00
Hillel Coren
8410ad9dc9 fix #170 - Live PDF not rendered when using logo 2014-10-19 19:37:25 +03:00
Hillel Coren
27339dbfa0 Added tax percent to PDF 2014-10-19 18:06:20 +03:00
Hillel Coren
c879293b14 Added Spanish translation 2014-10-19 17:32:27 +03:00
Hillel Coren
c51b93072a Fixed bug where the incorrect credit balance was updated 2014-10-19 13:13:55 +03:00
Hillel Coren
62a6f8538a Merge pull request #169 from opendo/master
[BUGFIX] Wrong usage of use statement
2014-10-19 12:33:29 +03:00
pbergsmann
34e1d4e20d [BUGFIX] Wrong usage of use statement
Resolves errors like "The use statement
with non-compound name 'Client' has no effect"
2014-10-17 16:21:12 +02:00
Troels Liebe Bentsen
9d021f93a2 Added TODO 2014-10-16 23:54:02 +02:00
Troels Liebe Bentsen
666b815917 Finish danish translation 2014-10-16 11:13:31 +02:00
Troels Liebe Bentsen
79908e75eb Link project to client so we get some default when adding to an invoice 2014-10-15 01:50:03 +02:00
Troels Liebe Bentsen
acd5b7118e Disable tax code default until its an option 2014-10-15 01:45:57 +02:00
Troels Liebe Bentsen
d6ceb33318 Implement missing function and client vat number to invoice 2014-10-15 01:42:17 +02:00
Troels Liebe Bentsen
71d161e654 Add vat_number to client also 2014-10-15 01:31:15 +02:00
Troels Liebe Bentsen
792bf47419 Convert to UTF8 2014-10-15 01:30:04 +02:00
Troels Liebe Bentsen
5b4c93c5d4 Start work on danish translation 2014-10-15 01:07:55 +02:00
Troels Liebe Bentsen
4b69fd25e8 Updated composer.lock file after merge 2014-10-14 23:55:55 +02:00
Troels Liebe Bentsen
8ca8cc91b1 Merge branch 'master' of https://github.com/hillelcoren/invoice-ninja
Conflicts:
	composer.lock
2014-10-14 23:48:59 +02:00
Troels Liebe Bentsen
7f288e224d Added vat_number to clients table also 2014-10-14 23:47:33 +02:00
Hillel Coren
919f13b0d4 Enabled manually setting invoices and quotes as sent 2014-10-14 22:04:48 +03:00
Hillel Coren
65f58c64d6 Added invoice and quote number prefixes and counters 2014-10-14 10:46:30 +03:00
Hillel Coren
edea8d0bc2 Moved custom client and company fields to their respective sections on the PDF 2014-10-12 22:36:35 +03:00
Hillel Coren
7c24a34b6d Working on invoice design page 2014-10-12 21:19:40 +03:00
Hillel Coren
9770e6a1d5 Working on invoice design page 2014-10-12 21:11:41 +03:00
Troels Liebe Bentsen
a32431c223 Added fixme 2014-10-07 23:41:25 +02:00
Troels Liebe Bentsen
2db6fb6afd Did more work on update logic and added timing 2014-10-07 23:37:06 +02:00
Troels Liebe Bentsen
6e59fc85df Disable truncation 2014-10-07 00:00:57 +02:00
Troels Liebe Bentsen
090f0c9c55 Fix uid handling and other errors 2014-10-06 23:59:32 +02:00
Troels Liebe Bentsen
bad9f8bf0b Update ide helpers and remember to include new utils class 2014-10-06 20:43:37 +02:00
Troels Liebe Bentsen
28b5b5f9c2 Refactor code and do more work on import function 2014-10-06 20:42:07 +02:00
Hillel Coren
4f3e9ee935 Set canonical link 2014-10-06 10:46:35 +03:00
Troels Liebe Bentsen
56a296f103 Support sequences 2014-10-06 03:20:47 +02:00
Troels Liebe Bentsen
81c4adfaa4 More work on the event importer and fix some module issues 2014-10-06 03:00:31 +02:00
Hillel Coren
6e3f9b3c47 Updating the composer.lock file 2014-10-06 01:05:50 +03:00
Hillel Coren
bbaf5de142 Fixed composer install issue (thanks @tlbdk) 2014-10-06 00:51:29 +03:00