mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 15:20:34 +00:00
feat(sales): currency code associated from invoice customer.
feat(purchases): currency code associated from vendor customer.
This commit is contained in:
@@ -13,6 +13,7 @@ exports.up = function(knex) {
|
||||
|
||||
table.decimal('balance', 13, 3);
|
||||
table.decimal('payment_amount', 13, 3);
|
||||
table.string('currency_code', 3);
|
||||
|
||||
table.string('inv_lot_number').index();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user